skillfed

jaraco.ui

User-Interface tools (mainly command-line)

jaraco-ui v2.4.0 84.8K downloads/30d#13,976 on PyPI0
Permissive license Active released

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-ui

uv

uv add jaraco-ui

poetry

poetry add jaraco-ui

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: Only

Tags

command-line UI toolsCLI utilitiesterminal interface helpersPython UI frameworkjaraco utilitiescommand-line argument handlinginteractive terminal tools
cli-toolsjaraco-ecosystem

More Utilities packages