tracdap-ext-http 0.10.0.dev9__tar.gz → 0.10.0.dev11__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,13 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tracdap-ext-http
3
- Version: 0.10.0.dev9
3
+ Version: 0.10.0.dev11
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
7
- Project-URL: homepage, https://tracdap.finos.org/
8
- Project-URL: repository, https://github.com/finos/tracdap.git
9
- Project-URL: documentation, https://tracdap.readthedocs.io/
10
- Project-URL: issues, https://github.com/finos/tracdap/issues
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
11
13
  Classifier: Programming Language :: Python :: 3
12
14
  Classifier: Operating System :: OS Independent
13
15
  Requires-Python: <3.14,>=3.9
@@ -30,11 +30,12 @@ requires-python = ">= 3.9, < 3.14"
30
30
 
31
31
  [project.urls]
32
32
 
33
- homepage = "https://tracdap.finos.org/"
34
- repository = "https://github.com/finos/tracdap.git"
35
- documentation = "https://tracdap.readthedocs.io/"
36
- issues = "https://github.com/finos/tracdap/issues"
37
-
33
+ Homepage = "https://tracdap.finos.org/"
34
+ Repository = "https://github.com/martin-traverse/tracdap.git"
35
+ Documentation = "https://tracdap.readthedocs.io/"
36
+ "Issue Tracker" = "https://github.com/finos/tracdap/issues"
37
+ GitHub = "https://github.com/martin-traverse/tracdap"
38
+ Source = "https://github.com/martin-traverse/tracdap"
38
39
 
39
40
  [tool.setuptools.packages.find]
40
41
 
@@ -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.dev9"
16
+ __version__ = "0.10.0.dev11"
@@ -1,13 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tracdap-ext-http
3
- Version: 0.10.0.dev9
3
+ Version: 0.10.0.dev11
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
7
- Project-URL: homepage, https://tracdap.finos.org/
8
- Project-URL: repository, https://github.com/finos/tracdap.git
9
- Project-URL: documentation, https://tracdap.readthedocs.io/
10
- Project-URL: issues, https://github.com/finos/tracdap/issues
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
11
13
  Classifier: Programming Language :: Python :: 3
12
14
  Classifier: Operating System :: OS Independent
13
15
  Requires-Python: <3.14,>=3.9