tracdap-ext-http 0.10.0.dev12__tar.gz → 0.10.0.dev14__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.dev12 → tracdap_ext_http-0.10.0.dev14}/PKG-INFO +17 -3
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/pyproject.toml +16 -2
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap/ext/http/__init__.py +1 -1
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap_ext_http.egg-info/PKG-INFO +17 -3
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/LICENSE +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/README.md +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/requirements.txt +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/setup.cfg +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap/ext/http/http_plugin.py +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap_ext_http.egg-info/SOURCES.txt +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap_ext_http.egg-info/dependency_links.txt +0 -0
- {tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap_ext_http.egg-info/top_level.txt +0 -0
@@ -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.dev14
|
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
|
@@ -8,9 +8,23 @@ Project-URL: Homepage, https://tracdap.finos.org/
|
|
8
8
|
Project-URL: Documentation, https://tracdap.readthedocs.io/
|
9
9
|
Project-URL: Source Code, https://github.com/martin-traverse/tracdap
|
10
10
|
Project-URL: Issue Tracker, https://github.com/martin-traverse/tracdap/issues
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
12
11
|
Classifier: Operating System :: OS Independent
|
13
|
-
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
18
|
+
Classifier: Framework :: Trac
|
19
|
+
Classifier: Intended Audience :: Developers
|
20
|
+
Classifier: Intended Audience :: End Users/Desktop
|
21
|
+
Classifier: Intended Audience :: Financial and Insurance Industry
|
22
|
+
Classifier: Topic :: Office/Business
|
23
|
+
Classifier: Topic :: Office/Business :: Financial
|
24
|
+
Classifier: Topic :: Software Development
|
25
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
26
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
27
|
+
Requires-Python: >=3.9
|
14
28
|
Description-Content-Type: text/markdown
|
15
29
|
License-File: LICENSE
|
16
30
|
Dynamic: license-file
|
@@ -21,11 +21,25 @@ authors = [
|
|
21
21
|
]
|
22
22
|
|
23
23
|
classifiers = [
|
24
|
+
"Operating System :: OS Independent",
|
24
25
|
"Programming Language :: Python :: 3",
|
25
|
-
"
|
26
|
+
"Programming Language :: Python :: 3.9",
|
27
|
+
"Programming Language :: Python :: 3.10",
|
28
|
+
"Programming Language :: Python :: 3.11",
|
29
|
+
"Programming Language :: Python :: 3.12",
|
30
|
+
"Programming Language :: Python :: 3.13",
|
31
|
+
"Framework :: Trac",
|
32
|
+
"Intended Audience :: Developers",
|
33
|
+
"Intended Audience :: End Users/Desktop",
|
34
|
+
"Intended Audience :: Financial and Insurance Industry",
|
35
|
+
"Topic :: Office/Business",
|
36
|
+
"Topic :: Office/Business :: Financial",
|
37
|
+
"Topic :: Software Development",
|
38
|
+
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
39
|
+
"Topic :: Software Development :: Libraries :: Python Modules"
|
26
40
|
]
|
27
41
|
|
28
|
-
requires-python = ">= 3.9
|
42
|
+
requires-python = ">= 3.9"
|
29
43
|
|
30
44
|
|
31
45
|
[project.urls]
|
@@ -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.dev14
|
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
|
@@ -8,9 +8,23 @@ Project-URL: Homepage, https://tracdap.finos.org/
|
|
8
8
|
Project-URL: Documentation, https://tracdap.readthedocs.io/
|
9
9
|
Project-URL: Source Code, https://github.com/martin-traverse/tracdap
|
10
10
|
Project-URL: Issue Tracker, https://github.com/martin-traverse/tracdap/issues
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
12
11
|
Classifier: Operating System :: OS Independent
|
13
|
-
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
18
|
+
Classifier: Framework :: Trac
|
19
|
+
Classifier: Intended Audience :: Developers
|
20
|
+
Classifier: Intended Audience :: End Users/Desktop
|
21
|
+
Classifier: Intended Audience :: Financial and Insurance Industry
|
22
|
+
Classifier: Topic :: Office/Business
|
23
|
+
Classifier: Topic :: Office/Business :: Financial
|
24
|
+
Classifier: Topic :: Software Development
|
25
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
26
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
27
|
+
Requires-Python: >=3.9
|
14
28
|
Description-Content-Type: text/markdown
|
15
29
|
License-File: LICENSE
|
16
30
|
Dynamic: license-file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tracdap_ext_http-0.10.0.dev12 → tracdap_ext_http-0.10.0.dev14}/src/tracdap/ext/http/http_plugin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|