.env
.gitignore
.python-version
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
uv.lock
docs/Makefile
docs/README.html
docs/api.md
docs/api.rst
docs/conf.py
docs/index.md
docs/index.rst
docs/installation.rst
docs/usage.rst
mbpy/__about__.py
mbpy/__init__.py
mbpy/__version__.py
mbpy/autodoc.py
mbpy/cli.py
mbpy/commands.py
mbpy/create.py
mbpy/mpip.py
mbpy/profile.py
mbpy/publish.py
mbpy/requirements.txt
mbpy.egg-info/PKG-INFO
mbpy.egg-info/SOURCES.txt
mbpy.egg-info/dependency_links.txt
mbpy.egg-info/entry_points.txt
mbpy.egg-info/requires.txt
mbpy.egg-info/top_level.txt
tests/__init__.py
tests/test_add_pip.py
tests/test_create.py
tests/test_mpip.py
tests/test_publish.py
tests/test_pyproject_toml.py
tests/test_requirements_handling.py