Metadata-Version: 1.1
Name: django-anysign
Version: 1.2
Summary: Online signature for Django: multiple services, generic API.
Home-page: https://django-anysign.readthedocs.io/
Author: Benoît Bryon
Author-email: novafloss@people-doc.com
License: BSD
Description: |Build Status| |Documentation Status| |Pypi Status|
        
        ##############
        django-anysign
        ##############
        
        `django-anysign` is a Django application to manage online signature in a
        generic way.
        
        Its goal is to provide a consistent API whatever the signature implementation,
        so that you can either:
        
        * switch from one signature backend to another;
        * use several backends at once.
        
        See `Alternatives & related projects`_ for details about supported online
        signature services.
        
        
        **************
        Project status
        **************
        
        `django-anysign` 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!), authors do care of the changes.
        
        Also, help is welcome! Feel free to report issues, request features or
        refactoring!
        
        
        *********
        Resources
        *********
        
        * Documentation: https://django-anysign.readthedocs.io
        * PyPI page: https://pypi.python.org/pypi/django-anysign
        * Bugtracker: https://github.com/novafloss/django-anysign/issues
        * Changelog: https://django-anysign.readthedocs.io/en/latest/about/changelog.html
        * Code repository: https://github.com/novafloss/django-anysign
        * Continuous integration: https://travis-ci.org/novafloss/django-anysign
        
        .. _`Alternatives & related projects`:
           https://django-anysign.readthedocs.io/en/latest/about/alternatives.html
        
        .. |Build Status| image:: https://travis-ci.org/novafloss/django-anysign.svg?branch=master
            :target: https://travis-ci.org/novafloss/django-anysign
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/django-anysign/badge/
            :target: http://django-anysign.readthedocs.io/en/latest/
        
        .. |Pypi Status| image:: https://img.shields.io/pypi/v/django-anysign.svg
            :target: https://pypi.python.org/pypi/django-anysign
        
Keywords: signature sign signer generic
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: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
