Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 14:27
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/bbfb8ff876b2665276f159066a49b243 to your computer and use it in GitHub Desktop.
Save ryantm/bbfb8ff876b2665276f159066a49b243 to your computer and use it in GitHub Desktop.
/nix/store/9gkykfpz2fsc060m6n19s1q1gwkaw1cj-python3.7-channels-2.1.6
├── 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-2.1.6.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment