Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ GitHub Enterprise setup, outputs, and troubleshooting.
Both are configurable via env vars. See [docs](https://semvertag.modern-python.org)
for the full configuration surface.

## Built with

semvertag stands on other `modern-python` libraries:

- **[modern-di-typer](https://github.com/modern-python/modern-di-typer)** —
dependency-injection wiring for the Typer CLI. semvertag resolves its
settings, API providers, and bump strategies through a `modern_di` container
([`semvertag/ioc.py`](semvertag/ioc.py)).
- **[httpware](https://github.com/modern-python/httpware)** — the resilient
HTTP client both providers use for the GitLab/GitHub REST calls (retries,
timeouts, typed decoding, secret redaction).

## 📚 [Documentation](https://semvertag.modern-python.org)

## 📦 [PyPI](https://pypi.org/project/semvertag)
Expand Down