AUTHORS
LICENSE
MANIFEST.in
README.rst
TODO
changelog.txt
dev-requirements.txt
requirements.txt
runtests.py
setup.cfg
setup.py
tasks.py
tox.ini
docs/Makefile
docs/address.rst
docs/changelog.rst
docs/conf.py
docs/dbus.rst
docs/example1.rst
docs/example2.rst
docs/example3.rst
docs/example4.rst
docs/example5.rst
docs/examples.rst
docs/fibers.rst
docs/front.rst
docs/futures.rst
docs/http.rst
docs/included.rst
docs/index.rst
docs/install.rst
docs/jsonrpc.rst
docs/lowlevel.rst
docs/process.rst
docs/rationale.rst
docs/reference.rst
docs/streams.rst
docs/sync.rst
examples/curl.py
examples/echoserver1.py
examples/echoserver2.py
examples/fortune.py
examples/httpcs.py
examples/jsonrpc.py
examples/netcat.py
lib/gruvi/__init__.py
lib/gruvi/address.py
lib/gruvi/callbacks.py
lib/gruvi/compat.py
lib/gruvi/dbus.py
lib/gruvi/endpoints.py
lib/gruvi/errors.py
lib/gruvi/fibers.py
lib/gruvi/futures.py
lib/gruvi/http.py
lib/gruvi/hub.py
lib/gruvi/jsonrpc.py
lib/gruvi/local.py
lib/gruvi/logging.py
lib/gruvi/poll.py
lib/gruvi/process.py
lib/gruvi/protocols.py
lib/gruvi/ssl.py
lib/gruvi/sslcompat.py
lib/gruvi/stream.py
lib/gruvi/sync.py
lib/gruvi/transports.py
lib/gruvi/util.py
lib/gruvi/vendor.py
lib/gruvi.egg-info/PKG-INFO
lib/gruvi.egg-info/SOURCES.txt
lib/gruvi.egg-info/dependency_links.txt
lib/gruvi.egg-info/not-zip-safe
lib/gruvi.egg-info/requires.txt
lib/gruvi.egg-info/top_level.txt
src/build_http.py
src/build_jsonrpc.py
src/http_parser.c
src/http_parser.h
src/json_splitter.c
src/sslcompat.c
tests/examples.py
tests/memory.py
tests/perf_callbacks.py
tests/perf_dbus.py
tests/perf_fibers.py
tests/perf_http.py
tests/perf_jsonrpc.py
tests/perf_ssl.py
tests/support.py
tests/test_callbacks.py
tests/test_dbus.py
tests/test_endpoints.py
tests/test_fibers.py
tests/test_futures.py
tests/test_http.py
tests/test_hub.py
tests/test_jsonrpc.py
tests/test_local.py
tests/test_logging.py
tests/test_poll.py
tests/test_process.py
tests/test_ssl.py
tests/test_sslcompat.py
tests/test_stream.py
tests/test_sync.py
tests/test_transports.py
tests/bin/catn
tests/bin/echo
tests/bin/exitn
tests/bin/false
tests/bin/fortune
tests/bin/pwd
tests/bin/sleep
tests/bin/true
vendor/txdbus/__init__.py
vendor/txdbus/authentication.py
vendor/txdbus/error.py
vendor/txdbus/marshal.py
vendor/txdbus/message.py