Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 09:43
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/ddcbaa148cbfd3bceac57c7ad5b65912 to your computer and use it in GitHub Desktop.
Save r-ryantm/ddcbaa148cbfd3bceac57c7ad5b65912 to your computer and use it in GitHub Desktop.
/nix/store/4hr8jqiy49iyfqiqpzj87i32an294kra-python3.7-dependency-injector-4.5.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dependency_injector
│   │   ├── containers.cpython-37m-x86_64-linux-gnu.so
│   │   ├── containers.pxd
│   │   ├── containers.pyi
│   │   ├── errors.py
│   │   ├── ext
│   │   │   ├── aiohttp.py
│   │   │   ├── flask.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── aiohttp.cpython-37.pyc
│   │   │   ├── flask.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyi
│   │   ├── providers.cpython-37m-x86_64-linux-gnu.so
│   │   ├── providers.pxd
│   │   ├── providers.pyi
│   │   ├── __pycache__
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── resources.cpython-37.pyc
│   │   │   └── wiring.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── resources.py
│   │   └── wiring.py
│   └── dependency_injector-4.5.4.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment