Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 18:47
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/a2feccd5c321bb8742f8c1b9f4326d63 to your computer and use it in GitHub Desktop.
Save ryantm/a2feccd5c321bb8742f8c1b9f4326d63 to your computer and use it in GitHub Desktop.
/nix/store/hbgibm3yd14akykkxr2d2d06v65zdcv4-python3.7-nbxmpp-0.6.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nbxmpp
│   │   ├── auth_nb.py
│   │   ├── bosh.py
│   │   ├── c14n.py
│   │   ├── client_nb.py
│   │   ├── dispatcher_nb.py
│   │   ├── features_nb.py
│   │   ├── idlequeue.py
│   │   ├── __init__.py
│   │   ├── plugin.py
│   │   ├── protocol.py
│   │   ├── proxy_connectors.py
│   │   ├── __pycache__
│   │   │   ├── auth_nb.cpython-37.pyc
│   │   │   ├── bosh.cpython-37.pyc
│   │   │   ├── c14n.cpython-37.pyc
│   │   │   ├── client_nb.cpython-37.pyc
│   │   │   ├── dispatcher_nb.cpython-37.pyc
│   │   │   ├── features_nb.cpython-37.pyc
│   │   │   ├── idlequeue.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── proxy_connectors.cpython-37.pyc
│   │   │   ├── roster_nb.cpython-37.pyc
│   │   │   ├── simplexml.cpython-37.pyc
│   │   │   ├── smacks.cpython-37.pyc
│   │   │   ├── stringprepare.cpython-37.pyc
│   │   │   ├── tls_nb.cpython-37.pyc
│   │   │   └── transports_nb.cpython-37.pyc
│   │   ├── roster_nb.py
│   │   ├── simplexml.py
│   │   ├── smacks.py
│   │   ├── stringprepare.py
│   │   ├── tls_nb.py
│   │   └── transports_nb.py
│   └── nbxmpp-0.6.9.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment