Metadata-Version: 2.4
Name: django-biddingrounds
Version: 0.1.2
Summary: A Django app to manage bidding rounds.
Author-email: Alex Gorji <ag@roko.li>
License: EUPL-1.2
Project-URL: Homepage, https://git.hack-hro.de/alexgorji/django-biddingrounds
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dj-database-url>=3.0.1
Requires-Dist: django>=4.2.24
Requires-Dist: django-environ>=0.12.0
Dynamic: license-file

# django-biddingrounds

A reusable Django app for organizing bidding rounds.

## Installation

```bash
pip install django-biddingrounds
```

## Use Case

See the [example project](https://git.hack-hro.de/alexgorji/django-biddingrounds/-/tree/main/example) for a possible test case using **Juntagrico**.
