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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tracdap-ext-http
3
- Version: 0.10.0.dev12
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
- Requires-Python: <3.14,>=3.9
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
- "Operating System :: OS Independent"
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, < 3.14"
42
+ requires-python = ">= 3.9"
29
43
 
30
44
 
31
45
  [project.urls]
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = "0.10.0.dev12"
16
+ __version__ = "0.10.0.dev14"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tracdap-ext-http
3
- Version: 0.10.0.dev12
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
- Requires-Python: <3.14,>=3.9
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