POO Test plugin app for Alliance Auth.
Project description
aa-pootest
A minimal test plugin for Alliance Auth (AA).
It adds a single permission-gated page ("POO Test") to the AA sidebar that renders a Hello, World! card. Use it to verify your AA dev/prod setup can install and load a custom plugin, or as a starting point for your own app.
- Distribution (pip) name:
aa-pootest - Django app / module name:
pootest
Features
- Fully functional Alliance Auth app with a view and a basic permission
- Sidebar menu entry (visible only to users with the access permission)
- Pulls the structures owned by a corporation from ESI and shows each one in its own panel (System, Name, Structure Type, Fuel/Days Remaining, Last Update)
- Installable with the standard AA plugin workflow
Installation
Run all commands inside your Alliance Auth virtual environment.
1. Install the package
From a local checkout (editable, for development):
pip install -e aa-pootest
Or from a built/published package:
pip install aa-pootest
Or directly from git:
pip install git+https://github.com/PooAmped/aa-pootest
2. Enable the app
Add the app's module name to INSTALLED_APPS in myauth/settings/local.py:
INSTALLED_APPS += [
"pootest",
]
3. Run migrations & collect static files
python manage.py migrate
python manage.py collectstatic --noinput
4. Restart Alliance Auth
supervisorctl restart myauth:
5. Grant access
In the AA admin site, grant the permission
pootest | general | Can access this app to the relevant state or group.
Users with that permission will then see the POO Test entry in the sidebar.
Usage: list corporation structures
Open POO Test in the sidebar and click View Corporation Structures.
-
You'll be sent through EVE SSO to authorize a character. The character used must hold the Director or Station Manager role in the corporation you want to read — ESI enforces this server-side.
-
The required ESI scopes are requested automatically:
esi-corporations.read_structures.v1— read the corporation's structuresesi-universe.read_structures.v1— resolve structure namesesi-assets.read_corporation_assets.v1— read current fuel-bay contents (used to compute "Fuel Required")
If you authorized an earlier version, you'll be asked to re-authorize once to grant the new assets scope.
-
The page then shows every structure owned by that character's corporation, each in its own panel with these fields (label on the left, ESI value on the right):
- System: solar system the structure is in
- Name: the structure's name
- Structure Type: e.g. Fortizar, Raitaru, Astrahus
- Fuel Level: days until
fuel_expires(ESI does not expose an absolute fuel quantity on this endpoint) - Fuel Required: fuel blocks needed to run for 3 months, derived from the structure's current burn rate (current fuel ÷ hours-to-empty, scaled to 90 days). Shows "Unknown" if the structure has no fuel/expiry data or the assets scope wasn't granted.
- Last Update: when the data was pulled from ESI
If the character is not a Director / Station Manager (or the scopes were not granted), the page shows a warning instead of a list.
Settings
| Name | Description | Default |
|---|---|---|
POOTEST_SETTING_ONE |
Example optional value | None |
Override in myauth/settings/local.py if desired.
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_pootest-0.11.0.tar.gz.
File metadata
- Download URL: aa_pootest-0.11.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09f56c4396120c3fdf1dc3a8898d82cb6eac24a281afc9e2143346a208065eb8
|
|
| MD5 |
f9050b2cbed50ea4a8a7d4fc4af03f5b
|
|
| BLAKE2b-256 |
242fa3418a636b99e2dad5a3d12148e54266a6ca487f3012a51cb2bf6bf220c8
|
File details
Details for the file aa_pootest-0.11.0-py3-none-any.whl.
File metadata
- Download URL: aa_pootest-0.11.0-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34e69b0a17eb53e83d68225181d3f70b63421113cda6f338b9a7dc50cfa90fbc
|
|
| MD5 |
fcd70ce7a3c60ce0ee6904f0044bcd14
|
|
| BLAKE2b-256 |
98aae13ae5fc110118be7cbc3af78f43a467bf630133326bfab6709b1b4d20ed
|