quip
Quick user interfaces for Python
What it is and what it does
Quip is a minimal web framework that lets you add a browser-based UI to Python command-line applications. It bridges the gap between traditional CLI tools and modern web interfaces by generating a web frontend from your Python code.
The package requires external npm dependencies (stylus and rapydscript-ng) to be installed globally before use, which adds setup complexity. It was last updated in June 2016 and is now abandoned, meaning no active maintenance, bug fixes, or compatibility updates are happening. The project has minimal adoption (2 GitHub stars) and receives very few downloads relative to its position in the PyPI ecosystem.
Use it for:
- Add a web interface to an existing Python CLI tool without rewriting the core logic
- Prototype a web UI for a command-line utility during development
- Provide a browser-based alternative frontend to users who prefer web interfaces over terminals
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Quip creates a web-based user interface for Python command-line applications, bridging CLI tools with a browser-based frontend.
No. The package is abandoned (last updated June 2016), requires external npm dependencies that may no longer be maintained, and has no active maintenance or security support. Unless you are maintaining legacy code already using Quip, choose a modern alternative instead.
Install
quip on PyPI
pip
pip install quipuv
uv add quippoetry
poetry add quipInstalling quip
Before you install
High install friction: requires npm modules stylus and rapydscript-ng to be installed globally before use. Project is abandoned as of 2016 with no commits since June 2016, creating significant maintenance risk.
License in practice
Licensed under Apache 2.0 (permissive), so you can use, modify, and distribute it freely with minimal restrictions.
Quickstart
npm install -g stylus rapydscript-ng
pip install quip==0.1.12
import quip
Requires npm modules stylus and rapydscript-ng to be installed globally before importing quip
Verify before relying
- Whether stylus and rapydscript-ng remain available and compatible with current Node.js versions
- Whether the package works with Python versions released after 2016
- Current state of the GitHub repository and whether it accepts contributions or security patches
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,703 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 78,591/month — #14,423 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: quip-0.1.12.tar.gz
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
quipclientProvides a Python client library for the Quip…
permissive · top 15,000 on PyPI
home-assistant-frontendProvides the web-based user interface for Home…
permissive · top 15,000 on PyPI
flet-webFlet-web is the web client component of Flet,…
permissive · top 15,000 on PyPI
niceguiNiceGUI is a Python framework for building…
permissive · top 5,000 on PyPI
fletFlet is a Python framework for building…
permissive · top 15,000 on PyPI
stylusBridges Python code to the Stylus CSS compiler,…
permissive · top 15,000 on PyPI
flet-desktopFlet Desktop provides a Python-only framework…
permissive · top 15,000 on PyPI
prefab-uiPrefab is a Python UI framework for building…
permissive · top 15,000 on PyPI
web-pdbWeb-PDB provides a web browser interface for…
permissive · top 15,000 on PyPI
widgetsnbextensionProvides the JavaScript frontend and…
permissive · top 1,000 on PyPI