Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/adb550696c5bd5d74e990757c92f7eec to your computer and use it in GitHub Desktop.
Save ryantm/adb550696c5bd5d74e990757c92f7eec to your computer and use it in GitHub Desktop.
/nix/store/4j872cmjchx452fhv2xfzrn6irzv72pd-python3.7-fs-2.1.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fs
│   │   ├── appfs.py
│   │   ├── base.py
│   │   ├── _bulk.py
│   │   ├── compress.py
│   │   ├── constants.py
│   │   ├── copy.py
│   │   ├── enums.py
│   │   ├── errors.py
│   │   ├── error_tools.py
│   │   ├── filesize.py
│   │   ├── _fscompat.py
│   │   ├── ftpfs.py
│   │   ├── _ftp_parse.py
│   │   ├── glob.py
│   │   ├── info.py
│   │   ├── __init__.py
│   │   ├── iotools.py
│   │   ├── lrucache.py
│   │   ├── memoryfs.py
│   │   ├── mirror.py
│   │   ├── mode.py
│   │   ├── mountfs.py
│   │   ├── move.py
│   │   ├── multifs.py
│   │   ├── opener
│   │   │   ├── appfs.py
│   │   │   ├── base.py
│   │   │   ├── errors.py
│   │   │   ├── ftpfs.py
│   │   │   ├── __init__.py
│   │   │   ├── memoryfs.py
│   │   │   ├── osfs.py
│   │   │   ├── parse.py
│   │   │   ├── __pycache__
│   │   │   │   ├── appfs.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── ftpfs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── memoryfs.cpython-37.pyc
│   │   │   │   ├── osfs.cpython-37.pyc
│   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   ├── registry.cpython-37.pyc
│   │   │   │   ├── tarfs.cpython-37.pyc
│   │   │   │   ├── tempfs.cpython-37.pyc
│   │   │   │   └── zipfs.cpython-37.pyc
│   │   │   ├── registry.py
│   │   │   ├── tarfs.py
│   │   │   ├── tempfs.py
│   │   │   └── zipfs.py
│   │   ├── osfs.py
│   │   ├── path.py
│   │   ├── permissions.py
│   │   ├── __pycache__
│   │   │   ├── appfs.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── _bulk.cpython-37.pyc
│   │   │   ├── compress.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── copy.cpython-37.pyc
│   │   │   ├── enums.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── error_tools.cpython-37.pyc
│   │   │   ├── filesize.cpython-37.pyc
│   │   │   ├── _fscompat.cpython-37.pyc
│   │   │   ├── ftpfs.cpython-37.pyc
│   │   │   ├── _ftp_parse.cpython-37.pyc
│   │   │   ├── glob.cpython-37.pyc
│   │   │   ├── info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── iotools.cpython-37.pyc
│   │   │   ├── lrucache.cpython-37.pyc
│   │   │   ├── memoryfs.cpython-37.pyc
│   │   │   ├── mirror.cpython-37.pyc
│   │   │   ├── mode.cpython-37.pyc
│   │   │   ├── mountfs.cpython-37.pyc
│   │   │   ├── move.cpython-37.pyc
│   │   │   ├── multifs.cpython-37.pyc
│   │   │   ├── osfs.cpython-37.pyc
│   │   │   ├── path.cpython-37.pyc
│   │   │   ├── permissions.cpython-37.pyc
│   │   │   ├── _repr.cpython-37.pyc
│   │   │   ├── subfs.cpython-37.pyc
│   │   │   ├── tarfs.cpython-37.pyc
│   │   │   ├── tempfs.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   ├── time.cpython-37.pyc
│   │   │   ├── tools.cpython-37.pyc
│   │   │   ├── tree.cpython-37.pyc
│   │   │   ├── _typing.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   ├── walk.cpython-37.pyc
│   │   │   ├── wildcard.cpython-37.pyc
│   │   │   ├── wrap.cpython-37.pyc
│   │   │   ├── wrapfs.cpython-37.pyc
│   │   │   └── zipfs.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── _repr.py
│   │   ├── subfs.py
│   │   ├── tarfs.py
│   │   ├── tempfs.py
│   │   ├── test.py
│   │   ├── time.py
│   │   ├── tools.py
│   │   ├── tree.py
│   │   ├── _typing.py
│   │   ├── _version.py
│   │   ├── walk.py
│   │   ├── wildcard.py
│   │   ├── wrapfs.py
│   │   ├── wrap.py
│   │   └── zipfs.py
│   └── fs-2.1.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 116 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment