Alternatives and related projects¶

This document presents other projects that provide similar or complementary functionalities. It focuses on differences or relationships with django-anysign.

django-dummysign¶

django-dummysign [1] provides a dummy backend that implements django-anysign API. It is made for tests, prototypes or developments.

Note

At the moment, django-dummysign is distributed as part of django-anysign itself. When you pip install django-anysign you get both django_anysign and django_dummysign packages.

This happened because django-anysign and django-dummysign are developed together and tests from one require updates from the other, and vice-versa. They may be separated again later, as an example if django-dummysign gets additional requirements such as pyPdf you do not need in django-anysign.

django-docusign¶

django-docusign [2] provides a backend for DocuSign [3] signature service. It uses django-anysign to integrate pydocusign [4] in Django.

django-hello_sign¶

django-hello_sign [5] integrates hellosign [6] in Django. It does not use django-anysign API.

References

[1]https://github.com/novafloss/django-anysign/tree/master/django_dummysign/
[2]https://github.com/novafloss/django-docusign/
[3]https://www.docusign.com/
[4]https://github.com/novafloss/pydocusign/
[5]https://pypi.python.org/pypi/django-hello_sign/
[6]https://www.hellosign.com/

Table Of Contents

  • Install
  • Configure
  • Models
  • Backends
  • Views
  • Loading
  • Demo project
  • About django-anysign
    • Vision
    • Alternatives and related projects
    • License
    • Authors & contributors
    • Changelog
  • Contributing

Related Topics

  • Documentation overview
    • About django-anysign
      • Previous: Vision
      • Next: License

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

©2014-2015, Benoît Bryon. | Powered by Sphinx 1.3.1 & Alabaster 0.7.6 | Page source