Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 21, 2021 08:28
Show Gist options
  • Save r-ryantm/20691f55439582c29595f79e23ed4207 to your computer and use it in GitHub Desktop.
Save r-ryantm/20691f55439582c29595f79e23ed4207 to your computer and use it in GitHub Desktop.
/nix/store/f3h04lihm17jkqwn33z7f4d242024pfw-python3.7-amqp-5.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── amqp
│   │   ├── abstract_channel.py
│   │   ├── basic_message.py
│   │   ├── channel.py
│   │   ├── connection.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── method_framing.py
│   │   ├── platform.py
│   │   ├── protocol.py
│   │   ├── __pycache__
│   │   │   ├── abstract_channel.cpython-37.pyc
│   │   │   ├── basic_message.cpython-37.pyc
│   │   │   ├── channel.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── method_framing.cpython-37.pyc
│   │   │   ├── platform.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── sasl.cpython-37.pyc
│   │   │   ├── serialization.cpython-37.pyc
│   │   │   ├── spec.cpython-37.pyc
│   │   │   ├── transport.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── sasl.py
│   │   ├── serialization.py
│   │   ├── spec.py
│   │   ├── transport.py
│   │   └── utils.py
│   └── amqp-5.0.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment