EsignAnyWhere Python Client

https://badge.fury.io/py/esignanywhere-python-client.svg/?style=flat-square https://readthedocs.org/projects/pip/badge/?version=latest&style=flat-square Coverage Status

Your project description goes here

Documentation

The full documentation is at https://esignanywhere-python-client.readthedocs.io.

Quickstart

Install EsignAnyWhere Python Client:

pip install esignanywhere-python-client

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'esignanywhere_python_client',
    ...
)

Features

  • eSignAnyWhere DTO automatically generated
  • eSignAnyWhere Client for docs creation on platform

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l