OpenComb
Everything developers need – combine, merge, packages, project tools, checks & more.
Install
pip install opencomb
pip install "opencomb[format]" # optional ruff + black
What you get (v0.5.0)
| Area | Commands | Why devs need it |
|---|---|---|
| Code | combine |
Merge modules + remote URLs + format |
| Config | merge |
Deep-merge YAML/JSON/TOML |
| Env | env |
Merge .env + export scripts |
| Combinatorial | generate |
Test matrices, pairwise, HTML reports |
| Prompts | prompt |
Structured LLM prompts |
| Templates | template |
Jinja2 rendering |
| Recipes | recipe |
Full pipelines (incl. package install) |
| Packages | pak add/list/info/... |
Install & inspect from PyPI |
| Project | init tree bump ignore |
Scaffold, version, gitignore |
| Quality | check format doctor |
ruff + pytest gate |
Quick start
# New project in seconds
opencomb init my-app -d "My cool app"
cd my-app
# Add deps
opencomb pak add requests rich
# Quality gate
opencomb check
# Version bump
opencomb bump patch
# Combine / generate / recipe
opencomb combine src/**/*.py -o build/all.py --format
opencomb generate -p params.yaml --method pairwise --html
opencomb recipe recipes/dev.yaml
Package helper (oc-pak)
opencomb pak add httpx "pydantic>=2"
opencomb pak info httpx
opencomb pak list
opencomb pak freeze -o requirements.txt
Library
from opencomb import (
ProjectHelper, PackageManager, Checker,
CodeCombiner, CombinatorialGenerator, RecipeRunner,
)
ProjectHelper().init("demo", description="Demo app")
PackageManager().add(["requests"])
Checker().run_all()
Publish
git tag v0.5.0 && git push origin v0.5.0
# Create GitHub Release → publish.yml uploads to PyPI
Repo: https://github.com/SlabyLol/OpenComb
MIT © DarkFox Co.
Release files for opencomb 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opencomb-0.5.0.tar.gz | 21.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| opencomb-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 46.7 kB
Release files / opencomb-0.5.0.tar.gz
| Download URL | opencomb-0.5.0.tar.gz |
|---|---|
| Size | 21.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
375854543d2706143b60df091b3ab68b5d33205464b09d5bdba8096c84d35bd4
|
|
BLAKE2b-256 checksum How to use checksums |
fce185b7d30fd5dec88b4b3190cd89d71fb6eff90d99ebc26d5b57b9beb3ad0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency logRelease files / opencomb-0.5.0-py3-none-any.whl
| Download URL | opencomb-0.5.0-py3-none-any.whl |
|---|---|
| Size | 25.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d22fc54f2080a75c909c9b6b527e8288200c086150341aab88306920551b3fb
|
|
BLAKE2b-256 checksum How to use checksums |
500e5ed1ed822c40f4480993ba465389e1ddcd812c59e0653b7cf740fb6bda14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.
Transparency log