arbour 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.
arbour-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: arbour
3
+ Version: 0.0.1
4
+ Summary: Reserved name for Arbour (HSTLRlabs). Placeholder; real release to follow.
5
+ Author: HSTLRlabs
6
+ License: MIT
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # arbour
11
+
12
+ Reserved for **Arbour** (HSTLRlabs). Placeholder to hold the name; the real package is on the way.
arbour-0.0.1/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # arbour
2
+
3
+ Reserved for **Arbour** (HSTLRlabs). Placeholder to hold the name; the real package is on the way.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: arbour
3
+ Version: 0.0.1
4
+ Summary: Reserved name for Arbour (HSTLRlabs). Placeholder; real release to follow.
5
+ Author: HSTLRlabs
6
+ License: MIT
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # arbour
11
+
12
+ Reserved for **Arbour** (HSTLRlabs). Placeholder to hold the name; the real package is on the way.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ arbour.py
3
+ pyproject.toml
4
+ arbour.egg-info/PKG-INFO
5
+ arbour.egg-info/SOURCES.txt
6
+ arbour.egg-info/dependency_links.txt
7
+ arbour.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ arbour
arbour-0.0.1/arbour.py ADDED
@@ -0,0 +1 @@
1
+ """Reserved placeholder for Arbour (HSTLRlabs)."""
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+ [project]
5
+ name = "arbour"
6
+ version = "0.0.1"
7
+ description = "Reserved name for Arbour (HSTLRlabs). Placeholder; real release to follow."
8
+ readme = "README.md"
9
+ requires-python = ">=3.9"
10
+ license = {text = "MIT"}
11
+ authors = [{name = "HSTLRlabs"}]
12
+ [tool.setuptools]
13
+ py-modules = ["arbour"]
arbour-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+