Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 1, 2021 15:22
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/85dba6c733911377eb767347f7bdce7f to your computer and use it in GitHub Desktop.
Save r-ryantm/85dba6c733911377eb767347f7bdce7f to your computer and use it in GitHub Desktop.
/nix/store/kjh8f6v570c4qkfc445hb4967dhi9jkj-python3.7-channels-3.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── channels
│   │   ├── apps.py
│   │   ├── auth.py
│   │   ├── consumer.py
│   │   ├── db.py
│   │   ├── exceptions.py
│   │   ├── generic
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── websocket.cpython-37.pyc
│   │   │   └── websocket.py
│   │   ├── hacks.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── layers.py
│   │   ├── management
│   │   │   ├── commands
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── runserver.cpython-37.pyc
│   │   │   │   │   └── runworker.cpython-37.pyc
│   │   │   │   ├── runserver.py
│   │   │   │   └── runworker.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── middleware.py
│   │   ├── __pycache__
│   │   │   ├── apps.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── consumer.cpython-37.pyc
│   │   │   ├── db.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── hacks.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layers.cpython-37.pyc
│   │   │   ├── middleware.cpython-37.pyc
│   │   │   ├── routing.cpython-37.pyc
│   │   │   ├── sessions.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── staticfiles.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── worker.cpython-37.pyc
│   │   ├── routing.py
│   │   ├── security
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── websocket.cpython-37.pyc
│   │   │   └── websocket.py
│   │   ├── sessions.py
│   │   ├── signals.py
│   │   ├── staticfiles.py
│   │   ├── testing
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── live.py
│   │   │   ├── __pycache__
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── live.cpython-37.pyc
│   │   │   │   └── websocket.cpython-37.pyc
│   │   │   └── websocket.py
│   │   ├── utils.py
│   │   └── worker.py
│   └── channels-3.0.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 67 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment