aa-drifters


Nameaa-drifters JSON
Version 0.4.2a0 PyPI version JSON
download
home_page
SummaryDrifter wormhole tracker/manager plugin for Alliance Auth.
upload_time2023-11-15 02:32:06
maintainer
docs_urlNone
author
requires_python>=3.8
license
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": "",
    "name": "aa-drifters",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "allianceauth,eveonline",
    "author": "",
    "author_email": "Joel Falknau <joel.falknau@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/fe/ab1b35b3b2e77d6599989901d74e6274a5b21f86d8b81c2a451c48c035d7/aa_drifters-0.4.2a0.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": "",
    "summary": "Drifter wormhole tracker/manager plugin for Alliance Auth.",
    "version": "0.4.2a0",
    "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": "cdff029a457138528643dc59e9f786a8bb8ef800d45998eab2133578c1b3cb22",
                "md5": "6a3c60726f35f7efd79d26122f2eab8c",
                "sha256": "c2ac33d2efaa3cfd03a68c3219176c79e96a0498ae020d24c230774b64ede481"
            },
            "downloads": -1,
            "filename": "aa_drifters-0.4.2a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a3c60726f35f7efd79d26122f2eab8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 62068,
            "upload_time": "2023-11-15T02:32:04",
            "upload_time_iso_8601": "2023-11-15T02:32:04.695744Z",
            "url": "https://files.pythonhosted.org/packages/cd/ff/029a457138528643dc59e9f786a8bb8ef800d45998eab2133578c1b3cb22/aa_drifters-0.4.2a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54feab1b35b3b2e77d6599989901d74e6274a5b21f86d8b81c2a451c48c035d7",
                "md5": "e0cc4a26e5b9208321ff568b2f7818fe",
                "sha256": "c4fc4eadb0bb72759923fa8ecca9fea7302a73148f522ffafb2d079674cc85cd"
            },
            "downloads": -1,
            "filename": "aa_drifters-0.4.2a0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0cc4a26e5b9208321ff568b2f7818fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 35598,
            "upload_time": "2023-11-15T02:32:06",
            "upload_time_iso_8601": "2023-11-15T02:32:06.274826Z",
            "url": "https://files.pythonhosted.org/packages/54/fe/ab1b35b3b2e77d6599989901d74e6274a5b21f86d8b81c2a451c48c035d7/aa_drifters-0.4.2a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 02:32:06",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "tactical-supremacy",
    "gitlab_project": "aa-drifters",
    "lcname": "aa-drifters"
}
        
Elapsed time: 0.14609s