aa-intel-tool 2.5.2__tar.gz → 2.6.1__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.
Files changed (164) hide show
  1. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/PKG-INFO +7 -6
  2. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/README.md +3 -3
  3. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/__init__.py +1 -1
  4. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/app_settings.py +16 -1
  5. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/constants.py +13 -5
  6. aa_intel_tool-2.6.1/aa_intel_tool/helper/static_files.py +42 -0
  7. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +20 -109
  8. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +82 -128
  9. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/django.pot +11 -84
  10. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +23 -107
  11. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +83 -127
  12. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +18 -104
  13. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +18 -104
  14. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +78 -116
  15. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +18 -104
  16. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +20 -109
  17. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +83 -130
  18. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.po +19 -106
  19. aa_intel_tool-2.6.1/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  20. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +72 -116
  21. aa_intel_tool-2.6.1/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  22. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +27 -111
  23. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +1 -0
  24. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -0
  25. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
  26. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +7 -7
  27. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -0
  28. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
  29. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +1 -0
  30. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -0
  31. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
  32. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +18 -18
  33. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -0
  34. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
  35. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +28 -2
  36. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
  37. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
  38. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +41 -8
  39. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
  40. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
  41. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +5 -5
  42. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  43. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
  44. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +82 -0
  45. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -0
  46. aa_intel_tool-2.6.1/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
  47. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/base.html +59 -0
  48. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html +3 -0
  49. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +8 -0
  50. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +3 -0
  51. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-highlight-js.html +3 -0
  52. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +6 -0
  53. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +11 -0
  54. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html +3 -0
  55. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +3 -0
  56. aa_intel_tool-2.6.1/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html +3 -0
  57. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +3 -3
  58. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +3 -3
  59. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +3 -3
  60. aa_intel_tool-2.6.1/aa_intel_tool/templatetags/aa_intel_tool.py +88 -0
  61. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_app_settings.py +30 -2
  62. aa_intel_tool-2.6.1/aa_intel_tool/tests/test_templatetags.py +103 -0
  63. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/pyproject.toml +1 -1
  64. aa_intel_tool-2.5.2/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  65. aa_intel_tool-2.5.2/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  66. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +0 -2
  67. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -1
  68. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -2
  69. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -1
  70. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -2
  71. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -1
  72. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -2
  73. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -1
  74. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -2
  75. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -1
  76. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -2
  77. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -1
  78. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -1
  79. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -18
  80. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -2
  81. aa_intel_tool-2.5.2/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -1
  82. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/base.html +0 -27
  83. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -5
  84. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -3
  85. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -5
  86. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +0 -10
  87. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -46
  88. aa_intel_tool-2.5.2/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -3
  89. aa_intel_tool-2.5.2/aa_intel_tool/templatetags/aa_intel_tool.py +0 -26
  90. aa_intel_tool-2.5.2/aa_intel_tool/tests/test_templatetags.py +0 -37
  91. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/.gitignore +0 -0
  92. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/LICENSE +0 -0
  93. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/admin.py +0 -0
  94. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/apps.py +0 -0
  95. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/auth_hooks.py +0 -0
  96. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/exceptions.py +0 -0
  97. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/form.py +0 -0
  98. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/helper/data_structure.py +0 -0
  99. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/helper/eve_character.py +0 -0
  100. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  101. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  102. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  103. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  104. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  105. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  106. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  107. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  108. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  109. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  110. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/locale/sk/LC_MESSAGES/django.mo +0 -0
  111. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
  112. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/0001_initial.py +0 -0
  113. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/0002_alter_scan_raw_data.py +0 -0
  114. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/migrations/__init__.py +0 -0
  115. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/models.py +0 -0
  116. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/__init__.py +0 -0
  117. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/general.py +0 -0
  118. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/helper/db.py +0 -0
  119. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/chatlist.py +0 -0
  120. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/dscan.py +0 -0
  121. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/parser/module/fleetcomp.py +0 -0
  122. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
  123. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -0
  124. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -0
  125. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -0
  126. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tasks.py +0 -0
  127. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
  128. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
  129. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +0 -0
  130. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
  131. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -0
  132. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -0
  133. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -0
  134. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
  135. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
  136. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
  137. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
  138. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
  139. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
  140. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
  141. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
  142. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
  143. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
  144. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
  145. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/templatetags/__init__.py +0 -0
  146. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/__init__.py +0 -0
  147. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
  148. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
  149. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
  150. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
  151. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
  152. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
  153. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_access.py +0 -0
  154. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_admin.py +0 -0
  155. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_auth_hooks.py +0 -0
  156. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
  157. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_models.py +0 -0
  158. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_parser.py +0 -0
  159. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
  160. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/tests/utils.py +0 -0
  161. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/urls.py +0 -0
  162. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/views/__init__.py +0 -0
  163. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/views/ajax.py +0 -0
  164. {aa_intel_tool-2.5.2 → aa_intel_tool-2.6.1}/aa_intel_tool/views/general.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: aa-intel-tool
