sshfs

View on PyPIReverse Dependencies (18)

2024.9.0 sshfs-2024.9.0-py3-none-any.whl

Wheel Details

Project: sshfs
Version: 2024.9.0
Filename: sshfs-2024.9.0-py3-none-any.whl
Download: [link]
Size: 16094
MD5: fff22a45485591b011b648b4e77d3355
SHA256: bc3f4bd33b20b3e5fd8fbbf640d0b87d8a9531ff8e94a7beb8778d3853b07053
Uploaded: 2024-10-03 16:20:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sshfs
Version: 2024.9.0
Summary: SSH Filesystem -- Async SSH/SFTP backend for fsspec
License: Apache License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: fsspec (>=2021.8.1)
Requires-Dist: asyncssh (<3,>=2.11.0)
Requires-Dist: asyncssh[bcrypt]; extra == "bcrypt"
Requires-Dist: asyncssh[fido2]; extra == "fido2"
Requires-Dist: asyncssh[gssapi]; extra == "gssapi"
Requires-Dist: asyncssh[libnacl]; extra == "libnacl"
Requires-Dist: asyncssh[python-pkcs11]; extra == "pkcs11"
Requires-Dist: asyncssh[pyopenssl]; extra == "pyopenssl"
Requires-Dist: asyncssh[pywin32]; extra == "pywin32"
Provides-Extra: bcrypt
Provides-Extra: fido2
Provides-Extra: gssapi
Provides-Extra: libnacl
Provides-Extra: pkcs11
Provides-Extra: pyopenssl
Provides-Extra: pywin32
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3063 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
sshfs/__init__.py sha256=wamn5tE8RyDCeQe9huBGJGumZjYsBZugBt9vEHK0XZo 37
sshfs/config.py sha256=5YtvDBxJyB-L3Nfti4ItdEz1QPGxhOHWmKAjG0gznE0 634
sshfs/file.py sha256=eOAiQL8kPpdhEiaBsrb7-6UQKPu0Aw1VcPux76h2100 2993
sshfs/spec.py sha256=_pmajejalKVcBxkoWNztI1qIsjBAJouTs79Y79ekJ-4 10781
sshfs/utils.py sha256=FndSwsKjKQYyPLg9b6ZOfmJCRCI3X3fkeNnqwpzTfng 2023
sshfs/pools/__init__.py sha256=U8NBe7kJt69zVkf6k_GiIMLVNJCnJkBwRBgXbZbzknM 98
sshfs/pools/base.py sha256=LD7IcbR0w6ZmfCH-RoHKuEebCzNfExXFA5XBYKpB6zA 2472
sshfs/pools/hard.py sha256=tBWk5AMW0tSvYTuodViYen3cbp3MfWx47z-51mJ7X6I 1555
sshfs/pools/soft.py sha256=vfhMJjTXFx_lFeVWj2SUNbvkh8H2V6XUxxLIjWYmTsk 2231
sshfs-2024.9.0.dist-info/LICENSE sha256=lO_aqXIy4zcvWextNwbb5CkNkjS_Tdu7m4IXmp07b4o 11345
sshfs-2024.9.0.dist-info/METADATA sha256=HK8dUsXTTBAQRUhEp4ALCPlSPSKJ_5YoxbbTexhD6hk 4172
sshfs-2024.9.0.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
sshfs-2024.9.0.dist-info/entry_points.txt sha256=ppe2loj_Mdn1GV0vz33mpDpQmqwB5J83_bsQpOlXTXs 78
sshfs-2024.9.0.dist-info/top_level.txt sha256=Sy6RCRpCT2wZYxWc3EvR1f9gOeRN4-LSX6gMrxovau4 6
sshfs-2024.9.0.dist-info/RECORD

top_level.txt

sshfs

entry_points.txt

sftp = sshfs.spec:SSHFileSystem
ssh = sshfs.spec:SSHFileSystem