Metadata-Version: 2.1
Name: conservator-cli
Version: 2.6.1
Summary: A library for using the FLIR Conservator API, with a nice command line interface.
Home-page: https://github.com/FLIR/conservator-cli
Author: FLIR Systems, INC
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sgqlc (>=13)
Requires-Dist: click (>=8)
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: Pillow
Requires-Dist: jsonschema
Requires-Dist: semver (==2.13.0)
Requires-Dist: pyreadline ; platform_system == "Windows"
Requires-Dist: dataclasses ; python_version < "3.7"

# Conservator CLI

[![Build Status](https://flirjenkins.com/buildStatus/icon?job=FLIR-Ubuntu/conservator-cli/main)](https://flirjenkins.com/job/FLIR-Ubuntu/job/conservator-cli/job/main/)

This library provides a Python API to interface with 
[Conservator](https://flirconservator.com/), as well as a CLI for
simple operations like searching, downloading, and uploading files.

Please visit the [Official Documentation](https://flir.github.io/conservator-cli/)
to get started.

Conservator CLI is licensed under the [MIT License](https://opensource.org/licenses/MIT).
