Docusign Api Client is a Python library to access services quickly.
Use the package manager pip to install foobar.
pip install DocusignRestClientDOCUSIGN_ENV: 'dev|prod'
DOCUSIGN_ENCODED_KEYS: 'Encoded keys'If you don't want to set this variables from global environment you can pass them to class. You can see usage below
from docusign import DocusignService
# Initialize client with
docusign_service = DocusignService()
# or Docusign_service = DocusignService(**kwargs)Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.