Indy Hub Plugin for Alliance Auth
Project description
Indy Hub for Alliance Auth
A modern industry management module for Alliance Auth, focused on blueprint and job tracking for EVE Online alliances and corporations.
✨ Features (Current)
- Blueprint Library: View, filter, and search all your EVE Online blueprints by character, type, and efficiency.
- Industry Job Tracking: Monitor and filter your manufacturing, research, and invention jobs in real time.
- Blueprint Copy Sharing: Request, offer, and deliver blueprint copies (BPCs) within your alliance, with notifications for each step.
- ESI Integration: Secure OAuth2-based sync for blueprints and jobs, with periodic background updates (Celery required).
- Notifications: In-app alerts for job completions, copy offers, and deliveries. Optional Discord notifications (via aa-discordnotify).
- Modern UI: Responsive Bootstrap 5 interface, theme-compatible, with accessibility and i18n support.
🚧 In Development
- Alliance-wide Blueprint Library: Browse all blueprints available in the alliance (admin-controlled visibility).
- Advanced Copy Request Fulfillment: Streamlined workflows for fulfilling and tracking copy requests.
- Improved Job Analytics: More detailed job statistics, filtering, and export options.
- Better Admin Tools: Enhanced dashboards and management commands for admins.
🛣️ Planned / Coming Soon
- Blueprint Lending/Loan System: Track and manage temporary blueprint loans between members.
- Production Cost Estimation: Integrated cost calculators and market price lookups.
- More ESI Scopes: Support for additional ESI endpoints (e.g., assets, wallet, reactions).
- API/Export: Public API endpoints and improved CSV/Excel export for all lists.
- More Notifications: Customizable notification rules and Discord webhooks.
Requirements
- Alliance Auth v4+
- Python 3.10+
- Django (as required by AA)
- django-eveuniverse (populated with industry data)
- Celery (for background sync)
- (Optional) aa-discordnotify for Discord alerts
Quick Install
-
pip install django-eveuniverseandpip install indy_hub -
Add
eveuniverseandindy_hubtoINSTALLED_APPSin your AA settings. -
Add to your local.py:
- EVEUNIVERSE_LOAD_TYPE_MATERIALS = True
- EVEUNIVERSE_LOAD_MARKET_GROUPS = True
- EVEUNIVERSE_LOAD_TYPE_MATERIALS = True
-
Run migrations:
python manage.py migrate -
Collect static files:
python manage.py collectstatic -
Restart your auth.
-
Populate EveUniverse with industry data
python manage.py eveuniverse_load_data types --types-enabled-sections industry_activities type_materials. -
Assign the
can access indy_hubpermission to users/groups.
Usage
- Go to the Indy Hub dashboard in Alliance Auth.
- Authorize ESI for blueprints and jobs.
- View/manage your blueprints and jobs, request/offer BPCs, and receive notifications.
Support & Contributing
- Open an issue or pull request on GitHub for help or to contribute.
License
MIT License. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file indy_hub-1.10.0.tar.gz.
File metadata
- Download URL: indy_hub-1.10.0.tar.gz
- Upload date:
- Size: 166.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74517f02d8d292d64eff32e2f183035f2bfccc32a445c40f791052a6274cb426
|
|
| MD5 |
4b2be95e3d8f5e5d31cd8d19d4e673e3
|
|
| BLAKE2b-256 |
3a110b72508339b98e1fa808e72b9a4816fa61b713d1a2ae0c7372c58de2102a
|
File details
Details for the file indy_hub-1.10.0-py3-none-any.whl.
File metadata
- Download URL: indy_hub-1.10.0-py3-none-any.whl
- Upload date:
- Size: 215.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06330cd422bad01ff048bdb2c5940f06b25892e13b53ef4924898e9fd237200e
|
|
| MD5 |
1ea74664e30f7e86c37bc21ffdaaefea
|
|
| BLAKE2b-256 |
0d05f6d5005fb22baee391f049a5eeb937dd2874264882557f29d574db2951aa
|