Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 13:19
Show Gist options
  • Save ryantm/c1cb61ec538b92df63e5b7142a9b79c3 to your computer and use it in GitHub Desktop.
Save ryantm/c1cb61ec538b92df63e5b7142a9b79c3 to your computer and use it in GitHub Desktop.
/nix/store/xwfcagxbwb6n7i4jxxn6zrpx70y2rsqn-python2.7-gevent-websocket-0.10.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── geventwebsocket
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── gunicorn
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── workers.py
│   │   │   └── workers.pyc
│   │   ├── handler.py
│   │   ├── handler.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logging.py
│   │   ├── logging.pyc
│   │   ├── protocols
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── wamp.py
│   │   │   └── wamp.pyc
│   │   ├── resource.py
│   │   ├── resource.pyc
│   │   ├── server.py
│   │   ├── server.pyc
│   │   ├── utf8validator.py
│   │   ├── utf8validator.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── websocket.py
│   │   └── websocket.pyc
│   └── gevent_websocket-0.10.1.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment