---
id: aa-memberaudit-dc
version: "0.4.0"
license: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record)
license_treatment: copyleft
maintenance: active
---
# aa-memberaudit-dc — Doctrine Checker Addon module for Memberaudit
License: copyleft · Maintenance: active · Downloads: 236.6K/mo
## 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 above — 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
pip install aa-memberaudit-dc
uv add aa-memberaudit-dc
poetry add aa-memberaudit-dc
## Installing 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. Everyone is permitted to copy and distribute verbatim copies of this license… (full text in the JSON record) (copyleft)
- Python support: supports_current
- Install friction: low
- Maintenance: active
- Downloads: 236.6K/month (top 15,000 on PyPI)
- Known vulnerabilities: none known
## Tags
eve online doctrine checker, allianceauth skill requirement validator, memberaudit doctrine addon, eve skill plan compliance, alliance doctrine management, eve-online, allianceauth-addon
[View on SkillFed](https://skillfed.io/packages/aa-memberaudit-dc) · [View on PyPI](https://pypi.org/project/aa-memberaudit-dc/)