Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 15:11
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/7c081874b913b88696b800da9e0fffb9 to your computer and use it in GitHub Desktop.
Save ryantm/7c081874b913b88696b800da9e0fffb9 to your computer and use it in GitHub Desktop.
/nix/store/np35z2kfbl04ycsgaw8m1c66cawdikg1-python3.7-marshmallow-sqlalchemy-0.16.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── marshmallow_sqlalchemy
│   │   ├── convert.py
│   │   ├── exceptions.py
│   │   ├── fields.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── 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.16.1.dist-info
│   ├── AUTHORS.rst
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment