Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 19:47
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/5e07e1093dbe8a10094bab223075ed9d to your computer and use it in GitHub Desktop.
Save ryantm/5e07e1093dbe8a10094bab223075ed9d to your computer and use it in GitHub Desktop.
/nix/store/gp28hy6dqyg5q7crwpcs2z1fb8qk2b4z-python3.7-PyMySQL-0.9.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pymysql
│   │   ├── _auth.py
│   │   ├── charset.py
│   │   ├── _compat.py
│   │   ├── connections.py
│   │   ├── constants
│   │   │   ├── CLIENT.py
│   │   │   ├── COMMAND.py
│   │   │   ├── CR.py
│   │   │   ├── ER.py
│   │   │   ├── FIELD_TYPE.py
│   │   │   ├── FLAG.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── CLIENT.cpython-37.pyc
│   │   │   │   ├── COMMAND.cpython-37.pyc
│   │   │   │   ├── CR.cpython-37.pyc
│   │   │   │   ├── ER.cpython-37.pyc
│   │   │   │   ├── FIELD_TYPE.cpython-37.pyc
│   │   │   │   ├── FLAG.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── SERVER_STATUS.cpython-37.pyc
│   │   │   └── SERVER_STATUS.py
│   │   ├── converters.py
│   │   ├── cursors.py
│   │   ├── err.py
│   │   ├── __init__.py
│   │   ├── optionfile.py
│   │   ├── protocol.py
│   │   ├── __pycache__
│   │   │   ├── _auth.cpython-37.pyc
│   │   │   ├── charset.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── connections.cpython-37.pyc
│   │   │   ├── converters.cpython-37.pyc
│   │   │   ├── cursors.cpython-37.pyc
│   │   │   ├── err.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── optionfile.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── _socketio.cpython-37.pyc
│   │   │   ├── times.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── _socketio.py
│   │   ├── times.py
│   │   └── util.py
│   └── PyMySQL-0.9.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment