Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 03:37
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/590a5f05c70cfd124f56583a69e6a07b to your computer and use it in GitHub Desktop.
Save ryantm/590a5f05c70cfd124f56583a69e6a07b to your computer and use it in GitHub Desktop.
/nix/store/zgvdzg6appyj3a5l9vncpxwqh5wl4r80-python3.8-mysqlclient-1.4.6
├── lib
│   └── python3.8
│   └── site-packages
│   ├── mysqlclient-1.4.6.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-38.pyc
│   │   ├── CR.cpython-38.pyc
│   │   ├── ER.cpython-38.pyc
│   │   ├── FIELD_TYPE.cpython-38.pyc
│   │   ├── FLAG.cpython-38.pyc
│   │   └── __init__.cpython-38.pyc
│   ├── converters.py
│   ├── cursors.py
│   ├── _exceptions.py
│   ├── __init__.py
│   ├── _mysql.cpython-38-x86_64-linux-gnu.so
│   ├── __pycache__
│   │   ├── compat.cpython-38.pyc
│   │   ├── connections.cpython-38.pyc
│   │   ├── converters.cpython-38.pyc
│   │   ├── cursors.cpython-38.pyc
│   │   ├── _exceptions.cpython-38.pyc
│   │   ├── __init__.cpython-38.pyc
│   │   ├── release.cpython-38.pyc
│   │   └── times.cpython-38.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