CONTRIBUTORS.txt
LICENSE.txt
MANIFEST.in
README.rst
setup.py
thespianShell.py
contrib/actorize.py
contrib/websocket.py
doc/design-routing.org
doc/design.org
doc/developer.org
doc/gen_all.sh
doc/gen_html.sh
doc/gen_pdf.sh
doc/gen_text.sh
doc/in_depth.org
doc/index.org
doc/releases.org
doc/thespian.cls
doc/thespian.css
doc/thespian.el
doc/thesplogo2.jpg
doc/thesplogo2.png
doc/using.org
examples/hellogoodbye.py
examples/logsetup.py
examples/fibtroupe/README.org
examples/fibtroupe/fibactor.py
examples/fibtroupe/timer.py
examples/httpserver/common.py
examples/httpserver/http_server1.py
examples/httpserver/http_server2.py
examples/multi_system/README.org
examples/multi_system/act1/README.org
examples/multi_system/act1/app.py
examples/multi_system/act1/encoder.py
examples/multi_system/act1/morse.py
examples/multi_system/act1/start.py
examples/multi_system/act1/stop.py
examples/multi_system/act2/README.org
examples/multi_system/act2/app.py
examples/multi_system/act2/diff_from_prev.sh
examples/multi_system/act2/encoder.py
examples/multi_system/act2/morse.py
examples/multi_system/act2/start.py
examples/multi_system/act2/stop.py
examples/multi_system/act3/README.org
examples/multi_system/act3/app.py
examples/multi_system/act3/diff_from_prev.sh
examples/multi_system/act3/encoder.py
examples/multi_system/act3/morse.py
examples/multi_system/act3/start.py
examples/multi_system/act3/stop.py
examples/multi_system/act4/README.org
examples/multi_system/act4/app.py
examples/multi_system/act4/diff_from_prev.sh
examples/multi_system/act4/encoder.py
examples/multi_system/act4/morse.py
examples/multi_system/act4/start.py
examples/multi_system/act4/stop.py
examples/multi_system/act5/README.org
examples/multi_system/act5/app.py
examples/multi_system/act5/chgcap.py
examples/multi_system/act5/diff_from_prev.sh
examples/multi_system/act5/encoder.py
examples/multi_system/act5/morse.py
examples/multi_system/act5/start.py
examples/multi_system/act5/stop.py
examples/multi_system/act6/README.org
examples/multi_system/act6/app.py
examples/multi_system/act6/chgcap.py
examples/multi_system/act6/diff_from_prev.sh
examples/multi_system/act6/encoder.py
examples/multi_system/act6/load.py
examples/multi_system/act6/makeload.sh
examples/multi_system/act6/morse.py
examples/multi_system/act6/start.py
examples/multi_system/act6/stop.py
examples/multi_system/act6/unload.py
thespian/__init__.py
thespian/actors.py
thespian/importlib.py
thespian/shell.py
thespian/transient.py
thespian/troupe.py
thespian.egg-info/PKG-INFO
thespian.egg-info/SOURCES.txt
thespian.egg-info/dependency_links.txt
thespian.egg-info/top_level.txt
thespian/system/__init__.py
thespian/system/actorManager.py
thespian/system/addressManager.py
thespian/system/dictconfig.py
thespian/system/logdirector.py
thespian/system/multiprocCommon.py
thespian/system/multiprocQueueBase.py
thespian/system/multiprocTCPBase.py
thespian/system/multiprocUDPBase.py
thespian/system/ratelimit.py
thespian/system/simpleSystemBase.py
thespian/system/sourceLoader.py
thespian/system/systemAdmin.py
thespian/system/systemBase.py
thespian/system/systemCommon.py
thespian/system/timing.py
thespian/system/utilis.py
thespian/system/admin/__init__.py
thespian/system/admin/adminCore.py
thespian/system/admin/convention.py
thespian/system/admin/globalNames.py
thespian/system/admin/test/test_localConvention.py
thespian/system/messages/__init__.py
thespian/system/messages/admin.py
thespian/system/messages/convention.py
thespian/system/messages/logcontrol.py
thespian/system/messages/multiproc.py
thespian/system/messages/status.py
thespian/system/test/test_addressManager.py
thespian/system/test/test_expirytime.py
thespian/system/test/test_fmap.py
thespian/system/test/test_ratelimit.py
thespian/system/test/test_utilis.py
thespian/system/transport/IPBase.py
thespian/system/transport/MultiprocessQueueTransport.py
thespian/system/transport/TCPTransport.py
thespian/system/transport/UDPTransport.py
thespian/system/transport/__init__.py
thespian/system/transport/asyncTransportBase.py
thespian/system/transport/errmgmt.py
thespian/system/transport/hysteresis.py
thespian/system/transport/streamBuffer.py
thespian/system/transport/wakeupTransportBase.py
thespian/system/transport/test/test_TCPAddresses.py
thespian/system/transport/test/test_asyncBase.py
thespian/system/transport/test/test_hysteresis.py
thespian/system/transport/test/test_resultcallback.py
thespian/system/transport/test/test_streamBuffer.py
thespian/system/transport/test/test_transmitintent.py
thespian/test/00README.txt
thespian/test/__init__.py
thespian/test/test_actorAdder.py
thespian/test/test_actorAddressPassing.py
thespian/test/test_actorFailures.py
thespian/test/test_actorSignals.py
thespian/test/test_actorSysAPI.py
thespian/test/test_actorSystemRestart.py
thespian/test/test_actors.py
thespian/test/test_badStartupMessage.py
thespian/test/test_commonCapabilities.py
thespian/test/test_createActor.py
thespian/test/test_deadLettering.py
thespian/test/test_globalName.py
thespian/test/test_ipbase.py
thespian/test/test_load.py
thespian/test/test_manyActorSystems.py
thespian/test/test_msg_ChildExited.py
thespian/test/test_msg_ConventionUpdate.py
thespian/test/test_msg_DeadEnvelope.py
thespian/test/test_msg_ExitRequest.py
thespian/test/test_msg_Poison.py
thespian/test/test_msg_ValidateSource.py
thespian/test/test_msg_ValidatedSource.py
thespian/test/test_msg_Wakeup.py
thespian/test/test_multipleActorSystems.py
thespian/test/test_poisonMessage.py
thespian/test/test_preRegistration.py
thespian/test/test_requireCapability.py
thespian/test/test_simpleActor.py
thespian/test/test_sourceLoading.py
thespian/test/test_stats.py
thespian/test/test_systemMessages.py
thespian/test/test_threadedActor.py
thespian/test/test_troupe.py
thespian/test/test_typeDispatcher.py
thespian/test/test_updateSystemCapabilities.py
thespian/test/test_wakeup.py
thespian/test/sub1/__init__.py
thespian/test/sub1/upper.py
thespian/test/sub1/sub2/__init__.py
thespian/test/sub1/sub2/lower.py