fastcopy

View on PyPIReverse Dependencies (0)

0.1.8 fastcopy-0.1.8-py2.py3-none-any.whl

Wheel Details

Project: fastcopy
Version: 0.1.8
Filename: fastcopy-0.1.8-py2.py3-none-any.whl
Download: [link]
Size: 20472
MD5: 045a74b1215566de023a3a2641763a5e
SHA256: 3d19c6ff512a05c5a3e95dbc6849ebbb4985d80060d3e394a81caaa569d9f01e
Uploaded: 2022-02-05 12:23:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fastcopy
Version: 0.1.8
Summary: A multi-threaded file transfer tool over SSH. The goal is to replace SCP.
Author: Seamile
Author-Email: lanhuermao[at]gmail.com
Home-Page: https://github.com/seamile/FastCopy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: paramiko (>=2.7.2)
Requires-Dist: python-daemon (>=2.3.0)
Requires-Dist: rich (>=10.6.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3977 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
fastcopy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastcopy/client.py sha256=uAcXNh3w9SN3nDLRt5mlPdOeUgV8Q9CJFf94D24F48c 15776
fastcopy/config.py sha256=pGgVeuUtTezhqwNiRSKMK0qV_dcwtDs0h3GpwP1uO6c 162
fastcopy/network.py sha256=U9ZHm6krf-MeRALOOwv8jgvwE7gr3_jWJcZkpKt4CuU 8860
fastcopy/server.py sha256=_mc4lnFYqoR2XlwHdV9hLmkeJuyAaxT79vPRgeFiiB4 6902
fastcopy/transfer.py sha256=lwiztD8-Vct9QWyw4wJQ6WE2eX5EApZ3ACmX61pEOhY 20324
fastcopy-0.1.8.dist-info/LICENSE sha256=4Bh5YCBc9ZOqME_6rqbrWdzzgJnwEC1Ehvbn_nRGe1w 1064
fastcopy-0.1.8.dist-info/METADATA sha256=xRR7tGwLGhNdAm_JDNFMlpKHHS9WLx1MXFJGgYXHVmk 6158
fastcopy-0.1.8.dist-info/WHEEL sha256=WzZ8cwjh8l0jtULNjYq1Hpr-WCqCRgPr--TX4P5I1Wo 110
fastcopy-0.1.8.dist-info/entry_points.txt sha256=VpTjPMA9GVpbljIt6xVy_OvesK29DCj98lbYLsE6WMA 74
fastcopy-0.1.8.dist-info/top_level.txt sha256=_vWrUUN4hbEAreaUii9yHHGzisHyTJx3Wz7ZjMZExtg 9
fastcopy-0.1.8.dist-info/RECORD

top_level.txt

fastcopy

entry_points.txt

fcp = fastcopy.client:main
fcpd = fastcopy.server:main