dj-cashier


Namedj-cashier JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/kaleemibnanwar/dj-cashier
SummaryYour project description goes here
upload_time2024-07-18 23:55:48
maintainerNone
docs_urlNone
authorKaleem ibn Anwar
requires_pythonNone
licenseMIT
keywords django stripe django-cashier dj-cashier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            =============================
Django Cashier
=============================

.. image:: https://circleci.com/gh/kaleemibnanwar/dj-cashier.svg?style=svg
    :target: https://circleci.com/gh/kaleemibnanwar/dj-cashier

.. image:: https://codecov.io/gh/kaleemibnanwar/dj-cashier/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/kaleemibnanwar/dj-cashier

.. image:: https://readthedocs.org/projects/dj-cashier/badge/?version=latest
    :target: https://dj-cashier.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/pyversions/envision.svg

.. image:: https://img.shields.io/pypi/pyversions/dj-cashier.svg

.. image:: https://img.shields.io/pypi/v/dj-cashier.svg

.. image:: https://img.shields.io/pypi/wheel/dj-cashier.svg

Your project description goes here

Documentation
-------------

The full documentation is at https://dj-cashier.readthedocs.io.

Quickstart
----------

Install Django Cashier::

    pip install dj-cashier

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'dj_cashier',
        ...
    )

Add Django Cashier's URL patterns:

.. code-block:: python

    import dj_cashier

    urlpatterns = [
        ...
        url(r'^', include(dj_cashier.urls)),
        ...
    ]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?::

    $ cd dj-cashier
    $ poetry install
    $ poetry run runtests.py

Credits
-------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kaleemibnanwar/dj-cashier",
    "name": "dj-cashier",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django, stripe, django-cashier, dj-cashier",
    "author": "Kaleem ibn Anwar",
    "author_email": "kaleemibnanwar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/ab/d3b1bbf4b771a63bdee02c6b03f21de8e1a18f8dc2c0230ebe99e0d913ad/dj_cashier-0.1.1.tar.gz",
    "platform": null,
    "description": "=============================\nDjango Cashier\n=============================\n\n.. image:: https://circleci.com/gh/kaleemibnanwar/dj-cashier.svg?style=svg\n    :target: https://circleci.com/gh/kaleemibnanwar/dj-cashier\n\n.. image:: https://codecov.io/gh/kaleemibnanwar/dj-cashier/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/kaleemibnanwar/dj-cashier\n\n.. image:: https://readthedocs.org/projects/dj-cashier/badge/?version=latest\n    :target: https://dj-cashier.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/pyversions/envision.svg\n\n.. image:: https://img.shields.io/pypi/pyversions/dj-cashier.svg\n\n.. image:: https://img.shields.io/pypi/v/dj-cashier.svg\n\n.. image:: https://img.shields.io/pypi/wheel/dj-cashier.svg\n\nYour project description goes here\n\nDocumentation\n-------------\n\nThe full documentation is at https://dj-cashier.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Cashier::\n\n    pip install dj-cashier\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'dj_cashier',\n        ...\n    )\n\nAdd Django Cashier's URL patterns:\n\n.. code-block:: python\n\n    import dj_cashier\n\n    urlpatterns = [\n        ...\n        url(r'^', include(dj_cashier.urls)),\n        ...\n    ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?::\n\n    $ cd dj-cashier\n    $ poetry install\n    $ poetry run runtests.py\n\nCredits\n-------\n\nTools used in rendering this package:\n\n*  Cookiecutter_\n*  `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Your project description goes here",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://dj-cashier.readthedocs.io",
        "Homepage": "https://github.com/kaleemibnanwar/dj-cashier",
        "Repository": "https://github.com/kaleemibnanwar/dj-cashier"
    },
    "split_keywords": [
        "django",
        " stripe",
        " django-cashier",
        " dj-cashier"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce981150ba80d39b9ec651991f05f864066a92efce3a7a903aefa48395f75709",
                "md5": "d80de66292029136a8ea8e428d9ea9cb",
                "sha256": "74b3f20c2096c8a56b2374bfbed384f8432d9aaed523b017930fd546af66670f"
            },
            "downloads": -1,
            "filename": "dj_cashier-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d80de66292029136a8ea8e428d9ea9cb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9549,
            "upload_time": "2024-07-18T23:55:46",
            "upload_time_iso_8601": "2024-07-18T23:55:46.653271Z",
            "url": "https://files.pythonhosted.org/packages/ce/98/1150ba80d39b9ec651991f05f864066a92efce3a7a903aefa48395f75709/dj_cashier-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80abd3b1bbf4b771a63bdee02c6b03f21de8e1a18f8dc2c0230ebe99e0d913ad",
                "md5": "b95223dc9956e20ca46f523a1dc63f17",
                "sha256": "c2868909d7cc0fa1c253777c5b76aefce1c02a09b76b8fccdb0cc66f316f6de3"
            },
            "downloads": -1,
            "filename": "dj_cashier-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b95223dc9956e20ca46f523a1dc63f17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6551,
            "upload_time": "2024-07-18T23:55:48",
            "upload_time_iso_8601": "2024-07-18T23:55:48.299611Z",
            "url": "https://files.pythonhosted.org/packages/80/ab/d3b1bbf4b771a63bdee02c6b03f21de8e1a18f8dc2c0230ebe99e0d913ad/dj_cashier-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-18 23:55:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaleemibnanwar",
    "github_project": "dj-cashier",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "dj-cashier"
}
        
Elapsed time: 2.87422s