skillfed

quipclient

Quip API Python Client

quipclient v0.1 112.0K downloads/30d#12,383 on PyPI1
Permissive license apache-2.0 Abandoned released

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 quipclient

uv

uv add quipclient

poetry

poetry add quipclient

Installing 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

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Topic :: Software Development :: Libraries :: Python Modules

Tags

quip api client pythonquip automation libraryquip document apiquip workspace integrationquip api wrapperquip collaboration apiquip python sdk
api-clientabandoned

More Python Modules packages