Monas
Python monorepo made easy.
🚧 [WIP] This project still in a rapid development and the behaviors may change. 🚧
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.cfgsupport - (Possible) Poetry backend support
-
srcpackage layout
License
MIT.
Release files for monas 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| monas-0.2.1.tar.gz | 21.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| monas-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 46.4 kB
Release files / monas-0.2.1.tar.gz
| Download URL | monas-0.2.1.tar.gz |
|---|---|
| Size | 21.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
055f786025ea7ce2684e85c2d2be070185f768cc74563ad19369867f860faf9d
|
|
BLAKE2b-256 checksum How to use checksums |
90a9f786219d75df6714eda5f23240ed74bbd48189c3581f9e3abbce0a347e87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|
Release files / monas-0.2.1-py3-none-any.whl
| Download URL | monas-0.2.1-py3-none-any.whl |
|---|---|
| Size | 25.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
36f842dda8f3d1ecf089eee31a20078df1ef859ece3f4343db2d080656976fbc
|
|
BLAKE2b-256 checksum How to use checksums |
490360baf18b88ba9f193f1c8124b2576a59193fa43302121957f5af66e023c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|