django-flexible-subscriptions


Namedjango-flexible-subscriptions JSON
Version 0.15.1 PyPI version JSON
download
home_pagehttps://github.com/studybuffalo/django-flexible-subscriptions
SummaryA subscription and recurrent billing application for Django.
upload_time2020-08-11 01:23:43
maintainer
docs_urlNone
authorJoshua Torrance
requires_python>=3.5
license
keywords django subscriptions recurrent billing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            =============================
django-flexible-subscriptions
=============================

|PyPI|_ |PythonVersions| |DjangoVersions| |License|_

|BuildStatus|_ |Coverage|_

.. |PyPI| image:: https://img.shields.io/pypi/v/django-flexible-subscriptions.svg
   :alt: PyPI

.. _PyPI: https://pypi.org/project/django-flexible-subscriptions/

.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/django-flexible-subscriptions.svg
   :alt: PyPI - Python Version

.. |DjangoVersions| image:: https://img.shields.io/pypi/djversions/django-flexible-subscriptions.svg
   :alt: PyPI - Django Version

.. |BuildStatus| image:: https://travis-ci.com/studybuffalo/django-flexible-subscriptions.svg?branch=master
   :alt: Travis-CI build status

.. _BuildStatus: https://travis-ci.com/studybuffalo/django-flexible-subscriptions

.. |Coverage| image:: https://codecov.io/gh/studybuffalo/django-flexible-subscriptions/branch/master/graph/badge.svg
   :alt: Codecov code coverage

.. _Coverage: https://codecov.io/gh/studybuffalo/django-flexible-subscriptions

.. |License| image:: https://img.shields.io/github/license/studybuffalo/django-flexible-subscriptions.svg
   :alt: License

.. _License: https://github.com/studybuffalo/django-flexible-subscriptions/blob/master/LICENSE

Django Flexible Subscriptions provides subscription and recurrent
billing for `Django`_ applications. Any payment provider can be quickly
added by overriding the placeholder methods.

.. _Django: https://www.djangoproject.com/

---------------
Getting Started
---------------

Instructions on installing and configuration can be found on
`Read The Docs`_.

.. _Read The Docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/

-------
Support
-------

The `docs provide examples for setup and common issues`_ to be aware
of. For any other issues, you can submit a `GitHub Issue`_.

.. _docs provide examples for setup and common issues: https://django-flexible-subscriptions.readthedocs.io/en/latest/installation.html

.. _GitHub Issue: https://github.com/studybuffalo/django-flexible-subscriptions/issues

------------
Contributing
------------

Contributions are welcome, especially to address bugs and extend
functionality. Full `details on contributing can be found in the docs`_.

.. _details on contributing can be found in the docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/contributing.html

----------
Versioning
----------

This package uses a MAJOR.MINOR.PATCH versioning, as outlined at
`Semantic Versioning 2.0.0`_.

.. _Semantic Versioning 2.0.0: https://semver.org/

-------
Authors
-------

Joshua Robert Torrance (StudyBuffalo_)

.. _StudyBuffalo: https://github.com/studybuffalo

-------
License
-------

This project is licensed under the GPLv3. Please see the LICENSE_ file for details.

.. _LICENSE: https://github.com/studybuffalo/django-flexible-subscriptions/blob/master/LICENSE

----------------
Acknowledgements
----------------

* `Django Oscar`_ and `Django Subscription`_ for inspiring many of the
  initial design decisions.

.. _Django Oscar: https://github.com/django-oscar/django-oscar
.. _Django Subscription: https://github.com/zhaque/django-subscription

---------
Changelog
---------

You can view all `package changes on the docs`_.

