LICENSE
README.md
pyproject.toml
src/pyrob/__init__.py
src/pyrob/cli.py
src/pyrob.egg-info/PKG-INFO
src/pyrob.egg-info/SOURCES.txt
src/pyrob.egg-info/dependency_links.txt
src/pyrob.egg-info/entry_points.txt
src/pyrob.egg-info/top_level.txt
src/pyrob/__template__/src/app/__init__.py
src/pyrob/__template__/src/app/main.py
src/pyrob/__template__/tests/__init__.py
src/pyrob/__template__/tests/test_example.py
src/pyrob/commands/__init__.py
src/pyrob/commands/clean.py
src/pyrob/commands/init.py
src/pyrob/commands/install.py
src/pyrob/commands/run.py
src/pyrob/commands/uninstall.py
src/pyrob/config/__init__.py
src/pyrob/config/vars.py
src/pyrob/utils/__init__.py
src/pyrob/utils/git.py
src/pyrob/utils/meta.py
src/pyrob/utils/pip.py
src/pyrob/utils/project.py
src/pyrob/utils/run.py
tests/test_meta.py
tests/test_run.py
tests/test_utils.py