aa-memberaudit


Nameaa-memberaudit JSON
Version 3.8.0 PyPI version JSON
download
home_page
SummaryAn Alliance Auth app that provides full access to Eve characters
upload_time2024-01-31 21:18:19
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords allianceauth eveonline memberaudit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Member Audit

An Alliance Auth app that provides full access to Eve characters and related reports for auditing, vetting and monitoring.

[![release](https://img.shields.io/pypi/v/aa-memberaudit?label=release)](https://pypi.org/project/aa-memberaudit/)
[![python](https://img.shields.io/pypi/pyversions/aa-memberaudit)](https://pypi.org/project/aa-memberaudit/)
[![django](https://img.shields.io/pypi/djversions/aa-memberaudit?label=django)](https://pypi.org/project/aa-memberaudit/)
[![pipeline](https://gitlab.com/ErikKalkoken/aa-memberaudit/badges/master/pipeline.svg)](https://gitlab.com/ErikKalkoken/aa-memberaudit/-/pipelines)
[![codecov](https://codecov.io/gl/ErikKalkoken/aa-memberaudit/branch/master/graph/badge.svg?token=QHMCUAFZBV)](https://codecov.io/gl/ErikKalkoken/aa-memberaudit)
[![Documentation Status](https://readthedocs.org/projects/aa-memberaudit/badge/?version=latest)](https://aa-memberaudit.readthedocs.io/en/latest/?badge=latest)
[![license](https://img.shields.io/badge/license-MIT-green)](https://gitlab.com/ErikKalkoken/aa-memberaudit/-/blob/master/LICENSE)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![chat](https://img.shields.io/discord/790364535294132234)](https://discord.gg/zmh52wnfvM)

## Contents

- [Overview](#overview)
- [Features](#features)
- [Highlights](#highlights)
- [Documentation](#documentation)

## Overview

Member Audit is an Alliance Auth app that provides full access to Eve characters and related reports.

Users can monitor their characters, recruiters can vet the characters of applicants and leadership can audit the characters of their members to ensure compliance and find spies.

In addition character based reports gives leadership another valuable tool for managing their respective organization.

## Features

Member Audit adds the following features to Auth:

- Users can see an overview of all their characters with key information like their current location and wallet balance
- Users can get full access to their characters to monitor them without having to open the Eve client (similar to the classic Eve ap "EveMon").
- Applicants can temporarily share their characters with recruiters for vetting
- Leadership can get full access to characters of their members for auditing (e.g. to check suspicious members)
- Full access to characters currently includes the following information:
  - Assets
  - Bio
  - Contacts
  - Contracts
  - Corporation history
  - Corporation roles (NEW)
  - Faction Warfare statistics
  - Implants
  - Jump clones
  - Mails
  - Mining ledger
  - Loyalty points
  - Skill queue
  - Skill sets
  - Skills
  - Wallet (journal and transactions)

- Leadership can define Skill Sets, which are a way of defining skills needed to perform a specific activity or fly a doctrine ship. They allow recruiters and leadership to see at a glance what a character can do (e.g. which doctrine ships he/she can fly)
- Skill Sets can be generated from imported fittings
- Leadership can see reports and analytics about their members. Those currently include:
  - Compliance: if users have added all their characters
  - Skill Sets: which character has which skill sets

- Admins can use the flexible permission system to grant access levels for different roles (e.g. corp leadership may only have access to reports about their own corp members)
- Admins can customize and configure Member Audit to fit their needs. e.g. change the app's name and define how often which type of data is updated from the Eve server

- Ensure that only users who have registered all their characters have access to services (see also [Compliance Groups](https://aa-memberaudit.readthedocs.io/en/latest/user.html#compliance-groups))
- Get notifications when a user removes a character that they had previously registered.
- Designed to work efficiently with large number of characters
- Data retention policy allows managing storage capacity needs
- Data can be exported for processing it with third party apps like Google Sheets (currently wallet journal only)
- Language support for Chinese :cn:, English :us:, German :de:, Russian :ru: and Ukrainian πŸ‡ΊπŸ‡¦

## Highlights

### Character Launcher

The main page for users to register their characters and get a key infos of all registered characters.

![launcher](https://i.imgur.com/v9AU3Gr.jpg)

### Character Viewer

The page for displaying all details about a character.

![viewer](https://i.imgur.com/vo1N3kg.jpg)

### Skill Sets

Skill sets are a way of defining both required and recommended skills for a specific activity or ship.

This tab on the character view allows you to view what skill sets a character has. For skill sets they don't have or are missing parts of, it also shows what skills are missing.

![skill-plans](https://i.imgur.com/cKNy5vz.png)

Requirements can be customized per skill set in the administration panel. Recommended skill levels can be added in addition to requirements.

![skill-set-admin](https://i.imgur.com/ef2cCd9.png)

### Character Finder

On this page recruiters and leadership can look for other characters to view (assuming they have been given permission).

![finder](https://i.imgur.com/4sDnBcz.png)

## Documentation

Link to [documentation](https://aa-memberaudit.readthedocs.io/en/latest/).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aa-memberaudit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "allianceauth,eveonline,memberaudit",
    "author": "",
    "author_email": "Erik Kalkoken <kalkoken87@gmail.com>, Peter Pfeufer <develop@ppfeufer.de>, Rebecca Murphy <rebecca@rcmurphy.me>",
    "download_url": "https://files.pythonhosted.org/packages/e0/c7/10793daa224a4d04692a9dd414749b369142d0b30f915e7dd2d2c1e2444e/aa_memberaudit-3.8.0.tar.gz",
    "platform": null,
    "description": "# Member Audit\n\nAn Alliance Auth app that provides full access to Eve characters and related reports for auditing, vetting and monitoring.\n\n[![release](https://img.shields.io/pypi/v/aa-memberaudit?label=release)](https://pypi.org/project/aa-memberaudit/)\n[![python](https://img.shields.io/pypi/pyversions/aa-memberaudit)](https://pypi.org/project/aa-memberaudit/)\n[![django](https://img.shields.io/pypi/djversions/aa-memberaudit?label=django)](https://pypi.org/project/aa-memberaudit/)\n[![pipeline](https://gitlab.com/ErikKalkoken/aa-memberaudit/badges/master/pipeline.svg)](https://gitlab.com/ErikKalkoken/aa-memberaudit/-/pipelines)\n[![codecov](https://codecov.io/gl/ErikKalkoken/aa-memberaudit/branch/master/graph/badge.svg?token=QHMCUAFZBV)](https://codecov.io/gl/ErikKalkoken/aa-memberaudit)\n[![Documentation Status](https://readthedocs.org/projects/aa-memberaudit/badge/?version=latest)](https://aa-memberaudit.readthedocs.io/en/latest/?badge=latest)\n[![license](https://img.shields.io/badge/license-MIT-green)](https://gitlab.com/ErikKalkoken/aa-memberaudit/-/blob/master/LICENSE)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![chat](https://img.shields.io/discord/790364535294132234)](https://discord.gg/zmh52wnfvM)\n\n## Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Highlights](#highlights)\n- [Documentation](#documentation)\n\n## Overview\n\nMember Audit is an Alliance Auth app that provides full access to Eve characters and related reports.\n\nUsers can monitor their characters, recruiters can vet the characters of applicants and leadership can audit the characters of their members to ensure compliance and find spies.\n\nIn addition character based reports gives leadership another valuable tool for managing their respective organization.\n\n## Features\n\nMember Audit adds the following features to Auth:\n\n- Users can see an overview of all their characters with key information like their current location and wallet balance\n- Users can get full access to their characters to monitor them without having to open the Eve client (similar to the classic Eve ap \"EveMon\").\n- Applicants can temporarily share their characters with recruiters for vetting\n- Leadership can get full access to characters of their members for auditing (e.g. to check suspicious members)\n- Full access to characters currently includes the following information:\n  - Assets\n  - Bio\n  - Contacts\n  - Contracts\n  - Corporation history\n  - Corporation roles (NEW)\n  - Faction Warfare statistics\n  - Implants\n  - Jump clones\n  - Mails\n  - Mining ledger\n  - Loyalty points\n  - Skill queue\n  - Skill sets\n  - Skills\n  - Wallet (journal and transactions)\n\n- Leadership can define Skill Sets, which are a way of defining skills needed to perform a specific activity or fly a doctrine ship. They allow recruiters and leadership to see at a glance what a character can do (e.g. which doctrine ships he/she can fly)\n- Skill Sets can be generated from imported fittings\n- Leadership can see reports and analytics about their members. Those currently include:\n  - Compliance: if users have added all their characters\n  - Skill Sets: which character has which skill sets\n\n- Admins can use the flexible permission system to grant access levels for different roles (e.g. corp leadership may only have access to reports about their own corp members)\n- Admins can customize and configure Member Audit to fit their needs. e.g. change the app's name and define how often which type of data is updated from the Eve server\n\n- Ensure that only users who have registered all their characters have access to services (see also [Compliance Groups](https://aa-memberaudit.readthedocs.io/en/latest/user.html#compliance-groups))\n- Get notifications when a user removes a character that they had previously registered.\n- Designed to work efficiently with large number of characters\n- Data retention policy allows managing storage capacity needs\n- Data can be exported for processing it with third party apps like Google Sheets (currently wallet journal only)\n- Language support for Chinese :cn:, English :us:, German :de:, Russian :ru: and Ukrainian \ud83c\uddfa\ud83c\udde6\n\n## Highlights\n\n### Character Launcher\n\nThe main page for users to register their characters and get a key infos of all registered characters.\n\n![launcher](https://i.imgur.com/v9AU3Gr.jpg)\n\n### Character Viewer\n\nThe page for displaying all details about a character.\n\n![viewer](https://i.imgur.com/vo1N3kg.jpg)\n\n### Skill Sets\n\nSkill sets are a way of defining both required and recommended skills for a specific activity or ship.\n\nThis tab on the character view allows you to view what skill sets a character has. For skill sets they don't have or are missing parts of, it also shows what skills are missing.\n\n![skill-plans](https://i.imgur.com/cKNy5vz.png)\n\nRequirements can be customized per skill set in the administration panel. Recommended skill levels can be added in addition to requirements.\n\n![skill-set-admin](https://i.imgur.com/ef2cCd9.png)\n\n### Character Finder\n\nOn this page recruiters and leadership can look for other characters to view (assuming they have been given permission).\n\n![finder](https://i.imgur.com/4sDnBcz.png)\n\n## Documentation\n\nLink to [documentation](https://aa-memberaudit.readthedocs.io/en/latest/).\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An Alliance Auth app that provides full access to Eve characters",
    "version": "3.8.0",
    "project_urls": {
        "Changelog": "https://gitlab.com/ErikKalkoken/aa-memberaudit/-/blob/master/CHANGELOG.md",
        "Documentation": "https://aa-memberaudit.readthedocs.io/en/latest/",
        "Homepage": "https://gitlab.com/ErikKalkoken/aa-memberaudit",
        "Source": "https://gitlab.com/ErikKalkoken/aa-memberaudit",
        "Tracker": "https://gitlab.com/ErikKalkoken/aa-memberaudit/-/issues"
    },
    "split_keywords": [
        "allianceauth",
        "eveonline",
        "memberaudit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d615beadd90fadcb36887d4f5d699ca1bcb0c493db17bc8bd7aa5b9a79d284b6",
                "md5": "0ce262f7f53b6e5370c33281a58d9f4f",
                "sha256": "a0f22b8e737db85a88ef0acc68e538d4350bb1c3db48fd5ad8b33cb53cebe2cb"
            },
            "downloads": -1,
            "filename": "aa_memberaudit-3.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ce262f7f53b6e5370c33281a58d9f4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658132,
            "upload_time": "2024-01-31T21:18:17",
            "upload_time_iso_8601": "2024-01-31T21:18:17.277229Z",
            "url": "https://files.pythonhosted.org/packages/d6/15/beadd90fadcb36887d4f5d699ca1bcb0c493db17bc8bd7aa5b9a79d284b6/aa_memberaudit-3.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c710793daa224a4d04692a9dd414749b369142d0b30f915e7dd2d2c1e2444e",
                "md5": "01ff8ca3ea71648b3a0c0ffaef56e225",
                "sha256": "666f017673ee99fcf68168490250d51c0afd7d390c993b12e31d91d4d27eefd0"
            },
            "downloads": -1,
            "filename": "aa_memberaudit-3.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01ff8ca3ea71648b3a0c0ffaef56e225",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 531666,
            "upload_time": "2024-01-31T21:18:19",
            "upload_time_iso_8601": "2024-01-31T21:18:19.994158Z",
            "url": "https://files.pythonhosted.org/packages/e0/c7/10793daa224a4d04692a9dd414749b369142d0b30f915e7dd2d2c1e2444e/aa_memberaudit-3.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 21:18:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "ErikKalkoken",
    "gitlab_project": "aa-memberaudit",
    "lcname": "aa-memberaudit"
}
        
Elapsed time: 0.19583s