facebookarchive/python-nubia
A command-line and interactive shell framework. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2920
- days_rel: n/a
- days_push: 1556
- n_releases_24m: 0
Adoption not part of the score
1577 stars · 96 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nubia is a lightweight Python framework for building command-line applications and interactive shells, built on top of python-prompt-toolkit. It generates CLI commands from Python functions and classes with type-annotation-based validation and offers fish-style auto-completion in interactive mode.
Use cases
- build a python cli application with minimal boilerplate
- create an interactive shell for my tool with auto-completion
- generate cli commands from python functions and classes
- add bash/zsh completions to a command-line tool
- validate cli arguments using python type annotations
- build a custom interactive shell like ldshell
When to choose
- you need both a CLI mode and an interactive shell from one codebase
- you want automatic command/argument completion with little effort
- you want type-annotation-driven argument validation in Python
When to avoid
- you need a maintained framework - the project is archived and unmaintained
- you only need a simple argument parser (use argparse, click, or typer instead)
- you need guaranteed stability outside the original ldshell-style use case
Facets
framework · maturity abandoned
cli developer-tools developer-tools python cli cross-platform interactive-shell command-line-framework archived prompt-toolkit autocompletion command-line
1 source
- readme: https://github.com/facebookarchive/python-nubia · fetched 2026-08-28 · 0fc7c7dcc407
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookarchive/python-nubia | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="facebookarchive/python-nubia")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem