This is a library that provides an interface to access the Anvil API from applications written in the Python programming language.
Anvil is a suite of tools for integrating document-based workflows and PDFs within your application:
- Anvil Workflows converts your PDF forms into simple, intuitive websites that fill the PDFs and gather signatures for you.
- Anvil PDF Filling API allows you to fill any PDF with JSON data.
- Anvil PDF Generation API allows you to create new PDFs.
- Anvil Etch E-sign API allows you to request signatures on a PDF signing packet.
Currently, this API library only supports our PDF filling API and our GraphQL API.
General API documentation: Anvil API docs
- Python 3.6.2+
Install it directly into an activated virtual environment:
$ pip install python-anvil
or add it to your Poetry project:
$ poetry add python-anvil