LICENCE.txt
MANIFEST.in
README.rst
setup.py
examples/arduino.py
examples/automate_hello_world_demo.py
examples/automate_hello_world_demo_clones.py
examples/automate_hello_world_demo_twosystems.py
examples/automate_interpolating_demo.py
examples/car_bumper_buttons.py
examples/filechange_directory.py
examples/filechange_singlefile.py
examples/gpiotest.py
examples/pwm_demo.py
examples/shell.py
examples/socketsensor.py
src/automate/__init__.py
src/automate/callable.py
src/automate/common.py
src/automate/namespace.py
src/automate/program.py
src/automate/service.py
src/automate/statusobject.py
src/automate/system.py
src/automate/systemobject.py
src/automate/test_utils.py
src/automate/tools.py
src/automate/traits_fixes.py
src/automate/worker.py
src/automate.egg-info/PKG-INFO
src/automate.egg-info/SOURCES.txt
src/automate.egg-info/dependency_links.txt
src/automate.egg-info/requires.txt
src/automate.egg-info/top_level.txt
src/automate/actuators/__init__.py
src/automate/actuators/builtin_actuators.py
src/automate/callables/__init__.py
src/automate/callables/builtin_callables.py
src/automate/sensors/__init__.py
src/automate/sensors/builtin_sensors.py
src/automate/services/__init__.py
src/automate/services/logstore.py
src/automate/services/plantumlserv.py
src/automate/services/statussaver.py
src/automate/services/textui.py
tests/conftest.py
tests/test_actuator.py
tests/test_automate.py
tests/test_callables.py
tests/test_program.py
tests/test_sensors.py