Metadata-Version: 2.3
Name: django-polaris-bpv
Version: 2.7.0
Summary: An extendable Django server for Stellar Ecosystem Proposals.
License: Apache-2.0
Keywords: stellar,anchor,polaris,sep,server
Author: Stellar Development Foundation
Author-email: jake@stellar.org
Requires-Python: >=3.10,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Provides-Extra: dev-server
Provides-Extra: docs
Requires-Dist: aiohttp (>=3.7)
Requires-Dist: asgiref (>=3.2)
Requires-Dist: cryptography (>=41.0)
Requires-Dist: django (>=4.2)
Requires-Dist: django-cors-headers (>=3.7)
Requires-Dist: django-environ
Requires-Dist: django-model-utils (>=4.1)
Requires-Dist: djangorestframework (>=3.12)
Requires-Dist: gunicorn ; extra == "dev-server"
Requires-Dist: psycopg2-binary (>=2.9) ; extra == "dev-server"
Requires-Dist: pyjwt (>=2.1)
Requires-Dist: pytz
Requires-Dist: readthedocs-sphinx-ext (>=2.1,<3.0) ; extra == "docs"
Requires-Dist: sphinx (>=8.1,<9.0) ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=3.0,<4.0) ; extra == "docs"
Requires-Dist: sqlparse (>=0.4.2)
Requires-Dist: stellar-sdk[aiohttp] (>=10)
Requires-Dist: toml
Requires-Dist: watchdog ; extra == "dev-server"
Requires-Dist: whitenoise (>=5.3)
Project-URL: Bug Tracker, https://github.com/bp-ventures/django-polaris-bpv/issues
Project-URL: Documentation, https://django-polaris-bpv.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/bp-ventures/django-polaris-bpv
Project-URL: Repository, https://github.com/bp-ventures/django-polaris-bpv
Project-URL: Release Notes, https://github.com/bp-ventures/django-polaris-bpv/releases
Description-Content-Type: text/x-rst

==================
Django Polaris BPV
==================
**Note**: This project was originally developed by Stellar Development Foundation and is now maintained by `BP Ventures <https://www.bpventures.us/>`_.

.. image:: https://img.shields.io/github/actions/workflow/status/bp-ventures/django-polaris-bpv/test.yml?branch=master
    :alt: GitHub Workflow Status
    :target: https://github.com/bp-ventures/django-polaris-bpv/actions

.. image:: https://codecov.io/gh/bp-ventures/django-polaris-bpv/branch/master/graph/badge.svg
    :alt: Code Coverage
    :target: https://codecov.io/gh/stellar/django-polaris

.. image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue?style=shield
    :alt: Python - Version
    :target: https://pypi.python.org/pypi/django-polaris

.. image:: https://img.shields.io/badge/django-%3E=4.2-blue?style=shield
    :alt: Django - Version
    :target: https://pypi.python.org/pypi/django-polaris

.. _github: https://github.com/bp-ventures/django-polaris-bpv
.. _django app: https://docs.djangoproject.com/en/3.0/intro/reusable-apps/
.. _`demo wallet`: http://demo-wallet.stellar.org
.. _`reference server`: https://testanchor.stellar.org/.well-known/stellar.toml
.. _`documentation`: https://django-polaris-bpv.readthedocs.io/
.. _`BP Ventures`: https://www.bpventures.us/

About BP Ventures
-----------------
Since 2020, BP Ventures has helped fintechs, banks, and charities with comprehensive blockchain and payment solutions. Our turnkey offerings include:

- **Anchor in the Box**: Join the Stellar Ecosystem
- **White label wallet**: No gas fee transfers
- **Guard/SEP 30**: Key security solutions

Focus on serving your clients while we handle all your blockchain infrastructure needs.

About Polaris Django BPV
-------------------------
Polaris is an extendable `django app`_ for Stellar Ecosystem Proposal (SEP) implementations maintained by the `BP Ventures`_ (BPV). Using Polaris, you can run a web server supporting any combination of SEP-1, 6, 10, 12, 24, 31, & 38.

See the complete `documentation`_ for information on how to get started with Polaris. The BPV also runs a `reference server`_ using Polaris that can be tested using our `demo wallet`_.

