Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 8, 2019 11:48
Show Gist options
  • Save ryantm/c0c19ba1f0cb6c3a8bf557c3e47d53e9 to your computer and use it in GitHub Desktop.
Save ryantm/c0c19ba1f0cb6c3a8bf557c3e47d53e9 to your computer and use it in GitHub Desktop.
/nix/store/21j6dfx0vhzgllmgqw6jk2nim2gvh88z-python3.7-maxminddb-1.5.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── maxminddb
│   │   ├── compat.py
│   │   ├── const.py
│   │   ├── decoder.py
│   │   ├── errors.py
│   │   ├── file.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── decoder.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── reader.cpython-37.pyc
│   │   └── reader.py
│   └── maxminddb-1.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment