setup.cfg
setup.py
norfs/__init__.py
norfs/filesystem.py
norfs.egg-info/PKG-INFO
norfs.egg-info/SOURCES.txt
norfs.egg-info/dependency_links.txt
norfs.egg-info/top_level.txt
norfs/copy/__init__.py
norfs/copy/local.py
norfs/copy/s3.py
norfs/fs/__init__.py
norfs/fs/local.py
norfs/fs/memory.py
norfs/fs/s3.py
tests/integration/__init__.py
tests/integration/copy/__init__.py
tests/integration/copy/test_local.py
tests/integration/copy/test_s3.py
tests/integration/fs/__init__.py
tests/integration/fs/base_fs_test.py
tests/integration/fs/test_local.py
tests/integration/fs/test_memory.py
tests/integration/fs/test_s3.py
tests/unit/__init__.py
tests/unit/test_filesystem.py
tests/unit/test_init.py
tests/unit/copy/__init__.py
tests/unit/copy/test_init.py
tests/unit/fs/__init__.py
tests/unit/fs/test_init.py
tests/unit/fs/test_local.py
tests/unit/fs/test_memory.py
tests/unit/fs/test_s3.py