Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 13:02
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/4023ff2c86d2025a0664d7f6345af8df to your computer and use it in GitHub Desktop.
Save ryantm/4023ff2c86d2025a0664d7f6345af8df to your computer and use it in GitHub Desktop.
/nix/store/2fb6lijs1yhczmil4c538m86ii1d904q-python3.7-peewee-3.10.0
├── bin
│   └── pwiz.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── peewee-3.10.0.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