Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 15, 2020 19:33
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/b8c0ee0dafb5289a82e83ccad2596a58 to your computer and use it in GitHub Desktop.
Save r-ryantm/b8c0ee0dafb5289a82e83ccad2596a58 to your computer and use it in GitHub Desktop.
/nix/store/k6ygbvaihmy1h2ssliqaw7z0c5plxa8d-python2.7-kazoo-2.7.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── kazoo
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── handlers
│   │   │   ├── eventlet.py
│   │   │   ├── eventlet.pyc
│   │   │   ├── gevent.py
│   │   │   ├── gevent.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── threading.py
│   │   │   ├── threading.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── hosts.py
│   │   ├── hosts.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces.py
│   │   ├── interfaces.pyc
│   │   ├── loggingsupport.py
│   │   ├── loggingsupport.pyc
│   │   ├── protocol
│   │   │   ├── connection.py
│   │   │   ├── connection.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── paths.py
│   │   │   ├── paths.pyc
│   │   │   ├── serialization.py
│   │   │   ├── serialization.pyc
│   │   │   ├── states.py
│   │   │   └── states.pyc
│   │   ├── python2atexit.py
│   │   ├── python2atexit.pyc
│   │   ├── recipe
│   │   │   ├── barrier.py
│   │   │   ├── barrier.pyc
│   │   │   ├── cache.py
│   │   │   ├── cache.pyc
│   │   │   ├── counter.py
│   │   │   ├── counter.pyc
│   │   │   ├── election.py
│   │   │   ├── election.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lease.py
│   │   │   ├── lease.pyc
│   │   │   ├── lock.py
│   │   │   ├── lock.pyc
│   │   │   ├── partitioner.py
│   │   │   ├── partitioner.pyc
│   │   │   ├── party.py
│   │   │   ├── party.pyc
│   │   │   ├── queue.py
│   │   │   ├── queue.pyc
│   │   │   ├── watchers.py
│   │   │   └── watchers.pyc
│   │   ├── retry.py
│   │   ├── retry.pyc
│   │   ├── security.py
│   │   ├── security.pyc
│   │   ├── testing
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── harness.py
│   │   │   ├── harness.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_barrier.py
│   │   │   ├── test_barrier.pyc
│   │   │   ├── test_build.py
│   │   │   ├── test_build.pyc
│   │   │   ├── test_cache.py
│   │   │   ├── test_cache.pyc
│   │   │   ├── test_client.py
│   │   │   ├── test_client.pyc
│   │   │   ├── test_connection.py
│   │   │   ├── test_connection.pyc
│   │   │   ├── test_counter.py
│   │   │   ├── test_counter.pyc
│   │   │   ├── test_election.py
│   │   │   ├── test_election.pyc
│   │   │   ├── test_eventlet_handler.py
│   │   │   ├── test_eventlet_handler.pyc
│   │   │   ├── test_exceptions.py
│   │   │   ├── test_exceptions.pyc
│   │   │   ├── test_gevent_handler.py
│   │   │   ├── test_gevent_handler.pyc
│   │   │   ├── test_hosts.py
│   │   │   ├── test_hosts.pyc
│   │   │   ├── test_interrupt.py
│   │   │   ├── test_interrupt.pyc
│   │   │   ├── test_lease.py
│   │   │   ├── test_lease.pyc
│   │   │   ├── test_lock.py
│   │   │   ├── test_lock.pyc
│   │   │   ├── test_partitioner.py
│   │   │   ├── test_partitioner.pyc
│   │   │   ├── test_party.py
│   │   │   ├── test_party.pyc
│   │   │   ├── test_paths.py
│   │   │   ├── test_paths.pyc
│   │   │   ├── test_queue.py
│   │   │   ├── test_queue.pyc
│   │   │   ├── test_retry.py
│   │   │   ├── test_retry.pyc
│   │   │   ├── test_sasl.py
│   │   │   ├── test_sasl.pyc
│   │   │   ├── test_security.py
│   │   │   ├── test_security.pyc
│   │   │   ├── test_threading_handler.py
│   │   │   ├── test_threading_handler.pyc
│   │   │   ├── test_utils.py
│   │   │   ├── test_utils.pyc
│   │   │   ├── test_watchers.py
│   │   │   ├── test_watchers.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── kazoo-2.7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 127 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment