aa-structures 2.6.0__tar.gz → 2.6.2__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_structures-2.6.0 → aa_structures-2.6.2}/PKG-INFO +1 -1
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/__init__.py +1 -1
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/admin.py +208 -206
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/billing_embeds.py +11 -10
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/character_embeds.py +18 -17
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/main.py +6 -6
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/moonmining_embeds.py +25 -26
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/orbital_embeds.py +8 -7
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/sov_embeds.py +26 -35
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/structures_embeds.py +67 -64
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/tower_embeds.py +29 -22
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/war_embeds.py +33 -44
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/serializers.py +1 -1
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/helpers.py +7 -1
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/de/LC_MESSAGES/django.po +1036 -185
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/django.pot +1054 -184
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/en/LC_MESSAGES/django.po +1054 -184
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/es/LC_MESSAGES/django.po +1035 -184
- {aa_structures-2.6.0/structures/locale/it_IT → aa_structures-2.6.2/structures/locale/fr_FR}/LC_MESSAGES/django.po +1054 -184
- {aa_structures-2.6.0/structures/locale/fr_FR → aa_structures-2.6.2/structures/locale/it_IT}/LC_MESSAGES/django.po +1054 -184
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/ja/LC_MESSAGES/django.po +1054 -184
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/ko_KR/LC_MESSAGES/django.po +1035 -184
- aa_structures-2.6.2/structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/ru/LC_MESSAGES/django.po +1144 -199
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/uk/LC_MESSAGES/django.po +1035 -184
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/zh_Hans/LC_MESSAGES/django.po +1036 -185
- aa_structures-2.6.2/structures/migrations/0004_improve_localization.py +401 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/notifications.py +3 -3
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/owners.py +11 -11
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/structures_1.py +16 -16
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/base.html +1 -1
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_helpers.py +13 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/views.py +1 -2
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/models.py +14 -5
- aa_structures-2.6.0/structures/locale/ko/LC_MESSAGES/django.mo +0 -0
- aa_structures-2.6.0/structures/locale/ko/LC_MESSAGES/django.po +0 -2221
- aa_structures-2.6.0/structures/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/LICENSE +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/README.md +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/pyproject.toml +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/app_settings.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/apps.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/auth_hooks.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/constants.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_embeds/helpers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_timers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/notification_types.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/sovereignty.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/core/starbases.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/forms.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/en/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/management/commands/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/management/commands/structures_load_eve.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/management/commands/structures_preload_eveuniverse.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/management/commands/structures_update_poco_planets.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/managers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/migrations/0001_initial_new.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/migrations/0002_remove_eveuniverse_relation_names.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/migrations/0003_add_localization_and_unique_key.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/migrations/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/eveuniverse.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/models/structures_2.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/providers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/css/global.css +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/css/main.css +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/Spinner-1s-64px-dark.gif +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/Spinner-1s-64px-light.gif +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/eve_symbol_128.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/0h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/0l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/0m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/0r.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/0s.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/1h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/1l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/1m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/1r.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/2h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/2l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/2m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/2r.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/3h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/3l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/3m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/3r.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/4h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/4l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/4m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/4s.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/5h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/5l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/5m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/5s.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/6h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/6l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/6m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/7h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/7l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/7m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/8h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/8l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/8m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/blank.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/circle.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/dustwheel.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/h.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/l.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/m.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/noship.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/r.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/tyrannis.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/tyrannis_blue.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/tyrannis_darkred.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/tyrannis_default.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/panel/tyrannis_revelations.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/static/structures/img/structures_logo.png +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tasks.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/main.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/fitting_assets.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/fitting_gfx.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/poco_details.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/starbase_detail.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/structure_details.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/modals/tab_general_detail.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/partials/jump_gates_list.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/partials/poco_list.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/partials/structure_list.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/partials/structure_summary.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/templatetags/detail_title.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/templatetags/list_asset.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/templatetags/list_item.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/templatetags/list_tax_item.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templates/structures/templatetags/list_title.html +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templatetags/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/templatetags/structures.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/notification_embeds/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/notification_embeds/test_helpers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/notification_embeds/test_main.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_notification_structuretimers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_notification_types.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_notifications_timerboard.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_serializers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_sovereignty.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/core/test_starbases.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_eveuniverse.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_notifications_1.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_notifications_2.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_notifications_3.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_notifications_discord.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_owners_1.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_owners_2.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_owners_3.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/models/test_structures.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_admin.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_integration.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_managers_1.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_managers_3.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_tasks.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/test_views.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/create_eveuniverse.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/entities.json +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/esi_data.json +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/eveuniverse.json +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/factories.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/factories_2.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/generate_notifications.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/generate_notifications_2.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/generate_structures.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/helpers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/load_eveuniverse.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/tasks_loadtest.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/tests/testdata/test_generate_structures.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/urls.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/core.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/managers.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/tests/__init__.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/tests/test_core.py +0 -0
- {aa_structures-2.6.0 → aa_structures-2.6.2}/structures/webhooks/tests/test_utils.py +0 -0