quipclient
Quip API Python Client
What it is and what it does
quipclient is a Python wrapper around the Quip Automation API, packaged for pip installation. It provides a QuipClient class that accepts an access token and exposes methods to interact with Quip documents, folders, and workspaces programmatically. The package is a repackaging of the official Quip API's Python library, reorganized for PyPI distribution with no core code changes beyond the import namespace change from `quip` to `quipclient`.
The library has been abandoned since its single release on 2020-09-17, with no maintenance or updates since then. It declares support for Python 2.7 and 3.4–3.6, and has no runtime dependencies. High install friction stems from source-only distribution (no wheel), requiring compilation on installation.
Use it for:
- Automate bulk operations on Quip documents (create, update, delete) from Python scripts
- Build integrations between Quip and other tools or workflows via the Quip API
- Programmatically query and retrieve Quip document metadata and content
- Manage Quip team collaboration spaces and permissions through automation
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python client library for the Quip Automation API, allowing programmatic interaction with Quip documents and workspaces.
No—unless you are maintaining legacy code already using this package. The library is abandoned (no updates since 2020-09-17), declares support only for outdated Python versions (up to 3.6), and Quip's API may have evolved since the last release. High install friction and lack of maintenance make it a poor choice for new projects.
Install
quipclient on PyPI
pip
pip install quipclientuv
uv add quipclientpoetry
poetry add quipclientInstalling quipclient
Before you install
High install friction due to source distribution only (no wheel). Package is abandoned—last release was 2020-09-17 with no updates since then. No active maintenance.
License in practice
Licensed under Apache 2.0 (permissive), allowing commercial and private use with attribution. No notable restrictions for most use cases.
Quickstart
pip install quipclient
import quipclient
client = quipclient.QuipClient(access_token="your_token")
Requires a valid Quip API access token; package has not been updated since 2020 and may not work with current Quip API versions.
Verify before relying
- Whether the package works with current Quip API endpoints or if the API has changed since 2020
- Compatibility with Python versions beyond 3.6, given classifiers list only up to 3.6
- Whether dependencies exist that are not declared in the package metadata
Package facts
| License | apache-2.0 (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,157 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 112,043/month — #12,383 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: quipclient-0.1.tar.gz
Keywords: Quip, API, Python
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
quipQuip creates a web-based user interface for…
permissive · top 15,000 on PyPI
osfclientosfclient is a Python library and command-line…
permissive · top 15,000 on PyPI
tiktok-business-api-sdk-officialProvides Python client libraries for the TikTok…
permissive · top 15,000 on PyPI
Mastodon.pyPython wrapper for the Mastodon API that lets…
permissive · top 15,000 on PyPI
fabric-cicdAbstracts Microsoft Fabric API interactions for…
permissive · top 15,000 on PyPI
uipathA Python SDK and CLI for programmatic…
unclear · top 5,000 on PyPI
uipath-platformA Python SDK for programmatic interaction with…
unclear · top 5,000 on PyPI
plaid-pythonOfficial Python client library for the Plaid…
permissive · top 5,000 on PyPI
webflowA Python client library for the Webflow Data…
permissive · top 15,000 on PyPI
api4jenkinsA Python client library for the Jenkins REST…
permissive · top 15,000 on PyPI