Registry / web-framework / aa-memberaudit-dashboard

aa-memberaudit-dashboard

JSON →
library2.0.0pypypiunverified

Dashboard addon for Alliance Auth Member Audit, providing a widget to display member audit information. Current version 1.1.3, released 2025-10-21. Maintained by Geuthur, requires Python >=3.10 and Django-based Alliance Auth.

pip install aa-memberaudit-dashboard
INSTALL
IMPORT
SIG · AA-MEMBERAUDIT-DAS
A
aa-memberaudit-dashboard
web-frameworkpythonv2.0.0
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

memberaudit_dashboard
from memberaudit_dashboard import __version__
Import from 'memberaudit_dashboard' not from old module names
MemberauditDashboardConfig
from memberaudit_dashboard.apps import MemberauditDashboardConfig
Used in INSTALLED_APPS

After installing the package, add the app to your Django INSTALLED_APPS and run migrations.

# Add to INSTALLED_APPS in your Alliance Auth settings INSTALLED_APPS += ['memberaudit_dashboard'] # Run migrations # python manage.py migrate memberaudit_dashboard # Verify version from memberaudit_dashboard import __version__ print(f"AA Member Audit Dashboard version: {__version__}")
Debug
Known issues
breakingVersion 1.1.0 removed Python 3.8 and 3.9 support; requires Python >=3.10.
fix
Upgrade Python to >=3.10 and update package.
affects: <1.1.0
gotchaThe widget only appears if the user has permissions to view the Member Audit app. Ensure proper permissions are assigned.
fix
Add appropriate permissions via Alliance Auth admin (e.g., 'memberaudit.basic_access').
affects: >=1.0.7
deprecatedOlder versions used custom character portrait generation; from v1.0.9 it uses AA's native API. Custom workarounds no longer needed.
fix
Update to v1.0.9+ and remove any custom portrait code.
affects: <1.0.9
Upgrade
Version history
2.0.0latest on PyPI · released May 31, 2026
Audit
Dependencies
allianceauthrequiredCore framework required
aa-memberauditrequiredMember Audit app required
Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
aa-memberaudit-dashboard — pip install aa-memberaudit-dashboard · libregistry