{"library":"aa-srp","type":"library","category":null,"description":"aa-srp (Alliance Auth SRP Module) is a Django application designed for Alliance Auth, providing tools for managing Ship Replacement Program (SRP) requests within EVE Online communities. It allows members to submit SRP claims, which can then be reviewed and approved by management. The current version is 4.2.3, and it maintains an active release cadence with regular updates and improvements.","language":"python","status":"active","version":"4.2.3","tags":["django","alliance-auth","srp","eve-online","web-application"],"install":[{"cmd":"pip install aa-srp","imports":["from srp.models import SrpLink, SrpRequest"]},{"cmd":"# Add 'srp' to your INSTALLED_APPS in settings.py\nINSTALLED_APPS = [\n    # ... other apps ...\n    'srp',\n    # ...\n]\n\n# Run migrations from your Alliance Auth project root\npython manage.py migrate srp\n\n# Then, restart your Gunicorn/web server process.","imports":[]}],"homepage":null,"github":"https://github.com/ppfeufer/aa-srp","docs":"https://github.com/ppfeufer/aa-srp/blob/master/README.md","changelog":"https://github.com/ppfeufer/aa-srp/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/aa-srp/","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/aa-srp/compatibility"},"provenance":{"verified_status":"install_fail","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Sun Jul 05","install_tag":null}}