.. _package changes on the docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/changelog.html



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/studybuffalo/django-flexible-subscriptions",
    "name": "django-flexible-subscriptions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "Django,subscriptions,recurrent billing",
    "author": "Joshua Torrance",
    "author_email": "studybuffalo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/01/e83883ce8dabcca46e2a1cec47d3f0b5ae6d52313589c36afc9a5a1743d1/django-flexible-subscriptions-0.15.1.tar.gz",
    "platform": "linux",
    "description": "=============================\ndjango-flexible-subscriptions\n=============================\n\n|PyPI|_ |PythonVersions| |DjangoVersions| |License|_\n\n|BuildStatus|_ |Coverage|_\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/django-flexible-subscriptions.svg\n   :alt: PyPI\n\n.. _PyPI: https://pypi.org/project/django-flexible-subscriptions/\n\n.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/django-flexible-subscriptions.svg\n   :alt: PyPI - Python Version\n\n.. |DjangoVersions| image:: https://img.shields.io/pypi/djversions/django-flexible-subscriptions.svg\n   :alt: PyPI - Django Version\n\n.. |BuildStatus| image:: https://travis-ci.com/studybuffalo/django-flexible-subscriptions.svg?branch=master\n   :alt: Travis-CI build status\n\n.. _BuildStatus: https://travis-ci.com/studybuffalo/django-flexible-subscriptions\n\n.. |Coverage| image:: https://codecov.io/gh/studybuffalo/django-flexible-subscriptions/branch/master/graph/badge.svg\n   :alt: Codecov code coverage\n\n.. _Coverage: https://codecov.io/gh/studybuffalo/django-flexible-subscriptions\n\n.. |License| image:: https://img.shields.io/github/license/studybuffalo/django-flexible-subscriptions.svg\n   :alt: License\n\n.. _License: https://github.com/studybuffalo/django-flexible-subscriptions/blob/master/LICENSE\n\nDjango Flexible Subscriptions provides subscription and recurrent\nbilling for `Django`_ applications. Any payment provider can be quickly\nadded by overriding the placeholder methods.\n\n.. _Django: https://www.djangoproject.com/\n\n---------------\nGetting Started\n---------------\n\nInstructions on installing and configuration can be found on\n`Read The Docs`_.\n\n.. _Read The Docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/\n\n-------\nSupport\n-------\n\nThe `docs provide examples for setup and common issues`_ to be aware\nof. For any other issues, you can submit a `GitHub Issue`_.\n\n.. _docs provide examples for setup and common issues: https://django-flexible-subscriptions.readthedocs.io/en/latest/installation.html\n\n.. _GitHub Issue: https://github.com/studybuffalo/django-flexible-subscriptions/issues\n\n------------\nContributing\n------------\n\nContributions are welcome, especially to address bugs and extend\nfunctionality. Full `details on contributing can be found in the docs`_.\n\n.. _details on contributing can be found in the docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/contributing.html\n\n----------\nVersioning\n----------\n\nThis package uses a MAJOR.MINOR.PATCH versioning, as outlined at\n`Semantic Versioning 2.0.0`_.\n\n.. _Semantic Versioning 2.0.0: https://semver.org/\n\n-------\nAuthors\n-------\n\nJoshua Robert Torrance (StudyBuffalo_)\n\n.. _StudyBuffalo: https://github.com/studybuffalo\n\n-------\nLicense\n-------\n\nThis project is licensed under the GPLv3. Please see the LICENSE_ file for details.\n\n.. _LICENSE: https://github.com/studybuffalo/django-flexible-subscriptions/blob/master/LICENSE\n\n----------------\nAcknowledgements\n----------------\n\n* `Django Oscar`_ and `Django Subscription`_ for inspiring many of the\n  initial design decisions.\n\n.. _Django Oscar: https://github.com/django-oscar/django-oscar\n.. _Django Subscription: https://github.com/zhaque/django-subscription\n\n---------\nChangelog\n---------\n\nYou can view all `package changes on the docs`_.\n\n.. _package changes on the docs: https://django-flexible-subscriptions.readthedocs.io/en/latest/changelog.html\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A subscription and recurrent billing application for Django.",
    "version": "0.15.1",
    "split_keywords": [
        "django",
        "subscriptions",
        "recurrent billing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d165e5f120f541c0a1e847f04681c518edb7d4750ac7beb0b2e6e04f1d9ea368",
                "md5": "84866fe5d5a7f63da8acc57929136e57",
                "sha256": "43282a5422bcf86d3ffd2a13d1608d88d6cc0ceb1653dbdd8e7ecec226d10fac"
            },
            "downloads": -1,
            "filename": "django_flexible_subscriptions-0.15.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84866fe5d5a7f63da8acc57929136e57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 80728,
            "upload_time": "2020-08-11T01:23:42",
            "upload_time_iso_8601": "2020-08-11T01:23:42.338786Z",
            "url": "https://files.pythonhosted.org/packages/d1/65/e5f120f541c0a1e847f04681c518edb7d4750ac7beb0b2e6e04f1d9ea368/django_flexible_subscriptions-0.15.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d01e83883ce8dabcca46e2a1cec47d3f0b5ae6d52313589c36afc9a5a1743d1",
                "md5": "2ec8a1edce48b6a1e19b12beba2c4c44",
                "sha256": "a686c6a641877919db85f7c637800cda52361917f2d58edc9f1c281d981d335b"
            },
            "downloads": -1,
            "filename": "django-flexible-subscriptions-0.15.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2ec8a1edce48b6a1e19b12beba2c4c44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 30343,
            "upload_time": "2020-08-11T01:23:43",
            "upload_time_iso_8601": "2020-08-11T01:23:43.658625Z",
            "url": "https://files.pythonhosted.org/packages/5d/01/e83883ce8dabcca46e2a1cec47d3f0b5ae6d52313589c36afc9a5a1743d1/django-flexible-subscriptions-0.15.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-08-11 01:23:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "studybuffalo",
    "github_project": "django-flexible-subscriptions",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "django-flexible-subscriptions"
}
        
Elapsed time: 0.02674s