aas-http-client 0.2.9__tar.gz → 0.3.0__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 aas-http-client might be problematic. Click here for more details.

Files changed (21) hide show
  1. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/PKG-INFO +5 -1
  2. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client.egg-info/PKG-INFO +5 -1
  3. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client.egg-info/SOURCES.txt +1 -0
  4. aas_http_client-0.3.0/aas_http_client.egg-info/requires.txt +4 -0
  5. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/pyproject.toml +7 -3
  6. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/LICENSE +0 -0
  7. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/README.md +0 -0
  8. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/__init__.py +0 -0
  9. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/client.py +0 -0
  10. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/core/encoder.py +0 -0
  11. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/core/version_check.py +0 -0
  12. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/demo/demo_process.py +0 -0
  13. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/demo/logging_handler.py +0 -0
  14. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/utilities/__init__.py +0 -0
  15. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/utilities/model_builder.py +0 -0
  16. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client/wrapper/sdk_wrapper.py +0 -0
  17. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client.egg-info/dependency_links.txt +0 -0
  18. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/aas_http_client.egg-info/top_level.txt +0 -0
  19. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/setup.cfg +0 -0
  20. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/tests/test_client.py +0 -0
  21. {aas_http_client-0.2.9 → aas_http_client-0.3.0}/tests/test_wrapper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aas-http-client
3
- Version: 0.2.9
3
+ Version: 0.3.0
4
4
  Summary: Generic python HTTP client for communication with various types of AAS servers
5
5
  Author-email: Daniel Klein <daniel.klein@em.ag>
6
6
  License: # :em engineering methods AG Software License
@@ -108,6 +108,10 @@ License: # :em engineering methods AG Software License
108
108
  Project-URL: Homepage, https://github.com/fluid40/aas-http-client
109
109
  Description-Content-Type: text/markdown
110
110
  License-File: LICENSE
111
+ Requires-Dist: typing>=3.7.4.3
112
+ Requires-Dist: pydantic>=2.11.5
113
+ Requires-Dist: requests>=2.32.3
114
+ Requires-Dist: basyx-python-sdk>=1.2.1
111
115
  Dynamic: license-file
112
116
 
113
117
  <!-- TODO: Go through the readme and enter the information here -->
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aas-http-client
3
- Version: 0.2.9
3
+ Version: 0.3.0
4
4
  Summary: Generic python HTTP client for communication with various types of AAS servers
5
5
  Author-email: Daniel Klein <daniel.klein@em.ag>
6
6
  License: # :em engineering methods AG Software License
@@ -108,6 +108,10 @@ License: # :em engineering methods AG Software License
108
108
  Project-URL: Homepage, https://github.com/fluid40/aas-http-client
109
109
  Description-Content-Type: text/markdown
110
110
  License-File: LICENSE
111
+ Requires-Dist: typing>=3.7.4.3
112
+ Requires-Dist: pydantic>=2.11.5
113
+ Requires-Dist: requests>=2.32.3
114
+ Requires-Dist: basyx-python-sdk>=1.2.1
111
115
  Dynamic: license-file
112
116
 
113
117
  <!-- TODO: Go through the readme and enter the information here -->
@@ -6,6 +6,7 @@ aas_http_client/client.py
6
6
  aas_http_client.egg-info/PKG-INFO
7
7
  aas_http_client.egg-info/SOURCES.txt
8
8
  aas_http_client.egg-info/dependency_links.txt
9
+ aas_http_client.egg-info/requires.txt
9
10
  aas_http_client.egg-info/top_level.txt
10
11
  aas_http_client/core/encoder.py
11
12
  aas_http_client/core/version_check.py
@@ -0,0 +1,4 @@
1
+ typing>=3.7.4.3
2
+ pydantic>=2.11.5
3
+ requests>=2.32.3
4
+ basyx-python-sdk>=1.2.1
@@ -4,13 +4,17 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aas-http-client"
7
- version = "0.2.9"
7
+ version = "0.3.0"
8
8
  description = "Generic python HTTP client for communication with various types of AAS servers"
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
11
11
  authors = [{ name = "Daniel Klein", email = "daniel.klein@em.ag" }]
12
- dependencies = []
13
-
12
+ dependencies = [
13
+ "typing>=3.7.4.3",
14
+ "pydantic>=2.11.5",
15
+ "requests>=2.32.3",
16
+ "basyx-python-sdk>=1.2.1",
17
+ ]
14
18
  [project.urls]
15
19
  Homepage = "https://github.com/fluid40/aas-http-client"
16
20
 
File without changes