pythond 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.
pythond-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: pythond
3
+ Version: 0.0.1
4
+ Summary: sshd gives you a shell. pythond gives you Python.
5
+ Author-email: Chen H <ranger@rangerfoxsolutions.com>
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.10
@@ -0,0 +1,5 @@
1
+ # pythond
2
+
3
+ `sshd` gives you a shell. `pythond` gives you Python.
4
+
5
+ Persistent Python runtime daemon. Coming soon.
@@ -0,0 +1,11 @@
1
+ [project]
2
+ name = "pythond"
3
+ version = "0.0.1"
4
+ description = "sshd gives you a shell. pythond gives you Python."
5
+ requires-python = ">=3.10"
6
+ license = "MIT"
7
+ authors = [{name = "Chen H", email = "ranger@rangerfoxsolutions.com"}]
8
+
9
+ [build-system]
10
+ requires = ["setuptools>=61.0"]
11
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: pythond
3
+ Version: 0.0.1
4
+ Summary: sshd gives you a shell. pythond gives you Python.
5
+ Author-email: Chen H <ranger@rangerfoxsolutions.com>
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ pythond.egg-info/PKG-INFO
4
+ pythond.egg-info/SOURCES.txt
5
+ pythond.egg-info/dependency_links.txt
6
+ pythond.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+