Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 11:41
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/d44bac0189b435fe830c1f319abbd9e5 to your computer and use it in GitHub Desktop.
Save ryantm/d44bac0189b435fe830c1f319abbd9e5 to your computer and use it in GitHub Desktop.
/nix/store/4kcmp2qcjbndn494p7j1p2m6n0nc5n6w-python2.7-geoip2-3.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── geoip2
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── database.py
│   │   ├── database.pyc
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mixins.py
│   │   ├── mixins.pyc
│   │   ├── models.py
│   │   ├── models.pyc
│   │   ├── records.py
│   │   ├── records.pyc
│   │   ├── webservice.py
│   │   └── webservice.pyc
│   └── geoip2-3.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment