A Skillfarm Tracker Module for Alliance Auth
Project description
Skillfarm module for AllianceAuth.
The Skillfarm Tracker Module for Alliance Auth tracks skill queues, sends notifications if skills finished and highlights them, making skill management easier for Skillfarms.
Features
- Graphical Design
- Characters Overview
- Skillfarm Information Sheet
- Filtered Skill Queue
- Filtered Skills
- Highlight finished Skills
- No Active Training hint
- Filter Skills for each Character
- Notification System
- Enable/Disable Characters
Installation
[!NOTE] AA Skillfarm needs at least Alliance Auth v4.6.0 Please make sure to update your Alliance Auth before you install this APP
Step 0 - Check dependencies are installed
- Skillfarm needs the app django-eveuniverse to function. Please make sure it is installed.
Step 1 - Install the Package
Make sure you're in your virtual environment (venv) of your Alliance Auth then install the pakage.
pip install aa-skillfarm
Step 2 - Configure Alliance Auth
Configure your Alliance Auth settings (local.py) as follows:
- Add
'skillfarm',toINSTALLED_APPS
Step 3 - Add the Scheduled Tasks
To set up the Scheduled Tasks add following code to your local.py
CELERYBEAT_SCHEDULE["skillfarm_update_all_skillfarm"] = {
"task": "skillfarm.tasks.update_all_skillfarm",
"schedule": crontab(minute="*/15"),
}
CELERYBEAT_SCHEDULE["skillfarm_check_skillfarm_notifications"] = {
"task": "skillfarm.tasks.check_skillfarm_notifications",
"schedule": crontab(minute=0, hour="*/24"),
}
CELERYBEAT_SCHEDULE["skillfarm_update_all_prices"] = {
"task": "skillfarm.tasks.update_all_prices",
"schedule": crontab(minute=0, hour="0"),
}
Step 3.1 - (Optional) Add own Logger File
To set up the Logger add following code to your local.py
Ensure that you have writing permission in logs folder.
LOGGING["handlers"]["skillfarm_file"] = {
"level": "INFO",
"class": "logging.handlers.RotatingFileHandler",
"filename": os.path.join(BASE_DIR, "log/skillfarm.log"),
"formatter": "verbose",
"maxBytes": 1024 * 1024 * 5,
"backupCount": 5,
}
LOGGING["loggers"]["extensions.skillfarm"] = {
"handlers": ["skillfarm_file"],
"level": "DEBUG",
}
Step 4 - Migration to AA
python manage.py collectstatic
python manage.py migrate
Step 4.1 - Create/Load Skillfarm Prices
python manage.py skillfarm_load_prices
Step 5 - Setting up Permissions
With the Following IDs you can set up the permissions for the Skillfarm
| ID | Description | |
|---|---|---|
basic_access |
Can access the Skillfarm module | All Members with the Permission can access the Skillfarm. |
corp_access |
Has access to all characters in the corporation. | Can see all Skillfarm Characters from own Corporation. |
admin_access |
Has access to all characters | Can see all Skillfarm Characters. |
Step 6 - (Optional) Setting up Compatibilies
The Following Settings can be setting up in the local.py
| Setting Name | Descriptioon | Default |
|---|---|---|
SKILLFARM_APP_NAME |
Set the name of the APP | "Skillfarm" |
SKILLFARM_PRICE_SOURCE_ID |
Set Station ID for fetching base prices. Default is Jita | 60003760 |
Advanced Settings: Stale Status for Each Section
- SKILLFARM_STALE_TYPES =
{ "skills": 30, "skillqueue": 30, }- Defines the stale status duration (in minutes) for each section.
Highlights
Translations
Help us translate this app into your language or improve existing translations. Join our team!"
Contributing
You want to improve the project? Please ensure you read the contribution guidelines
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 aa_skillfarm-1.0.0.tar.gz.
File metadata
- Download URL: aa_skillfarm-1.0.0.tar.gz
- Upload date:
- Size: 405.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dff1a1970f5900338d526f5c8a6a1c5b10f562d56fe06d8bb63baa24c1738f7
|
|
| MD5 |
0ccbee5968a4edb381454593ad068db0
|
|
| BLAKE2b-256 |
91e7239bc3364dbc2a45fefeaeeeb887aef132e0024e6d786cd172976d3cb713
|
Provenance
The following attestation bundles were made for aa_skillfarm-1.0.0.tar.gz:
Publisher:
release.yml on Geuthur/aa-skillfarm
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aa_skillfarm-1.0.0.tar.gz -
Subject digest:
4dff1a1970f5900338d526f5c8a6a1c5b10f562d56fe06d8bb63baa24c1738f7 - Sigstore transparency entry: 699351164
- Sigstore integration time:
-
Permalink:
Geuthur/aa-skillfarm@92d47cf743864e3383c9daecfe5f53d05621e454 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/Geuthur
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@92d47cf743864e3383c9daecfe5f53d05621e454 -
Trigger Event:
release
-
Statement type:
File details
Details for the file aa_skillfarm-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aa_skillfarm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 471.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
788254933566fdfee21cf9886311f030e684affe9a8b0c35a3bb749925a41408
|
|
| MD5 |
efa177ef3b9b4200bd17d755f945ef55
|
|
| BLAKE2b-256 |
17c49525a745a459e692a451a2dcdbac49cbaf135197b026940ac025f06113f7
|
Provenance
The following attestation bundles were made for aa_skillfarm-1.0.0-py3-none-any.whl:
Publisher:
release.yml on Geuthur/aa-skillfarm
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aa_skillfarm-1.0.0-py3-none-any.whl -
Subject digest:
788254933566fdfee21cf9886311f030e684affe9a8b0c35a3bb749925a41408 - Sigstore transparency entry: 699351169
- Sigstore integration time:
-
Permalink:
Geuthur/aa-skillfarm@92d47cf743864e3383c9daecfe5f53d05621e454 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/Geuthur
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@92d47cf743864e3383c9daecfe5f53d05621e454 -
Trigger Event:
release
-
Statement type: