Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 18:14
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/50c486d04024e93192896d3092258346 to your computer and use it in GitHub Desktop.
Save ryantm/50c486d04024e93192896d3092258346 to your computer and use it in GitHub Desktop.
/nix/store/na3myazpnd2x3cx2i0ij527dxrxw0qc7-python3.7-GeoAlchemy2-0.6.3
├── 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.3.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