Metadata-Version: 2.0
Name: django-docusign
Version: 0.12.3
Summary: Django application for DocuSign signature SAAS platform.
Home-page: https://django-docusign.readthedocs.io/
Author: Benoît Bryon
Author-email: novafloss@people-doc.com
License: BSD
Keywords: docusign signature backend pydocusign django-anysign
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Requires-Dist: Django (<1.10,>=1.8)
Requires-Dist: django-anysign (>=1.0)
Requires-Dist: mock
Requires-Dist: pydocusign (<1.0,>=0.13.1)
Requires-Dist: setuptools

|Build Status| |Documentation Status| |Pypi Status|

###############
django-docusign
###############

`django-docusign` is a Django application for `DocuSign`_'s digital signature
SAAS platform.

It uses `pydocusign`_ as `Python` client.
It implements `django-anysign`_ API.


**************
Project status
**************

`django-docusign` is under active development. The project is not mature yet,
but authors already use it! It means that, while API and implementation may
change (improve!) a bit, authors do care of the changes.

Also, help is welcome! Feel free to report issues, request features or
refactoring!


*********
Resources
*********

* Documentation: https://django-docusign.readthedocs.org
* PyPI page: https://pypi.python.org/pypi/django-docusign/
* Bugtracker: https://github.com/novafloss/django-docusign/issues
* Changelog: https://django-docusign.readthedocs.org/en/latest/about/changelog.html
* Code repository: https://github.com/novafloss/django-docusign
* Continuous integration: https://travis-ci.org/novafloss/django-docusign

.. _`DocuSign`: https://www.docusign.com/
.. _`pydocusign`: https://pypi.python.org/pypi/pydocusign/
.. _`django-anysign`: https://pypi.python.org/pypi/django-anysign/


.. |Build Status| image:: https://travis-ci.org/novafloss/django-docusign.svg?branch=master
    :target: https://travis-ci.org/novafloss/django-docusign

.. |Documentation Status| image:: https://readthedocs.org/projects/django-docusign/badge/
    :target: http://django-docusign.readthedocs.io/en/latest/

.. |Pypi Status| image:: https://img.shields.io/pypi/v/django-docusign.svg
    :target: https://pypi.python.org/pypi/django-docusign


