pontos
Common utilities and tools maintained by Greenbone AG
What it is and what it does
Pontos is a utility library maintained by Greenbone that bundles common Python development tools and helpers. It provides CLI command support with shell completion for bash and zsh, version management utilities, and general-purpose data processing functions. The package depends on colorful, httpx, lxml, packaging, python-dateutil, rich, semver, shtab, and tomlkit to handle formatting, HTTP requests, XML parsing, version handling, and configuration management.
The package is actively maintained and supports modern Python versions from 3.10 through 3.14. It can be installed via pip, pipx, or poetry, though newer Linux distributions may require pipx due to PEP 668 restrictions. The library is distributed under GPLv3, making it suitable for open-source projects but requiring license compliance for proprietary use.
Use it for:
- Building CLI applications that need shell completion support in bash and zsh
- Managing semantic versioning and version comparisons in Python projects
- Parsing and processing XML or TOML configuration files
- Formatting console output with colors and rich text formatting
- Handling HTTP requests and date/time operations in utility scripts
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pontos is a collection of Python utilities and tools for common development tasks, including CLI command support, version management, and data processing helpers maintained by Greenbone.
Yes, if you need a collection of development utilities and are comfortable with GPLv3 licensing. The package is actively maintained, has low install friction, and provides useful helpers for CLI and version management tasks. Not suitable for proprietary projects due to copyleft licensing.
Install
pontos on PyPI
pip
pip install pontosuv
uv add pontospoetry
poetry add pontosInstalling pontos
Before you install
Low install friction with a pure Python wheel distribution. Actively maintained with a recent release; last commit was 2026-08-12 and the project is not archived.
License in practice
Licensed under GPL-3.0-or-later (copyleft). Any code that links or imports pontos must comply with GPLv3 terms, including providing source code and allowing redistribution under the same license.
Quickstart
pip install pontos
import pontos
# Use pontos utilities in your code
Requires Python 3.10 or later. PEP 668 restrictions in newer distributions like Ubuntu 23.04 may require using pipx instead of pip for system-wide installation.
Verify before relying
- What specific utilities, classes, and functions are included in the package beyond CLI tools
- Whether the package is suitable as a library dependency or primarily intended as a CLI tool
- Performance characteristics or scalability limits for the included utilities
Package facts
| License | GPL-3.0-or-later (copyleft) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 9 — colorful, httpx, lxml, packaging, python-dateutil, rich, semver, shtab, tomlkit |
| Maintenance | actively maintained — 87 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 115,328/month — #12,257 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pontos-26.5.0-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
python-gvmPython library that abstracts the Greenbone…
copyleft · top 15,000 on PyPI
onyx-devtoolsA command-line utility that provides developer…
permissive · top 15,000 on PyPI
click-completionAdds shell completion support (Bash, Zsh, Fish,…
permissive · top 15,000 on PyPI
shutilsProvides utility tools for Python development,…
permissive · top 15,000 on PyPI
boostedblobboostedblob is a command-line tool and async…
permissive · top 5,000 on PyPI
poetry-plugin-exportExports Poetry's locked dependency tree to…
permissive · top 1,000 on PyPI
tippecanoePackages the tippecanoe command-line tool as a…
permissive · top 15,000 on PyPI
linuxdocSphinx-doc extensions and command-line tools…
agpl · top 15,000 on PyPI
abxpkgUnified interface for detecting, installing,…
permissive · top 15,000 on PyPI
commitizenCommitizen enforces standardized commit…
permissive · top 5,000 on PyPI