skillfed

pontos

Common utilities and tools maintained by Greenbone AG

pontos v26.5.0 115.3K downloads/30d#12,257 on PyPI12
Copyleft license GPL-3.0-or-later Active released

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 pontos

uv

uv add pontos

poetry

poetry add pontos

Installing 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

Development Status :: 4 - BetaEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)Operating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: Libraries :: Python Modules

Tags

python utilities librarygreenbone development toolscli command utilitiesversion management helperspython toolkitdevelopment utilitiescommand line tools
cli-toolsversion-managementgreenbone

More Python Modules packages