AllianceAuth Routing and Pathfinding
Project description
Routing for Alliance Auth
Routing is a pathfinding plugin for Alliance Auth.
Features
-
def route_path(source: int, destination: int, mode="p_shortest", algorithm="astar", edges: list = [], static_cache: bool = False) -> List[int]:
-
def route_length(source: int, destination: int, mode="p_shortest", algorithm="astar", edges: List = [], static_cache: bool = False ) -> int:
-
def systems_range(source: int, range: int, mode="p_shortest", edges: list = [], static_cache: bool = False) -> List:
-
A pregenerated optional Graph dict, to reduce DB load and processing for mass use, cannot guarantee accuracy without shipping new versions.
Implementations
Planned
AA Drifters AA Incursions
Installation
Routing is an App for Alliance Auth, Please make sure you have this installed. Routing is not a standalone Django Application
Step 1 - Install app
pip install aa-routing
Step 2 - Configure Auth settings
Configure your Auth settings (local.py
) as follows:
- Add
'routing'
toINSTALLED_APPS
- Add below lines to your settings file:
Step 3 - Maintain Alliance Auth
- Run migrations
python manage.py migrate
- Gather your staticfiles
python manage.py collectstatic
- Restart your project
supervisorctl restart myauth:
Step 4 - Configuration
In the Admin interface, visit routing
or <AUTH-URL>/admin/routing
Settings
Name | Description | Default |
---|
Contributing
Make sure you have signed the License Agreement by logging in at https://developers.eveonline.com before submitting any pull requests. All bug fixes or features must not include extra superfluous formatting changes.
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
File details
Details for the file aa_routing-0.2.2a0.tar.gz
.
File metadata
- Download URL: aa_routing-0.2.2a0.tar.gz
- Upload date:
- Size: 70.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019c38359556db792a0cf101f30e788313873f12edc742e3ee077254b36303e5 |
|
MD5 | 22870205d39b55686fc924afae680c1b |
|
BLAKE2b-256 | f9521c1512c74a14e0c9942fded26cd44c8c103352a701dd303fe79646b504f0 |
File details
Details for the file aa_routing-0.2.2a0-py3-none-any.whl
.
File metadata
- Download URL: aa_routing-0.2.2a0-py3-none-any.whl
- Upload date:
- Size: 77.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfab977a4513f2c81ec1bc3064a2d5c4aeeec2ec969822152ef68e179ffff67f |
|
MD5 | e9b6182878d0f441da195883a6e0a129 |
|
BLAKE2b-256 | 3f48711a2c1a8b50c6d3def618bdfdf2a304cd1f6b0e0f14bf3b6f177563388f |