Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 26, 2020 14:02
Show Gist options
  • Save r-ryantm/d17ef09cf71d9a062c4c2eedcfae6f41 to your computer and use it in GitHub Desktop.
Save r-ryantm/d17ef09cf71d9a062c4c2eedcfae6f41 to your computer and use it in GitHub Desktop.
/nix/store/3wf24c7mnd86a6xz9qp648zs6izp3nnd-python2.7-PyMySQL-0.10.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pymysql
│   │   ├── _auth.py
│   │   ├── _auth.pyc
│   │   ├── charset.py
│   │   ├── charset.pyc
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── connections.py
│   │   ├── connections.pyc
│   │   ├── constants
│   │   │   ├── CLIENT.py
│   │   │   ├── CLIENT.pyc
│   │   │   ├── COMMAND.py
│   │   │   ├── COMMAND.pyc
│   │   │   ├── CR.py
│   │   │   ├── CR.pyc
│   │   │   ├── ER.py
│   │   │   ├── ER.pyc
│   │   │   ├── FIELD_TYPE.py
│   │   │   ├── FIELD_TYPE.pyc
│   │   │   ├── FLAG.py
│   │   │   ├── FLAG.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── SERVER_STATUS.py
│   │   │   └── SERVER_STATUS.pyc
│   │   ├── converters.py
│   │   ├── converters.pyc
│   │   ├── cursors.py
│   │   ├── cursors.pyc
│   │   ├── err.py
│   │   ├── err.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── optionfile.py
│   │   ├── optionfile.pyc
│   │   ├── protocol.py
│   │   ├── protocol.pyc
│   │   ├── _socketio.py
│   │   ├── _socketio.pyc
│   │   ├── times.py
│   │   ├── times.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── PyMySQL-0.10.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment