Monorepo management: multi-repo isolation and documentation generation
Project description
repofuse
Monorepo management: multi-repo isolation and documentation generation.
Installation
pip install repofuse
Usage
# Initialize a monorepo
repofuse init
# Add a sub-repository
repofuse add https://github.com/user/project.git
# Add with custom prefix
repofuse add https://github.com/user/project.git --prefix libs/project
# List registered repos
repofuse list
# Isolate a sub-repo as standalone
repofuse iso project-name -o _isolated
# Generate documentation
repofuse docs -o docs/
API
from repofuse.core import add_repo, list_repos, remove_repo
from repofuse.isolate import isolate
from repofuse.docs import generate_docs
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
repofuse-0.1.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file repofuse-0.1.0.tar.gz.
File metadata
- Download URL: repofuse-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d1e400ce050e9f49d7f86209dc7c45ad19fc5859a7b1a9d6ba58ba9643356e
|
|
| MD5 |
f82c5f383c1c384f340203a190a8db33
|
|
| BLAKE2b-256 |
f12acf27505619d60e4af585c9df18219f17aae6cfc45f7c1396467b448635b8
|
File details
Details for the file repofuse-0.1.0-py3-none-any.whl.
File metadata
- Download URL: repofuse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
178d244b30d3d54754ff8019935979d940cab4229e39530d4789dba5d33f5cda
|
|
| MD5 |
030a491ff7bc62366ba93ceaf2bd738e
|
|
| BLAKE2b-256 |
1852009a8c035e5dacf0336932269005bd3be5ff010d81b4e57b3d441f00baeb
|