Skip to content

anvilco/python-anvil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anvil API Library

PyPI Version PyPI License

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:

  1. Anvil Workflows converts your PDF forms into simple, intuitive websites that fill the PDFs and gather signatures for you.
  2. Anvil PDF Filling API allows you to fill any PDF with JSON data.
  3. Anvil PDF Generation API allows you to create new PDFs.
  4. 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.

Documentation

General API documentation: Anvil API docs

Setup

Requirements

  • Python 3.6.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