Metadata-Version: 1.2
Name: django-bullion
Version: 0.1.0
Summary: An agnostic package for working with Billing, Invoicing, and Payment Processing APIs
Home-page: https://github.com/watervize/django_bullion
Author: Jack Linke
Author-email: jack@watervize.com
License: MIT license
Description: ==========================
        Django Bullion - PRE-ALPHA
        ==========================
        
        
        .. image:: https://img.shields.io/pypi/v/django_bullion.svg
                :target: https://pypi.python.org/pypi/django-bullion
        
        .. image:: https://img.shields.io/travis/watervize/django_bullion.svg
                :target: https://travis-ci.com/watervize/django-bullion
        
        .. image:: https://readthedocs.org/projects/django-bullion/badge/?version=latest
                :target: https://django-bullion.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/watervize/django_bullion/shield.svg
             :target: https://pyup.io/repos/github/watervize/django-bullion/
             :alt: Updates
        
        
        
        An agnostic package for working with Billing, Invoicing, and Payment Processing APIs
        
        
        * Free software: MIT license
        * Documentation: https://django-bullion.readthedocs.io.
        
        Background
        ----------
        While there are several projects for working with payment gateways, and some for creating invoices, no project me our needs for working with payment gateway APIs what provide invoicing, billing, and payment processing.
        
        
        Features
        --------
        * TODO:
            * Implement APIs:
                * Quickbooks
                * BluePay
                * Wave
            * Others to consider:
                * Forte
                * Fusebill
                * Payscape
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackages
        
        
        =======
        History
        =======
        
        0.1.0 (2020-07-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: django_bullion
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
