Metadata-Version: 2.4
Name: vitriolic
Version: 4.0.0b9
Summary: A suite of packages for the Django framework to provide integrated Content Management and Sports Administration functionality for sporting associations.
Author-email: Gary Reynolds <gary@touch.asn.au>
License-Expression: BSD-3-Clause
Project-URL: Source Code, https://github.com/goodtune/vitriolic
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django-froala-editor>=2.9
Requires-Dist: django-guardian>=2.4
Requires-Dist: django-modelforms
Requires-Dist: django-mptt
Requires-Dist: django-timezone-field
Requires-Dist: django>=3.2
Requires-Dist: first
Requires-Dist: namedentities
Requires-Dist: psycopg
Requires-Dist: setuptools
Provides-Extra: admin
Requires-Dist: django-bootstrap3; extra == "admin"
Requires-Dist: django-gravatar2; extra == "admin"
Provides-Extra: common
Provides-Extra: content
Provides-Extra: news
Requires-Dist: babel; extra == "news"
Requires-Dist: django-imagekit; extra == "news"
Requires-Dist: python-dateutil; extra == "news"
Requires-Dist: python-magic; extra == "news"
Provides-Extra: competition
Requires-Dist: celery>5; extra == "competition"
Requires-Dist: cloudinary; extra == "competition"
Requires-Dist: django-embed-video; extra == "competition"
Requires-Dist: django-formtools; extra == "competition"
Requires-Dist: django-mathfilters; extra == "competition"
Requires-Dist: djangorestframework>3.11; extra == "competition"
Requires-Dist: drf-nested-routers; extra == "competition"
Requires-Dist: google-api-python-client; extra == "competition"
Requires-Dist: google-auth-oauthlib; extra == "competition"
Requires-Dist: icalendar; extra == "competition"
Requires-Dist: internationaltouch-oauth2client; extra == "competition"
Requires-Dist: pyparsing; extra == "competition"
Requires-Dist: python-dateutil; extra == "competition"
Provides-Extra: redis
Dynamic: license-file

# vitriolic

[![PyPi Version](https://img.shields.io/pypi/v/vitriolic.svg)](https://pypi.python.org/pypi/vitriolic)

This project unifies the various subprojects Touch Technology has created over the years that were intended to be
reusable in isolation, but in practice never stood alone for long. The maintenance burden has become too great.

## Origin of the name

I decided to do this on Tuesday 8th November, US Election day 2016. The [wiktionary word of the day] was `vitriolic`
which, given the nature of Donald Trump's campaign to become American President, it seemed like a pretty good fit.

~~As at time of authoring this document I have no idea if he'll win the election.~~

This project will now forever remind me of the day that America shat the bed.

## Supported Django versions

The aim is to only support LTS versions of Django. I don't work on this project all the time, so I need it to be as
stable as possible for as long as possible.

As of this release, we target and test against the 4.2 and 5.2 releases with Python 3.11, 3.12, and 3.13.

[wiktionary word of the day]: https://en.wiktionary.org/wiki/Wiktionary:Word_of_the_day
