Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 18:26
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/ae194b5468e2d4168bef53a12d5c27ce to your computer and use it in GitHub Desktop.
Save r-ryantm/ae194b5468e2d4168bef53a12d5c27ce to your computer and use it in GitHub Desktop.
/nix/store/xrw0hskg86glb75jl5r6mp2sxafc0gz4-python3.7-stevedore-3.2.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── stevedore
│   │   ├── _cache.py
│   │   ├── 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__
│   │   │   ├── _cache.cpython-37.pyc
│   │   │   ├── 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-3.2.2.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 79 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment