Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 11:52
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/59126e7537b4d374ae6d4d9a20a4472a to your computer and use it in GitHub Desktop.
Save ryantm/59126e7537b4d374ae6d4d9a20a4472a to your computer and use it in GitHub Desktop.
/nix/store/s7spnyvnlpd6m7f2ryrx8qccnpxc8x0n-python3.7-mysqlclient-1.4.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mysqlclient-1.4.4.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