LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
docs/index.rst
satyr/__init__.py
satyr/binpack.py
satyr/executor.py
satyr/interface.py
satyr/messages.py
satyr/protobuf.py
satyr/queue.py
satyr/scheduler.py
satyr/utils.py
satyr.egg-info/PKG-INFO
satyr.egg-info/SOURCES.txt
satyr.egg-info/dependency_links.txt
satyr.egg-info/not-zip-safe
satyr.egg-info/requires.txt
satyr.egg-info/top_level.txt
satyr/apis/__init__.py
satyr/apis/futures.py
satyr/apis/multiprocessing.py
satyr/apis/tests/test_futures.py
satyr/apis/tests/test_multiprocessing.py
satyr/proxies/__init__.py
satyr/proxies/executor.py
satyr/proxies/messages.py
satyr/proxies/scheduler.py
satyr/proxies/tests/test_executor_proxies.py
satyr/proxies/tests/test_message_proxies.py
satyr/proxies/tests/test_scheduler_proxies.py
satyr/tests/sample_pb2.py
satyr/tests/test_binpack.py
satyr/tests/test_executor.py
satyr/tests/test_framework.py
satyr/tests/test_messages.py
satyr/tests/test_protobuf.py
satyr/tests/test_queue.py
satyr/tests/test_scheduler.py