coops 0.0.0__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.
coops-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: coops
3
+ Version: 0.0.0
4
+ Summary: Reserved name. Coopscope — a contract-first geophysical visualization workstation.
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3.12
7
+ Requires-Python: >=3.12
8
+ Description-Content-Type: text/markdown
9
+
10
+ # coops
11
+
12
+ **Name reservation. This release contains no code.**
13
+
14
+ `coops` is the import package for **Coopscope**, a contract-first geophysical visualization
15
+ workstation. The project is in development and is not yet published.
16
+
17
+ A real release will follow. Until then this distribution exists only to hold the name.
coops-0.0.0/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # coops
2
+
3
+ **Name reservation. This release contains no code.**
4
+
5
+ `coops` is the import package for **Coopscope**, a contract-first geophysical visualization
6
+ workstation. The project is in development and is not yet published.
7
+
8
+ A real release will follow. Until then this distribution exists only to hold the name.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: coops
3
+ Version: 0.0.0
4
+ Summary: Reserved name. Coopscope — a contract-first geophysical visualization workstation.
5
+ Classifier: Development Status :: 1 - Planning
6
+ Classifier: Programming Language :: Python :: 3.12
7
+ Requires-Python: >=3.12
8
+ Description-Content-Type: text/markdown
9
+
10
+ # coops
11
+
12
+ **Name reservation. This release contains no code.**
13
+
14
+ `coops` is the import package for **Coopscope**, a contract-first geophysical visualization
15
+ workstation. The project is in development and is not yet published.
16
+
17
+ A real release will follow. Until then this distribution exists only to hold the name.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ coops.egg-info/PKG-INFO
4
+ coops.egg-info/SOURCES.txt
5
+ coops.egg-info/dependency_links.txt
6
+ coops.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,23 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "coops"
7
+ version = "0.0.0"
8
+ description = "Reserved name. Coopscope — a contract-first geophysical visualization workstation."
9
+ readme = "README.md"
10
+ requires-python = ">=3.12"
11
+ # No `license` field on purpose: the licence decision is still open (AGPL-3.0 vs GPLv3, with a
12
+ # commercial exception). An unspecified licence means all rights reserved, which is the correct
13
+ # and safe default for a name reservation that ships no code.
14
+ # NOTE: no `Private ::` classifier. Any classifier in that namespace is a FUNCTIONAL marker that
15
+ # instructs PyPI to REFUSE the upload (it exists to stop accidental publication), not a label.
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ "Programming Language :: Python :: 3.12",
19
+ ]
20
+
21
+ [tool.setuptools]
22
+ # Ship nothing. This distribution exists only to reserve the name; the real package lands in S1a.
23
+ packages = []
coops-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+