skillfed

aa-memberaudit

An Alliance Auth app that provides full access to Eve characters

aa-memberaudit v5.1.0 247.7K downloads/30d#8,684 on PyPI0
License unclear Active released

What it is and what it does

Member Audit is a Django plugin for Alliance Auth that extends the auth system with character auditing and monitoring capabilities for Eve Online organizations. It lets users register and view their own characters, allows recruiters to vet applicant characters, and gives leadership full access to member character data for compliance and security checks. The package integrates with the Eve Online ESI API to pull live character information including assets, skills, wallet, contacts, and corporation history.

The app provides a flexible permission system so admins can grant different access levels to different roles, and includes features like skill set definitions (to track which characters can fly doctrine ships), compliance reporting, character finder tools, and data export capabilities. It's designed to handle large numbers of characters efficiently and supports multiple languages. The package depends on allianceauth as its core framework, django-esi for API integration, and several utility libraries for data formatting and display.

Use it for:

  • Recruiters vetting applicant characters before accepting them into a corporation or alliance
  • Leadership auditing member characters to detect spies or ensure compliance with organization policies
  • Users monitoring their own characters without opening the Eve client, similar to the EveMon app
  • Defining and tracking skill sets to see which members can fly specific doctrine ships
  • Generating compliance reports to ensure all members have registered their characters
  • Exporting character wallet data for analysis in third-party tools like Google Sheets

Worth the install?

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

A Django app for Alliance Auth that provides character auditing, vetting, and monitoring tools for Eve Online organizations, including asset tracking, skill verification, and compliance reporting.

Yes, if you run an Alliance Auth instance and need character auditing and compliance tools for your Eve Online organization. The package is actively maintained, has low install friction, and no known vulnerabilities. However, verify the license terms before deploying—the metadata does not declare a license. The 10 runtime dependencies are a moderate commitment but are standard for Alliance Auth apps.

Install

aa-memberaudit on PyPI

pip

pip install aa-memberaudit

uv

uv add aa-memberaudit

poetry

poetry add aa-memberaudit

Installing aa-memberaudit

Before you install

Low install friction with a pure-Python wheel distribution. Active maintenance as of 2026-07-29 with recent release activity. Requires Django 4.2 or 5.2 and Python 3.10+, plus 10 runtime dependencies including allianceauth and django-esi.

License in practice

License treatment is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms in the repository before deploying in a production environment.

Quickstart

pip install aa-memberaudit

# Add to Django INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
    ...
    'memberaudit',
]

# Then configure Alliance Auth and run migrations.

Requires an existing Alliance Auth installation, Django 4.2 or 5.2, and Python 3.10 or later. Depends on Eve Online ESI API access via django-esi.

Verify before relying

  • Exact license terms and conditions (license_treatment is marked unclear)
  • Whether the 10 runtime dependencies are all required or some are optional
  • Performance characteristics with very large member rosters

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 10 — allianceauth-app-utils, allianceauth, django-esi, bleach, dj-datatables-view, django-eveuniverse, humanize, unidecode, tqdm, typing_extensions
Maintenance actively maintained — 16 days since the last release
Last repo commit
First released
Downloads 247,728/month — #8,684 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aa_memberaudit-5.1.0-py3-none-any.whl

Keywords: allianceauth, eveonline, memberaudit

Environment :: Web EnvironmentFramework :: DjangoFramework :: Django :: 4.2Framework :: Django :: 5.2Intended Audience :: End Users/DesktopOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Internet :: WWW/HTTPTopic :: Internet :: WWW/HTTP :: Dynamic Content

Tags

eve online character auditingalliance auth member managementeve character vetting toolsskill set verification evecharacter compliance reportingeve organization monitoringcharacter asset tracking eve
eve-onlinealliance-authcharacter-auditing

More WWW/HTTP packages

Further reading