Skip to content

Instantly share code, notes, and snippets.

@ryantm
Last active January 27, 2019 18:06
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/16d61062a05201b81a2b2a6dedc3aa01 to your computer and use it in GitHub Desktop.
Save ryantm/16d61062a05201b81a2b2a6dedc3aa01 to your computer and use it in GitHub Desktop.
/nix/store/hdcgn73536crpd6xgz0j94010bnyfihq-python3.7-mysqlclient-1.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mysqlclient-1.4.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── MySQLdb
│   ├── compat.py
│   ├── connections.py
│   ├── constants
│   │   ├── CLIENT.py
│   │   ├── CR.py
│   │   ├── ER.py
│   │   ├── FIELD_TYPE.py
│   │   ├── FLAG.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── CLIENT.cpython-37.pyc
│   │   ├── CR.cpython-37.pyc
│   │   ├── ER.cpython-37.pyc
│   │   ├── FIELD_TYPE.cpython-37.pyc
│   │   ├── FLAG.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── converters.py
│   ├── cursors.py
│   ├── _exceptions.py
│   ├── __init__.py
│   ├── _mysql.cpython-37m-x86_64-linux-gnu.so
│   ├── __pycache__
│   │   ├── compat.cpython-37.pyc
│   │   ├── connections.cpython-37.pyc
│   │   ├── converters.cpython-37.pyc
│   │   ├── cursors.cpython-37.pyc
│   │   ├── _exceptions.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── release.cpython-37.pyc
│   │   └── times.cpython-37.pyc
│   ├── release.py
│   └── times.py
└── nix-support
└── propagated-build-inputs
9 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment