Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 02: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/0983e02d26777f0fc133a2af7faea3d5 to your computer and use it in GitHub Desktop.
Save ryantm/0983e02d26777f0fc133a2af7faea3d5 to your computer and use it in GitHub Desktop.
/nix/store/v7da0k2ikmw40lqwh5xfqwnv7h2wqfsi-python3.7-peewee-3.9.3
├── bin
│   └── pwiz.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── peewee-3.9.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── peewee.py
│   ├── playhouse
│   │   ├── apsw_ext.py
│   │   ├── dataset.py
│   │   ├── db_url.py
│   │   ├── fields.py
│   │   ├── flask_utils.py
│   │   ├── hybrid.py
│   │   ├── __init__.py
│   │   ├── kv.py
│   │   ├── migrate.py
│   │   ├── mysql_ext.py
│   │   ├── pool.py
│   │   ├── postgres_ext.py
│   │   ├── __pycache__
│   │   │   ├── apsw_ext.cpython-37.pyc
│   │   │   ├── dataset.cpython-37.pyc
│   │   │   ├── db_url.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── flask_utils.cpython-37.pyc
│   │   │   ├── hybrid.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── kv.cpython-37.pyc
│   │   │   ├── migrate.cpython-37.pyc
│   │   │   ├── mysql_ext.cpython-37.pyc
│   │   │   ├── pool.cpython-37.pyc
│   │   │   ├── postgres_ext.cpython-37.pyc
│   │   │   ├── reflection.cpython-37.pyc
│   │   │   ├── shortcuts.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── sqlcipher_ext.cpython-37.pyc
│   │   │   ├── sqlite_ext.cpython-37.pyc
│   │   │   ├── sqliteq.cpython-37.pyc
│   │   │   ├── sqlite_udf.cpython-37.pyc
│   │   │   └── test_utils.cpython-37.pyc
│   │   ├── reflection.py
│   │   ├── shortcuts.py
│   │   ├── signals.py
│   │   ├── sqlcipher_ext.py
│   │   ├── _sqlite_ext.cpython-37m-x86_64-linux-gnu.so
│   │   ├── sqlite_ext.py
│   │   ├── sqliteq.py
│   │   ├── _sqlite_udf.cpython-37m-x86_64-linux-gnu.so
│   │   ├── sqlite_udf.py
│   │   └── test_utils.py
│   ├── pwiz.py
│   └── __pycache__
│   ├── peewee.cpython-37.pyc
│   └── pwiz.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
9 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment