sshfs

View on PyPIReverse Dependencies (14)

2024.4.1 sshfs-2024.4.1-py3-none-any.whl

Wheel Details

Project: sshfs
Version: 2024.4.1
Filename: sshfs-2024.4.1-py3-none-any.whl
Download: [link]
Size: 15959
MD5: c1b3fe510ebdeee65380273ecd18a7ec
SHA256: af2387201de93f79dc318b3ac18fd928ebb58d68c20b5bb8121888c3997ea90a
Uploaded: 2024-04-22 00:51:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sshfs
Version: 2024.4.1
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: bdist_wheel (0.43.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=1jfGgijRqkeikE3NFw0E6aOcbRw8O4uhJu69PLgNx4E 2948
sshfs/spec.py sha256=koR_Ldl3NmJ9ZesirYulY9UHNlwHeM6_F5hmqpRdVSQ 10250
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.4.1.dist-info/LICENSE sha256=lO_aqXIy4zcvWextNwbb5CkNkjS_Tdu7m4IXmp07b4o 11345
sshfs-2024.4.1.dist-info/METADATA sha256=D2PzvY3T4zy2AEpiAuda3mFseZFLQj4pVVLiYMJx6pM 4172
sshfs-2024.4.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
sshfs-2024.4.1.dist-info/entry_points.txt sha256=ppe2loj_Mdn1GV0vz33mpDpQmqwB5J83_bsQpOlXTXs 78
sshfs-2024.4.1.dist-info/top_level.txt sha256=Sy6RCRpCT2wZYxWc3EvR1f9gOeRN4-LSX6gMrxovau4 6
sshfs-2024.4.1.dist-info/RECORD

top_level.txt

sshfs

entry_points.txt

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