tracdap-ext-http 0.10.0.dev2__tar.gz → 0.10.0.dev4__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.
- {tracdap_ext_http-0.10.0.dev2/src/tracdap_ext_http.egg-info → tracdap_ext_http-0.10.0.dev4}/PKG-INFO +2 -2
- tracdap_ext_http-0.10.0.dev4/requirements.txt +2 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap/ext/http/__init__.py +1 -1
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4/src/tracdap_ext_http.egg-info}/PKG-INFO +2 -2
- tracdap_ext_http-0.10.0.dev4/src/tracdap_ext_http.egg-info/requires.txt +1 -0
- tracdap_ext_http-0.10.0.dev2/requirements.txt +0 -2
- tracdap_ext_http-0.10.0.dev2/src/tracdap_ext_http.egg-info/requires.txt +0 -1
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/LICENSE +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/README.md +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/pyproject.toml +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/setup.cfg +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap/ext/http/http_plugin.py +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap_ext_http.egg-info/SOURCES.txt +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap_ext_http.egg-info/dependency_links.txt +0 -0
- {tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap_ext_http.egg-info/top_level.txt +0 -0
{tracdap_ext_http-0.10.0.dev2/src/tracdap_ext_http.egg-info → tracdap_ext_http-0.10.0.dev4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tracdap-ext-http
|
|
3
|
-
Version: 0.10.0.
|
|
3
|
+
Version: 0.10.0.dev4
|
|
4
4
|
Summary: An extension for TRAC D.A.P. that lets models connect to HTTP endpoints
|
|
5
5
|
Author-email: Martin Traverse <martin@fintrac.co.uk>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,7 +25,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
25
25
|
Requires-Python: >=3.10
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
|
-
Requires-Dist: tracdap-runtime
|
|
28
|
+
Requires-Dist: tracdap-runtime==0.10.*
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
<h1 align="center">
|
{tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4/src/tracdap_ext_http.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tracdap-ext-http
|
|
3
|
-
Version: 0.10.0.
|
|
3
|
+
Version: 0.10.0.dev4
|
|
4
4
|
Summary: An extension for TRAC D.A.P. that lets models connect to HTTP endpoints
|
|
5
5
|
Author-email: Martin Traverse <martin@fintrac.co.uk>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,7 +25,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
25
25
|
Requires-Python: >=3.10
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
|
-
Requires-Dist: tracdap-runtime
|
|
28
|
+
Requires-Dist: tracdap-runtime==0.10.*
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
<h1 align="center">
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tracdap-runtime==0.10.*
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tracdap-runtime>=0.10.0-beta.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tracdap_ext_http-0.10.0.dev2 → tracdap_ext_http-0.10.0.dev4}/src/tracdap/ext/http/http_plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|