tyba-client 0.4.4__tar.gz → 0.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tyba-client might be problematic. Click here for more details.
- {tyba_client-0.4.4 → tyba_client-0.4.5}/PKG-INFO +2 -2
- tyba_client-0.4.5/PYPI_README.md +8 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/pyproject.toml +1 -1
- tyba_client-0.4.4/PYPI_README.md +0 -8
- {tyba_client-0.4.4 → tyba_client-0.4.5}/LICENSE +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/__init__.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/client.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/forecast.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/io.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/models.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/solar_resource.py +0 -0
- {tyba_client-0.4.4 → tyba_client-0.4.5}/tyba_client/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tyba-client
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.5
|
|
4
4
|
Summary: A Python API client for the Tyba Public API
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Tyler Nisonoff
|
|
@@ -23,7 +23,7 @@ Requires-Dist: tyba-financial-model (>=0,<1)
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
25
25
|
<h1 align="center">
|
|
26
|
-
<img src="
|
|
26
|
+
<img src="https://cdn.prod.website-files.com/669594441bac4d6528273301/669594441bac4d6528273329_Group%20180.svg" alt="TYBA" width="300">
|
|
27
27
|
</h1><br>
|
|
28
28
|
|
|
29
29
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
<img src="https://cdn.prod.website-files.com/669594441bac4d6528273301/669594441bac4d6528273329_Group%20180.svg" alt="TYBA" width="300">
|
|
3
|
+
</h1><br>
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Python client to Tyba's project simulation API.
|
|
7
|
+
|
|
8
|
+
__Documentation:__ https://docs.tybaenergy.com/api
|
tyba_client-0.4.4/PYPI_README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|