3
- Version: 2.5.2
3
+ Version: 2.6.1
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
@@ -683,6 +683,7 @@ License: GNU GENERAL PUBLIC LICENSE
683
683
  the library. If this is what you want to do, use the GNU Lesser General
684
684
  Public License instead of this License. But first, please read
685
685
  <https://www.gnu.org/licenses/why-not-lgpl.html>.
686
+ License-File: LICENSE
686
687
  Keywords: allianceauth,eveonline
687
688
  Classifier: Environment :: Web Environment
688
689
  Classifier: Framework :: Django
@@ -700,7 +701,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
700
701
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
701
702
  Requires-Python: >=3.10
702
703
  Requires-Dist: allianceauth-app-utils>=1.19.1
703
- Requires-Dist: allianceauth<5,>=4.3.1
704
+ Requires-Dist: allianceauth<5,>=4.6
704
705
  Requires-Dist: django-eveuniverse>=1.3
705
706
  Provides-Extra: tests-allianceauth-latest
706
707
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -985,9 +986,9 @@ Please make sure to read the [Contribution Guidelines].\
985
986
  [code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
986
987
  [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
987
988
  [eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
988
- [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/chat-scan.jpg "Chat Scan Module"
989
- [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/d-scan.jpg "D-Scan Module"
990
- [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/fleet-composition.jpg "Fleet Composition Module"
989
+ [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/chat-scan.jpg "Chat Scan Module"
990
+ [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/d-scan.jpg "D-Scan Module"
991
+ [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/fleet-composition.jpg "Fleet Composition Module"
991
992
  [ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
992
993
  [pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
993
994
  [support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
@@ -276,9 +276,9 @@ Please make sure to read the [Contribution Guidelines].\
276
276
  [code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
277
277
  [contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
278
278
  [eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
279
- [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/chat-scan.jpg "Chat Scan Module"
280
- [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/d-scan.jpg "D-Scan Module"
281
- [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/representation/fleet-composition.jpg "Fleet Composition Module"
279
+ [image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/chat-scan.jpg "Chat Scan Module"
280
+ [image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/d-scan.jpg "D-Scan Module"
281
+ [image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/presentation/fleet-composition.jpg "Fleet Composition Module"
282
282
  [ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
283
283
  [pre-commit.ci status]: https://results.pre-commit.ci/latest/github/ppfeufer/aa-intel-tool/master "pre-commit.ci"
284
284
  [support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.5.2"
8
+ __version__ = "2.6.1"
9
9
  __title__ = _("Intel Parser")
@@ -4,6 +4,10 @@ App settings
4
4
 
5
5
  # Standard Library
6
6
  from enum import IntEnum
7
+ from re import RegexFlag
8
+
9
+ # Django
10
+ from django.conf import settings
7
11
 
8
12
  # Alliance Auth
9
13
  from allianceauth.services.hooks import get_extension_logger
@@ -57,7 +61,7 @@ class AppSettings:
57
61
  )
58
62
 
59
63
  # Set the grid size for D-Scans.
60
- # This defines the size of teh grid in which ships and
64
+ # This defines the size of the grid in which ships and
61
65
  # structure are considered to be "on grid"
62
66
  INTELTOOL_DSCAN_GRID_SIZE = clean_setting(
63
67
  name="INTELTOOL_DSCAN_GRID_SIZE", default_value=10000, required_type=int
@@ -81,3 +85,14 @@ class UpwellStructureId(IntEnum):
81
85
  """
82
86
 
83
87
  ANSIBLEX_JUMP_GATE = 35841
88
+
89
+
90
+ def debug_enabled() -> RegexFlag:
91
+ """
92
+ Check if DEBUG is enabled
93
+
94
+ :return:
95
+ :rtype:
96
+ """
97
+
98
+ return settings.DEBUG
@@ -3,12 +3,15 @@ App constants
3
3
  """
4
4
 
5
5
  # Standard Library
6
+ import os
6
7
  import re
7
8
 
8
9
  # Django
9
- from django.utils.text import slugify
10
10
  from django.utils.translation import gettext_lazy as _
11
11
 
12
+ # Alliance Auth
13
+ from esi import __version__ as esi_version
14
+
12
15
  # AA Intel Tool
13
16
  import aa_intel_tool.parser.module.chatlist
14
17
  import aa_intel_tool.parser.module.dscan
@@ -76,7 +79,12 @@ SUPPORTED_INTEL_TYPES = {
76
79
 
77
80
 
78
81
  # Building our user agent for ESI calls
79
- VERBOSE_NAME = "AA Intel Tool"
80
- verbose_name_slugified: str = slugify(VERBOSE_NAME, allow_unicode=True)
81
- github_url: str = "https://github.com/ppfeufer/aa-intel-tool"
82
- USER_AGENT = f"{verbose_name_slugified} v{__version__} {github_url}"
82
+ APP_NAME = "aa-intel-tool"
83
+ PACKAGE_NAME = "aa_intel_tool"
84
+ APP_VERBOSE_NAME = "AA Intel Tool"
85
+ APP_VERBOSE_NAME_USERAGENT = "AA-Intel-Tool"
86
+ GITHUB_URL = f"https://github.com/ppfeufer/{APP_NAME}"
87
+ USER_AGENT = f"{APP_VERBOSE_NAME_USERAGENT}/{__version__} (+{GITHUB_URL}) Django-ESI/{esi_version}"
88
+
89
+ APP_BASE_DIR = os.path.join(os.path.dirname(__file__))
90
+ APP_STATIC_DIR = os.path.join(APP_BASE_DIR, "static", PACKAGE_NAME)
@@ -0,0 +1,42 @@
1
+ """
2
+ Helper functions for static integrity calculations
3
+ """
4
+
5
+ # Standard Library
6
+ import os
7
+ from pathlib import Path
8
+
9
+ # Third Party
10
+ from sri import Algorithm, calculate_integrity
11
+
12
+ # Alliance Auth
13
+ from allianceauth.services.hooks import get_extension_logger
14
+
15
+ # Alliance Auth (External Libs)
16
+ from app_utils.logging import LoggerAddTag
17
+
18
+ # AA Intel Tool
19
+ from aa_intel_tool import __title__
20
+ from aa_intel_tool.constants import APP_STATIC_DIR
21
+
22
+ logger = LoggerAddTag(my_logger=get_extension_logger(__name__), prefix=__title__)
23
+
24
+
25
+ def calculate_integrity_hash(relative_file_path: str) -> str:
26
+ """
27
+ Calculates the integrity hash for a given static file
28
+
29
+ :param self:
30
+ :type self:
31
+ :param relative_file_path: The file path relative to the `{APP_NAME}/{PACKAGE_NAME}/static/{PACKAGE_NAME}` folder
32
+ :type relative_file_path: str
33
+ :return: The integrity hash
34
+ :rtype: str
35
+ """
36
+
37
+ file_path = os.path.join(APP_STATIC_DIR, relative_file_path)
38
+ integrity_hash = calculate_integrity(
39
+ path=Path(file_path), algorithm=Algorithm.SHA512
40
+ )
41
+
42
+ return integrity_hash
@@ -6,22 +6,20 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2024-12-14 18:06+0100\n"
9
+ "POT-Creation-Date: 2025-03-07 15:55+0100\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
- "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-intel-tool/cs/>\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
14
13
  "Language: cs_CZ\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
19
- "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
17
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
20
18
  "X-Generator: Weblate 5.6.2\n"
21
19
 
22
20
  #: aa_intel_tool/__init__.py:9
23
- #: aa_intel_tool/templates/aa_intel_tool/base.html:6
24
- #: aa_intel_tool/templates/aa_intel_tool/base.html:10
21
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:7
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:11
25
23
  #: aa_intel_tool/templates/aa_intel_tool/views/index.html:8
26
24
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
27
25
  #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
@@ -47,16 +45,16 @@ msgstr ""
47
45
  msgid "Intel Parser v{__version__}"
48
46
  msgstr ""
49
47
 
50
- #: aa_intel_tool/constants.py:58 aa_intel_tool/models.py:24
48
+ #: aa_intel_tool/constants.py:61 aa_intel_tool/models.py:24
51
49
  msgid "Chat list"
52
50
  msgstr ""
53
51
 
54
- #: aa_intel_tool/constants.py:64 aa_intel_tool/models.py:22
52
+ #: aa_intel_tool/constants.py:67 aa_intel_tool/models.py:22
55
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
56
54
  msgid "D-Scan"
57
55
  msgstr ""
58
56
 
59
- #: aa_intel_tool/constants.py:70 aa_intel_tool/models.py:23
57
+ #: aa_intel_tool/constants.py:73 aa_intel_tool/models.py:23
60
58
  #: aa_intel_tool/models.py:123
61
59
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
62
60
  msgid "Fleet composition"
@@ -158,8 +156,7 @@ msgid "Scan data"
158
156
  msgstr ""
159
157
 
160
158
  #: aa_intel_tool/parser/general.py:46
161
- msgid ""
162
- "No suitable parser found. Input is not a supported intel type or malformed …"
159
+ msgid "No suitable parser found. Input is not a supported intel type or malformed …"
163
160
  msgstr ""
164
161
 
165
162
  #: aa_intel_tool/parser/general.py:80
@@ -180,12 +177,8 @@ msgstr ""
180
177
 
181
178
  #: aa_intel_tool/parser/module/chatlist.py:299
182
179
  #, python-brace-format
183
- msgid ""
184
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
185
- "per scan. Your list of pilots exceeds this limit."
186
- msgid_plural ""
187
- "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots "
188
- "per scan. Your list of pilots exceeds this limit."
180
+ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit."
181
+ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
189
182
  msgstr[0] ""
190
183
  msgstr[1] ""
191
184
  msgstr[2] ""
@@ -199,100 +192,25 @@ msgstr ""
199
192
  msgid "The fleet composition module is currently disabled."
200
193
  msgstr ""
201
194
 
202
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
195
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:23
203
196
  msgid "Permalink successfully copied"
204
197
  msgstr ""
205
198
 
206
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:10
207
- msgid ""
208
- "Something went wrong. Nothing copied. Maybe your browser does not support "
209
- "this function."
199
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:24
200
+ msgid "Something went wrong. Nothing copied. Maybe your browser does not support this function."
210
201
  msgstr ""
211
202
 
212
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
203
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:25
213
204
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
214
205
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
215
206
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
216
207
  msgid "Unaffiliated / No Alliance"
217
208
  msgstr ""
218
209
 
219
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:16
210
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:26
220
211
  msgid "NPC Corp"
221
212
  msgstr ""
222
213
 
223
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
- msgctxt "Decimal separator"
225
- msgid "."
226
- msgstr ""
227
-
228
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
- msgctxt "Thousands separator"
230
- msgid ","
231
- msgstr ""
232
-
233
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
- msgid "No data available in this table"
235
- msgstr ""
236
-
237
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
- msgctxt "Keep _END_ as it is. It will be replaced by a number."
239
- msgid "Showing _END_ entries"
240
- msgstr ""
241
-
242
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
- msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
244
- msgid "(filtered from _MAX_ total entries)"
245
- msgstr ""
246
-
247
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:25
248
- msgid "No records available"
249
- msgstr ""
250
-
251
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
252
- msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
253
- msgid "Show _MENU_"
254
- msgstr ""
255
-
256
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
- msgid "Loading …"
258
- msgstr ""
259
-
260
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
- msgid "Processing …"
262
- msgstr ""
263
-
264
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:30
265
- msgid "Nothing found, sorry …"
266
- msgstr ""
267
-
268
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:32
269
- msgid "Search …"
270
- msgstr ""
271
-
272
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
- msgid "First"
274
- msgstr ""
275
-
276
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
- msgid "Last"
278
- msgstr ""
279
-
280
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
- msgid "Next"
282
- msgstr ""
283
-
284
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:37
285
- msgid "Previous"
286
- msgstr ""
287
-
288
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
- msgid ": activate to sort column ascending"
290
- msgstr ""
291
-
292
- #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:41
293
- msgid ": activate to sort column descending"
294
- msgstr ""
295
-
296
214
  #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
297
215
  #, python-format
298
216
  msgid "Scans will be deleted after %(scan_retention_time)s day."
@@ -303,12 +221,8 @@ msgstr[2] ""
303
221
  msgstr[3] ""
304
222
 
305
223
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
306
- msgid ""
307
- "Do you want to help translate this app into your language or improve the "
308
- "existing translation?"
309
- msgstr ""
310
- "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit "
311
- "současný překlad?"
224
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
225
+ msgstr "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit současný překlad?"
312
226
 
313
227
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
314
228
  msgid "Join our team of translators!"
@@ -332,9 +246,7 @@ msgstr[2] ""
332
246
  msgstr[3] ""
333
247
 
334
248
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:40
335
- msgid ""
336
- "Please keep in mind, parsing large amounts of data can take some time. Be "
337
- "patient, CCP's API is not the fastest to answer …"
249
+ msgid "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …"
338
250
  msgstr ""
339
251
 
340
252
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:51
@@ -350,8 +262,7 @@ msgid "Detecting the intel type"
350
262
  msgstr ""
351
263
 
352
264
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
353
- msgid ""
354
- "Fetching potentially missing information from ESI (this might take a moment)"
265
+ msgid "Fetching potentially missing information from ESI (this might take a moment)"
355
266
  msgstr ""
356
267
 
357
268
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60