zepben.ewb 1.0.0b5__py3-none-any.whl → 1.0.0b6__py3-none-any.whl
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.
- {zepben_ewb-1.0.0b5.dist-info → zepben_ewb-1.0.0b6.dist-info}/METADATA +13 -24
- {zepben_ewb-1.0.0b5.dist-info → zepben_ewb-1.0.0b6.dist-info}/RECORD +5 -5
- {zepben_ewb-1.0.0b5.dist-info → zepben_ewb-1.0.0b6.dist-info}/WHEEL +0 -0
- {zepben_ewb-1.0.0b5.dist-info → zepben_ewb-1.0.0b6.dist-info}/licenses/LICENSE +0 -0
- {zepben_ewb-1.0.0b5.dist-info → zepben_ewb-1.0.0b6.dist-info}/top_level.txt +0 -0
|
@@ -1,49 +1,38 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zepben.ewb
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b6
|
|
4
4
|
Summary: Python SDK for interacting with the Energy Workbench platform
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
|
5
|
+
Author-email: Kurt Greaves <kurt.greaves@zepben.com>, Max Chesterfield <max.chesterfield@zepben.com>
|
|
6
|
+
License-Expression: MPL-2.0
|
|
7
|
+
Project-URL: Repository, https://github.com/zepben/evolve-sdk-python
|
|
8
|
+
Project-URL: Homepage, https://zepben.com
|
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
|
-
Requires-Python:
|
|
15
|
+
Requires-Python: <3.13,>=3.9
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: zepben
|
|
18
|
+
Requires-Dist: zepben.protobuf==1.0.0b1
|
|
19
19
|
Requires-Dist: typing_extensions==4.12.2
|
|
20
20
|
Requires-Dist: requests<3.0.0,>=2.26.0
|
|
21
21
|
Requires-Dist: urllib3<1.27.0,>=1.26.6
|
|
22
22
|
Requires-Dist: PyJWT<2.2.0,>=2.1.0
|
|
23
23
|
Requires-Dist: dataclassy==0.6.2
|
|
24
24
|
Provides-Extra: test
|
|
25
|
-
Requires-Dist: pytest
|
|
26
|
-
Requires-Dist: pytest-cov==
|
|
27
|
-
Requires-Dist: pytest-asyncio==0.
|
|
28
|
-
Requires-Dist: pytest-timeout==
|
|
25
|
+
Requires-Dist: pytest<9,>=7.4.4; extra == "test"
|
|
26
|
+
Requires-Dist: pytest-cov==6.1.1; extra == "test"
|
|
27
|
+
Requires-Dist: pytest-asyncio==0.26.0; extra == "test"
|
|
28
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "test"
|
|
29
29
|
Requires-Dist: pytest-subtests; extra == "test"
|
|
30
|
-
Requires-Dist: hypothesis==6.
|
|
30
|
+
Requires-Dist: hypothesis==6.119.4; extra == "test"
|
|
31
31
|
Requires-Dist: grpcio-testing==1.61.3; extra == "test"
|
|
32
32
|
Requires-Dist: pylint==2.14.5; extra == "test"
|
|
33
33
|
Requires-Dist: six==1.16.0; extra == "test"
|
|
34
34
|
Requires-Dist: tox; extra == "test"
|
|
35
|
-
Dynamic: author
|
|
36
|
-
Dynamic: author-email
|
|
37
|
-
Dynamic: classifier
|
|
38
|
-
Dynamic: description
|
|
39
|
-
Dynamic: description-content-type
|
|
40
|
-
Dynamic: home-page
|
|
41
|
-
Dynamic: license
|
|
42
35
|
Dynamic: license-file
|
|
43
|
-
Dynamic: provides-extra
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
36
|
|
|
48
37
|

|
|
49
38
|
[](https://codecov.io/gh/zepben/evolve-sdk-python)
|
|
@@ -634,8 +634,8 @@ zepben/ewb/streaming/mutations/update_network_state_client.py,sha256=e0Oma5PRT8m
|
|
|
634
634
|
zepben/ewb/streaming/mutations/update_network_state_service.py,sha256=irR-TO67QXRyBmK8PU8SzM31NKSSefZt_nQGHi5IhT8,3260
|
|
635
635
|
zepben/ewb/testing/__init__.py,sha256=waADXEvfUG9wAN4STx5uIUHOv0UnpZLH2qU1LXgaDBc,243
|
|
636
636
|
zepben/ewb/testing/test_network_builder.py,sha256=KG0o2ZHUswx3xClu-JnLs_pYIYbQ5jjtvtyZ7LI6IZ8,38092
|
|
637
|
-
zepben_ewb-1.0.
|
|
638
|
-
zepben_ewb-1.0.
|
|
639
|
-
zepben_ewb-1.0.
|
|
640
|
-
zepben_ewb-1.0.
|
|
641
|
-
zepben_ewb-1.0.
|
|
637
|
+
zepben_ewb-1.0.0b6.dist-info/licenses/LICENSE,sha256=aAHD66h6PQIETpkJDvg5yEObyFvXUED8u7S8dlh6K0Y,16725
|
|
638
|
+
zepben_ewb-1.0.0b6.dist-info/METADATA,sha256=Rm_p0aRZCBv3XaE_tldT6CJ30MCiXSB9cwcd3OFqFc4,3300
|
|
639
|
+
zepben_ewb-1.0.0b6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
640
|
+
zepben_ewb-1.0.0b6.dist-info/top_level.txt,sha256=eVLDJiO6FGjL_Z7KdmFE-R8uf1Q07aaVLGe9Ee4kmBw,7
|
|
641
|
+
zepben_ewb-1.0.0b6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|