Name | corpstatsII JSON |
Version |
1.1.9
JSON |
| download |
home_page | None |
Summary | Extended Corpstats module for AllianceAuth |
upload_time | 2025-07-15 13:40:50 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
allianceauth
corpstats
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
|
# CorpStats 2.0
## CorpStatsII fork
[This is a fork from the orginal CorpStat 2.0](https://github.com/Solar-Helix-Independent-Transport/allianceauth-corpstats-two)
To migrate from CorpStats to this fork, run the following
* source in your env.
```bash
pip uninstall aa-corpstats-two
pip install corpstatsII
```
* run migrations and static data
```bash
python /home/allianceserver/myauth/manage.py migrate
python /home/allianceserver/myauth/manage.py collectstatic --noinput
```
* restart auth
### Electric Boogaloo!
Extended Corpstats module for [AllianceAuth](https://gitlab.com/allianceauth/allianceauth) with some extra features around corp member tracking, and auth utilization.
Includes:
* Corp level views
* Corp Overview views
* Member Service activation stats
* Member Tracking
* Last Login and Duration
* Last known ship
Based on the hard work of:
* [Ariel Rin](https://gitlab.com/soratidus999/allianceauth/tree/new-corpstats)
* [Adarnof](https://github.com/Adarnof/allianceauth/tree/new_corpstats)
Previous Dev (all credits to him, for this app!):
* [AaronKable](https://github.com/pvyParts)
Active Devs:
* [Dejar Winter](https://github.com/DejarW/)
## Installation
1. Install the Repo `pip install corpstatsII`
2. Add `'corpstats',` to your `INSTALLED_APPS` in your projects `local.py`
3. run migrations and restart auth
3. setup your perms as documented below
## Permissions
If you are coming fromn the inbuilt module simply replace your perms from `corputils` with the matching `corpstats` perm
Perm | Admin Site | Auth Site
--- | --- | ---
corpstats view_corp_corpstats | None | Can view corp stats of their corporation.
corpstats view_alliance_corpstats | None | Can view corp stats of members of their alliance.
corpstats view_state_corpstats | None | Can view corp stats of members of their auth state.
corpstats view_all_corpstats | None | Can view all corp stats.
corpstats add_corpstat | Can create model | Can add new corpstats using an SSO token.
corpstats change_corpstat |Can edit model | None.
corpstats remove_corpstat | Can delete model | None.
## Usage
Is very well documented [here](https://allianceauth.readthedocs.io/en/latest/features/apps/corpstats.html?highlight=corpstats#creating-a-corp-stats)
## 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.
## Changes
1.1.9
* Support Alliance Auth => 4.0
1.1.0
* Added service activation information
* Modified alliance view to show all corpstats visible to a user
* updated to django-esi >= 2.0.0
* FA 5 update
1.0.4
* perms fixes
Raw data
{
"_id": null,
"home_page": null,
"name": "corpstatsII",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "allianceauth, corpstats",
"author": null,
"author_email": "Jan Winter <jan@mcwinter.org>",
"download_url": "https://files.pythonhosted.org/packages/a9/f7/05a882aa6365d678aa7036cb336228512f05a46044bb99184af6db0d2c4f/corpstatsii-1.1.9.tar.gz",
"platform": null,
"description": "# CorpStats 2.0\n\n## CorpStatsII fork\n[This is a fork from the orginal CorpStat 2.0](https://github.com/Solar-Helix-Independent-Transport/allianceauth-corpstats-two)\n\nTo migrate from CorpStats to this fork, run the following\n\n* source in your env.\n\n```bash\npip uninstall aa-corpstats-two\npip install corpstatsII\n```\n\n* run migrations and static data\n\n```bash\npython /home/allianceserver/myauth/manage.py migrate\npython /home/allianceserver/myauth/manage.py collectstatic --noinput\n```\n\n* restart auth\n\n\n### Electric Boogaloo!\n\nExtended Corpstats module for [AllianceAuth](https://gitlab.com/allianceauth/allianceauth) with some extra features around corp member tracking, and auth utilization.\n\nIncludes:\n * Corp level views\n * Corp Overview views\n * Member Service activation stats\n * Member Tracking\n * Last Login and Duration\n * Last known ship\n \nBased on the hard work of:\n * [Ariel Rin](https://gitlab.com/soratidus999/allianceauth/tree/new-corpstats)\n * [Adarnof](https://github.com/Adarnof/allianceauth/tree/new_corpstats)\n\nPrevious Dev (all credits to him, for this app!):\n* [AaronKable](https://github.com/pvyParts)\n\nActive Devs:\n* [Dejar Winter](https://github.com/DejarW/)\n \n## Installation\n 1. Install the Repo `pip install corpstatsII`\n 2. Add `'corpstats',` to your `INSTALLED_APPS` in your projects `local.py`\n 3. run migrations and restart auth\n 3. setup your perms as documented below\n\n## Permissions\nIf you are coming fromn the inbuilt module simply replace your perms from `corputils` with the matching `corpstats` perm\n\nPerm | Admin Site | Auth Site \n --- | --- | --- \ncorpstats view_corp_corpstats | None | Can view corp stats of their corporation.\ncorpstats view_alliance_corpstats | None | Can view corp stats of members of their alliance.\ncorpstats view_state_corpstats | None | Can view corp stats of members of their auth state.\ncorpstats view_all_corpstats | None | Can view all corp stats.\ncorpstats add_corpstat | Can create model | Can add new corpstats using an SSO token.\ncorpstats change_corpstat |Can edit model | None.\ncorpstats remove_corpstat | Can delete model | None.\n\n## Usage\nIs very well documented [here](https://allianceauth.readthedocs.io/en/latest/features/apps/corpstats.html?highlight=corpstats#creating-a-corp-stats)\n\n## Contributing\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## Changes\n1.1.9\n* Support Alliance Auth => 4.0\n\n1.1.0\n * Added service activation information\n * Modified alliance view to show all corpstats visible to a user\n * updated to django-esi >= 2.0.0\n * FA 5 update\n\n1.0.4 \n * perms fixes\n \n",
"bugtrack_url": null,
"license": null,
"summary": "Extended Corpstats module for AllianceAuth",
"version": "1.1.9",
"project_urls": {
"homepage": "https://github.com/DejarW/allianceauth-corpstats-two"
},
"split_keywords": [
"allianceauth",
" corpstats"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8317f87cb3b0d7dd30fcc7d8ac73681c1184dfceaea2f84e3b80aa8b4b7d7414",
"md5": "f531f0a168b0be902f5fb5ff61536c8d",
"sha256": "e530a08d06ee714d358825a20ae03708c8234413aa432b4b53f1d3f7e9e1e5e3"
},
"downloads": -1,
"filename": "corpstatsii-1.1.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f531f0a168b0be902f5fb5ff61536c8d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 30045,
"upload_time": "2025-07-15T13:40:48",
"upload_time_iso_8601": "2025-07-15T13:40:48.307979Z",
"url": "https://files.pythonhosted.org/packages/83/17/f87cb3b0d7dd30fcc7d8ac73681c1184dfceaea2f84e3b80aa8b4b7d7414/corpstatsii-1.1.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9f705a882aa6365d678aa7036cb336228512f05a46044bb99184af6db0d2c4f",
"md5": "69a2a7c89028564206fc7bbf7d794431",
"sha256": "26be774f67e4651c0e680831a14d40b6ac11971de973a66e586d13a25cf524ce"
},
"downloads": -1,
"filename": "corpstatsii-1.1.9.tar.gz",
"has_sig": false,
"md5_digest": "69a2a7c89028564206fc7bbf7d794431",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 24271,
"upload_time": "2025-07-15T13:40:50",
"upload_time_iso_8601": "2025-07-15T13:40:50.023463Z",
"url": "https://files.pythonhosted.org/packages/a9/f7/05a882aa6365d678aa7036cb336228512f05a46044bb99184af6db0d2c4f/corpstatsii-1.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 13:40:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DejarW",
"github_project": "allianceauth-corpstats-two",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"tox": true,
"lcname": "corpstatsii"
}