Metadata-Version: 2.1
Name: copernic360-cli
Version: 1.2.5
Summary: Command-line script for Kagenova's Copernic360 API
Home-page: https://kagenova.com/products/copernic360/
License: Apache-2.0
Author: Kagenova
Maintainer: Mayeul d'Avezac
Maintainer-email: mayeul.davezac@kagenova.com
Requires-Python: >=3.7.1,<4
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8,<9)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Description-Content-Type: text/markdown

# Copernic360 command-line tool

The copernic360 command-line wraps Kagenova's Copernic360 CLI. In short, it
allows users to post 360 images and videos and get Copernic360 configuration
files back.

Users first need an account with Kagenova's
[Copernic360](https://kagenova.com/products/copernic360/) product. After
installing the tool via [pip](https://pypi.org/project/copernic360_cli), users
can interact with the Copernic360 API as follows:

```bash
# get help
copernic360 --help
# check user login
copernic350 check-login
# check user's credits
copernic350 check-credit
# uploaad image.jpg and get its configution back (config.6dof)
copernic360 process-content image.jpg config.6dof
```

See the command-line help for futher functionality and parameters.
