Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 22:53
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 r-ryantm/eaab27ccdbc3c1a7f062a4c234b7d564 to your computer and use it in GitHub Desktop.
Save r-ryantm/eaab27ccdbc3c1a7f062a4c234b7d564 to your computer and use it in GitHub Desktop.
/nix/store/rsgblcp7y9n1zfbsrl3spcr51avq89a0-python2.7-PyMySQL-0.10.1
├── 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.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment