.coveragerc
.hgignore
.hgtags
CHANGES.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements-dev.txt
requirements.txt
setup.py
tox.ini
circuits/__init__.py
circuits/six.py
circuits/version.py
circuits.egg-info/PKG-INFO
circuits.egg-info/SOURCES.txt
circuits.egg-info/dependency_links.txt
circuits.egg-info/entry_points.txt
circuits.egg-info/top_level.txt
circuits.egg-info/zip-safe
circuits/app/__init__.py
circuits/app/daemon.py
circuits/core/__init__.py
circuits/core/bridge.py
circuits/core/components.py
circuits/core/debugger.py
circuits/core/events.py
circuits/core/handlers.py
circuits/core/helpers.py
circuits/core/loader.py
circuits/core/manager.py
circuits/core/pollers.py
circuits/core/timers.py
circuits/core/utils.py
circuits/core/values.py
circuits/core/workers.py
circuits/io/__init__.py
circuits/io/events.py
circuits/io/file.py
circuits/io/notify.py
circuits/io/process.py
circuits/io/serial.py
circuits/net/__init__.py
circuits/net/events.py
circuits/net/sockets.py
circuits/node/__init__.py
circuits/node/client.py
circuits/node/events.py
circuits/node/node.py
circuits/node/server.py
circuits/node/utils.py
circuits/protocols/__init__.py
circuits/protocols/http.py
circuits/protocols/irc.py
circuits/protocols/line.py
circuits/protocols/websocket.py
circuits/tools/__init__.py
circuits/web/__init__.py
circuits/web/_httpauth.py
circuits/web/client.py
circuits/web/constants.py
circuits/web/controllers.py
circuits/web/errors.py
circuits/web/events.py
circuits/web/exceptions.py
circuits/web/headers.py
circuits/web/http.py
circuits/web/loggers.py
circuits/web/main.py
circuits/web/processors.py
circuits/web/servers.py
circuits/web/sessions.py
circuits/web/tools.py
circuits/web/url.py
circuits/web/utils.py
circuits/web/wrappers.py
circuits/web/wsgi.py
circuits/web/dispatchers/__init__.py
circuits/web/dispatchers/dispatcher.py
circuits/web/dispatchers/jsonrpc.py
circuits/web/dispatchers/static.py
circuits/web/dispatchers/virtualhosts.py
circuits/web/dispatchers/xmlrpc.py
circuits/web/parsers/__init__.py
circuits/web/parsers/http.py
circuits/web/parsers/multipart.py
circuits/web/parsers/querystring.py
circuits/web/websockets/__init__.py
circuits/web/websockets/client.py
circuits/web/websockets/dispatcher.py
docs/Makefile
docs/check_docs.py
docs/circuits-docs.xml
docs/make.bat
docs/requirements.txt
docs/source/changes.rst
docs/source/conf.py
docs/source/contributors.rst
docs/source/faq.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/readme.rst
docs/source/todo.rst
docs/source/_static/logo.png
docs/source/_static/rtd.css
docs/source/_static/tracsphinx.css
docs/source/_templates/layout.html
docs/source/_themes/om/genindex.html
docs/source/_themes/om/layout.html
docs/source/_themes/om/modindex.html
docs/source/_themes/om/search.html
docs/source/_themes/om/theme.conf
docs/source/_themes/om/static/default.css
docs/source/_themes/om/static/djangodocs.css
docs/source/_themes/om/static/docicons-behindscenes.png
docs/source/_themes/om/static/docicons-note.png
docs/source/_themes/om/static/docicons-philosophy.png
docs/source/_themes/om/static/homepage.css
docs/source/_themes/om/static/reset-fonts-grids.css
docs/source/api/circuits.app.rst
docs/source/api/circuits.core.rst
docs/source/api/circuits.io.rst
docs/source/api/circuits.net.rst
docs/source/api/circuits.node.rst
docs/source/api/circuits.protocols.rst
docs/source/api/circuits.rst
docs/source/api/circuits.tools.rst
docs/source/api/circuits.web.dispatchers.rst
docs/source/api/circuits.web.parsers.rst
docs/source/api/circuits.web.rst
docs/source/api/circuits.web.websockets.rst
docs/source/api/index.rst
docs/source/dev/contributing.rst
docs/source/dev/index.rst
docs/source/dev/introduction.rst
docs/source/dev/processes.rst
docs/source/examples/echoserver.py
docs/source/examples/hello.py
docs/source/examples/helloweb.py
docs/source/examples/index.rst
docs/source/images/CircuitsWebServer.png
docs/source/man/components.rst
docs/source/man/debugging.rst
docs/source/man/events.rst
docs/source/man/handlers.rst
docs/source/man/index.rst
docs/source/man/manager.rst
docs/source/man/tools.rst
docs/source/man/values.rst
docs/source/man/examples/handler_annotation.py
docs/source/man/examples/handler_returns.py
docs/source/start/downloading.rst
docs/source/start/index.rst
docs/source/start/installing.rst
docs/source/start/quick.rst
docs/source/start/requirements.rst
docs/source/tutorial/001.py
docs/source/tutorial/002.py
docs/source/tutorial/003.py
docs/source/tutorial/004.py
docs/source/tutorial/005.py
docs/source/tutorial/006.py
docs/source/tutorial/007.py
docs/source/tutorial/008.py
docs/source/tutorial/009.py
docs/source/tutorial/index.rst
docs/source/web/features.rst
docs/source/web/gettingstarted.rst
docs/source/web/howtos.rst
docs/source/web/index.rst
docs/source/web/introduction.rst
docs/source/web/miscellaneous.rst
examples/99bottles.py
examples/cat.py
examples/chatserver.py
examples/circ.py
examples/dirwatch.py
examples/echoserver.py
examples/echoserverunix.py
examples/factorial.py
examples/filter.py
examples/hello.py
examples/hello_bridge.py
examples/hello_node.py
examples/index.rst
examples/ircbot.py
examples/ircclient.py
examples/nodeserver.py
examples/ping.py
examples/portforward.py
examples/tail.py
examples/telnet.py
examples/timers.py
examples/wget.py
examples/primitives/call.py
examples/primitives/fire.py
examples/primitives/wait.py
examples/testing/pytest/README.rst
examples/testing/pytest/conftest.py
examples/testing/pytest/hello.py
examples/testing/pytest/test_hello.py
examples/web/acldemo.py
examples/web/authdemo.py
examples/web/basecontrollers.py
examples/web/baseservers.py
examples/web/ca-chain.pem
examples/web/cert.pem
examples/web/controllers.py
examples/web/crud.py
examples/web/fileupload.py
examples/web/filtering.py
examples/web/forms.py
examples/web/httpauth.py
examples/web/jsoncontroller.py
examples/web/jsonrpc.py
examples/web/jsonserializer.py
examples/web/jsontool.py
examples/web/makotemplates.py
examples/web/server-cert.pem
examples/web/server-key.pem
examples/web/sessions.py
examples/web/shadowauth.py
examples/web/singleclickandrun.py
examples/web/ssl-forward-cert.py
examples/web/sslserver.py
examples/web/virtualhosts.py
examples/web/websocket.html
examples/web/websockets.py
examples/web/wiki.zip
examples/web/wsgi.py
examples/web/wsgiapp.py
examples/web/xmlrpc_demo.py
examples/web/static/css/base.css
examples/web/static/img/rss.gif
examples/web/static/img/valid-xhtml10.png
examples/web/static/img/vcss.gif
examples/web/terminal/terminal.py
examples/web/terminal/static/favicon.ico
examples/web/terminal/static/index.xhtml
examples/web/terminal/static/css/base.css
examples/web/terminal/static/js/jquery.js
examples/web/terminal/static/js/jquery.terminal.js
examples/web/terminal/static/js/main.js
examples/web/tpl/base.html
examples/web/tpl/index.html
examples/web/wiki/wiki.py
examples/web/wiki/defaultpages/BulletList
examples/web/wiki/defaultpages/CheatSheet
examples/web/wiki/defaultpages/DefinitionList
examples/web/wiki/defaultpages/FrontPage
examples/web/wiki/defaultpages/HeadingsPage
examples/web/wiki/defaultpages/HorizontalLine
examples/web/wiki/defaultpages/Indented
examples/web/wiki/defaultpages/Macros
examples/web/wiki/defaultpages/MixedList
examples/web/wiki/defaultpages/NoLineBreak
examples/web/wiki/defaultpages/NumberedList
examples/web/wiki/defaultpages/RenderedPre
examples/web/wiki/defaultpages/RenderedTable
examples/web/wiki/defaultpages/SandBox
examples/web/wiki/defaultpages/SiteMenu
examples/web/wiki/macros/__init__.py
examples/web/wiki/macros/html.py
examples/web/wiki/macros/include.py
examples/web/wiki/macros/utils.py
examples/web/wiki/macros/wiki.py
examples/web/wiki/static/Image.jpg
examples/web/wiki/static/favicon.ico
examples/web/wiki/static/css/pygments.css
examples/web/wiki/static/css/screen.css
examples/web/wiki/static/images/header_bg.png
examples/web/wiki/tpl/edit.html
examples/web/wiki/tpl/view.html
fabfile/__init__.py
fabfile/docs.py
fabfile/help.py
fabfile/utils.py
scripts/circuits.bench
scripts/circuits.web
tests/__init__.py
tests/conftest.py
tests/main.py
tests/app/__init__.py
tests/app/app.py
tests/app/test_daemon.py
tests/core/__init__.py
tests/core/app.py
tests/core/signalapp.py
tests/core/test_bridge.py
tests/core/test_call_wait.py
tests/core/test_call_wait_timeout.py
tests/core/test_channel_selection.py
tests/core/test_complete.py
tests/core/test_component_repr.py
tests/core/test_component_setup.py
tests/core/test_component_targeting.py
tests/core/test_core.py
tests/core/test_debugger.py
tests/core/test_dynamic_handlers.py
tests/core/test_errors.py
tests/core/test_event.py
tests/core/test_event_priority.py
tests/core/test_feedback.py
tests/core/test_filters.py
tests/core/test_generate_events.py
tests/core/test_generator_value.py
tests/core/test_globals.py
tests/core/test_imports.py
tests/core/test_inheritence.py
tests/core/test_interface_query.py
tests/core/test_loader.py
tests/core/test_manager_repr.py
tests/core/test_new_filter.py
tests/core/test_priority.py
tests/core/test_signals.py
tests/core/test_timers.py
tests/core/test_utils.py
tests/core/test_value.py
tests/core/test_worker_process.py
tests/core/test_worker_thread.py
tests/io/__init__.py
tests/io/test_file.py
tests/io/test_notify.py
tests/io/test_process.py
tests/net/__init__.py
tests/net/client.py
tests/net/server.py
tests/net/test_client.py
tests/net/test_pipe.py
tests/net/test_poller_reuse.py
tests/net/test_tcp.py
tests/net/test_udp.py
tests/net/test_unix.py
tests/node/test_node.py
tests/node/test_utils.py
tests/protocols/__init__.py
tests/protocols/test_irc.py
tests/protocols/test_line.py
tests/tools/__init__.py
tests/tools/test_tools.py
tests/web/__init__.py
tests/web/cert.pem
tests/web/conftest.py
tests/web/helpers.py
tests/web/jsonrpclib.py
tests/web/multipartform.py
tests/web/test_bad_requests.py
tests/web/test_basicauth.py
tests/web/test_call_wait.py
tests/web/test_client.py
tests/web/test_conn.py
tests/web/test_cookies.py
tests/web/test_core.py
tests/web/test_digestauth.py
tests/web/test_dispatcher.py
tests/web/test_dispatcher2.py
tests/web/test_dispatcher3.py
tests/web/test_disps.py
tests/web/test_exceptions.py
tests/web/test_expires.py
tests/web/test_expose.py
tests/web/test_generator.py
tests/web/test_gzip.py
tests/web/test_headers.py
tests/web/test_http.py
tests/web/test_json.py
tests/web/test_jsonrpc.py
tests/web/test_large_post.py
tests/web/test_logger.py
tests/web/test_methods.py
tests/web/test_multipartformdata.py
tests/web/test_null_response.py
tests/web/test_request_failure.py
tests/web/test_security.py
tests/web/test_serve_download.py
tests/web/test_serve_file.py
tests/web/test_servers.py
tests/web/test_sessions.py
tests/web/test_static.py
tests/web/test_unicode.py
tests/web/test_utils.py
tests/web/test_value.py
tests/web/test_vpath_args.py
tests/web/test_websockets.py
tests/web/test_wsgi_application.py
tests/web/test_wsgi_application_generator.py
tests/web/test_wsgi_application_yield.py
tests/web/test_wsgi_gateway.py
tests/web/test_wsgi_gateway_errors.py
tests/web/test_wsgi_gateway_generator.py
tests/web/test_wsgi_gateway_multiple_apps.py
tests/web/test_wsgi_gateway_null_response.py
tests/web/test_wsgi_gateway_write.py
tests/web/test_wsgi_gateway_yield.py
tests/web/test_xmlrpc.py
tests/web/test_yield.py
tests/web/websocket.py
tests/web/static/#foobar.txt
tests/web/static/helloworld.txt
tests/web/static/largefile.txt
tests/web/static/test.css
tests/web/static/unicode.txt