Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:18
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/cdce7ba4f91376446021ef4debf041a8 to your computer and use it in GitHub Desktop.
Save ryantm/cdce7ba4f91376446021ef4debf041a8 to your computer and use it in GitHub Desktop.
/nix/store/0kjs8p5nlnh7a179pdp1ss4wc96h8isa-python3.7-amqp-2.5.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── amqp
│   │   ├── abstract_channel.py
│   │   ├── basic_message.py
│   │   ├── channel.py
│   │   ├── connection.py
│   │   ├── exceptions.py
│   │   ├── five.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
│   │   │   ├── five.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-2.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── 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