python-anvil
python-anvil copied to clipboard
Python library and CLI for the Anvil API
Anvil API Library
This is a library that provides an interface to access the Anvil API from applications written in the Python programming language.
Anvil provides easy APIs for all things paperwork.
- PDF filling API - fill out a PDF template with a web request and structured JSON data.
- PDF generation API - send markdown or HTML and Anvil will render it to a PDF.
- Etch e-sign with API - customizable, embeddable, e-signature platform with an API to control the signing process end-to-end.
- Anvil Workflows (w/ API) - Webforms + PDF + e-sign with a powerful no-code builder. Easily collect structured data, generate PDFs, and request signatures.
Learn more on our Anvil developer page. See the API guide and the GraphQL reference for full documentation.
Documentation
General API documentation: Anvil API docs
Setup
Requirements
- Python 3.7.2+
Installation
Install it directly into an activated virtual environment:
$ pip install python-anvil
or add it to your Poetry project:
$ poetry add python-anvil