Chris Lamb

django-recurly

BlogProjectsAbout

View all my projects »

Lightlight Recurly.com integration for Django.


django-recurly provides a lightweight integration between Django projects and Recurly.com.

In most projects complicated enough to require subscription billing, making assumptions about the relationship between Recurly users and Django User's is often wrong or limiting on future development. Rather, it is better to provide a few useful utilities to build your service out of.

Both the outgoing client API and incoming notification API are supported.

You can install django-recurly from PyPI:

$ pip install django-recurly
… or by adding django-recurly to your requirements.txt and re-running pip install -r requirements.txt.

You can browse the source tree, create or file bugs or download the code from Git:

$ git clone https://github.com/lamby/django-recurly

django-recurly is released under the BSD license.

View all my projects »