tyba-client 0.4.1__tar.gz → 0.4.2__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tyba-client
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: A Python API client for the Tyba Public API
5
5
  License: MIT
6
6
  Author: Tyler Nisonoff
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tyba-client"
3
- version = "0.4.1"
3
+ version = "0.4.2"
4
4
  description = "A Python API client for the Tyba Public API"
5
5
  authors = ["Tyler Nisonoff <tyler@tybaenergy.com>"]
6
6
  license = "MIT"
@@ -29,6 +29,7 @@ boto3 = "^1.28.22"
29
29
  nbsphinx = "^0.9.3"
30
30
  sphinx-rtd-theme = "^2.0.0"
31
31
  sphinx-gallery = "^0.15.0"
32
+ jupyter = "^1.0.0"
32
33
 
33
34
  [build-system]
34
35
  requires = ["poetry-core>=1.0.0"]
@@ -622,3 +622,4 @@ class AncillaryService:
622
622
  REGULATION_UP = "Regulation Up"
623
623
  REGULATION_DOWN = "Regulation Down"
624
624
  RESERVES = "Reserves"
625
+ ECRS = "ECRS"
File without changes
File without changes