Metadata-Version: 2.1
Name: ocellus
Version: 0.1.27
Summary: Ocellus API Python Client
Home-page: https://docs.ocellus.io/
Author: Byte Motion AB
Author-email: python@bytemotion.se
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio (==1.43.0)
Requires-Dist: protobuf (==3.19.3)

[![Publish](https://github.com/byte-motion/ocellus-python-client/actions/workflows/publish.yaml/badge.svg)](https://github.com/byte-motion/ocellus-python-client/actions/workflows/publish.yaml)
# ocellus-python-client
Autogenerated python client from [byte-motion/ProtobufDefs](https://github.com/byte-motion/ProtobufDefs/)

# Installation
```shell
pip install ocellus
```

# Build and Deploy Manually
```shell
$ python3 setup.py sdist bdist_wheel
$ twine check dist/*
$ twine upload dist/*
```

# Example and Documentation
Examples can be found in the [examples folder](./examples/)\
More documentation can be found here: https://docs.ocellus.io/remote-python-module-example/

