Metadata-Version: 2.1
Name: django-anysign
Version: 1.4
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
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Requires-Dist: Django (>=1.11)
Requires-Dist: setuptools
Provides-Extra: test
Requires-Dist: tox ; extra == 'test'

|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.org/project/django-anysign
* Bugtracker: https://github.com/peopledoc/django-anysign/issues
* Changelog: https://django-anysign.readthedocs.io/en/latest/about/changelog.html
* Code repository: https://github.com/peopledoc/django-anysign
* Continuous integration: https://travis-ci.org/peopledoc/django-anysign

.. _`Alternatives & related projects`:
   https://django-anysign.readthedocs.io/en/latest/about/alternatives.html

.. |Build Status| image:: https://travis-ci.org/peopledoc/django-anysign.svg?branch=master
    :target: https://travis-ci.org/peopledoc/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.org/project/django-anysign


