Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 24, 2020 05:45
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/2bf39a1ef87e5ff077d7f84902e53623 to your computer and use it in GitHub Desktop.
Save r-ryantm/2bf39a1ef87e5ff077d7f84902e53623 to your computer and use it in GitHub Desktop.
/nix/store/kw7jwck810i8awil6q84cckmcd2lw5fb-python2.7-stevedore-1.32.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── stevedore
│   │   ├── dispatch.py
│   │   ├── dispatch.pyc
│   │   ├── driver.py
│   │   ├── driver.pyc
│   │   ├── enabled.py
│   │   ├── enabled.pyc
│   │   ├── example
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── load_as_driver.py
│   │   │   ├── load_as_driver.pyc
│   │   │   ├── load_as_extension.py
│   │   │   ├── load_as_extension.pyc
│   │   │   ├── setup.py
│   │   │   ├── setup.pyc
│   │   │   ├── simple.py
│   │   │   └── simple.pyc
│   │   ├── example2
│   │   │   ├── fields.py
│   │   │   ├── fields.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── setup.py
│   │   │   └── setup.pyc
│   │   ├── exception.py
│   │   ├── exception.pyc
│   │   ├── extension.py
│   │   ├── extension.pyc
│   │   ├── hook.py
│   │   ├── hook.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── named.py
│   │   ├── named.pyc
│   │   ├── sphinxext.py
│   │   ├── sphinxext.pyc
│   │   └── tests
│   │   ├── extension_unimportable.py
│   │   ├── extension_unimportable.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── manager.py
│   │   ├── manager.pyc
│   │   ├── test_callback.py
│   │   ├── test_callback.pyc
│   │   ├── test_dispatch.py
│   │   ├── test_dispatch.pyc
│   │   ├── test_driver.py
│   │   ├── test_driver.pyc
│   │   ├── test_enabled.py
│   │   ├── test_enabled.pyc
│   │   ├── test_example_fields.py
│   │   ├── test_example_fields.pyc
│   │   ├── test_example_simple.py
│   │   ├── test_example_simple.pyc
│   │   ├── test_extension.py
│   │   ├── test_extension.pyc
│   │   ├── test_hook.py
│   │   ├── test_hook.pyc
│   │   ├── test_named.py
│   │   ├── test_named.pyc
│   │   ├── test_sphinxext.py
│   │   ├── test_sphinxext.pyc
│   │   ├── test_test_manager.py
│   │   ├── test_test_manager.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── stevedore-1.32.0.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment