Metadata-Version: 2.4
Name: pygrist_mini
Version: 2026.1
Summary: Minimal Grist API (document) client
Author-email: Andreas Kloeckner <inform@tiker.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: requests~=2.31
Provides-Extra: dev
Requires-Dist: ruff>=0.9.2; extra == 'dev'
Description-Content-Type: text/markdown

# A (very) minimal API client for Grist

Currently only supports a few document operations, but enough for my purposes.

Alternative to the [official API
package](https://github.com/gristlabs/py_grist_api/), which (still)
monkeypatches the standard library for Py3 compatibility.

Also supports the [new raw-SQL endpoint](https://community.getgrist.com/t/september-2023-newsletter-calendar-widget-two-new-templates-and-api-endpoint-for-making-sql-queries/3265#sql-endpoint-3).
