colca 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.
colca-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: colca
3
+ Version: 0.0.1
4
+ Summary: Reserved for Colca, an MQTT broker for plants organised as a tree.
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.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # colca
13
+
14
+ This name is reserved for [Colca](https://github.com/alpamayo-solutions/colca),
15
+ an MQTT broker for plants organised as a tree. This placeholder contains no
16
+ code.
17
+
18
+ For Python, see [chaski](https://github.com/alpamayo-solutions/chaski) and the
19
+ data contracts attached to each
20
+ [Colca release](https://github.com/alpamayo-solutions/colca/releases).
colca-0.0.1/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # colca
2
+
3
+ This name is reserved for [Colca](https://github.com/alpamayo-solutions/colca),
4
+ an MQTT broker for plants organised as a tree. This placeholder contains no
5
+ code.
6
+
7
+ For Python, see [chaski](https://github.com/alpamayo-solutions/chaski) and the
8
+ data contracts attached to each
9
+ [Colca release](https://github.com/alpamayo-solutions/colca/releases).
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: colca
3
+ Version: 0.0.1
4
+ Summary: Reserved for Colca, an MQTT broker for plants organised as a tree.
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.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # colca
13
+
14
+ This name is reserved for [Colca](https://github.com/alpamayo-solutions/colca),
15
+ an MQTT broker for plants organised as a tree. This placeholder contains no
16
+ code.
17
+
18
+ For Python, see [chaski](https://github.com/alpamayo-solutions/chaski) and the
19
+ data contracts attached to each
20
+ [Colca release](https://github.com/alpamayo-solutions/colca/releases).
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ colca.egg-info/PKG-INFO
4
+ colca.egg-info/SOURCES.txt
5
+ colca.egg-info/dependency_links.txt
6
+ colca.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "colca"
7
+ version = "0.0.1"
8
+ description = "Reserved for Colca, an MQTT broker for plants organised as a tree."
9
+ readme = "README.md"
10
+ license = { text = "FSL-1.1-ALv2" }
11
+ requires-python = ">=3.9"
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 = []
colca-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+