Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 18:33
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/8b4757ea0486a16d657243ec751fdda0 to your computer and use it in GitHub Desktop.
Save ryantm/8b4757ea0486a16d657243ec751fdda0 to your computer and use it in GitHub Desktop.
/nix/store/bmjp92sj3fxd2fqd13hv610imqsa16vq-python3.7-marshmallow-sqlalchemy-0.16.3
├── 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.16.3.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