Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 17:48
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/d15a992ec266c932949c1ef9656ee130 to your computer and use it in GitHub Desktop.
Save ryantm/d15a992ec266c932949c1ef9656ee130 to your computer and use it in GitHub Desktop.
/nix/store/x7kgmh56816cw5d3y66qbyi9ymshqad2-python3.7-nbxmpp-0.6.10
├── 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.10.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