LICENSE
MANIFEST.in
Makefile
README.rst
setup.py
tox.ini
doc/.gitignore
doc/Makefile
doc/gencmddoc.plx
doc/make.bat
doc/source/.gitignore
doc/source/conf.py
doc/source/getting-started.rst
doc/source/index.rst
doc/source/install.rst
doc/source/task-design.rst
doc/source/task-repository.rst
doc/source/_static/pyloco_system.svg
doc/source/examples/index.rst
doc/source/reference/index.rst
doc/source/reference/plx-api.rst
doc/source/reference/task-api.rst
doc/source/reference/webapp-api.rst
doc/source/tutorials/index.rst
doc/source/tutorials/logging.rst
doc/source/tutorials/multi-processing.rst
doc/source/tutorials/unit-testing.rst
doc/source/tutorials/web-app.rst
example/csvreadwrite.py
example/data.csv
example/echo.py
example/greetings.py
example/status.js
example/weathermultimap.py
pyloco/__init__.py
pyloco/__main__.py
pyloco/base.py
pyloco/error.py
pyloco/grouptask.py
pyloco/helptask.py
pyloco/main.py
pyloco/manage.py
pyloco/mgmttask.py
pyloco/parse.py
pyloco/plxtask.py
pyloco/plztask.py
pyloco/proxy.py
pyloco/stdtask.py
pyloco/task.py
pyloco/test.py
pyloco/util.py
pyloco/webserver.py
pyloco/websocket.py
pyloco.egg-info/PKG-INFO
pyloco.egg-info/SOURCES.txt
pyloco.egg-info/dependency_links.txt
pyloco.egg-info/entry_points.txt
pyloco.egg-info/requires.txt
pyloco.egg-info/top_level.txt
tests/__init__.py
tests/echo.py
tests/example.plx
tests/test_basics.py
tests/test_help.py
tests/test_manager.py
tests/test_utils.py