/monas

Python monorepo made easy

Primary LanguagePythonMIT LicenseMIT

Monas

Tests pypi version Code style: black pdm-managed

Python monorepo made easy.

🚧 [WIP] This project still in a rapid development and the behaviors may change. 🚧

➡️ Example Repository

About this project

Monas is a tool to manage multiple Python projects in a single repository, or the so called "Monorepo". It is mainly inspired by Lerna. In a monorepo, some dependencies are shared across packages while others are different. When you change the code of one of these shared dependencies, you may want to run the test suite across all dependant packages. Monas makes the workflow easier.

Installation

Monas requires Python >=3.8.

It is recommended to install with pipx, if pipx haven't been installed yet, refer to the pipx's docs

pipx install monas

Alternatively, install with pip to the user site:

python -m pip install --user monas

To-do

  • Documentation
  • Tests
  • setup.cfg support
  • (Possible) Poetry backend support
  • src package layout

License

MIT.