Metadata-Version: 2.1
Name: conservator-cli
Version: 2.15.1
Summary: A library for using the Teledyne FLIR Conservator API, with a nice command line interface.
Home-page: https://github.com/FLIR/conservator-cli
Author: Teledyne FLIR LLC
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: 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: graphql-core ==3.2.1 ; python_version < "3.7"
Requires-Dist: sgqlc ==16.0 ; python_version < "3.7"
Requires-Dist: dataclasses ; python_version < "3.7"
Requires-Dist: sgqlc >=13 ; python_version >= "3.7"

# Conservator CLI

[![Build Status](https://jenkins.conservator.ai/buildStatus/icon?job=conservator_cli)](https://jenkins.conservator.ai/job/conservator_cli/)

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).

# Test
