Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 16, 2020 03:02
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 r-ryantm/197a95cf604536485cd2321273a66d3f to your computer and use it in GitHub Desktop.
Save r-ryantm/197a95cf604536485cd2321273a66d3f to your computer and use it in GitHub Desktop.
/nix/store/28vgrkhaqbp2yxr9cfpzgf2szg90j476-python2.7-uamqp-1.2.6
├── lib
│   └── python2.7
│   └── site-packages
│   ├── uamqp
│   │   ├── address.py
│   │   ├── address.pyc
│   │   ├── async_ops
│   │   │   ├── client_async.py
│   │   │   ├── connection_async.py
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mgmt_operation_async.py
│   │   │   ├── receiver_async.py
│   │   │   ├── sender_async.py
│   │   │   └── session_async.py
│   │   ├── authentication
│   │   │   ├── cbs_auth_async.py
│   │   │   ├── cbs_auth.py
│   │   │   ├── cbs_auth.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── connection.py
│   │   ├── connection.pyc
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── c_uamqp.c
│   │   ├── c_uamqp.so
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── message.py
│   │   ├── message.pyc
│   │   ├── mgmt_operation.py
│   │   ├── mgmt_operation.pyc
│   │   ├── receiver.py
│   │   ├── receiver.pyc
│   │   ├── sender.py
│   │   ├── sender.pyc
│   │   ├── session.py
│   │   ├── session.pyc
│   │   ├── types.py
│   │   ├── types.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── uamqp-1.2.6.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment