aa-drifters


Nameaa-drifters JSON
Version 0.4.4a0 PyPI version JSON
download
home_pageNone
SummaryDrifter wormhole tracker/manager plugin for Alliance Auth.
upload_time2024-11-26 11:36:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords allianceauth eveonline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Drifters for Alliance Auth

Drifter wormhole tracker/manager plugin for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth/).

![License](https://img.shields.io/badge/license-MIT-green)
![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)

![python](https://img.shields.io/badge/python-3.8-informational)
![python](https://img.shields.io/badge/python-3.9-informational)
![python](https://img.shields.io/badge/python-3.10-informational)
![python](https://img.shields.io/badge/python-3.11-informational)

![django-4.0](https://img.shields.io/badge/django-4.0-informational)

## Features

- AA-Discordbot Cogs for recording the status of Jove Observatory systems and their contained Drifter holes
- Cogs for recalling this information in a few ways

## Planned Features

- P2P Mapping using known holes
- Possible Pathfinder Integration/sync? To investigate usefullness

## Installation

### Step 1 - Django Eve Universe

Drifters is an App for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth/), Please make sure you have this installed. Drifters is not a standalone Django Application

Drifters needs the App [django-eveuniverse](https://gitlab.com/ErikKalkoken/django-eveuniverse) to function. Please make sure it is installed before continuing.

### Step 2 - Install app

```shell
pip install aa-drifters
```

### Step 3 - Configure Auth settings

Configure your Auth settings (`local.py`) as follows:

- Add `'drifters'` to `INSTALLED_APPS`
- Add below lines to your settings file:

```python
## Settings for AA-Drifters
# Cleanup Task
CELERYBEAT_SCHEDULE['drifters_garbage_collection'] = {
    'task': 'drifters.tasks.garbage_collection',
    'schedule': crontab(minute='*/15', hour='*'),
}
```

### Step 4 - Maintain Alliance Auth

- Run migrations `python manage.py migrate`
- Gather your staticfiles `python manage.py collectstatic`
- Restart your project `supervisorctl restart myauth:`

### Step 5 - Pre-Load Django-EveUniverse

- `python manage.py eveuniverse_load_data map` This will load Regions, Constellations and Solar Systems

## Contributing

Make sure you have signed the [License Agreement](https://developers.eveonline.com/resource/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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aa-drifters",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "allianceauth, eveonline",
    "author": null,
    "author_email": "Joel Falknau <joel.falknau@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b7/7f/1bf748b8e7551f526c0f2eda2b3169d1f1fcd8b5da9097e79f418c30dd3e/aa_drifters-0.4.4a0.tar.gz",
    "platform": null,
    "description": "# Drifters for Alliance Auth\n\nDrifter wormhole tracker/manager plugin for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth/).\n\n![License](https://img.shields.io/badge/license-MIT-green)\n![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)\n\n![python](https://img.shields.io/badge/python-3.8-informational)\n![python](https://img.shields.io/badge/python-3.9-informational)\n![python](https://img.shields.io/badge/python-3.10-informational)\n![python](https://img.shields.io/badge/python-3.11-informational)\n\n![django-4.0](https://img.shields.io/badge/django-4.0-informational)\n\n## Features\n\n- AA-Discordbot Cogs for recording the status of Jove Observatory systems and their contained Drifter holes\n- Cogs for recalling this information in a few ways\n\n## Planned Features\n\n- P2P Mapping using known holes\n- Possible Pathfinder Integration/sync? To investigate usefullness\n\n## Installation\n\n### Step 1 - Django Eve Universe\n\nDrifters is an App for [Alliance Auth](https://gitlab.com/allianceauth/allianceauth/), Please make sure you have this installed. Drifters is not a standalone Django Application\n\nDrifters needs the App [django-eveuniverse](https://gitlab.com/ErikKalkoken/django-eveuniverse) to function. Please make sure it is installed before continuing.\n\n### Step 2 - Install app\n\n```shell\npip install aa-drifters\n```\n\n### Step 3 - Configure Auth settings\n\nConfigure your Auth settings (`local.py`) as follows:\n\n- Add `'drifters'` to `INSTALLED_APPS`\n- Add below lines to your settings file:\n\n```python\n## Settings for AA-Drifters\n# Cleanup Task\nCELERYBEAT_SCHEDULE['drifters_garbage_collection'] = {\n    'task': 'drifters.tasks.garbage_collection',\n    'schedule': crontab(minute='*/15', hour='*'),\n}\n```\n\n### Step 4 - Maintain Alliance Auth\n\n- Run migrations `python manage.py migrate`\n- Gather your staticfiles `python manage.py collectstatic`\n- Restart your project `supervisorctl restart myauth:`\n\n### Step 5 - Pre-Load Django-EveUniverse\n\n- `python manage.py eveuniverse_load_data map` This will load Regions, Constellations and Solar Systems\n\n## Contributing\n\nMake sure you have signed the [License Agreement](https://developers.eveonline.com/resource/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.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Drifter wormhole tracker/manager plugin for Alliance Auth.",
    "version": "0.4.4a0",
    "project_urls": {
        "Homepage": "https://gitlab.com/tactical-supremacy/aa-drifters",
        "Source": "https://gitlab.com/tactical-supremacy/aa-drifters",
        "Tracker": "https://gitlab.com/tactical-supremacy/aa-drifters/-/issues"
    },
    "split_keywords": [
        "allianceauth",
        " eveonline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a1f8c9cb4c561d9afc101abd9f8a319e9f7d1c6c5af9286ad646b0028d9189e",
                "md5": "5679855c77515f4b825e07692f0427c0",
                "sha256": "fd4fb059d106ff7e79c4bb44d6bfa1c8bf226b4119ff1bc3b1fffd6cfbe63d4e"
            },
            "downloads": -1,
            "filename": "aa_drifters-0.4.4a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5679855c77515f4b825e07692f0427c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 63864,
            "upload_time": "2024-11-26T11:36:12",
            "upload_time_iso_8601": "2024-11-26T11:36:12.384258Z",
            "url": "https://files.pythonhosted.org/packages/6a/1f/8c9cb4c561d9afc101abd9f8a319e9f7d1c6c5af9286ad646b0028d9189e/aa_drifters-0.4.4a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b77f1bf748b8e7551f526c0f2eda2b3169d1f1fcd8b5da9097e79f418c30dd3e",
                "md5": "9efd6d64aa177133a3ad10d318b74a0d",
                "sha256": "80da0f2fa26c096e0b518f03d385892b8ff5b8c60d053ef6390b51aa50a8d4a4"
            },
            "downloads": -1,
            "filename": "aa_drifters-0.4.4a0.tar.gz",
            "has_sig": false,
            "md5_digest": "9efd6d64aa177133a3ad10d318b74a0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 36126,
            "upload_time": "2024-11-26T11:36:14",
            "upload_time_iso_8601": "2024-11-26T11:36:14.071963Z",
            "url": "https://files.pythonhosted.org/packages/b7/7f/1bf748b8e7551f526c0f2eda2b3169d1f1fcd8b5da9097e79f418c30dd3e/aa_drifters-0.4.4a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 11:36:14",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "tactical-supremacy",
    "gitlab_project": "aa-drifters",
    "lcname": "aa-drifters"
}
        
Elapsed time: 0.82328s