Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 06: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 r-ryantm/e382b4c78a9009f4cfde9a8dd5c9f389 to your computer and use it in GitHub Desktop.
Save r-ryantm/e382b4c78a9009f4cfde9a8dd5c9f389 to your computer and use it in GitHub Desktop.
/nix/store/dczmz51c5msf6a0ydfj3n8yk3ghkpx43-python3.7-Eve-1.1.3
├── 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-1.1.3.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 124 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment