aa-contacts
Contacts tool for AllianceAuth
What it is and what it does
aa-contacts is a Django plugin for AllianceAuth that provides a web interface for tracking standings and contacts across alliances and corporations in EVE Online. It allows users with appropriate permissions to add alliances or corporations, view their contacts and standings, edit notes, and trigger manual contact updates. The plugin integrates with AllianceAuth's permission system and can optionally integrate with the Secure Groups plugin to create smart filters based on standings—allowing administrators to grant access to users or groups based on their character's standings with specific corporations or alliances.
The plugin runs on Django 5.x, depends on allianceauth, django-esi (for EVE API access), and django-ninja (for API endpoints), and uses Celery for scheduled background updates of contact data. It supports Python 3.10 through 3.13 and is marked as production-stable. Installation is straightforward for existing AllianceAuth deployments, requiring only pip installation, configuration in local.py, and database migrations.
Use it for:
- Track standings and contact lists for multiple corporations or alliances in a single dashboard.
- Grant or restrict user access based on their character's standings with specific in-game entities via Secure Groups.
- Maintain shared notes on contacts and standings for alliance leadership and diplomacy teams.
- Automate periodic synchronization of contact data from EVE's ESI API on a schedule.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Django plugin for AllianceAuth that tracks and manages alliance and corporation contacts with standings, notes, and integration with the Secure Groups permission system.
Yes, if you run AllianceAuth and need centralized contact and standings management. The plugin is actively maintained, has no known vulnerabilities, and integrates cleanly with the AllianceAuth ecosystem. GPLv3 copyleft is standard for AllianceAuth plugins. Install friction is low and dependencies are well-established. Suitable for production use.
Install
aa-contacts on PyPI
pip
pip install aa-contactsuv
uv add aa-contactspoetry
poetry add aa-contactsInstalling aa-contacts
Before you install
Low install friction with a pure Python wheel. Active maintenance as of August 2026, last commit recent. Requires allianceauth, django-esi, and django-ninja as runtime dependencies.
License in practice
Licensed under GPLv3 (copyleft). Any derivative work or distribution must also be open-source under GPLv3; commercial use is permitted but modifications must be shared under the same license.
Quickstart
pip install aa-contacts==1.0.0
Add 'aa_contacts' to INSTALLED_APPS in local.py, then run:
python manage.py migrate
python manage.py collectstatic
Add the Celery task to CELERYBEAT_SCHEDULE in local.py for automatic updates.
Requires AllianceAuth installation and Django 5.x; Python 3.10 or later; Celery configuration for scheduled contact updates.
Verify before relying
- Whether Secure Groups integration is optional or required for core functionality.
- Performance characteristics when managing large numbers of contacts or corporations.
- Whether ESI rate-limiting or jitter settings require tuning for production deployments.
Package facts
| License | not declared (copyleft) |
| Python support | supports the current Python release (<3.14,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — allianceauth, django-esi, django-ninja |
| Maintenance | actively maintained — 51 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 236,916/month — #8,970 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aa_contacts-1.0.0-py3-none-any.whl
Keywords: aa-contacts, allianceauth, allianceauth_contacts, contacts, eveonline
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
allianceauth-securegroupsA Django plugin for Alliance Auth that…
permissive · top 15,000 on PyPI
aa-killstatsA Django module for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
allianceauth-discordbotA Discord bot framework for Alliance Auth that…
permissive · top 15,000 on PyPI
aa-structuresA Django app that integrates with Alliance Auth…
unclear · top 15,000 on PyPI
allianceauthAlliance Auth is a Django-based authentication…
copyleft · top 15,000 on PyPI
aa-killtrackerKilltracker is an Alliance Auth plugin that…
unclear · top 15,000 on PyPI
django-eveonline-sdeProvides Django models for EVE Online's Static…
copyleft · top 15,000 on PyPI
aa-memberaudit-dcA Django addon for AllianceAuth that checks…
copyleft · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
aa-memberaudit-securegroupsAdds Member Audit-based filtering to Alliance…
unclear · top 15,000 on PyPI