django-priority-batch

TODO.


Keywords
django, transaction, batching, prioritization
License
Apache-2.0
Install
pip install django-priority-batch==5.0.0a1

Documentation

Django Priority Batch

Build Status Documentation Status Version on PyPI Supported Python versions Number of downloads from PyPI 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.

Using PyPI

pip install django-priority-batch

Using source on GitHub

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:

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

Contribute

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