.gitignore
CHANGELOG.md
CNAME
LICENSE
README.md
changelog.py
git.sh
publish.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
upgrade.sh
version.sh
examples/advanced.py
examples/basic.py
src/memfs/__init__.py
src/memfs/_version.py
src/memfs/api.py
src/memfs/cli.py
src/memfs/cli_with_shell.py
src/memfs/memfs.py
src/memfs.egg-info/PKG-INFO
src/memfs.egg-info/SOURCES.txt
src/memfs.egg-info/dependency_links.txt
src/memfs.egg-info/entry_points.txt
src/memfs.egg-info/requires.txt
src/memfs.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_memfs.py