Metadata-Version: 2.1
Name: vitriolic
Version: 3.3.4
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: BSD 3-Clause License
        
        Copyright (c) 2016, Touch Technology Pty Ltd
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        
        * Neither the name of the copyright holder nor the names of its
          contributors may be used to endorse or promote products derived from
          this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Source Code, https://github.com/goodtune/vitriolic
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django-classy-tags<0.9
Requires-Dist: django-froala-editor>=2.9
Requires-Dist: django-guardian>=2.4
Requires-Dist: django-modelforms
Requires-Dist: django-mptt
Requires-Dist: django>=3.2
Requires-Dist: first
Requires-Dist: importlib-metadata; python_version < "3.7"
Requires-Dist: namedentities
Requires-Dist: pillow
Requires-Dist: psycopg2-binary
Requires-Dist: python-dateutil
Requires-Dist: pytz
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: django-environ; extra == "test"
Requires-Dist: django-test-plus; extra == "test"
Requires-Dist: factory_boy; extra == "test"
Requires-Dist: freezegun; extra == "test"
Provides-Extra: redis
Requires-Dist: django-redis-cache; extra == "redis"
Requires-Dist: redis; extra == "redis"
Provides-Extra: admin
Requires-Dist: django-bootstrap3; extra == "admin"
Requires-Dist: django-gravatar2; extra == "admin"
Provides-Extra: content
Provides-Extra: news
Requires-Dist: django-imagekit; extra == "news"
Requires-Dist: python-magic; extra == "news"
Provides-Extra: competition
Requires-Dist: celery; 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"

# 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 3.2 and 4.2 releases.


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