ccagent 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.
ccagent-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: ccagent
3
+ Version: 0.0.0
4
+ Summary: Reserved name for a developer-tool suite under development. This release contains no code.
5
+ Author-email: itsprettydeep <abedrabbok@gmail.com>
6
+ License-Expression: MIT
7
+ Keywords: reserved-name,placeholder
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # ccagent
15
+
16
+ **This name is reserved. It is not yet a released package, and this
17
+ distribution contains no code.**
18
+
19
+ `ccagent` is held for a suite of developer tools under development by the
20
+ author. The suite shares a `cc` prefix so that its members are recognisably one
21
+ family rather than a scatter of unrelated names.
22
+
23
+ What this particular member will do is not decided. The name is held now
24
+ because a suite whose names are taken piecemeal by other people is not a suite,
25
+ and because the cost of holding a name is one upload while the cost of losing
26
+ one is a rename that reaches every document, every install line and every
27
+ reader who learned the old spelling.
28
+
29
+ This release declares no modules, so installing it adds nothing to your
30
+ environment and shadows nothing. When a real release is ready it will upload to
31
+ this same name at a higher version.
32
+
33
+ Contact: abedrabbok@gmail.com
@@ -0,0 +1,20 @@
1
+ # ccagent
2
+
3
+ **This name is reserved. It is not yet a released package, and this
4
+ distribution contains no code.**
5
+
6
+ `ccagent` is held for a suite of developer tools under development by the
7
+ author. The suite shares a `cc` prefix so that its members are recognisably one
8
+ family rather than a scatter of unrelated names.
9
+
10
+ What this particular member will do is not decided. The name is held now
11
+ because a suite whose names are taken piecemeal by other people is not a suite,
12
+ and because the cost of holding a name is one upload while the cost of losing
13
+ one is a rename that reaches every document, every install line and every
14
+ reader who learned the old spelling.
15
+
16
+ This release declares no modules, so installing it adds nothing to your
17
+ environment and shadows nothing. When a real release is ready it will upload to
18
+ this same name at a higher version.
19
+
20
+ Contact: abedrabbok@gmail.com
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: ccagent
3
+ Version: 0.0.0
4
+ Summary: Reserved name for a developer-tool suite under development. This release contains no code.
5
+ Author-email: itsprettydeep <abedrabbok@gmail.com>
6
+ License-Expression: MIT
7
+ Keywords: reserved-name,placeholder
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # ccagent
15
+
16
+ **This name is reserved. It is not yet a released package, and this
17
+ distribution contains no code.**
18
+
19
+ `ccagent` is held for a suite of developer tools under development by the
20
+ author. The suite shares a `cc` prefix so that its members are recognisably one
21
+ family rather than a scatter of unrelated names.
22
+
23
+ What this particular member will do is not decided. The name is held now
24
+ because a suite whose names are taken piecemeal by other people is not a suite,
25
+ and because the cost of holding a name is one upload while the cost of losing
26
+ one is a rename that reaches every document, every install line and every
27
+ reader who learned the old spelling.
28
+
29
+ This release declares no modules, so installing it adds nothing to your
30
+ environment and shadows nothing. When a real release is ready it will upload to
31
+ this same name at a higher version.
32
+
33
+ Contact: abedrabbok@gmail.com
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ ccagent.egg-info/PKG-INFO
4
+ ccagent.egg-info/SOURCES.txt
5
+ ccagent.egg-info/dependency_links.txt
6
+ ccagent.egg-info/top_level.txt
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ccagent"
7
+ version = "0.0.0"
8
+ description = "Reserved name for a developer-tool suite under development. This release contains no code."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "MIT"
12
+ authors = [{ name = "itsprettydeep", email = "abedrabbok@gmail.com" }]
13
+ keywords = ["reserved-name", "placeholder"]
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Developers",
17
+ "Programming Language :: Python :: 3",
18
+ ]
19
+
20
+ [tool.setuptools]
21
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+