jaraco.ui
User-Interface tools (mainly command-line)
What it is and what it does
jaraco.ui is a collection of user-interface tools focused on command-line applications. It builds on top of jaraco.classes, jaraco.text, named, and typer to provide utilities for developers building CLI tools in Python. The package is classified as Production/Stable and supports modern Python versions (3.8+).
The package is part of the broader jaraco ecosystem and appears designed to complement typer and other text-processing utilities. With low installation friction and active maintenance, it serves as a utility library for developers who need command-line interface helpers alongside their existing jaraco dependencies.
Use it for:
- Building command-line applications that need structured UI utilities and argument handling via typer
- Extending CLI tools with text processing and class utilities from the jaraco ecosystem
- Creating interactive terminal applications with helper functions for common UI patterns
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides command-line and user-interface utilities for Python developers, built on jaraco.classes, jaraco.text, named, and typer.
Yes, if you are already using typer or other jaraco packages and need command-line UI utilities. The package has low installation friction, active maintenance, permissive licensing, and no known vulnerabilities. Install it as part of a broader jaraco-based CLI toolkit rather than as a standalone solution.
Install
jaraco-ui on PyPI
pip
pip install jaraco-uiuv
uv add jaraco-uipoetry
poetry add jaraco-uiInstalling jaraco.ui
Before you install
Low friction installation as a pure-Python wheel. Actively maintained with recent commits; last release 2024-08-15 and repository last updated 2026-04-13. Depends on four runtime packages, all of which appear to be from the same jaraco ecosystem.
License in practice
Licensed under MIT (permissive), meaning you can use, modify, and distribute this package with minimal restrictions in both open-source and commercial projects.
Quickstart
pip install jaraco-ui
from jaraco import ui
# Use UI utilities as needed for your command-line application
Requires Python 3.8 or later.
Verify before relying
- What specific UI/CLI capabilities the package provides beyond its dependencies (jaraco.classes, jaraco.text, named, typer)
- Whether the package is primarily a wrapper around typer or adds substantial new functionality
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — jaraco.classes, jaraco.text, named, typer |
| Maintenance | actively maintained — 729 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 84,771/month — #13,976 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jaraco.ui-2.4.0-py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
jaraco.textProvides utility functions for common text…
permissive · top 5,000 on PyPI
textual-devtextual-dev provides a command-line tool for…
permissive · top 15,000 on PyPI
jaraco.classesProvides utility functions for working with…
permissive · top 1,000 on PyPI
trogonTrogon auto-generates a terminal user interface…
permissive · top 15,000 on PyPI
jaraco.contextProvides decorators and context managers for…
permissive · top 1,000 on PyPI
jaraco.netjaraco.net provides miscellaneous networking…
permissive · top 15,000 on PyPI
cli-helpersCLI Helpers provides utilities for common…
permissive · top 5,000 on PyPI
pythondialogProvides a Python interface to the UNIX dialog…
copyleft · top 15,000 on PyPI
ascii-colorsUnified terminal UI library providing colored…
permissive · top 15,000 on PyPI
rich-toolkitRich Toolkit provides opinionated CLI…
permissive · top 1,000 on PyPI