colca-data-contracts 0.0.1__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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: colca-data-contracts
3
+ Version: 0.0.1
4
+ Summary: Reserved for the Colca data contracts. Releases are on GitHub for now.
5
+ Author: Colca contributors
6
+ License: FSL-1.1-ALv2
7
+ Project-URL: Source, https://github.com/alpamayo-solutions/colca
8
+ Project-URL: Releases, https://github.com/alpamayo-solutions/colca/releases
9
+ Requires-Python: >=3.11
10
+ Description-Content-Type: text/markdown
11
+
12
+ # colca-data-contracts
13
+
14
+ This name is reserved for the payload contracts and topic helpers of
15
+ [Colca](https://github.com/alpamayo-solutions/colca). This placeholder contains
16
+ no code.
17
+
18
+ Until the package is published here, install it from the
19
+ [Colca releases](https://github.com/alpamayo-solutions/colca/releases).
@@ -0,0 +1,8 @@
1
+ # colca-data-contracts
2
+
3
+ This name is reserved for the payload contracts and topic helpers of
4
+ [Colca](https://github.com/alpamayo-solutions/colca). This placeholder contains
5
+ no code.
6
+
7
+ Until the package is published here, install it from the
8
+ [Colca releases](https://github.com/alpamayo-solutions/colca/releases).
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: colca-data-contracts
3
+ Version: 0.0.1
4
+ Summary: Reserved for the Colca data contracts. Releases are on GitHub for now.
5
+ Author: Colca contributors
6
+ License: FSL-1.1-ALv2
7
+ Project-URL: Source, https://github.com/alpamayo-solutions/colca
8
+ Project-URL: Releases, https://github.com/alpamayo-solutions/colca/releases
9
+ Requires-Python: >=3.11
10
+ Description-Content-Type: text/markdown
11
+
12
+ # colca-data-contracts
13
+
14
+ This name is reserved for the payload contracts and topic helpers of
15
+ [Colca](https://github.com/alpamayo-solutions/colca). This placeholder contains
16
+ no code.
17
+
18
+ Until the package is published here, install it from the
19
+ [Colca releases](https://github.com/alpamayo-solutions/colca/releases).
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ colca_data_contracts.egg-info/PKG-INFO
4
+ colca_data_contracts.egg-info/SOURCES.txt
5
+ colca_data_contracts.egg-info/dependency_links.txt
6
+ colca_data_contracts.egg-info/top_level.txt
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "colca-data-contracts"
7
+ version = "0.0.1"
8
+ description = "Reserved for the Colca data contracts. Releases are on GitHub for now."
9
+ readme = "README.md"
10
+ license = { text = "FSL-1.1-ALv2" }
11
+ requires-python = ">=3.11"
12
+ authors = [{ name = "Colca contributors" }]
13
+
14
+ [project.urls]
15
+ Source = "https://github.com/alpamayo-solutions/colca"
16
+ Releases = "https://github.com/alpamayo-solutions/colca/releases"
17
+
18
+ [tool.setuptools]
19
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+