Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 26, 2018 15:23
Show Gist options
  • Save ryantm/5d6bdc237dc755c484dd976531e4c78a to your computer and use it in GitHub Desktop.
Save ryantm/5d6bdc237dc755c484dd976531e4c78a to your computer and use it in GitHub Desktop.
/nix/store/caqh1kgm281vfl6052ga40b09wam3i60-python3.6-mysql-connector-8.0.13
├── lib
│   └── python3.6
│   └── site-packages
│   ├── mysql
│   │   ├── connector
│   │   │   ├── abstracts.py
│   │   │   ├── authentication.py
│   │   │   ├── catch23.py
│   │   │   ├── charsets.py
│   │   │   ├── connection_cext.py
│   │   │   ├── connection.py
│   │   │   ├── constants.py
│   │   │   ├── conversion.py
│   │   │   ├── cursor_cext.py
│   │   │   ├── cursor.py
│   │   │   ├── custom_types.py
│   │   │   ├── dbapi.py
│   │   │   ├── django
│   │   │   │   ├── base.py
│   │   │   │   ├── client.py
│   │   │   │   ├── compiler.py
│   │   │   │   ├── creation.py
│   │   │   │   ├── features.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── introspection.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   │   ├── client.cpython-36.pyc
│   │   │   │   │   ├── compiler.cpython-36.pyc
│   │   │   │   │   ├── creation.cpython-36.pyc
│   │   │   │   │   ├── features.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── introspection.cpython-36.pyc
│   │   │   │   │   ├── operations.cpython-36.pyc
│   │   │   │   │   ├── schema.cpython-36.pyc
│   │   │   │   │   └── validation.cpython-36.pyc
│   │   │   │   ├── schema.py
│   │   │   │   └── validation.py
│   │   │   ├── errorcode.py
│   │   │   ├── errors.py
│   │   │   ├── __init__.py
│   │   │   ├── locales
│   │   │   │   ├── eng
│   │   │   │   │   ├── client_error.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── client_error.cpython-36.pyc
│   │   │   │   │   └── __init__.cpython-36.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── network.py
│   │   │   ├── optionfiles.py
│   │   │   ├── pooling.py
│   │   │   ├── protocol.py
│   │   │   ├── __pycache__
│   │   │   │   ├── abstracts.cpython-36.pyc
│   │   │   │   ├── authentication.cpython-36.pyc
│   │   │   │   ├── catch23.cpython-36.pyc
│   │   │   │   ├── charsets.cpython-36.pyc
│   │   │   │   ├── connection_cext.cpython-36.pyc
│   │   │   │   ├── connection.cpython-36.pyc
│   │   │   │   ├── constants.cpython-36.pyc
│   │   │   │   ├── conversion.cpython-36.pyc
│   │   │   │   ├── cursor_cext.cpython-36.pyc
│   │   │   │   ├── cursor.cpython-36.pyc
│   │   │   │   ├── custom_types.cpython-36.pyc
│   │   │   │   ├── dbapi.cpython-36.pyc
│   │   │   │   ├── errorcode.cpython-36.pyc
│   │   │   │   ├── errors.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── network.cpython-36.pyc
│   │   │   │   ├── optionfiles.cpython-36.pyc
│   │   │   │   ├── pooling.cpython-36.pyc
│   │   │   │   ├── protocol.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   └── version.cpython-36.pyc
│   │   │   ├── utils.py
│   │   │   └── version.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-36.pyc
│   ├── mysql_connector_python-8.0.13.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── mysqlx
│   ├── authentication.py
│   ├── charsets.py
│   ├── compat.py
│   ├── connection.py
│   ├── constants.py
│   ├── crud.py
│   ├── dbdoc.py
│   ├── errorcode.py
│   ├── errors.py
│   ├── expr.py
│   ├── helpers.py
│   ├── __init__.py
│   ├── locales
│   │   ├── eng
│   │   │   ├── client_error.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── client_error.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-36.pyc
│   ├── protobuf
│   │   ├── __init__.py
│   │   ├── mysqlx_connection_pb2.py
│   │   ├── mysqlx_crud_pb2.py
│   │   ├── mysqlx_datatypes_pb2.py
│   │   ├── mysqlx_expect_pb2.py
│   │   ├── mysqlx_expr_pb2.py
│   │   ├── mysqlx_notice_pb2.py
│   │   ├── mysqlx_pb2.py
│   │   ├── mysqlx_resultset_pb2.py
│   │   ├── mysqlx_session_pb2.py
│   │   ├── mysqlx_sql_pb2.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-36.pyc
│   │   ├── mysqlx_connection_pb2.cpython-36.pyc
│   │   ├── mysqlx_crud_pb2.cpython-36.pyc
│   │   ├── mysqlx_datatypes_pb2.cpython-36.pyc
│   │   ├── mysqlx_expect_pb2.cpython-36.pyc
│   │   ├── mysqlx_expr_pb2.cpython-36.pyc
│   │   ├── mysqlx_notice_pb2.cpython-36.pyc
│   │   ├── mysqlx_pb2.cpython-36.pyc
│   │   ├── mysqlx_resultset_pb2.cpython-36.pyc
│   │   ├── mysqlx_session_pb2.cpython-36.pyc
│   │   └── mysqlx_sql_pb2.cpython-36.pyc
│   ├── protocol.py
│   ├── __pycache__
│   │   ├── authentication.cpython-36.pyc
│   │   ├── charsets.cpython-36.pyc
│   │   ├── compat.cpython-36.pyc
│   │   ├── connection.cpython-36.pyc
│   │   ├── constants.cpython-36.pyc
│   │   ├── crud.cpython-36.pyc
│   │   ├── dbdoc.cpython-36.pyc
│   │   ├── errorcode.cpython-36.pyc
│   │   ├── errors.cpython-36.pyc
│   │   ├── expr.cpython-36.pyc
│   │   ├── helpers.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   ├── protocol.cpython-36.pyc
│   │   ├── result.cpython-36.pyc
│   │   └── statement.cpython-36.pyc
│   ├── result.py
│   └── statement.py
└── nix-support
└── propagated-build-inputs
23 directories, 135 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment