aa-memberaudit-dc
Doctrine Checker Addon module for Memberaudit
What it is and what it does
aa-memberaudit-dc is a Django addon for AllianceAuth that integrates with the Memberaudit module to validate whether player characters meet skill requirements for in-game doctrines. It provides both a character-facing interface to check compliance and an admin interface to define and manage doctrine skill plans. Characters can paste in-game skill plans directly to the addon, which then checks whether their trained skills satisfy doctrine requirements and generates lists of missing skills.
The addon is built on Django, django-ninja, and other AllianceAuth ecosystem packages. It requires AllianceAuth v4.12.0 or later and Python 3.10+. Installation is straightforward—add it to INSTALLED_APPS, run migrations, and configure permissions. The package is actively maintained and has no known security vulnerabilities.
Use it for:
- Check whether your character meets skill requirements for fleet doctrines before undocking
- Generate a list of missing skills needed to fly a specific doctrine
- Manage and organize doctrine definitions by category (Capital, Black OP Group, Mining, etc.)
- View corporation or alliance-wide doctrine compliance across all members
- Copy missing skill requirements directly to your in-game skill queue
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Django addon for AllianceAuth that checks whether player characters meet skill requirements for in-game doctrines, with management tools for defining doctrine skill plans.
Yes, if you run an AllianceAuth instance and want to streamline doctrine compliance checks. The addon has low install friction, active maintenance, no security issues, and integrates cleanly into the AllianceAuth ecosystem. GPLv3 copyleft is standard for AllianceAuth addons and poses no barrier to internal use. The small repository footprint (1 star) reflects its niche audience rather than quality concerns.
Install
aa-memberaudit-dc on PyPI
pip
pip install aa-memberaudit-dcuv
uv add aa-memberaudit-dcpoetry
poetry add aa-memberaudit-dcInstalling aa-memberaudit-dc
Before you install
Low install friction with a pure-Python wheel. Active maintenance (last commit 2026-08-12, 35 days since release). Requires AllianceAuth v4.12.0 or later and six runtime dependencies already in the AllianceAuth ecosystem.
License in practice
GPLv3 copyleft: any modifications or distributions must remain open-source under the same license. Suitable for internal AllianceAuth deployments; redistribution of modified versions requires source disclosure.
Quickstart
pip install aa-memberaudit-dc
# In AllianceAuth local.py:
INSTALLED_APPS = [
"eveuniverse",
"madc",
]
python manage.py migrate
python manage.py collectstatic
Requires AllianceAuth v4.12.0 or later and Python 3.10+. Must be installed in an existing AllianceAuth deployment.
Verify before relying
- Whether the package supports multi-language translations beyond test phase, as documentation mentions 'Test Phase'
- Performance characteristics when checking doctrines across large alliance rosters
- Whether clipboard import of in-game skill plans works reliably across EVE Online client versions
Package facts
| License | GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — aa-memberaudit, allianceauth-app-utils, allianceauth, django-esi, django-eveuniverse, django-ninja |
| Maintenance | actively maintained — 35 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 236,613/month — #8,980 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aa_memberaudit_dc-0.4.0-py3-none-any.whl
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
aa-memberaudit-dashboardAdds a dashboard widget to AllianceAuth that…
copyleft · top 15,000 on PyPI
aa-memberauditA Django app for Alliance Auth that provides…
unclear · top 15,000 on PyPI
aa-killstatsA Django module for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
aa-memberaudit-securegroupsAdds Member Audit-based filtering to Alliance…
unclear · top 15,000 on PyPI
aa-contactsA Django plugin for AllianceAuth that tracks…
copyleft · top 15,000 on PyPI
allianceauthAlliance Auth is a Django-based authentication…
copyleft · top 15,000 on PyPI
allianceauth-afatA Django plugin for Alliance Auth that tracks…
copyleft · top 15,000 on PyPI
allianceauth-discordbotA Discord bot framework for Alliance Auth that…
permissive · top 15,000 on PyPI
aa-fleetpingsaa-fleetpings is a Django plugin for Alliance…
copyleft · top 15,000 on PyPI
aa-inactivityMonitors member activity in Alliance Auth using…
unclear · top 15,000 on PyPI