Metadata-Version: 2.1
Name: morefs
Version: 0.1.1
Summary: A collection of self-contained fsspec-based filesystems
Home-page: https://github.com/iterative/morefs
Maintainer-email: saugat@iterative.ai
License: Apache-2.0
Platform: any
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: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: fsspec
Provides-Extra: all
Requires-Dist: pygtrie (>=2.3.2) ; extra == 'all'
Requires-Dist: fsspec (>=2022.10.0) ; extra == 'all'
Requires-Dist: aiofile (<4,>=3.8.5) ; extra == 'all'
Requires-Dist: typing-extensions (>=3.10.0) ; (python_version < "3.10") and extra == 'all'
Provides-Extra: asynclocal
Requires-Dist: fsspec (>=2022.10.0) ; extra == 'asynclocal'
Requires-Dist: aiofile (<4,>=3.8.5) ; extra == 'asynclocal'
Requires-Dist: typing-extensions (>=3.10.0) ; (python_version < "3.10") and extra == 'asynclocal'
Provides-Extra: asynclocalfs
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'
Provides-Extra: dev
Requires-Dist: pytest (==7.2.0) ; extra == 'dev'
Requires-Dist: pytest-sugar (==0.9.5) ; extra == 'dev'
Requires-Dist: pytest-cov (==3.0.0) ; extra == 'dev'
Requires-Dist: pytest-mock (==3.8.2) ; extra == 'dev'
Requires-Dist: pytest-asyncio (==0.19.0) ; extra == 'dev'
Requires-Dist: pylint (==2.15.0) ; extra == 'dev'
Requires-Dist: mypy (==0.971) ; extra == 'dev'
Requires-Dist: pygtrie (>=2.3.2) ; extra == 'dev'
Requires-Dist: fsspec (>=2022.10.0) ; extra == 'dev'
Requires-Dist: aiofile (<4,>=3.8.5) ; extra == 'dev'
Requires-Dist: types-aiofiles ; extra == 'dev'
Requires-Dist: typing-extensions (>=3.10.0) ; (python_version < "3.10") and extra == 'dev'
Provides-Extra: memfs
Requires-Dist: pygtrie (>=2.3.2) ; extra == 'memfs'
Provides-Extra: tests
Requires-Dist: pytest (==7.2.0) ; extra == 'tests'
Requires-Dist: pytest-sugar (==0.9.5) ; extra == 'tests'
Requires-Dist: pytest-cov (==3.0.0) ; extra == 'tests'
Requires-Dist: pytest-mock (==3.8.2) ; extra == 'tests'
Requires-Dist: pytest-asyncio (==0.19.0) ; extra == 'tests'
Requires-Dist: pylint (==2.15.0) ; extra == 'tests'
Requires-Dist: mypy (==0.971) ; extra == 'tests'
Requires-Dist: pygtrie (>=2.3.2) ; extra == 'tests'
Requires-Dist: fsspec (>=2022.10.0) ; extra == 'tests'
Requires-Dist: aiofile (<4,>=3.8.5) ; extra == 'tests'
Requires-Dist: typing-extensions (>=3.10.0) ; (python_version < "3.10") and extra == 'tests'

morefs
======

|PyPI| |Status| |Python Version| |License|

|Tests| |Codecov| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/morefs.svg
   :target: https://pypi.org/project/morefs/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/morefs.svg
   :target: https://pypi.org/project/morefs/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/morefs
   :target: https://pypi.org/project/morefs
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/morefs
   :target: https://opensource.org/licenses/Apache-2.0
   :alt: License
.. |Tests| image:: https://github.com/iterative/morefs/workflows/Tests/badge.svg
   :target: https://github.com/iterative/morefs/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/iterative/morefs/branch/main/graph/badge.svg
   :target: https://app.codecov.io/gh/iterative/morefs
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


Features
--------

* TODO


Requirements
------------

* TODO


Installation
------------

You can install *morefs* via pip_ from PyPI_:

.. code:: console

   $ pip install morefs


Usage
-----


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `Apache 2.0 license`_,
*morefs* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


.. _Apache 2.0 license: https://opensource.org/licenses/Apache-2.0
.. _PyPI: https://pypi.org/
.. _file an issue: https://github.com/iterative/morefs/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
