Metadata-Version: |
2.1 |
Name: |
miarec_smbfs |
Version: |
2024.1.1 |
Summary: |
Pyfilesystem2 over SMB using pysmb |
Author: |
MiaRec |
Author-Email: |
support[at]miarec.com |
Home-Page: |
https://github.com/miarec/miarec_smbfs |
Project-Url: |
Bug Tracker, https://github.com/miarec/miarec_smbfs/issues |
Project-Url: |
Changelog, https://github.com/miarec/miarec_smbfs/blob/master/CHANGELOG.md |
Project-Url: |
Coverage, https://codecov.io/gh/miarec/miarec_smbfs |
Project-Url: |
Builds, https://github.com/miarec/miarec_smbfs/actions |
License: |
MIT |
Keywords: |
filesystem,Pyfilesystem2,smb,cifs,samba |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Filesystems |
Classifier: |
Topic :: System :: Networking |
Platform: |
any |
Requires-Python: |
>=3.7 |
Requires-Dist: |
fs (~=2.2) |
Requires-Dist: |
pysmb (!=1.1.26,!=1.1.29,<=1.2.9.1,>=1.1.22) |
Requires-Dist: |
six (~=1.10) |
Requires-Dist: |
setuptools (>=38.3.0) |
Requires-Dist: |
configparser (~=3.2); python_version < "3" |
Requires-Dist: |
pytest (~=7.4); extra == "test" |
Requires-Dist: |
pytest-cov (~=4.1); extra == "test" |
Requires-Dist: |
codecov (~=2.1); extra == "test" |
Requires-Dist: |
docker (~=6.0); extra == "test" |
Requires-Dist: |
semantic-version (~=2.6); extra == "test" |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
COPYING |