Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 12:24
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/4e5d16bfb734afe615d41cba9017e5dc to your computer and use it in GitHub Desktop.
Save ryantm/4e5d16bfb734afe615d41cba9017e5dc to your computer and use it in GitHub Desktop.
/nix/store/fdx3bfwkdqjg0whcbddn7xj1i15c7ik4-python3.7-flask-marshmallow-0.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── flask_marshmallow
│   │   ├── compat.py
│   │   ├── fields.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   └── sqla.cpython-37.pyc
│   │   ├── schema.py
│   │   └── sqla.py
│   └── flask_marshmallow-0.10.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment