Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 6, 2019 00:30
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/005119a94595b3f6fe7610fbcf127655 to your computer and use it in GitHub Desktop.
Save ryantm/005119a94595b3f6fe7610fbcf127655 to your computer and use it in GitHub Desktop.
/nix/store/hx72fhq7lx5ik4lavgxsn1sf6m3874p3-python3.7-GeoAlchemy2-0.6.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── geoalchemy2
│   │   ├── comparator.py
│   │   ├── compat.py
│   │   ├── elements.py
│   │   ├── exc.py
│   │   ├── functions.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── comparator.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── elements.cpython-37.pyc
│   │   │   ├── exc.cpython-37.pyc
│   │   │   ├── functions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── shape.cpython-37.pyc
│   │   │   └── types.cpython-37.pyc
│   │   ├── shape.py
│   │   └── types.py
│   └── GeoAlchemy2-0.6.2.dist-info
│   ├── COPYING.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment