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/commands/__init__.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
tests/test_meta.py