Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 15:49
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/eebf07384309c8704e299ad6aec5923a to your computer and use it in GitHub Desktop.
Save ryantm/eebf07384309c8704e299ad6aec5923a to your computer and use it in GitHub Desktop.
/nix/store/g0yyisr77xsj8v2d06660wj19sl3gxv6-python3.7-Eve-0.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eve
│   │   ├── auth.py
│   │   ├── default_settings.py
│   │   ├── endpoints.py
│   │   ├── exceptions.py
│   │   ├── flaskapp.py
│   │   ├── __init__.py
│   │   ├── io
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   ├── mongo
│   │   │   │   ├── flask_pymongo.py
│   │   │   │   ├── geo.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── media.py
│   │   │   │   ├── mongo.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── flask_pymongo.cpython-37.pyc
│   │   │   │   │   ├── geo.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── media.cpython-37.pyc
│   │   │   │   │   ├── mongo.cpython-37.pyc
│   │   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   │   └── validation.cpython-37.pyc
│   │   │   │   └── validation.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── media.cpython-37.pyc
│   │   ├── logging.py
│   │   ├── methods
│   │   │   ├── common.py
│   │   │   ├── delete.py
│   │   │   ├── get.py
│   │   │   ├── __init__.py
│   │   │   ├── patch.py
│   │   │   ├── post.py
│   │   │   ├── put.py
│   │   │   └── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── delete.cpython-37.pyc
│   │   │   ├── get.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── patch.cpython-37.pyc
│   │   │   ├── post.cpython-37.pyc
│   │   │   └── put.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── default_settings.cpython-37.pyc
│   │   │   ├── endpoints.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── flaskapp.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging.cpython-37.pyc
│   │   │   ├── render.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── validation.cpython-37.pyc
│   │   │   └── versioning.cpython-37.pyc
│   │   ├── render.py
│   │   ├── tests
│   │   │   ├── auth.py
│   │   │   ├── config.py
│   │   │   ├── endpoints.py
│   │   │   ├── __init__.py
│   │   │   ├── io
│   │   │   │   ├── flask_pymongo.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── media.py
│   │   │   │   ├── mongo.py
│   │   │   │   ├── multi_mongo.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── flask_pymongo.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── media.cpython-37.pyc
│   │   │   │   ├── mongo.cpython-37.pyc
│   │   │   │   └── multi_mongo.cpython-37.pyc
│   │   │   ├── logging.py
│   │   │   ├── methods
│   │   │   │   ├── common.py
│   │   │   │   ├── delete.py
│   │   │   │   ├── get.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── patch_atomic_concurrency.py
│   │   │   │   ├── patch.py
│   │   │   │   ├── post.py
│   │   │   │   ├── put.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   ├── delete.cpython-37.pyc
│   │   │   │   │   ├── get.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── patch_atomic_concurrency.cpython-37.pyc
│   │   │   │   │   ├── patch.cpython-37.pyc
│   │   │   │   │   ├── post.cpython-37.pyc
│   │   │   │   │   ├── put.cpython-37.pyc
│   │   │   │   │   └── ratelimit.cpython-37.pyc
│   │   │   │   └── ratelimit.py
│   │   │   ├── __pycache__
│   │   │   │   ├── auth.cpython-37.pyc
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── logging.cpython-37.pyc
│   │   │   │   ├── renders.cpython-37.pyc
│   │   │   │   ├── response.cpython-37.pyc
│   │   │   │   ├── suite_generator.cpython-37.pyc
│   │   │   │   ├── test_prefix.cpython-37.pyc
│   │   │   │   ├── test_prefix_version.cpython-37.pyc
│   │   │   │   ├── test_settings.cpython-37.pyc
│   │   │   │   ├── test_settings_env.cpython-37.pyc
│   │   │   │   ├── test_version.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── versioning.cpython-37.pyc
│   │   │   ├── renders.py
│   │   │   ├── response.py
│   │   │   ├── suite_generator.py
│   │   │   ├── test_prefix.py
│   │   │   ├── test_prefix_version.py
│   │   │   ├── test_settings_env.py
│   │   │   ├── test_settings.py
│   │   │   ├── test_version.py
│   │   │   ├── utils.py
│   │   │   └── versioning.py
│   │   ├── utils.py
│   │   ├── validation.py
│   │   └── versioning.py
│   └── Eve-0.9.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment