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