README.md
setup.cfg
setup.py
beebird/__init__.py
beebird/__main__.py
beebird/cli.py
beebird/compose.py
beebird/gui.py
beebird/job.py
beebird/runner.py
beebird/task.py
beebird/ui.py
beebird.egg-info/PKG-INFO
beebird.egg-info/SOURCES.txt
beebird.egg-info/dependency_links.txt
beebird.egg-info/top_level.txt
beebird/tasks/__init__.py
beebird/tasks/dummy/__init__.py
beebird/tasks/dummy/dummy.py
beebird/tasks/dummy/test_dummy.py
beebird/tasks/hello/__init__.py
beebird/tasks/hello/hello.py
beebird/tasks/hello/test_hello.py
beebird/tasks/internal/__init__.py
beebird/tasks/internal/internal.py
beebird/tasks/math/__init__.py
beebird/tasks/math/math.py
beebird/tasks/math/test_math.py
beebird/uis/__init__.py
beebird/uis/console.py
beebird/uis/qt.py
beebird/uis/test_qt.py
scripts/bee
tests/__init__.py
tests/test_compose.py
tests/test_runner.py
tests/test_task.py