Industry plugin app for Alliance Auth
This is an Industry plugin app for Alliance Auth (AA) that can be used as starting point to develop custom plugins.
Installation
Run the pip command to install
$ pip install aa-industry
add the industry app to settings.py under INSTALLED_APPS
run the migrations and collect static commands
$ python manage.py migrate
$ python manage.py collectstatic
Updating
Run the pip command to install
$ pip install -U aa-industry
or
$ pip install --upgrade aa-industry
run the migrations and collect static commands
$ python manage.py migrate
$ python manage.py collectstatic
Permissions
To make it visible to users or groups you must provide the industry.view_industry permission.
Scopes
The scopes required to see the industry jobs for the character and corporations are:
| Scope | Permission |
|---|---|
| esi-industry.read_character_jobs.v1 | Read Character Jobs |
| esi-industry.read_corporation_jobs.v1 | Read Corporation Jobs |
| esi-universe.read_structures.v1 | Read Structure information (to retrieve the names) |
Contribute
If you made a new app for AA please consider sharing it with the rest of the community. For any questions on how to share your app please contact the AA devs on their Discord. You find the current community creations here.
Release files for aa-industry 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aa_industry-0.2.2.tar.gz | 16.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aa_industry-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 48.4 kB
Release files / aa_industry-0.2.2.tar.gz
| Download URL | aa_industry-0.2.2.tar.gz |
|---|---|
| Size | 16.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
694e1113a552c92f9fa4cb1606aa46ebe7e49010137da0645441b7d2c5ae17e5
|
|
BLAKE2b-256 checksum How to use checksums |
8578f831c353b2f5b877f0be8e5a0281b825889a225acbcdd05c4284925962e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.7
|
Release files / aa_industry-0.2.2-py3-none-any.whl
| Download URL | aa_industry-0.2.2-py3-none-any.whl |
|---|---|
| Size | 32.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dc1a0075be7e7f5b80eed8ef8575fa610816f45bc77f4a9e03d9f4d8f8eae500
|
|
BLAKE2b-256 checksum How to use checksums |
3e34df92168f80b0901466f23f8522752af01d29ef43f3d12eb9c2b4be169f0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.7
|