Contents

fs 2.4.16

0

Python's filesystem abstraction layer

Python's filesystem abstraction layer

Stars: 2095, Watchers: 2095, Forks: 188, Open Issues: 117

The PyFilesystem/pyfilesystem2 repo was created 9 years ago and the last code push was 9 months ago.
The project is very popular with an impressive 2095 github stars!

How to Install fs

You can install fs using pip

pip install fs

or add it to a project with poetry

poetry add fs

Package Details

Author
Will McGugan
License
MIT
Homepage
https://github.com/PyFilesystem/pyfilesystem2
PyPi:
https://pypi.org/project/fs/
Documentation:
https://pyfilesystem2.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/PyFilesystem/pyfilesystem2

Classifiers

  • System/Filesystems
No  fs  pypi packages just yet.

Errors

A list of common fs errors.

Code Examples

Here are some fs code examples and snippets.

GitHub Issues

The fs package has 117 open issues on GitHub

  • Replacement for this package
  • migrate entrypoints handling to standard library importlib.metadata

See more issues on GitHub

Related Packages & Articles

bitmath 1.3.3.1

Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion)

aiofile 3.9.0

Asynchronous HTTP client/server framework for asyncio and Python