morefs

View on PyPIReverse Dependencies (6)

0.2.2 morefs-0.2.2-py3-none-any.whl

Wheel Details

Project: morefs
Version: 0.2.2
Filename: morefs-0.2.2-py3-none-any.whl
Download: [link]
Size: 14410
MD5: 3f966eb7883c98088d5b61738a0831d2
SHA256: e55fa00287f5c41f242dbe431ea229b8eac4490fb8e09e2cc3c32c049a4c093b
Uploaded: 2024-07-08 04:10:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: morefs
Version: 0.2.2
Summary: A collection of self-contained fsspec-based filesystems
Author-Email: Iterative <saugat[at]iterative.ai>
Project-Url: Issues, https://github.com/iterative/morefs/issues
Project-Url: Source, https://github.com/iterative/morefs
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Requires-Dist: fsspec
Requires-Dist: morefs[asynclocalfs,memfs]; extra == "all"
Requires-Dist: morefs[asynclocalfs]; extra == "asynclocal"
Requires-Dist: fsspec (>=2022.10.0); extra == "asynclocalfs"
Requires-Dist: aiofile (<4,>=3.8.5); extra == "asynclocalfs"
Requires-Dist: typing-extensions (>=3.10.0); python_version < "3.10" and extra == "asynclocalfs"
Requires-Dist: morefs[all,tests]; extra == "dev"
Requires-Dist: mypy (==1.10.1); extra == "dev"
Requires-Dist: pygtrie (>=2.3.2); extra == "memfs"
Requires-Dist: morefs[all]; extra == "tests"
Requires-Dist: pytest (<9,>=7); extra == "tests"
Requires-Dist: pytest-asyncio (<1,>=0.21.0); extra == "tests"
Requires-Dist: pytest-cov (>=4.1.0); extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: pytest-sugar; extra == "tests"
Provides-Extra: all
Provides-Extra: asynclocal
Provides-Extra: asynclocalfs
Provides-Extra: dev
Provides-Extra: memfs
Provides-Extra: tests
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 3993 characters]

WHEEL

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

RECORD

Path Digest Size
morefs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
morefs/asyn_local.py sha256=-WEFDhrpgUHTagcGhRivi6in7U_v156yzzuBZxXuOwU 3802
morefs/dict.py sha256=TcGtubVE8WGFhkm32UxCv6zJRf-cvqJK5cySB4YxQ4I 9544
morefs/memory.py sha256=2tU2KzzWqvMd_JTZ-lsix0I63BCIYytAuOY06uxQt2k 4102
morefs/overlay.py sha256=CPY3KD8Z4CCM9AvnCm1W_vAKDLoNy-fL1Nk14R3fLVI 5799
morefs/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
morefs-0.2.2.dist-info/LICENSE sha256=-1jhbPjoIVHR0cEgahL4Zhct75Ff4MzYCR_jOaJDPq8 11340
morefs-0.2.2.dist-info/METADATA sha256=OkECGXvqCFbeBztUdcmtwqdu3lfbGpoKZNs1heX6EZQ 5719
morefs-0.2.2.dist-info/WHEEL sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg 91
morefs-0.2.2.dist-info/entry_points.txt sha256=Hn-Ppp6p5USx93zV-TTfQGPJZwt4yMQfp4ikKAs4Cio 168
morefs-0.2.2.dist-info/top_level.txt sha256=0fdVw6meZOJCOGahXOLad0lzvPWv9XgKiTGhW8rPbbc 7
morefs-0.2.2.dist-info/RECORD

top_level.txt

morefs

entry_points.txt

asynclocal = morefs.asyn_local:AsyncLocalFileSystem
dictfs = morefs.dict:DictFS
memfs = morefs.memory:MemFS
overlayfs = morefs.overlay:OverlayFileSystem