Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 12:35
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/4b23c4a3ea37f9b8c303bc904fce6c6f to your computer and use it in GitHub Desktop.
Save ryantm/4b23c4a3ea37f9b8c303bc904fce6c6f to your computer and use it in GitHub Desktop.
/nix/store/yv337crndi33gpl6wzn2k9x77xzx8g4a-python3.7-Fiona-1.8.6
├── bin
│   └── fio
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fiona
│   │   ├── collection.py
│   │   ├── compat.py
│   │   ├── _crs.cpython-37m-x86_64-linux-gnu.so
│   │   ├── crs.py
│   │   ├── _drivers.cpython-37m-x86_64-linux-gnu.so
│   │   ├── drvsupport.py
│   │   ├── _env.cpython-37m-x86_64-linux-gnu.so
│   │   ├── env.py
│   │   ├── _err.cpython-37m-x86_64-linux-gnu.so
│   │   ├── errors.py
│   │   ├── fio
│   │   │   ├── bounds.py
│   │   │   ├── calc.py
│   │   │   ├── cat.py
│   │   │   ├── collect.py
│   │   │   ├── distrib.py
│   │   │   ├── dump.py
│   │   │   ├── env.py
│   │   │   ├── filter.py
│   │   │   ├── helpers.py
│   │   │   ├── info.py
│   │   │   ├── __init__.py
│   │   │   ├── insp.py
│   │   │   ├── load.py
│   │   │   ├── ls.py
│   │   │   ├── main.py
│   │   │   ├── options.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bounds.cpython-37.pyc
│   │   │   │   ├── calc.cpython-37.pyc
│   │   │   │   ├── cat.cpython-37.pyc
│   │   │   │   ├── collect.cpython-37.pyc
│   │   │   │   ├── distrib.cpython-37.pyc
│   │   │   │   ├── dump.cpython-37.pyc
│   │   │   │   ├── env.cpython-37.pyc
│   │   │   │   ├── filter.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── insp.cpython-37.pyc
│   │   │   │   ├── load.cpython-37.pyc
│   │   │   │   ├── ls.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   └── rm.cpython-37.pyc
│   │   │   └── rm.py
│   │   ├── _geometry.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── inspector.py
│   │   ├── io.py
│   │   ├── logutils.py
│   │   ├── ogrext.cpython-37m-x86_64-linux-gnu.so
│   │   ├── path.py
│   │   ├── __pycache__
│   │   │   ├── collection.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── crs.cpython-37.pyc
│   │   │   ├── drvsupport.cpython-37.pyc
│   │   │   ├── env.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inspector.cpython-37.pyc
│   │   │   ├── io.cpython-37.pyc
│   │   │   ├── logutils.cpython-37.pyc
│   │   │   ├── path.cpython-37.pyc
│   │   │   ├── rfc3339.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── transform.cpython-37.pyc
│   │   │   └── vfs.cpython-37.pyc
│   │   ├── rfc3339.py
│   │   ├── schema.cpython-37m-x86_64-linux-gnu.so
│   │   ├── session.py
│   │   ├── _shim.cpython-37m-x86_64-linux-gnu.so
│   │   ├── _transform.cpython-37m-x86_64-linux-gnu.so
│   │   ├── transform.py
│   │   └── vfs.py
│   └── Fiona-1.8.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment