tracdap-ext-http 0.10.0.dev11__py3-none-any.whl → 0.10.0.dev14__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.
- tracdap/ext/http/__init__.py +1 -1
- tracdap_ext_http-0.10.0.dev14.dist-info/METADATA +37 -0
- tracdap_ext_http-0.10.0.dev14.dist-info/RECORD +7 -0
- tracdap_ext_http-0.10.0.dev11.dist-info/METADATA +0 -25
- tracdap_ext_http-0.10.0.dev11.dist-info/RECORD +0 -7
- {tracdap_ext_http-0.10.0.dev11.dist-info → tracdap_ext_http-0.10.0.dev14.dist-info}/WHEEL +0 -0
- {tracdap_ext_http-0.10.0.dev11.dist-info → tracdap_ext_http-0.10.0.dev14.dist-info}/licenses/LICENSE +0 -0
- {tracdap_ext_http-0.10.0.dev11.dist-info → tracdap_ext_http-0.10.0.dev14.dist-info}/top_level.txt +0 -0
tracdap/ext/http/__init__.py
CHANGED
@@ -0,0 +1,37 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: tracdap-ext-http
|
3
|
+
Version: 0.10.0.dev14
|
4
|
+
Summary: An extension for TRAC D.A.P. that lets models connect to HTTP endpoints
|
5
|
+
Author-email: Martin Traverse <martin@fintrac.co.uk>
|
6
|
+
License-Expression: Apache-2.0
|
7
|
+
Project-URL: Homepage, https://tracdap.finos.org/
|
8
|
+
Project-URL: Documentation, https://tracdap.readthedocs.io/
|
9
|
+
Project-URL: Source Code, https://github.com/martin-traverse/tracdap
|
10
|
+
Project-URL: Issue Tracker, https://github.com/martin-traverse/tracdap/issues
|
11
|
+
Classifier: Operating System :: OS Independent
|
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
|
28
|
+
Description-Content-Type: text/markdown
|
29
|
+
License-File: LICENSE
|
30
|
+
Dynamic: license-file
|
31
|
+
|
32
|
+
# HTTP Extension for the TRAC Model Runtime
|
33
|
+
|
34
|
+
An extension for TRAC D.A.P. that lets models connect to HTTP endpoints.
|
35
|
+
The extension depends on the tracdap-runtime package with the same version.
|
36
|
+
|
37
|
+
This extension is a pre-release, full documentation will be provided TRAC 0.10.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
tracdap/ext/http/__init__.py,sha256=g9nFNk6JqQjYEFNgAR_7VaQelKzCcypHGGitTl38WLs,825
|
2
|
+
tracdap/ext/http/http_plugin.py,sha256=apXj_bPk4NTneZ2cx3-1ERVpfvIKOxSvqhG2aL9A2YA,1456
|
3
|
+
tracdap_ext_http-0.10.0.dev14.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
4
|
+
tracdap_ext_http-0.10.0.dev14.dist-info/METADATA,sha256=Ssfozq4s1wxQHUiSGnxhnrdtEhVzzrdj2JvXYzi4lcw,1695
|
5
|
+
tracdap_ext_http-0.10.0.dev14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
tracdap_ext_http-0.10.0.dev14.dist-info/top_level.txt,sha256=Uv0JfaE1Lp4JnCzqW8lqXNJAEcsAFpAUGOghJolVNdM,8
|
7
|
+
tracdap_ext_http-0.10.0.dev14.dist-info/RECORD,,
|
@@ -1,25 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: tracdap-ext-http
|
3
|
-
Version: 0.10.0.dev11
|
4
|
-
Summary: An extension for TRAC D.A.P. that lets models connect to HTTP endpoints
|
5
|
-
Author-email: Martin Traverse <martin@fintrac.co.uk>
|
6
|
-
License-Expression: Apache-2.0
|
7
|
-
Project-URL: Homepage, https://tracdap.finos.org/
|
8
|
-
Project-URL: Repository, https://github.com/martin-traverse/tracdap.git
|
9
|
-
Project-URL: Documentation, https://tracdap.readthedocs.io/
|
10
|
-
Project-URL: Issue Tracker, https://github.com/finos/tracdap/issues
|
11
|
-
Project-URL: GitHub, https://github.com/martin-traverse/tracdap
|
12
|
-
Project-URL: Source, https://github.com/martin-traverse/tracdap
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier: Operating System :: OS Independent
|
15
|
-
Requires-Python: <3.14,>=3.9
|
16
|
-
Description-Content-Type: text/markdown
|
17
|
-
License-File: LICENSE
|
18
|
-
Dynamic: license-file
|
19
|
-
|
20
|
-
# HTTP Extension for the TRAC Model Runtime
|
21
|
-
|
22
|
-
An extension for TRAC D.A.P. that lets models connect to HTTP endpoints.
|
23
|
-
The extension depends on the tracdap-runtime package with the same version.
|
24
|
-
|
25
|
-
This extension is a pre-release, full documentation will be provided TRAC 0.10.
|
@@ -1,7 +0,0 @@
|
|
1
|
-
tracdap/ext/http/__init__.py,sha256=qAr7KL2qSriLNsa8QPwUlw0BKjgALMzNu6lT0ql_w64,825
|
2
|
-
tracdap/ext/http/http_plugin.py,sha256=apXj_bPk4NTneZ2cx3-1ERVpfvIKOxSvqhG2aL9A2YA,1456
|
3
|
-
tracdap_ext_http-0.10.0.dev11.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
4
|
-
tracdap_ext_http-0.10.0.dev11.dist-info/METADATA,sha256=7lOnuaR06zvtxDJP7co7IgiR7EGVIHNyiI-KtQImsmc,1094
|
5
|
-
tracdap_ext_http-0.10.0.dev11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
tracdap_ext_http-0.10.0.dev11.dist-info/top_level.txt,sha256=Uv0JfaE1Lp4JnCzqW8lqXNJAEcsAFpAUGOghJolVNdM,8
|
7
|
-
tracdap_ext_http-0.10.0.dev11.dist-info/RECORD,,
|
File without changes
|
{tracdap_ext_http-0.10.0.dev11.dist-info → tracdap_ext_http-0.10.0.dev14.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{tracdap_ext_http-0.10.0.dev11.dist-info → tracdap_ext_http-0.10.0.dev14.dist-info}/top_level.txt
RENAMED
File without changes
|