Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 04:49
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/e1655844d29e3f052e80d21f93e9ac40 to your computer and use it in GitHub Desktop.
Save ryantm/e1655844d29e3f052e80d21f93e9ac40 to your computer and use it in GitHub Desktop.
/nix/store/grx7ijlfars55cvqzs38zwl6w6y0vldy-python3.7-asgiref-3.1.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asgiref
│   │   ├── compatibility.py
│   │   ├── __init__.py
│   │   ├── local.py
│   │   ├── __pycache__
│   │   │   ├── compatibility.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.1.4.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment