skillfed

quip

Quick user interfaces for Python

quip v0.1.12 78.6K downloads/30d#14,423 on PyPI2
Permissive license Apache 2.0 Abandoned released

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 quip

uv

uv add quip

poetry

poetry add quip

Installing 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

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishProgramming Language :: PythonProgramming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPy

Tags

web ui for cli applicationspython command-line web interfacebrowser frontend for cli toolsminimal web framework pythoncli to web ui bridge
abandonedlegacy

More Application Frameworks packages