Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 00:25
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/8dcf4fe1c925d3cf7dd9d00bc1c6aa3b to your computer and use it in GitHub Desktop.
Save r-ryantm/8dcf4fe1c925d3cf7dd9d00bc1c6aa3b to your computer and use it in GitHub Desktop.
/nix/store/1225s85yxy3yh2yagpbd3yizw6k15r3r-python2.7-dependency-injector-4.4.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── dependency_injector
│   │   ├── containers.pxd
│   │   ├── containers.pyi
│   │   ├── containers.so
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── ext
│   │   │   ├── aiohttp.py
│   │   │   ├── flask.py
│   │   │   ├── flask.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyi
│   │   ├── providers.pxd
│   │   ├── providers.pyi
│   │   ├── providers.so
│   │   ├── py.typed
│   │   ├── resources.py
│   │   └── wiring.py
│   └── dependency_injector-4.4.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment