Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 12:54
Show Gist options
  • Save ryantm/572554f3356cca87ac840e7d9d5f722b to your computer and use it in GitHub Desktop.
Save ryantm/572554f3356cca87ac840e7d9d5f722b to your computer and use it in GitHub Desktop.
/nix/store/282hhk8x3ml5c4sqi25cpvf1ryrqscb3-python3.6-geojson-2.4.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── geojson
│   │   ├── base.py
│   │   ├── codec.py
│   │   ├── crs.py
│   │   ├── examples.py
│   │   ├── factory.py
│   │   ├── feature.py
│   │   ├── geometry.py
│   │   ├── __init__.py
│   │   ├── mapping.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-36.pyc
│   │   │   ├── codec.cpython-36.pyc
│   │   │   ├── crs.cpython-36.pyc
│   │   │   ├── examples.cpython-36.pyc
│   │   │   ├── factory.cpython-36.pyc
│   │   │   ├── feature.cpython-36.pyc
│   │   │   ├── geometry.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── mapping.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── _version.cpython-36.pyc
│   │   ├── utils.py
│   │   └── _version.py
│   └── geojson-2.4.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment