Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 18:00
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/754ec9661c1a2da7458112480b0a66ee to your computer and use it in GitHub Desktop.
Save ryantm/754ec9661c1a2da7458112480b0a66ee to your computer and use it in GitHub Desktop.
/nix/store/ppz7smsbgh17h9bgmzcnjdq9ywiaxcg9-python3.7-daphne-2.2.5
├── bin
│   └── daphne
├── lib
│   └── python3.7
│   └── site-packages
│   ├── daphne
│   │   ├── access.py
│   │   ├── cli.py
│   │   ├── endpoints.py
│   │   ├── http_protocol.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── access.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── endpoints.cpython-37.pyc
│   │   │   ├── http_protocol.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── ws_protocol.cpython-37.pyc
│   │   ├── server.py
│   │   ├── testing.py
│   │   ├── utils.py
│   │   └── ws_protocol.py
│   ├── daphne-2.2.5.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── twisted
│   └── plugins
│   ├── fd_endpoint.py
│   └── __pycache__
│   └── fd_endpoint.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
11 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment