skillfed

aa-memberaudit-dashboard

Dashboard Addon for Member Audit

aa-memberaudit-dashboard v2.0.0 235.9K downloads/30d#8,992 on PyPI0
Copyleft 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) Active released

What it is and what it does

This package extends AllianceAuth with a dashboard addon that integrates with the MemberAudit module to provide visibility into character registration status. It displays unregistered characters directly on the dashboard and includes a character issue checker to help administrators identify registration problems. The addon is designed as a Django application that plugs into AllianceAuth's existing dashboard infrastructure.

The package depends on aa-memberaudit, allianceauth-app-utils, and allianceauth itself. Installation involves adding the module to your INSTALLED_APPS configuration and running Django migrations. It targets modern Python versions (3.10 through 3.14) and is actively maintained with recent updates.

Use it for:

  • Display a dashboard summary of characters that have not been properly registered in your AllianceAuth instance.
  • Quickly identify members with registration issues without navigating to separate audit tools.
  • Monitor character registration compliance across your organization through a centralized dashboard view.
  • Audit and troubleshoot member registration problems using the built-in character issue checker.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds a dashboard widget to AllianceAuth that displays unregistered characters and audits member registration status through the MemberAudit integration.

Yes, if you run AllianceAuth v5+ and use MemberAudit. The package is actively maintained, has no known vulnerabilities, installs cleanly, and solves a specific operational need (visibility into unregistered characters). GPLv3 licensing is standard for AllianceAuth ecosystem packages. The low star count reflects its narrow, specialized audience rather than quality concerns.

Install

aa-memberaudit-dashboard on PyPI

pip

pip install aa-memberaudit-dashboard

uv

uv add aa-memberaudit-dashboard

poetry

poetry add aa-memberaudit-dashboard

Installing aa-memberaudit-dashboard

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained with a recent commit on 2026-08-08 and no known vulnerabilities.

License in practice

Licensed under GPLv3 (copyleft). You may use, modify, and distribute this package freely, but any derivative work must also be released under GPLv3 and include source code.

Quickstart

pip install aa-memberaudit-dashboard

# In your AllianceAuth local.py:
INSTALLED_APPS += [
    'memberaudit',
    'madashboard',
]

# Then run:
python manage.py collectstatic
python manage.py migrate

Requires AllianceAuth v5 or later and Python 3.10+. Must be installed in your AllianceAuth virtual environment.

Verify before relying

  • Whether the dashboard widget is automatically visible after installation or requires additional configuration steps.
  • Performance impact when displaying large numbers of unregistered characters.
  • Compatibility with specific AllianceAuth versions beyond the stated v5 minimum.

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 3 — aa-memberaudit, allianceauth-app-utils, allianceauth
Maintenance actively maintained — 75 days since the last release
Last repo commit
First released
Downloads 235,914/month — #8,992 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aa_memberaudit_dashboard-2.0.0-py3-none-any.whl

Environment :: Web EnvironmentFramework :: DjangoFramework :: Django :: 4.2Intended Audience :: DevelopersLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)Operating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet :: WWW/HTTPTopic :: Internet :: WWW/HTTP :: Dynamic Content

Tags

allianceauth dashboard addonmemberaudit character registration displayunregistered characters dashboardallianceauth member audit widgetcharacter registration checkerallianceauth audit dashboard
allianceauth-addondjango-dashboard

More WWW/HTTP packages