Skip to content

Instantly share code, notes, and snippets.

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