.gitignore
.travis.yml
AUTHORS
LICENSE
MANIFEST.in
README.rst
changelog.txt
dev-requirements.txt
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/changelog.rst
docs/concepts.rst
docs/conf.py
docs/dbus.rst
docs/fibers.rst
docs/futures.rst
docs/gruvi.rst
docs/http.rst
docs/hub.rst
docs/index.rst
docs/install.rst
docs/jsonrpc.rst
docs/local.rst
docs/protocols.rst
docs/pyuv.rst
docs/rationale.rst
docs/reference.rst
docs/ssl.rst
docs/stream.rst
docs/sync.rst
docs/transports.rst
docs/tutorial.rst
docs/util.rst
examples/curl.py
examples/echoserver1.py
examples/echoserver2.py
examples/netcat1.py
examples/netcat2.py
examples/webserver.py
gruvi/__init__.py
gruvi/_version.py
gruvi/compat.py
gruvi/dbus.py
gruvi/dbus_ffi.py
gruvi/error.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/protocols.py
gruvi/pyuv.py
gruvi/reader.py
gruvi/socketpair.py
gruvi/ssl.py
gruvi/stream.py
gruvi/sync.py
gruvi/util.py
gruvi.egg-info/PKG-INFO
gruvi.egg-info/SOURCES.txt
gruvi.egg-info/dependency_links.txt
gruvi.egg-info/not-zip-safe
gruvi.egg-info/requires.txt
gruvi.egg-info/top_level.txt
gruvi/__pycache__/dbus_cffi.c
gruvi/__pycache__/http_cffi.c
gruvi/__pycache__/json_cffi.c
gruvi/txdbus/__init__.py
gruvi/txdbus/error.py
gruvi/txdbus/marshal.py
gruvi/txdbus/message.py
src/dbus_splitter.c
src/http_parser.c
src/http_parser.h
src/json_splitter.c
tests/support.py
tests/test_dbus.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_pyuv.py
tests/test_ssl.py
tests/test_sync.py
tests/unit.py
tests/txdbus/test_marshal.py
tests/txdbus/test_message.py