EsignAnyWhere Python Client¶
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
Credits¶
Tools used in rendering this package: