{"library":"allianceauth","type":"library","category":null,"description":"Alliance Auth is a comprehensive web-based authentication system for EVE Online organizations. It streamlines the management of user access to various external services and in-game applications, automatically granting or revoking permissions based on a user's EVE Online affiliations and groups. The current stable version is 4.13.1, and the project maintains an active release cadence with regular updates and community support.","language":"python","status":"active","version":"4.13.1","tags":["eve-online","authentication","django","sso","community-management","game-integration"],"last_verified":"Mon May 25","install":[{"cmd":"pip install allianceauth gunicorn superlance","imports":["from django.urls import include, path\n\nurlpatterns = [\n    path('', include('allianceauth.urls')),\n    # ... other app URLs\n]","INSTALLED_APPS = [\n    # ... other Django/community apps\n    'allianceauth',\n    'allianceauth.authentication',\n    'allianceauth.eveonline',\n    # ... other required Alliance Auth apps\n]"]}],"homepage":"https://gitlab.com/allianceauth/allianceauth","github":null,"docs":"https://allianceauth.readthedocs.io/","changelog":null,"pypi":"https://pypi.org/project/allianceauth/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/allianceauth/compatibility"}}