AUTHORS
LICENSE
MANIFEST.in
README.rst
TODO
changelog.txt
dev-requirements.txt
release.py
requirements.txt
runtests.py
setup.cfg
setup.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/netcat.py
gruvi/__init__.py
gruvi/_sslcompat.c
gruvi/_version.py
gruvi/address.py
gruvi/compat.py
gruvi/dbus.py
gruvi/endpoints.py
gruvi/errors.py
gruvi/fibers.py
gruvi/futures.py
gruvi/http.py
gruvi/http_ffi.py
gruvi/hub.py
gruvi/jsonrpc.py
gruvi/jsonrpc_ffi.py
gruvi/local.py
gruvi/logging.py
gruvi/process.py
gruvi/protocols.py
gruvi/socketpair.py
gruvi/ssl.py
gruvi/sslcompat.py
gruvi/stream.py
gruvi/sync.py
gruvi/transports.py
gruvi/util.py
gruvi.egg-info/PKG-INFO
gruvi.egg-info/SOURCES.txt
gruvi.egg-info/dependency_links.txt
gruvi.egg-info/requires.txt
gruvi.egg-info/top_level.txt
gruvi/txdbus/__init__.py
gruvi/txdbus/authentication.py
gruvi/txdbus/error.py
gruvi/txdbus/marshal.py
gruvi/txdbus/message.py
src/http_parser.c
src/http_parser.h
src/json_splitter.c
tests/documentation.py
tests/examples.py
tests/memory.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_compat.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_process.py
tests/test_ssl.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