Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 22:34
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/82303152078284c53e36aebabd5542fd to your computer and use it in GitHub Desktop.
Save ryantm/82303152078284c53e36aebabd5542fd to your computer and use it in GitHub Desktop.
/nix/store/rdxcgir6sabkbly1zrm98kcn5v6lvfz2-python3.7-stevedore-1.30.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── stevedore
│   │   ├── dispatch.py
│   │   ├── driver.py
│   │   ├── enabled.py
│   │   ├── example
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── load_as_driver.py
│   │   │   ├── load_as_extension.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── load_as_driver.cpython-37.pyc
│   │   │   │   ├── load_as_extension.cpython-37.pyc
│   │   │   │   ├── setup.cpython-37.pyc
│   │   │   │   └── simple.cpython-37.pyc
│   │   │   ├── setup.py
│   │   │   └── simple.py
│   │   ├── example2
│   │   │   ├── fields.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup.cpython-37.pyc
│   │   │   └── setup.py
│   │   ├── exception.py
│   │   ├── extension.py
│   │   ├── hook.py
│   │   ├── __init__.py
│   │   ├── named.py
│   │   ├── __pycache__
│   │   │   ├── dispatch.cpython-37.pyc
│   │   │   ├── driver.cpython-37.pyc
│   │   │   ├── enabled.cpython-37.pyc
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── hook.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── named.cpython-37.pyc
│   │   │   └── sphinxext.cpython-37.pyc
│   │   ├── sphinxext.py
│   │   └── tests
│   │   ├── extension_unimportable.py
│   │   ├── __init__.py
│   │   ├── manager.py
│   │   ├── __pycache__
│   │   │   ├── extension_unimportable.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── manager.cpython-37.pyc
│   │   │   ├── test_callback.cpython-37.pyc
│   │   │   ├── test_dispatch.cpython-37.pyc
│   │   │   ├── test_driver.cpython-37.pyc
│   │   │   ├── test_enabled.cpython-37.pyc
│   │   │   ├── test_example_fields.cpython-37.pyc
│   │   │   ├── test_example_simple.cpython-37.pyc
│   │   │   ├── test_extension.cpython-37.pyc
│   │   │   ├── test_hook.cpython-37.pyc
│   │   │   ├── test_named.cpython-37.pyc
│   │   │   ├── test_sphinxext.cpython-37.pyc
│   │   │   ├── test_test_manager.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── test_callback.py
│   │   ├── test_dispatch.py
│   │   ├── test_driver.py
│   │   ├── test_enabled.py
│   │   ├── test_example_fields.py
│   │   ├── test_example_simple.py
│   │   ├── test_extension.py
│   │   ├── test_hook.py
│   │   ├── test_named.py
│   │   ├── test_sphinxext.py
│   │   ├── test_test_manager.py
│   │   └── utils.py
│   └── stevedore-1.30.1.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment