afriends 0.6.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,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: afriends
3
+ Version: 0.6.1
4
+ Summary: Reservation compatibility package for afriend
5
+ License-Expression: MIT
6
+ Requires-Python: >=3.11
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: afriend==0.6.1
9
+
10
+ # afriends
11
+
12
+ This reservation distribution installs the canonical [afriend](https://pypi.org/project/afriend/) package.
13
+
14
+ Use `afriend` for new installations. It provides the `afriend` command and Python import.
@@ -0,0 +1,5 @@
1
+ # afriends
2
+
3
+ This reservation distribution installs the canonical [afriend](https://pypi.org/project/afriend/) package.
4
+
5
+ Use `afriend` for new installations. It provides the `afriend` command and Python import.
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: afriends
3
+ Version: 0.6.1
4
+ Summary: Reservation compatibility package for afriend
5
+ License-Expression: MIT
6
+ Requires-Python: >=3.11
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: afriend==0.6.1
9
+
10
+ # afriends
11
+
12
+ This reservation distribution installs the canonical [afriend](https://pypi.org/project/afriend/) package.
13
+
14
+ Use `afriend` for new installations. It provides the `afriend` command and Python import.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ afriends.egg-info/PKG-INFO
4
+ afriends.egg-info/SOURCES.txt
5
+ afriends.egg-info/dependency_links.txt
6
+ afriends.egg-info/requires.txt
7
+ afriends.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ afriend==0.6.1
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77", "wheel>=0.43"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "afriends"
7
+ version = "0.6.1"
8
+ description = "Reservation compatibility package for afriend"
9
+ readme = "README.md"
10
+ requires-python = ">=3.11"
11
+ license = "MIT"
12
+ dependencies = ["afriend==0.6.1"]
13
+
14
+ [tool.setuptools]
15
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+