Metadata-Version: 1.1
Name: django-docusign
Version: 3.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
Description: |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.org/project/django-docusign/
        * Bugtracker: https://github.com/peopledoc/django-docusign/issues
        * Changelog: https://django-docusign.readthedocs.org/en/latest/about/changelog.html
        * Code repository: https://github.com/peopledoc/django-docusign
        * Continuous integration: https://travis-ci.org/peopledoc/django-docusign
        
        .. _`DocuSign`: https://www.docusign.com/
        .. _`pydocusign`: https://pypi.org/project/pydocusign/
        .. _`django-anysign`: https://pypi.org/project/django-anysign/
        
        
        .. |Build Status| image:: https://travis-ci.org/peopledoc/django-docusign.svg?branch=master
            :target: https://travis-ci.org/peopledoc/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.org/project/django-docusign
        
Keywords: d,o,c,u,s,i,g,n, ,s,i,g,n,a,t,u,r,e, ,b,a,c,k,e,n,d, ,p,y,d,o,c,u,s,i,g,n, ,d,j,a,n,g,o,-,a,n,y,s,i,g,n
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
