Metadata-Version: 2.1
Name: tyba-client
Version: 0.4.8
Summary: A Python API client for the Tyba Public API
License: MIT
Author: Tyler Nisonoff
Author-email: tyler@tybaenergy.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dataclasses-json (>=0.6.4,<0.7.0)
Requires-Dist: generation-models (>=0.10.6,<0.11.0)
Requires-Dist: marshmallow (>=3.12.1,<4.0.0)
Requires-Dist: pandas (>=1.3.2,<2.0.0) ; python_version < "3.9"
Requires-Dist: pandas (>=2.0.0,<3.0.0) ; python_version >= "3.9"
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: structlog (>=24.1.0,<25.0.0)
Description-Content-Type: text/markdown

<h1 align="center">
<img src="https://cdn.prod.website-files.com/669594441bac4d6528273301/669594441bac4d6528273329_Group%20180.svg" alt="TYBA" width="300">
</h1><br>


Python client to Tyba's project simulation API.

__Documentation:__ https://docs.tybaenergy.com/api

