Django Zebra

screenshot of Django Zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.

Overview

Zebra is a library that facilitates the integration of Stripe with Django. It consists of the core library, zebra, which includes forms, webhook handlers, abstract models, mixins, signals, and templatetags that cover most Stripe implementations. It also includes an example app called Marty, which serves as a test suite for zebra. Zebra aims to make using Stripe with Django even easier.

Features

  • Core library with forms, webhook handlers, abstract models, mixins, signals, and templatetags
  • Example app (Marty) for integration and testing
  • Simplifies Stripe implementation with Django

Summary

Zebra is a library designed to simplify the integration of Stripe with Django. It provides a core library with various features such as forms, webhook handlers, abstract models, mixins, signals, and templatetags. Additionally, it includes an example app called Marty, which serves as a test suite for zebra. With Zebra, developers can easily implement Stripe functionality in their Django projects and handle webhooks sent by Stripe.