vssh 0.0.1__py3-none-any.whl

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.
vssh/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """vssh — Distributed command & file transport daemon"""
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: vssh
3
+ Version: 0.0.1
4
+ Summary: vssh — Distributed command & file transport daemon
5
+ Author-email: MeshPOP <dragon@meshpop.dev>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/meshpop/vssh
8
+ Keywords: ssh,distributed,transport,cluster,daemon
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ # vssh
16
+
17
+ Distributed command & file transport daemon.
18
+
19
+ > This package is a placeholder. Full release coming soon.
20
+
21
+ See [github.com/meshpop/vssh](https://github.com/meshpop/vssh) for source.
@@ -0,0 +1,5 @@
1
+ vssh/__init__.py,sha256=HpXYxJ8iPWBfTlgme09wRjk9B4Y_5lukvC5cL9rH6OI,59
2
+ vssh-0.0.1.dist-info/METADATA,sha256=94Cchcw7_TaxKVn2Es0uGrT6Qbhrrpgd6zYPkk_UV_k,671
3
+ vssh-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ vssh-0.0.1.dist-info/top_level.txt,sha256=ouRXKWknFt6KGFXBbh3AhbWAGx5y8_qcAeS0UtvyThE,5
5
+ vssh-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ vssh