Metadata-Version: 2.1
Name: django-priority-batch
Version: 5.0.0a1
Summary: TODO.
Home-page: https://github.com/genialis/django-priority-batch
Author: Genialis, Inc.
Author-email: dev-team@genialis.com
License: Apache License (2.0)
Keywords: django transaction batching prioritization
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8, <3.12
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: package
Provides-Extra: test
License-File: LICENSE

=====================
Django Priority Batch
=====================

|build| |docs| |pypi_version| |pypi_pyversions| |pypi_downloads| |code_style|

.. |build| image:: https://travis-ci.org/genialis/django-priority-batch.svg?branch=master
    :target: https://travis-ci.org/genialis/django-priority-batch
    :alt: Build Status

.. |docs| image:: https://readthedocs.org/projects/django-priority-batch/badge/?version=latest
    :target: http://django-priority-batch.readthedocs.io/
    :alt: Documentation Status

.. |pypi_version| image:: https://img.shields.io/pypi/v/django-priority-batch.svg
    :target: https://pypi.org/project/django-priority-batch/
    :alt: Version on PyPI

.. |pypi_pyversions| image:: https://img.shields.io/pypi/pyversions/django-priority-batch.svg
    :target: https://pypi.org/project/django-priority-batch/
    :alt: Supported Python versions

.. |pypi_downloads| image:: https://pepy.tech/badge/django-priority-batch
    :target: https://pepy.tech/project/django-priority-batch
    :alt: Number of downloads from PyPI

.. |code_style| image:: https://img.shields.io/badge/code%20style-black-black.svg
    :target: https://black.readthedocs.io/
    :alt: Code style: black

*TODO.*


Install
=======

Prerequisites
-------------

Make sure you have Python_ 3.6+ installed on your system. If you don't have it
yet, follow `these instructions
<https://docs.python.org/3/using/index.html>`__.

.. _Python: https://www.python.org/

Using PyPI_
-----------

.. code::

    pip install django-priority-batch

.. _PyPi: https://pypi.org/

Using source on GitHub_
-----------------------

.. code::

   pip install https://github.com/genialis/django-priority-batch/archive/<git-tree-ish>.tar.gz

where ``<git-tree-ish>`` can represent any commit SHA, branch name, tag name,
etc. in `Django Priority Batch's GitHub repository`_. For example, to install
the latest Django Priority Batch from the ``master`` branch, use:

.. code::

   pip install https://github.com/genialis/django-priority-batch/archive/master.tar.gz

.. _`Django Priority Batch's GitHub repository`: https://github.com/genialis/django-priority-batch/
.. _GitHub: `Django Priority Batch's GitHub repository`_


Contribute
==========

We welcome new contributors. Please, open a GitHub issue or contribute a pull
request.
