CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
ahoyhoy/__init__.py
ahoyhoy.egg-info/PKG-INFO
ahoyhoy.egg-info/SOURCES.txt
ahoyhoy.egg-info/dependency_links.txt
ahoyhoy.egg-info/requires.txt
ahoyhoy.egg-info/top_level.txt
ahoyhoy/circuit/__init__.py
ahoyhoy/circuit/circuit.py
ahoyhoy/classifiers/__init__.py
ahoyhoy/classifiers/exceptions.py
ahoyhoy/classifiers/servererror.py
ahoyhoy/client/__init__.py
ahoyhoy/client/builder.py
ahoyhoy/client/client.py
ahoyhoy/client/exceptions.py
ahoyhoy/endpoints/__init__.py
ahoyhoy/endpoints/endpoint.py
ahoyhoy/http/__init__.py
ahoyhoy/http/proxy.py
ahoyhoy/lb/__init__.py
ahoyhoy/lb/exceptions.py
ahoyhoy/lb/iloadbalancer.py
ahoyhoy/lb/randomlb.py
ahoyhoy/lb/roundrobinlb.py
ahoyhoy/lb/providers/__init__.py
ahoyhoy/lb/providers/iprovider.py
ahoyhoy/lb/providers/listprovider.py
ahoyhoy/retries/__init__.py
ahoyhoy/retries/retries.py
ahoyhoy/servicediscovery/__init__.py
ahoyhoy/servicediscovery/servicediscovery.py
ahoyhoy/utils/__init__.py
ahoyhoy/utils/django.py
ahoyhoy/utils/host.py
docs/PYPI_README.rst
docs/__init__.py
docs/general/Makefile
docs/general/__init__.py
docs/general/conf.py
docs/general/contents.rst
docs/general/index.rst
docs/general/apis/api.rst
docs/general/apis/base.rst
docs/general/apis/circuit.rst
docs/general/apis/client.rst
docs/general/apis/endpoint.rst
docs/general/apis/lb.rst
docs/general/apis/proxy.rst
docs/general/apis/retries.rst
docs/general/apis/servicediscovery.rst
docs/general/contents/advanced_usage.rst
docs/general/contents/foreword.rst
docs/general/contents/installation.rst
docs/general/contents/objects_hierarchy.rst
docs/general/contents/quickstart.rst
docs/general/contents/testing.rst
docs/static/lighthouse-in-life-preserver-bw.png
requirements/base.txt
requirements/docs.txt
requirements/doctests.txt
requirements/ncbi.txt
requirements/test.txt
tests/__init__.py
tests/utils.py
tests/test_circuit/__init__.py
tests/test_circuit/test_circuit.py
tests/test_classifiers/test_servererror.py
tests/test_client/__init__.py
tests/test_client/fakes.py
tests/test_client/test_builder.py
tests/test_client/test_client.py
tests/test_endpoints/__init__.py
tests/test_endpoints/test_endpoint.py
tests/test_lb/__init__.py
tests/test_lb/conftest.py
tests/test_lb/test_listprovider.py
tests/test_lb/test_randomlb.py
tests/test_lb/test_roundrobinlb.py
tests/test_servicediscovery/test_servicediscovery.py