Metadata-Version: 2.1
Name: omotes-sdk-python
Version: 0.0.8
Summary: Python implementation of the OMOTES SDK through jobs which may be submitted, receive status updates for submitted jobs or cancel submitted jobs.
Author-email: Sebastiaan la Fleur <sebastiaan.lafleur@tno.nl>, Mark Vrijlandt <mark.vrijlandt@tno.nl>
Project-URL: homepage, https://www.nwn.nu
Project-URL: documentation, https://readthedocs.org
Project-URL: repository, https://github.com/Nieuwe-Warmte-Nu/omotes-sdk-python
Project-URL: changelog, https://github.com/Nieuwe-Warmte-Nu/omotes-sdk-python/blob/main/CHANGELOG.md
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aio-pika (~=9.3.1)
Requires-Dist: omotes-sdk-protocol (~=0.0.6)
Requires-Dist: celery (~=5.3.6)
Provides-Extra: dev
Requires-Dist: pip-tools (~=7.3.0) ; extra == 'dev'
Requires-Dist: setuptools (~=69.0.3) ; extra == 'dev'
Requires-Dist: black (~=22.1.0) ; extra == 'dev'
Requires-Dist: flake8 (~=6.1.0) ; extra == 'dev'
Requires-Dist: Flake8-pyproject (~=1.2.3) ; extra == 'dev'
Requires-Dist: flake8-docstrings (~=1.7.0) ; extra == 'dev'
Requires-Dist: flake8-quotes (~=3.3.2) ; extra == 'dev'
Requires-Dist: pytest (~=7.3.1) ; extra == 'dev'
Requires-Dist: pytest-cov (~=4.0.0) ; extra == 'dev'
Requires-Dist: mypy (~=1.8.0) ; extra == 'dev'
Requires-Dist: isort (~=5.13.2) ; extra == 'dev'
Requires-Dist: build (~=1.0.3) ; extra == 'dev'
Requires-Dist: mypy-protobuf (~=3.5.0) ; extra == 'dev'
Requires-Dist: setuptools-git-versioning (<2) ; extra == 'dev'

# OMOTES SDK Python

This repository is part of the 'Nieuwe Warmte Nu Design Toolkit' project. 

Python implementation of the OMOTES SDK through jobs which may be submitted, receive status updates for submitted jobs or cancel submitted jobs.

## Protobuf
Please install `protoc` on your machine and make sure it is available in your `PATH`.  
Version 25.2 is used: https://github.com/protocolbuffers/protobuf/releases.
