Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 04:07
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 ryantm/d7821b8eeb1233bd123faf3f4c81b904 to your computer and use it in GitHub Desktop.
Save ryantm/d7821b8eeb1233bd123faf3f4c81b904 to your computer and use it in GitHub Desktop.
/nix/store/zaxb039c9brlmhchwlsvxm1824i31dlw-python3.7-asgiref-3.2.2
├── 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.2.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