Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 19:10
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/b211ee41520f4d771a3cd778a9f5ae69 to your computer and use it in GitHub Desktop.
Save r-ryantm/b211ee41520f4d771a3cd778a9f5ae69 to your computer and use it in GitHub Desktop.
/nix/store/44iid9avcgh4scjy36phlfyljhbpd382-python3.7-asgiref-3.2.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asgiref
│   │   ├── compatibility.py
│   │   ├── current_thread_executor.py
│   │   ├── __init__.py
│   │   ├── local.py
│   │   ├── __pycache__
│   │   │   ├── compatibility.cpython-37.pyc
│   │   │   ├── current_thread_executor.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── local.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── sync.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── timeout.cpython-37.pyc
│   │   │   └── wsgi.cpython-37.pyc
│   │   ├── server.py
│   │   ├── sync.py
│   │   ├── testing.py
│   │   ├── timeout.py
│   │   └── wsgi.py
│   └── asgiref-3.2.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment