Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 10:15
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/92706bdaa7246f9ca2f2bb6637620a50 to your computer and use it in GitHub Desktop.
Save ryantm/92706bdaa7246f9ca2f2bb6637620a50 to your computer and use it in GitHub Desktop.
/nix/store/mg05xc8cklc0bqbvn7nxbki5i7g2vjkg-python3.7-confluent-kafka-1.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── confluent_kafka
│   │   ├── admin
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── avro
│   │   │   ├── cached_schema_registry_client.py
│   │   │   ├── error.py
│   │   │   ├── __init__.py
│   │   │   ├── load.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cached_schema_registry_client.cpython-37.pyc
│   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── load.cpython-37.pyc
│   │   │   └── serializer
│   │   │   ├── __init__.py
│   │   │   ├── message_serializer.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── message_serializer.cpython-37.pyc
│   │   ├── cimpl.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── kafkatest
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── verifiable_client.cpython-37.pyc
│   │   │   │   ├── verifiable_consumer.cpython-37.pyc
│   │   │   │   └── verifiable_producer.cpython-37.pyc
│   │   │   ├── verifiable_client.py
│   │   │   ├── verifiable_consumer.py
│   │   │   └── verifiable_producer.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── confluent_kafka-1.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── LICENSE.txt
└── nix-support
└── propagated-build-inputs
15 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment