Metadata-Version: 2.1
Name: allianceauth-pve
Version: 0.3.0
Summary: PvE tool for AllianceAuth
Home-page: https://github.com/Maestro-Zacht/allianceauth-pve
Author: Matteo Ghia
Author-email: matteo.ghia@yahoo.it
License: GNU General Public License v3
Keywords: allianceauth_pve
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# allianceauth-pve

[![version](https://img.shields.io/pypi/v/allianceauth_pve.svg)](https://pypi.python.org/pypi/allianceauth_pve)


PvE tool for AllianceAuth


Free software: GNU General Public License v3

Installation
------------

The following is assuming you have a functioning AllianceAuth installation.

1. `pip install allianceauth-pve`.
2. Add `allianceauth_pve` (note the underscore) to your `INSTALLED_APPS`.
3. Run migrations.
4. Restart AllianceAuth

Credits
-------

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.



History
=======

## v0.3.0 (2022-04-11)
* Rotation summary is now dynamic

## v0.2.1
* Fixed bugs

## v0.2.0
* Added model structure. no views

## v0.1.0 (2022-04-06)
* First release on PyPI.


