Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 12:58
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/8df6271fa73746f0a07f1c9c826edee9 to your computer and use it in GitHub Desktop.
Save ryantm/8df6271fa73746f0a07f1c9c826edee9 to your computer and use it in GitHub Desktop.
/nix/store/cd0k3aw93m8hiwqil849mn9a63c66anp-python3.7-marshmallow-sqlalchemy-0.17.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── marshmallow_sqlalchemy
│   │   ├── compat.py
│   │   ├── convert.py
│   │   ├── exceptions.py
│   │   ├── fields.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── convert.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── schema.cpython-37.pyc
│   │   └── schema.py
│   └── marshmallow_sqlalchemy-0.17.0.dist-info
│   ├── AUTHORS.rst
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment