aa-intel-tool 1.1.3__tar.gz → 2.0.0b1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/.gitignore +2 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/PKG-INFO +31 -33
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/README.md +24 -30
- aa_intel_tool-2.0.0b1/aa_intel_tool/__init__.py +9 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/app_settings.py +32 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/auth_hooks.py +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/constants.py +0 -13
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/de/LC_MESSAGES/django.po +521 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/django.pot +505 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/es/LC_MESSAGES/django.po +525 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +508 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +506 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +503 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +517 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +144 -151
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +512 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +503 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/module/chatlist.py +17 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/module/dscan.py +36 -33
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/module/fleetcomp.py +11 -5
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +138 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +11 -11
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +24 -24
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +12 -12
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +49 -49
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +12 -12
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +18 -18
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +270 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +1 -1
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -0
- aa_intel_tool-2.0.0b1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/base.html +9 -4
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +1 -1
- aa_intel_tool-2.0.0b1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +3 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +21 -22
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +6 -5
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +2 -2
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +7 -7
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +2 -2
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +6 -6
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +4 -9
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_access.py +24 -13
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_auth_hooks.py +18 -12
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_parser.py +1 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_templatetags.py +2 -3
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/utils.py +14 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/views/general.py +3 -1
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/pyproject.toml +14 -3
- aa_intel_tool-1.1.3/aa_intel_tool/__init__.py +0 -14
- aa_intel_tool-1.1.3/aa_intel_tool/locale/de/LC_MESSAGES/django.po +0 -519
- aa_intel_tool-1.1.3/aa_intel_tool/locale/django.pot +0 -503
- aa_intel_tool-1.1.3/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-1.1.3/aa_intel_tool/locale/es/LC_MESSAGES/django.po +0 -521
- aa_intel_tool-1.1.3/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-1.1.3/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +0 -504
- aa_intel_tool-1.1.3/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +0 -504
- aa_intel_tool-1.1.3/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +0 -501
- aa_intel_tool-1.1.3/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +0 -515
- aa_intel_tool-1.1.3/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-1.1.3/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +0 -510
- aa_intel_tool-1.1.3/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-1.1.3/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +0 -501
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +0 -13
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -278
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -355
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -2
- aa_intel_tool-1.1.3/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -1
- aa_intel_tool-1.1.3/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -4
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/LICENSE +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/admin.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/apps.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/exceptions.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/form.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/helper/data_structure.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/helper/eve_character.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/migrations/0001_initial.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/migrations/0002_alter_scan_raw_data.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/migrations/__init__.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/models.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/__init__.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/general.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/parser/helper/db.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tasks.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/templatetags/__init__.py +0 -0
- /aa_intel_tool-1.1.3/aa_intel_tool/templatetags/inteltool_versioned_static.py → /aa_intel_tool-2.0.0b1/aa_intel_tool/templatetags/aa_intel_tool.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/__init__.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_admin.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_app_settings.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_models.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/urls.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/views/__init__.py +0 -0
- {aa_intel_tool-1.1.3 → aa_intel_tool-2.0.0b1}/aa_intel_tool/views/ajax.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0b1
|
|
4
4
|
Summary: A simple parser for D-Scans and more for Alliance Auth
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
|
|
@@ -687,7 +687,7 @@ License-File: LICENSE
|
|
|
687
687
|
Keywords: allianceauth,eveonline
|
|
688
688
|
Classifier: Environment :: Web Environment
|
|
689
689
|
Classifier: Framework :: Django
|
|
690
|
-
Classifier: Framework :: Django :: 4.
|
|
690
|
+
Classifier: Framework :: Django :: 4.2
|
|
691
691
|
Classifier: Intended Audience :: Developers
|
|
692
692
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
693
693
|
Classifier: Operating System :: OS Independent
|
|
@@ -697,12 +697,16 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
697
697
|
Classifier: Programming Language :: Python :: 3.9
|
|
698
698
|
Classifier: Programming Language :: Python :: 3.10
|
|
699
699
|
Classifier: Programming Language :: Python :: 3.11
|
|
700
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
700
701
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
701
702
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
702
703
|
Requires-Python: >=3.8
|
|
703
704
|
Requires-Dist: allianceauth-app-utils>=1.19.1
|
|
704
|
-
Requires-Dist: allianceauth>=
|
|
705
|
+
Requires-Dist: allianceauth>=4.0.0b1
|
|
705
706
|
Requires-Dist: django-eveuniverse>=1.3
|
|
707
|
+
Provides-Extra: tests-allianceauth-latest
|
|
708
|
+
Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
|
|
709
|
+
Requires-Dist: django-webtest; extra == 'tests-allianceauth-latest'
|
|
706
710
|
Description-Content-Type: text/markdown
|
|
707
711
|
|
|
708
712
|
# AA Intel Tool<a name="aa-intel-tool"></a>
|
|
@@ -755,15 +759,6 @@ ______________________________________________________________________
|
|
|
755
759
|
|
|
756
760
|
______________________________________________________________________
|
|
757
761
|
|
|
758
|
-
> **Note**
|
|
759
|
-
>
|
|
760
|
-
> This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
|
|
761
|
-
> installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
|
|
762
|
-
> updated yet.
|
|
763
|
-
>
|
|
764
|
-
> **Please make sure to update Allianceauth to version 3.6.1 or higher before you
|
|
765
|
-
> install this app to avoid any complications.**
|
|
766
|
-
|
|
767
762
|
## Overview<a name="overview"></a>
|
|
768
763
|
|
|
769
764
|
### Features<a name="features"></a>
|
|
@@ -790,18 +785,21 @@ See [Settings](#settings) section for details.
|
|
|
790
785
|
|
|
791
786
|
## Installation<a name="installation"></a>
|
|
792
787
|
|
|
793
|
-
>
|
|
788
|
+
> \[!NOTE\]
|
|
794
789
|
>
|
|
795
|
-
>
|
|
790
|
+
> **AA Intel Tool needs at least Alliance Auth v4.0.0!**
|
|
796
791
|
>
|
|
797
|
-
>
|
|
798
|
-
>
|
|
799
|
-
>
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
792
|
+
> Please make sure to update your Alliance Auth instance _before_ you install this
|
|
793
|
+
> module or update to the latest version, otherwise an update to Alliance Auth will
|
|
794
|
+
> be pulled in unsupervised.
|
|
795
|
+
|
|
796
|
+
**Important**: Please make sure you meet all preconditions before you proceed:
|
|
797
|
+
|
|
798
|
+
- AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
|
|
799
|
+
already, please install it first before proceeding. (see the official
|
|
800
|
+
[Alliance Auth installation guide] for details)
|
|
801
|
+
- AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
|
|
802
|
+
before continuing.
|
|
805
803
|
|
|
806
804
|
### Step 1: Install the Package<a name="step-1-install-the-package"></a>
|
|
807
805
|
|
|
@@ -926,14 +924,14 @@ your `local.py`.
|
|
|
926
924
|
> Enable the chat scan module at your own risk. This module has the potential to
|
|
927
925
|
> generate a huge number of ESI calls, which CCP might not be too happy about.
|
|
928
926
|
|
|
929
|
-
| Name | Description
|
|
930
|
-
| :-------------------------------- |
|
|
931
|
-
| INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module.
|
|
932
|
-
| INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module.
|
|
933
|
-
| INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module.
|
|
934
|
-
| INTELTOOL_SCAN_RETENTION_TIME | Set the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely.
|
|
935
|
-
| INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable.
|
|
936
|
-
| INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans
|
|
927
|
+
| Name | Description | Default |
|
|
928
|
+
| :-------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- | :------ |
|
|
929
|
+
| INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module. | False |
|
|
930
|
+
| INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module. | True |
|
|
931
|
+
| INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module. | True |
|
|
932
|
+
| INTELTOOL_SCAN_RETENTION_TIME | Set the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely. | 30 |
|
|
933
|
+
| INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
|
|
934
|
+
| INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans.<br/>This defines the size of the grid in km in which ships and structures are considered to be "on grid" | 10000 |
|
|
937
935
|
|
|
938
936
|
> **Note**
|
|
939
937
|
>
|
|
@@ -988,9 +986,9 @@ Please make sure to read the [Contribution Guidelines].\
|
|
|
988
986
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
989
987
|
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
990
988
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
991
|
-
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
|
|
992
|
-
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
|
|
993
|
-
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
|
|
989
|
+
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/chat-scan.jpg "Chat Scan Module"
|
|
990
|
+
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/d-scan.jpg "D-Scan Module"
|
|
991
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/fleet-composition.jpg "Fleet Composition Module"
|
|
994
992
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
995
993
|
[pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
|
|
996
994
|
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
@@ -48,15 +48,6 @@ ______________________________________________________________________
|
|
|
48
48
|
|
|
49
49
|
______________________________________________________________________
|
|
50
50
|
|
|
51
|
-
> **Note**
|
|
52
|
-
>
|
|
53
|
-
> This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
|
|
54
|
-
> installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
|
|
55
|
-
> updated yet.
|
|
56
|
-
>
|
|
57
|
-
> **Please make sure to update Allianceauth to version 3.6.1 or higher before you
|
|
58
|
-
> install this app to avoid any complications.**
|
|
59
|
-
|
|
60
51
|
## Overview<a name="overview"></a>
|
|
61
52
|
|
|
62
53
|
### Features<a name="features"></a>
|
|
@@ -83,18 +74,21 @@ See [Settings](#settings) section for details.
|
|
|
83
74
|
|
|
84
75
|
## Installation<a name="installation"></a>
|
|
85
76
|
|
|
86
|
-
>
|
|
77
|
+
> \[!NOTE\]
|
|
87
78
|
>
|
|
88
|
-
>
|
|
79
|
+
> **AA Intel Tool needs at least Alliance Auth v4.0.0!**
|
|
89
80
|
>
|
|
90
|
-
>
|
|
91
|
-
>
|
|
92
|
-
>
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
81
|
+
> Please make sure to update your Alliance Auth instance _before_ you install this
|
|
82
|
+
> module or update to the latest version, otherwise an update to Alliance Auth will
|
|
83
|
+
> be pulled in unsupervised.
|
|
84
|
+
|
|
85
|
+
**Important**: Please make sure you meet all preconditions before you proceed:
|
|
86
|
+
|
|
87
|
+
- AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
|
|
88
|
+
already, please install it first before proceeding. (see the official
|
|
89
|
+
[Alliance Auth installation guide] for details)
|
|
90
|
+
- AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
|
|
91
|
+
before continuing.
|
|
98
92
|
|
|
99
93
|
### Step 1: Install the Package<a name="step-1-install-the-package"></a>
|
|
100
94
|
|
|
@@ -219,14 +213,14 @@ your `local.py`.
|
|
|
219
213
|
> Enable the chat scan module at your own risk. This module has the potential to
|
|
220
214
|
> generate a huge number of ESI calls, which CCP might not be too happy about.
|
|
221
215
|
|
|
222
|
-
| Name | Description
|
|
223
|
-
| :-------------------------------- |
|
|
224
|
-
| INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module.
|
|
225
|
-
| INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module.
|
|
226
|
-
| INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module.
|
|
227
|
-
| INTELTOOL_SCAN_RETENTION_TIME | Set the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely.
|
|
228
|
-
| INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable.
|
|
229
|
-
| INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans
|
|
216
|
+
| Name | Description | Default |
|
|
217
|
+
| :-------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- | :------ |
|
|
218
|
+
| INTELTOOL_ENABLE_MODULE_CHATSCAN | Enable or disable the chat scan module. | False |
|
|
219
|
+
| INTELTOOL_ENABLE_MODULE_DSCAN | Enable or disable the d-scan module. | True |
|
|
220
|
+
| INTELTOOL_ENABLE_MODULE_FLEETCOMP | Enable or disable the fleet composition module. | True |
|
|
221
|
+
| INTELTOOL_SCAN_RETENTION_TIME | Set the time in days for how long the scans will be kept in the database. Set to 0 to keep scans indefinitely. | 30 |
|
|
222
|
+
| INTELTOOL_CHATSCAN_MAX_PILOTS | Set the limit of pilots for chat scans, since these can take quite a long time to process. Set to 0 to disable. | 500 |
|
|
223
|
+
| INTELTOOL_DSCAN_GRID_SIZE | Set the grid size for D-Scans.<br/>This defines the size of the grid in km in which ships and structures are considered to be "on grid" | 10000 |
|
|
230
224
|
|
|
231
225
|
> **Note**
|
|
232
226
|
>
|
|
@@ -281,9 +275,9 @@ Please make sure to read the [Contribution Guidelines].\
|
|
|
281
275
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
282
276
|
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
283
277
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
284
|
-
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
|
|
285
|
-
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
|
|
286
|
-
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
|
|
278
|
+
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/chat-scan.jpg "Chat Scan Module"
|
|
279
|
+
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/d-scan.jpg "D-Scan Module"
|
|
280
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/fleet-composition.jpg "Fleet Composition Module"
|
|
287
281
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
288
282
|
[pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
|
|
289
283
|
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
@@ -2,11 +2,23 @@
|
|
|
2
2
|
App settings
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
+
# Standard Library
|
|
6
|
+
from enum import IntEnum
|
|
7
|
+
|
|
8
|
+
# Alliance Auth
|
|
9
|
+
from allianceauth.services.hooks import get_extension_logger
|
|
10
|
+
|
|
5
11
|
# Alliance Auth (External Libs)
|
|
6
12
|
from app_utils.app_settings import clean_setting
|
|
13
|
+
from app_utils.logging import LoggerAddTag
|
|
14
|
+
|
|
15
|
+
# AA Intel Tool
|
|
16
|
+
from aa_intel_tool import __title__
|
|
17
|
+
|
|
18
|
+
logger = LoggerAddTag(my_logger=get_extension_logger(name=__name__), prefix=__title__)
|
|
7
19
|
|
|
8
20
|
|
|
9
|
-
class AppSettings:
|
|
21
|
+
class AppSettings:
|
|
10
22
|
"""
|
|
11
23
|
App settings from local.py
|
|
12
24
|
"""
|
|
@@ -50,3 +62,22 @@ class AppSettings: # pylint: disable=too-few-public-methods
|
|
|
50
62
|
INTELTOOL_DSCAN_GRID_SIZE = clean_setting(
|
|
51
63
|
name="INTELTOOL_DSCAN_GRID_SIZE", default_value=10000, required_type=int
|
|
52
64
|
)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
class AdditionalEveCategoryId(IntEnum):
|
|
68
|
+
"""
|
|
69
|
+
Eve category IDs which are not covered by Eve Universe
|
|
70
|
+
Unfortunately Python doesn't allow to extend eveuniverse.constants.EveCategoryId
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
DEPLOYABLE = 22
|
|
74
|
+
STARBASE = 23
|
|
75
|
+
SCANNER_PROBE = 479
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
class UpwellStructureId(IntEnum):
|
|
79
|
+
"""
|
|
80
|
+
Upwell Structure IDs
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
ANSIBLEX_JUMP_GATE = 35841
|
|
@@ -20,7 +20,7 @@ class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-metho
|
|
|
20
20
|
MenuItemHook.__init__(
|
|
21
21
|
self,
|
|
22
22
|
text=__title__,
|
|
23
|
-
classes="
|
|
23
|
+
classes="fa-solid fa-clipboard-list",
|
|
24
24
|
url_name="aa_intel_tool:intel_tool_index",
|
|
25
25
|
navactive=["aa_intel_tool:"],
|
|
26
26
|
)
|
|
@@ -4,7 +4,6 @@ App constants
|
|
|
4
4
|
|
|
5
5
|
# Standard Library
|
|
6
6
|
import re
|
|
7
|
-
from enum import IntEnum
|
|
8
7
|
|
|
9
8
|
# Django
|
|
10
9
|
from django.utils.text import slugify
|
|
@@ -35,17 +34,6 @@ distance_units_off_grid: str = """
|
|
|
35
34
|
distance_units = f"{distance_units_on_grid}|{distance_units_off_grid}"
|
|
36
35
|
|
|
37
36
|
|
|
38
|
-
class AdditionalEveCategoryId(IntEnum):
|
|
39
|
-
"""
|
|
40
|
-
Eve category IDs which are not covered by Eve Universe
|
|
41
|
-
Unfortunately Python doesn't allow to extend eveuniverse.constants.EveCategoryId
|
|
42
|
-
"""
|
|
43
|
-
|
|
44
|
-
DEPLOYABLE = 22
|
|
45
|
-
STARBASE = 23
|
|
46
|
-
SCANNER_PROBE = 479
|
|
47
|
-
|
|
48
|
-
|
|
49
37
|
# Pre-compiled regex patterns used throughout the app
|
|
50
38
|
REGEX_PATTERN = {
|
|
51
39
|
"chatlist": re.compile(pattern=r"(?im)^[a-zA-Z0-9\u0080-\uFFFF -_]{3,37}$"),
|
|
@@ -64,7 +52,6 @@ REGEX_PATTERN = {
|
|
|
64
52
|
),
|
|
65
53
|
}
|
|
66
54
|
|
|
67
|
-
|
|
68
55
|
# Supported intel types and their parameters
|
|
69
56
|
SUPPORTED_INTEL_TYPES = {
|
|
70
57
|
"chatlist": {
|