Name | skyhook-timer JSON |
Version |
0.0.48
JSON |
| download |
home_page | None |
Summary | A Skyhook Timer app for Alliance Auth. |
upload_time | 2024-12-04 16:30:02 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | Copyright 2024 Kjel Pettenger-Willey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
allianceauth
eve-online
skyhook
timers
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# skyhook-app
Alliance Auth (https://allianceauth.readthedocs.io/en/v4.4.2/index.html) plugin for tracking Skyhook timers
https://pypi.org/project/skyhook-timer/
## Installation
### 1 - Install app
Install into your Alliance Auth virtual environment from PyPI:
```bash
pip install skyhook-timer
```
### 2 - Configure AA settings
Add `'skyhook_timer'` to `INSTALLED_APPS`
### 3 - Finalize installation into AA
Run migrations & copy static files
```bash
python manage.py migrate
python manage.py collectstatic
```
Restart your supervisor services for AA
### 4 - Setup permissions
Now you can access Alliance Auth and setup permissions for your users. See below
## Permissions
This is an overview of all permissions used by this app:
Name | Purpose | Code
-- | -- | --
Can add skyhook timer | Can create a unique skyhook timer with system/planet and time. If the system/planet timer exists already it overwrites | add_skyhooktimer
Can change skyhook timer | Edit existing skyhook timers | change_skyhooktimer
Can delete skyhook timer | Removes a skyhook timer from the list | delete_skyhooktimer
Can view skyhook timer | Allows viewing of the nav menu link, and rendering of the skyhook timer page. This should be added to all users/members/states/groups that should be able to view skyhook timers | view_skyhooktimer
# CHANGELOG
### 0.0.43
- Limited stable release
Raw data
{
"_id": null,
"home_page": null,
"name": "skyhook-timer",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "allianceauth, eve-online, skyhook, timers",
"author": null,
"author_email": "kjelpw <kjelpw@protonmail.com>",
"download_url": "https://files.pythonhosted.org/packages/99/ac/9633d96e8105384eb3a0824e0fda981ac681340a3495f1d07b738abf6ab1/skyhook_timer-0.0.48.tar.gz",
"platform": null,
"description": "# skyhook-app\nAlliance Auth (https://allianceauth.readthedocs.io/en/v4.4.2/index.html) plugin for tracking Skyhook timers\n\nhttps://pypi.org/project/skyhook-timer/\n\n\n## Installation\n\n### 1 - Install app\n\nInstall into your Alliance Auth virtual environment from PyPI:\n\n```bash\npip install skyhook-timer\n```\n\n### 2 - Configure AA settings\n\nAdd `'skyhook_timer'` to `INSTALLED_APPS`\n\n### 3 - Finalize installation into AA\n\nRun migrations & copy static files\n\n```bash\npython manage.py migrate\npython manage.py collectstatic\n```\n\nRestart your supervisor services for AA\n\n### 4 - Setup permissions\n\nNow you can access Alliance Auth and setup permissions for your users. See below\n\n## Permissions\n\nThis is an overview of all permissions used by this app:\n\nName | Purpose | Code\n-- | -- | --\nCan add skyhook timer | Can create a unique skyhook timer with system/planet and time. If the system/planet timer exists already it overwrites | add_skyhooktimer\nCan change skyhook timer | Edit existing skyhook timers | change_skyhooktimer\nCan delete skyhook timer | Removes a skyhook timer from the list | delete_skyhooktimer\nCan view skyhook timer | Allows viewing of the nav menu link, and rendering of the skyhook timer page. This should be added to all users/members/states/groups that should be able to view skyhook timers | view_skyhooktimer\n\n# CHANGELOG\n\n### 0.0.43\n- Limited stable release\n",
"bugtrack_url": null,
"license": "Copyright 2024 Kjel Pettenger-Willey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A Skyhook Timer app for Alliance Auth.",
"version": "0.0.48",
"project_urls": {
"Homepage": "https://github.com/kjelpw/skyhook-app",
"Source": "https://github.com/kjelpw/skyhook-app"
},
"split_keywords": [
"allianceauth",
" eve-online",
" skyhook",
" timers"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "708fc20c11b62faebfa811dc6c9ef04d9cf7e3e7da4237d5348957a4cd2604b6",
"md5": "851667d2e766481a093bc09eaa823136",
"sha256": "6db97910009e67b0165fc15de5a3e82121cc9ae41360d90b553d7190f4ef9cab"
},
"downloads": -1,
"filename": "skyhook_timer-0.0.48-py3-none-any.whl",
"has_sig": false,
"md5_digest": "851667d2e766481a093bc09eaa823136",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9172,
"upload_time": "2024-12-04T16:29:59",
"upload_time_iso_8601": "2024-12-04T16:29:59.062697Z",
"url": "https://files.pythonhosted.org/packages/70/8f/c20c11b62faebfa811dc6c9ef04d9cf7e3e7da4237d5348957a4cd2604b6/skyhook_timer-0.0.48-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99ac9633d96e8105384eb3a0824e0fda981ac681340a3495f1d07b738abf6ab1",
"md5": "b7d0422a3a00322663750591b6445dff",
"sha256": "7ae04a2eb111c68abb5dc33d57376110af83994fdf6e159c32e353d1a8db4192"
},
"downloads": -1,
"filename": "skyhook_timer-0.0.48.tar.gz",
"has_sig": false,
"md5_digest": "b7d0422a3a00322663750591b6445dff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7654,
"upload_time": "2024-12-04T16:30:02",
"upload_time_iso_8601": "2024-12-04T16:30:02.360100Z",
"url": "https://files.pythonhosted.org/packages/99/ac/9633d96e8105384eb3a0824e0fda981ac681340a3495f1d07b738abf6ab1/skyhook_timer-0.0.48.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 16:30:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kjelpw",
"github_project": "skyhook-app",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "skyhook-timer"
}