From df8978e2fe69bad3cb826b5f15818860075ec8e1 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Thu, 5 Feb 2026 22:56:00 +0100 Subject: [PATCH 1/7] use uv, ruff, prek; update tests gh-workflow uv system fix locale building fix locale building fix locale building fix locale building fix signals import --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/staging.yml | 2 +- .github/workflows/tests.yml | 48 +- .pre-commit-config.yaml | 27 +- docs/conf.py | 6 +- ephios/api/urls.py | 113 - ephios/core/models/__init__.py | 17 - ephios/core/signup/structure/__init__.py | 36 - manage.py | 1 + poetry.lock | 4445 ----------------- pyproject.toml | 195 +- {ephios => src/ephios}/__init__.py | 0 {ephios => src/ephios}/__main__.py | 0 {ephios => src/ephios}/api/__init__.py | 0 {ephios => src/ephios}/api/access/auth.py | 0 .../ephios}/api/access/oauth2_urls.py | 0 {ephios => src/ephios}/api/access/views.py | 0 {ephios => src/ephios}/api/apps.py | 2 +- {ephios => src/ephios}/api/fields.py | 0 {ephios => src/ephios}/api/filters.py | 1 - .../ephios}/api/migrations/0001_initial.py | 0 ...escription_accesstoken_revoked_and_more.py | 0 ...3_application_post_logout_redirect_uris.py | 0 ...04_application_allowed_origins_and_more.py | 1 - ...ksum_refreshtoken_token_family_and_more.py | 1 - ...er_application_authorization_grant_type.py | 1 - .../ephios}/api/migrations/__init__.py | 0 {ephios => src/ephios}/api/models.py | 0 {ephios => src/ephios}/api/permissions.py | 0 {ephios => src/ephios}/api/serializers.py | 0 {ephios => src/ephios}/api/signals.py | 0 .../api/templates/api/access_token_form.html | 2 +- .../api/templates/api/access_token_list.html | 0 .../templates/api/access_token_reveal.html | 2 +- .../application_confirm_delete.html | 0 .../oauth2_provider/application_detail.html | 2 +- .../oauth2_provider/application_form.html | 0 .../oauth2_provider/application_list.html | 0 .../application_registration_form.html | 0 .../templates/oauth2_provider/authorize.html | 0 src/ephios/api/urls.py | 111 + {ephios => src/ephios}/api/views/events.py | 11 +- {ephios => src/ephios}/api/views/users.py | 0 {ephios => src/ephios}/asgi.py | 0 {ephios => src/ephios}/core/__init__.py | 0 {ephios => src/ephios}/core/admin.py | 0 {ephios => src/ephios}/core/apps.py | 3 - {ephios => src/ephios}/core/calendar.py | 0 {ephios => src/ephios}/core/checks.py | 0 {ephios => src/ephios}/core/consequences.py | 2 +- {ephios => src/ephios}/core/context.py | 4 +- {ephios => src/ephios}/core/dynamic.py | 2 +- .../core/dynamic_preferences_registry.py | 0 {ephios => src/ephios}/core/forms/__init__.py | 0 {ephios => src/ephios}/core/forms/auth.py | 0 {ephios => src/ephios}/core/forms/events.py | 0 {ephios => src/ephios}/core/forms/users.py | 0 {ephios => src/ephios}/core/ical.py | 4 +- .../ephios}/core/management/__init__.py | 0 .../core/management/commands/__init__.py | 0 .../ephios}/core/management/commands/build.py | 5 +- .../commands/convert_mariadb_uuids.py | 0 .../core/management/commands/devdata.py | 0 .../management/commands/generate_vapid_key.py | 0 .../core/management/commands/run_periodic.py | 0 .../management/commands/send_notifications.py | 0 .../ephios}/core/migrations/0001_initial.py | 0 .../0001_squashed_0008_auto_20210207_1309.py | 0 ...vent_management_0007_auto_20210207_1309.py | 0 .../migrations/0002_initial_permissions.py | 0 .../0002_merge_content_type_20210208_0020.py | 0 ...rate_content_type_to_core_20210219_1642.py | 0 ..._token_squashed_0008_auto_20200925_1640.py | 0 .../migrations/0004_auto_20201014_1648.py | 0 .../migrations/0004_auto_20210305_1855.py | 0 .../migrations/0005_auto_20210106_2219.py | 0 .../0005_remove_event_mail_updates.py | 0 .../migrations/0006_auto_20210109_2230.py | 0 .../core/migrations/0006_notification.py | 0 .../migrations/0007_auto_20210110_0050.py | 0 .../migrations/0007_auto_20210324_2101.py | 0 .../core/migrations/0007_eventtype_color.py | 0 .../migrations/0008_auto_20210207_1309.py | 0 .../migrations/0008_auto_20210403_2348.py | 0 .../migrations/0009_auto_20210528_2230.py | 0 .../0010_placeholderparticipation.py | 0 .../migrations/0011_auto_20210903_1258.py | 0 ...d_qualifications_qualification_includes.py | 0 .../migrations/0013_auto_20211027_2203.py | 0 .../migrations/0014_auto_20211106_1852.py | 0 .../0015_alter_event_options_and_more.py | 0 .../0016_alter_userprofile_phone.py | 0 .../0017_alter_userprofile_date_of_birth.py | 0 ...0018_alter_consequence_options_and_more.py | 0 ...19_userprofile_user_email_ci_uniqueness.py | 0 ...icationcategory_show_with_user_and_more.py | 0 ...userprofile_preferred_language_and_more.py | 0 .../core/migrations/0022_identityprovider.py | 0 ..._remove_userprofile_first_name_and_more.py | 0 ...provider_create_missing_groups_and_more.py | 0 ...iled_notification_processed_by_and_more.py | 0 ...profile_disabled_notifications_and_more.py | 3 +- ..._shift_structure_configuration_and_more.py | 17 +- ...er_abstractparticipation_structure_data.py | 1 - .../0029_alter_userprofile_date_of_birth.py | 1 - ...identityprovider_internal_name_and_more.py | 1 - ...cationgrant_externally_managed_and_more.py | 1 - .../core/migrations/0032_shift_label.py | 1 - .../0033_eventtype_show_participant_data.py | 1 - ...4_alter_eventtype_show_participant_data.py | 1 - .../migrations/0035_participationcomment.py | 2 - .../0036_alter_identityprovider_options.py | 1 - ...r_participationcomment_options_and_more.py | 1 - .../0038_eventtype_default_description.py | 1 - .../ephios}/core/migrations/__init__.py | 0 src/ephios/core/models/__init__.py | 17 + {ephios => src/ephios}/core/models/events.py | 3 +- {ephios => src/ephios}/core/models/users.py | 18 +- {ephios => src/ephios}/core/pdf.py | 40 +- {ephios => src/ephios}/core/plugins.py | 0 .../ephios}/core/services/__init__.py | 0 {ephios => src/ephios}/core/services/files.py | 2 +- .../ephios}/core/services/health/__init__.py | 0 .../core/services/health/healthchecks.py | 9 +- .../ephios}/core/services/mail/__init__.py | 0 .../ephios}/core/services/mail/cid.py | 4 +- .../ephios}/core/services/mail/send.py | 0 .../ephios}/core/services/matching.py | 31 +- .../core/services/notifications/__init__.py | 0 .../core/services/notifications/backends.py | 4 +- .../core/services/notifications/types.py | 41 +- .../ephios}/core/services/participation.py | 1 - .../ephios}/core/services/password_reset.py | 0 .../ephios}/core/services/qualification.py | 10 +- {ephios => src/ephios}/core/signals.py | 47 +- .../ephios}/core/signup/__init__.py | 0 .../ephios}/core/signup/disposition.py | 0 .../ephios}/core/signup/fallback.py | 0 .../ephios}/core/signup/flow/__init__.py | 4 +- .../ephios}/core/signup/flow/abstract.py | 0 .../ephios}/core/signup/flow/base.py | 21 +- .../signup/flow/participant_validation.py | 2 +- {ephios => src/ephios}/core/signup/forms.py | 0 .../ephios}/core/signup/participants.py | 3 +- {ephios => src/ephios}/core/signup/stats.py | 0 src/ephios/core/signup/structure/__init__.py | 24 + .../ephios}/core/signup/structure/abstract.py | 0 .../ephios}/core/signup/structure/base.py | 21 +- {ephios => src/ephios}/core/signup/views.py | 17 +- .../core/disposition/base_participation.html | 0 .../core/disposition/disposition.html | 0 .../disposition/fragment_participation.html | 0 .../templates/core/event_bulk_delete.html | 2 +- .../templates/core/event_confirm_delete.html | 0 .../core/templates/core/event_copy.html | 2 +- .../core/templates/core/event_detail.html | 0 .../core/templates/core/event_form.html | 0 .../core/templates/core/event_list.html | 0 .../templates/core/event_notification.html | 0 .../core/eventtype_confirm_delete.html | 0 .../core/templates/core/eventtype_form.html | 2 +- .../core/templates/core/eventtype_list.html | 0 .../templates/core/forms/crispy_filter.html | 0 .../core/fragments/approve_consequences.html | 0 .../core/templates/core/fragments/attrs.html | 2 +- .../core/fragments/calendar_day.html | 0 .../event_list_add_event_button.html | 2 +- .../core/fragments/event_list_day_mode.html | 2 +- .../core/fragments/event_list_list_mode.html | 2 +- .../core/fragments/pending_consequences.html | 0 .../templates/core/fragments/plugin_form.html | 0 .../core/fragments/shift_box_big.html | 0 .../core/fragments/shift_box_small.html | 2 +- .../core/fragments/shift_header.html | 2 +- .../fragments/shift_signup_config_form.html | 2 +- .../shift_structure_render_error.html | 2 +- .../fragments/signup_stats_indicator.html | 2 +- .../templates/core/group_confirm_delete.html | 0 .../core/templates/core/group_form.html | 0 .../core/templates/core/group_list.html | 0 .../ephios}/core/templates/core/home.html | 0 .../core/identityprovider_confirm_delete.html | 0 .../core/identityprovider_discovery.html | 0 .../templates/core/identityprovider_form.html | 0 .../templates/core/identityprovider_list.html | 0 .../core/templates/core/logentry_list.html | 0 .../ephios}/core/templates/core/login.html | 0 .../core/templates/core/mails/base.html | 0 .../core/templates/core/mails/base.txt | 2 +- .../core/mails/new_account_email.html | 2 +- .../core/templates/core/mails/new_event.html | 0 .../templates/core/mails/notification.html | 0 .../templates/core/mails/notification.txt | 2 +- .../core/mass_notification_write.html | 0 .../templates/core/notification_detail.html | 0 .../templates/core/notification_list.html | 0 .../core/templates/core/pagination.html | 2 - .../core/templates/core/serviceworker.js | 2 +- .../core/settings/password_change_form.html | 0 .../core/settings/settings_base.html | 0 .../core/settings/settings_calendar.html | 2 +- .../core/settings/settings_instance.html | 0 .../core/settings/settings_notifications.html | 0 .../core/settings/settings_personal_data.html | 2 +- .../templates/core/shift_confirm_delete.html | 0 .../core/templates/core/shift_copy.html | 2 +- .../core/templates/core/shift_form.html | 2 +- .../ephios}/core/templates/core/signup.html | 0 .../core/userprofile_confirm_delete.html | 0 .../userprofile_confirm_password_reset.html | 2 +- ...ile_confirm_password_token_revokation.html | 2 +- .../core/templates/core/userprofile_form.html | 0 .../core/templates/core/userprofile_list.html | 0 .../core/userprofile_workinghours.html | 1 - .../core/widgets/previous_comments.html | 0 .../core/workinghours_confirm_delete.html | 0 .../templates/core/workinghours_form.html | 0 .../templates/core/workinghours_list.html | 0 .../ephios}/core/templatetags/__init__.py | 0 .../ephios}/core/templatetags/email_extras.py | 0 .../ephios}/core/templatetags/event_extras.py | 29 +- .../core/templatetags/settings_extras.py | 0 .../core/templatetags/signal_extras.py | 0 .../ephios}/core/templatetags/user_extras.py | 3 +- {ephios => src/ephios}/core/urls.py | 0 {ephios => src/ephios}/core/views/__init__.py | 0 {ephios => src/ephios}/core/views/accounts.py | 20 +- {ephios => src/ephios}/core/views/auth.py | 0 {ephios => src/ephios}/core/views/bulk.py | 0 .../ephios}/core/views/consequences.py | 10 +- {ephios => src/ephios}/core/views/event.py | 35 +- .../ephios}/core/views/eventtype.py | 0 .../ephios}/core/views/healthcheck.py | 0 {ephios => src/ephios}/core/views/log.py | 7 +- .../ephios}/core/views/notifications.py | 4 +- {ephios => src/ephios}/core/views/pwa.py | 0 {ephios => src/ephios}/core/views/settings.py | 60 +- {ephios => src/ephios}/core/views/shift.py | 24 +- {ephios => src/ephios}/core/views/signup.py | 0 .../ephios}/core/views/workinghour.py | 6 +- {ephios => src/ephios}/core/widgets.py | 0 {ephios => src/ephios}/extra/__init__.py | 0 {ephios => src/ephios}/extra/apps.py | 2 +- {ephios => src/ephios}/extra/auth.py | 0 {ephios => src/ephios}/extra/bootstrap.py | 0 {ephios => src/ephios}/extra/colors.py | 12 +- {ephios => src/ephios}/extra/crispy.py | 0 {ephios => src/ephios}/extra/csp.py | 0 {ephios => src/ephios}/extra/database.py | 0 {ephios => src/ephios}/extra/fields.py | 0 {ephios => src/ephios}/extra/graphs.py | 0 {ephios => src/ephios}/extra/i18n.py | 0 {ephios => src/ephios}/extra/json.py | 0 {ephios => src/ephios}/extra/middleware.py | 0 {ephios => src/ephios}/extra/mixins.py | 5 +- {ephios => src/ephios}/extra/permissions.py | 30 +- {ephios => src/ephios}/extra/preferences.py | 0 {ephios => src/ephios}/extra/secrets.py | 0 {ephios => src/ephios}/extra/signals.py | 0 .../extra/widgets/custom_date_input.html | 0 .../custom_split_date_time_widget.html | 2 +- .../extra/widgets/custom_time_input.html | 0 .../extra/widgets/recurrence_picker.html | 0 .../ephios}/extra/templatetags/__init__.py | 0 .../ephios}/extra/templatetags/bootstrap.py | 0 .../extra/templatetags/ephios_crispy.py | 0 .../ephios}/extra/templatetags/rich_text.py | 0 .../ephios}/extra/templatetags/utils.py | 0 {ephios => src/ephios}/extra/utils.py | 0 {ephios => src/ephios}/extra/widgets.py | 0 .../ephios}/locale/de/LC_MESSAGES/django.po | 0 .../ephios}/locale/de/LC_MESSAGES/djangojs.po | 0 .../ephios}/modellogging/__init__.py | 0 {ephios => src/ephios}/modellogging/admin.py | 0 {ephios => src/ephios}/modellogging/apps.py | 0 {ephios => src/ephios}/modellogging/json.py | 0 {ephios => src/ephios}/modellogging/log.py | 0 .../ephios}/modellogging/middleware.py | 0 .../modellogging/migrations/0001_initial.py | 0 .../migrations/0002_auto_20210403_2348.py | 0 .../migrations/0003_alter_logentry_id.py | 0 .../migrations/0004_alter_logentry_user.py | 0 .../0005_alter_logentry_datetime.py | 0 .../modellogging/migrations/__init__.py | 0 {ephios => src/ephios}/modellogging/models.py | 0 .../ephios}/modellogging/recorders.py | 4 +- .../templates/modellogging/logentry.html | 0 .../modellogging/logentry_grouped_list.html | 0 .../templates/modellogging/statement.html | 2 +- .../modellogging/templatetags/logentries.py | 0 {ephios => src/ephios}/plugins/__init__.py | 0 .../plugins/baseshiftstructures/__init__.py | 0 .../plugins/baseshiftstructures/apps.py | 2 +- .../plugins/baseshiftstructures/signals.py | 0 .../baseshiftstructures/structure/__init__.py | 0 .../baseshiftstructures/structure/common.py | 28 +- .../structure/group_common.py | 1 - .../structure/named_teams.py | 41 +- .../structure/qualification_mix.py | 36 +- .../baseshiftstructures/structure/uniform.py | 0 .../fragment_groups_common_state.html | 0 ...gment_participation_pills_shift_state.html | 2 +- .../named_teams/configuration_form.html | 2 +- .../named_teams/fragment_participation.html | 0 .../named_teams/fragment_state.html | 2 +- .../participation_card_inline.html | 0 .../qualification_mix/configuration_form.html | 2 +- .../qualification_mix/fragment_state.html | 2 +- .../plugins/baseshiftstructures/urls.py | 0 .../plugins/basesignupflows/__init__.py | 0 .../ephios}/plugins/basesignupflows/apps.py | 2 +- .../plugins/basesignupflows/flow/__init__.py | 0 .../plugins/basesignupflows/flow/coupled.py | 0 .../plugins/basesignupflows/flow/manual.py | 0 .../basesignupflows/flow/participant.py | 0 .../plugins/basesignupflows/signals.py | 0 .../ephios}/plugins/complexsignup/__init__.py | 0 .../ephios}/plugins/complexsignup/admin.py | 0 .../ephios}/plugins/complexsignup/api.py | 0 .../ephios}/plugins/complexsignup/apps.py | 2 +- .../complexsignup/migrations/0001_initial.py | 0 .../migrations/0002_blockcomposition_label.py | 1 - .../0003_alter_buildingblock_sub_blocks.py | 1 - .../migrations/0004_multiblock.py | 1 - .../complexsignup/migrations/__init__.py | 0 .../ephios}/plugins/complexsignup/models.py | 0 .../plugins/complexsignup/serializers.py | 0 .../ephios}/plugins/complexsignup/signals.py | 0 .../static/complexsignup/editor.js | 2 +- .../plugins/complexsignup/structure.py | 51 +- .../complexsignup/configuration_form.html | 0 .../complexsignup/fragment_participation.html | 0 .../templates/complexsignup/shift_state.html | 2 +- .../complexsignup/shift_state_block.html | 2 +- .../templates/complexsignup/vue_editor.html | 0 .../complexsignup/templatetags/__init__.py | 0 .../templatetags/complex_extra.py | 6 +- .../ephios}/plugins/complexsignup/urls.py | 0 .../ephios}/plugins/complexsignup/views.py | 0 .../eventautoqualification/__init__.py | 0 .../plugins/eventautoqualification/apps.py | 2 +- .../eventautoqualification/consequences.py | 4 +- .../plugins/eventautoqualification/forms.py | 0 .../migrations/0001_initial.py | 0 .../migrations/0002_auto_20210403_2348.py | 0 ..._eventautoqualificationconfiguration_id.py | 0 ...lificationconfiguration_expiration_date.py | 0 .../migrations/__init__.py | 0 .../plugins/eventautoqualification/models.py | 0 .../plugins/eventautoqualification/signals.py | 0 .../auto_qualification_setup_form.html | 2 +- .../ephios}/plugins/federation/__init__.py | 0 .../ephios}/plugins/federation/admin.py | 0 .../ephios}/plugins/federation/apps.py | 2 +- .../ephios}/plugins/federation/forms.py | 0 .../federation/migrations/0001_initial.py | 0 .../migrations/0002_federatedeventshare.py | 0 ...er_federatedguest_access_token_and_more.py | 0 ...emove_federateduser_first_name_and_more.py | 0 ...er_federatedeventshare_options_and_more.py | 1 - .../0006_alter_federateduser_date_of_birth.py | 1 - .../plugins/federation/migrations/__init__.py | 0 .../ephios}/plugins/federation/models.py | 8 +- .../ephios}/plugins/federation/serializers.py | 0 .../ephios}/plugins/federation/signals.py | 0 .../templates/federation/event_detail.html | 0 .../federation/external_event_list.html | 0 .../federatedguest_confirm_delete.html | 0 .../federatedhost_confirm_delete.html | 0 .../federation/federation_settings.html | 0 .../templates/federation/invitecode_form.html | 0 .../federation/invitecode_reveal.html | 0 .../federation/redeem_invite_code.html | 0 .../ephios}/plugins/federation/urls.py | 0 .../ephios}/plugins/federation/views/api.py | 3 +- .../plugins/federation/views/frontend.py | 3 +- .../ephios}/plugins/files/__init__.py | 0 {ephios => src/ephios}/plugins/files/admin.py | 0 {ephios => src/ephios}/plugins/files/apps.py | 2 +- {ephios => src/ephios}/plugins/files/forms.py | 0 .../plugins/files/migrations/0001_initial.py | 1 - .../migrations/0002_alter_document_options.py | 1 - .../plugins/files/migrations/__init__.py | 0 .../ephios}/plugins/files/models.py | 0 .../ephios}/plugins/files/signals.py | 0 .../templates/files/document_attachement.html | 0 .../files/document_confirm_delete.html | 0 .../files/templates/files/document_form.html | 0 .../files/templates/files/document_list.html | 0 {ephios => src/ephios}/plugins/files/urls.py | 0 {ephios => src/ephios}/plugins/files/views.py | 0 .../ephios}/plugins/guests/__init__.py | 0 .../ephios}/plugins/guests/admin.py | 0 {ephios => src/ephios}/plugins/guests/apps.py | 2 +- .../ephios}/plugins/guests/forms.py | 0 .../plugins/guests/migrations/0001_initial.py | 0 .../migrations/0002_auto_20210403_2348.py | 0 .../migrations/0003_auto_20210528_2230.py | 0 ...ter_guestparticipation_options_and_more.py | 0 ...lter_guestuser_unique_together_and_more.py | 0 .../0006_alter_guestuser_qualifications.py | 1 - .../0007_alter_guestuser_unique_together.py | 1 - .../0008_alter_guestuser_unique_together.py | 1 - .../plugins/guests/migrations/__init__.py | 0 .../ephios}/plugins/guests/models.py | 0 .../ephios}/plugins/guests/notifications.py | 0 .../ephios}/plugins/guests/signals.py | 0 .../guests/templates/guests/event_detail.html | 0 .../templates/guests/guestuser_form.html | 0 {ephios => src/ephios}/plugins/guests/urls.py | 18 +- .../ephios}/plugins/guests/views.py | 3 +- .../ephios}/plugins/pages/__init__.py | 0 {ephios => src/ephios}/plugins/pages/admin.py | 0 {ephios => src/ephios}/plugins/pages/apps.py | 2 +- .../plugins/pages/migrations/0001_initial.py | 0 .../pages/migrations/0002_alter_page_id.py | 0 ...age_options_alter_page_content_and_more.py | 0 .../plugins/pages/migrations/__init__.py | 0 .../ephios}/plugins/pages/models.py | 0 .../ephios}/plugins/pages/signals.py | 0 .../templates/pages/page_confirm_delete.html | 0 .../pages/templates/pages/page_detail.html | 0 .../pages/templates/pages/page_form.html | 0 .../pages/templates/pages/page_list.html | 0 {ephios => src/ephios}/plugins/pages/urls.py | 0 {ephios => src/ephios}/plugins/pages/views.py | 0 .../qualification_management/__init__.py | 0 .../plugins/qualification_management/apps.py | 2 +- .../dynamic_preferences_registry.py | 0 .../plugins/qualification_management/forms.py | 26 +- .../qualification_management/importing.py | 9 +- .../migrations/__init__.py | 0 .../qualification_management/serializers.py | 0 .../qualification_management/signals.py | 0 .../templates/core/import.html | 0 .../core/qualification_confirm_delete.html | 0 .../templates/core/qualification_form.html | 0 .../templates/core/qualification_list.html | 0 .../core/qualification_reassignment.html | 0 .../core/qualificationcategories_form.html | 0 .../plugins/qualification_management/urls.py | 0 .../plugins/qualification_management/views.py | 0 .../plugins/questionnaires/__init__.py | 0 .../ephios}/plugins/questionnaires/admin.py | 0 .../ephios}/plugins/questionnaires/apps.py | 2 +- .../ephios}/plugins/questionnaires/forms.py | 0 .../questionnaires/migrations/0001_initial.py | 1 - ...e_saved_answers_alter_question_archived.py | 1 - .../0003_alter_question_use_saved_answers.py | 1 - .../questionnaires/migrations/__init__.py | 0 .../ephios}/plugins/questionnaires/models.py | 8 +- .../ephios}/plugins/questionnaires/signals.py | 4 +- .../questionnaires/choice_visibility.js | 0 .../questionnaires/aggregate_answers.html | 0 .../disposition_participation_answers.html | 0 .../question_confirm_archive.html | 0 .../question_confirm_delete.html | 0 .../questionnaires/question_form.html | 0 .../questionnaires/question_list.html | 0 .../savedanswer_confirm_delete.html | 0 .../questionnaires/savedanswer_form.html | 0 .../questionnaires/savedanswer_list.html | 0 .../ephios}/plugins/questionnaires/urls.py | 0 .../ephios}/plugins/questionnaires/views.py | 3 +- .../plugins/simpleresource/__init__.py | 0 .../ephios}/plugins/simpleresource/admin.py | 0 .../ephios}/plugins/simpleresource/apps.py | 2 +- .../ephios}/plugins/simpleresource/forms.py | 0 .../simpleresource/migrations/0001_initial.py | 0 .../migrations/0002_resourcecategory_icon.py | 0 ..._category_alter_resource_title_and_more.py | 0 .../0004_alter_resource_options_and_more.py | 0 ...alter_resourceallocation_shift_and_more.py | 1 - .../simpleresource/migrations/__init__.py | 0 .../ephios}/plugins/simpleresource/models.py | 0 .../ephios}/plugins/simpleresource/signals.py | 0 .../simpleresource/resource_allocations.html | 0 .../resource_confirm_delete.html | 0 .../simpleresource/resource_form.html | 0 .../simpleresource/resource_list.html | 2 +- .../resourcecategories_form.html | 0 .../ephios}/plugins/simpleresource/urls.py | 0 .../ephios}/plugins/simpleresource/views.py | 0 {ephios => src/ephios}/settings.py | 90 +- .../ephios}/static/bootstrap/LICENSE | 0 .../static/bootstrap/js/bootstrap.bundle.js | 0 .../bootstrap/js/bootstrap.bundle.js.map | 2 +- .../bootstrap/js/bootstrap.bundle.min.js | 2 +- .../bootstrap/js/bootstrap.bundle.min.js.map | 2 +- .../static/bootstrap/js/bootstrap.esm.js | 0 .../static/bootstrap/js/bootstrap.esm.js.map | 2 +- .../static/bootstrap/js/bootstrap.esm.min.js | 2 +- .../bootstrap/js/bootstrap.esm.min.js.map | 2 +- .../ephios}/static/bootstrap/js/bootstrap.js | 0 .../static/bootstrap/js/bootstrap.js.map | 2 +- .../static/bootstrap/js/bootstrap.min.js | 2 +- .../static/bootstrap/js/bootstrap.min.js.map | 2 +- .../static/bootstrap/scss/_accordion.scss | 0 .../ephios}/static/bootstrap/scss/_alert.scss | 0 .../ephios}/static/bootstrap/scss/_badge.scss | 0 .../static/bootstrap/scss/_breadcrumb.scss | 0 .../static/bootstrap/scss/_button-group.scss | 0 .../static/bootstrap/scss/_buttons.scss | 0 .../ephios}/static/bootstrap/scss/_card.scss | 0 .../static/bootstrap/scss/_carousel.scss | 0 .../ephios}/static/bootstrap/scss/_close.scss | 0 .../static/bootstrap/scss/_containers.scss | 0 .../static/bootstrap/scss/_dropdown.scss | 0 .../ephios}/static/bootstrap/scss/_forms.scss | 0 .../static/bootstrap/scss/_functions.scss | 0 .../ephios}/static/bootstrap/scss/_grid.scss | 0 .../static/bootstrap/scss/_helpers.scss | 0 .../static/bootstrap/scss/_images.scss | 0 .../static/bootstrap/scss/_list-group.scss | 0 .../ephios}/static/bootstrap/scss/_maps.scss | 0 .../static/bootstrap/scss/_mixins.scss | 0 .../ephios}/static/bootstrap/scss/_modal.scss | 0 .../ephios}/static/bootstrap/scss/_nav.scss | 0 .../static/bootstrap/scss/_navbar.scss | 0 .../static/bootstrap/scss/_offcanvas.scss | 0 .../static/bootstrap/scss/_pagination.scss | 0 .../static/bootstrap/scss/_placeholders.scss | 0 .../static/bootstrap/scss/_popover.scss | 0 .../static/bootstrap/scss/_progress.scss | 0 .../static/bootstrap/scss/_reboot.scss | 0 .../ephios}/static/bootstrap/scss/_root.scss | 0 .../static/bootstrap/scss/_spinners.scss | 0 .../static/bootstrap/scss/_tables.scss | 0 .../static/bootstrap/scss/_toasts.scss | 0 .../static/bootstrap/scss/_tooltip.scss | 0 .../static/bootstrap/scss/_transitions.scss | 0 .../ephios}/static/bootstrap/scss/_type.scss | 0 .../static/bootstrap/scss/_utilities.scss | 0 .../bootstrap/scss/_variables-dark.scss | 0 .../static/bootstrap/scss/_variables.scss | 0 .../static/bootstrap/scss/bootstrap-grid.scss | 0 .../bootstrap/scss/bootstrap-reboot.scss | 0 .../bootstrap/scss/bootstrap-utilities.scss | 0 .../static/bootstrap/scss/bootstrap.scss | 0 .../scss/forms/_floating-labels.scss | 0 .../bootstrap/scss/forms/_form-check.scss | 0 .../bootstrap/scss/forms/_form-control.scss | 0 .../bootstrap/scss/forms/_form-range.scss | 0 .../bootstrap/scss/forms/_form-select.scss | 0 .../bootstrap/scss/forms/_form-text.scss | 0 .../bootstrap/scss/forms/_input-group.scss | 0 .../static/bootstrap/scss/forms/_labels.scss | 0 .../bootstrap/scss/forms/_validation.scss | 0 .../bootstrap/scss/helpers/_clearfix.scss | 0 .../bootstrap/scss/helpers/_color-bg.scss | 0 .../scss/helpers/_colored-links.scss | 0 .../bootstrap/scss/helpers/_focus-ring.scss | 0 .../bootstrap/scss/helpers/_icon-link.scss | 0 .../bootstrap/scss/helpers/_position.scss | 0 .../static/bootstrap/scss/helpers/_ratio.scss | 0 .../bootstrap/scss/helpers/_stacks.scss | 0 .../scss/helpers/_stretched-link.scss | 0 .../scss/helpers/_text-truncation.scss | 0 .../scss/helpers/_visually-hidden.scss | 0 .../static/bootstrap/scss/helpers/_vr.scss | 0 .../static/bootstrap/scss/mixins/_alert.scss | 0 .../bootstrap/scss/mixins/_backdrop.scss | 0 .../static/bootstrap/scss/mixins/_banner.scss | 0 .../bootstrap/scss/mixins/_border-radius.scss | 0 .../bootstrap/scss/mixins/_box-shadow.scss | 0 .../bootstrap/scss/mixins/_breakpoints.scss | 0 .../bootstrap/scss/mixins/_buttons.scss | 0 .../static/bootstrap/scss/mixins/_caret.scss | 0 .../bootstrap/scss/mixins/_clearfix.scss | 0 .../bootstrap/scss/mixins/_color-mode.scss | 0 .../bootstrap/scss/mixins/_color-scheme.scss | 0 .../bootstrap/scss/mixins/_container.scss | 0 .../bootstrap/scss/mixins/_deprecate.scss | 0 .../static/bootstrap/scss/mixins/_forms.scss | 0 .../bootstrap/scss/mixins/_gradients.scss | 0 .../static/bootstrap/scss/mixins/_grid.scss | 0 .../static/bootstrap/scss/mixins/_image.scss | 0 .../bootstrap/scss/mixins/_list-group.scss | 0 .../static/bootstrap/scss/mixins/_lists.scss | 0 .../bootstrap/scss/mixins/_pagination.scss | 0 .../bootstrap/scss/mixins/_reset-text.scss | 0 .../static/bootstrap/scss/mixins/_resize.scss | 0 .../scss/mixins/_table-variants.scss | 0 .../bootstrap/scss/mixins/_text-truncate.scss | 0 .../bootstrap/scss/mixins/_transition.scss | 0 .../bootstrap/scss/mixins/_utilities.scss | 0 .../scss/mixins/_visually-hidden.scss | 0 .../static/bootstrap/scss/tests/jasmine.js | 0 .../scss/tests/mixins/_color-modes.test.scss | 0 .../_media-query-color-mode-full.test.scss | 0 .../scss/tests/mixins/_utilities.test.scss | 0 .../scss/tests/sass-true/register.js | 0 .../bootstrap/scss/tests/sass-true/runner.js | 0 .../scss/tests/utilities/_api.test.scss | 0 .../static/bootstrap/scss/utilities/_api.scss | 0 .../static/bootstrap/scss/vendor/_rfs.scss | 0 .../static/clipboardjs/js/clipboard.min.js | 4 +- .../static/ephios/img/brand/appicon-1024x.png | Bin .../static/ephios/img/brand/appicon-192x.png | Bin .../static/ephios/img/brand/appicon-512x.png | Bin .../ephios/img/brand/appicon-svg-debug.svg | 2 +- .../ephios/img/brand/appicon-svg-prod.svg | 2 +- .../static/ephios/img/brand/email_logo.png | Bin .../static/ephios/img/brand/nav_logo.png | Bin .../static/ephios/img/mannequin_confirmed.svg | 0 .../static/ephios/img/mannequin_denied.svg | 0 .../static/ephios/img/mannequin_neutral.svg | 0 .../static/ephios/img/mannequin_requested.svg | 0 .../ephios}/static/ephios/js/clipboard.js | 0 .../ephios}/static/ephios/js/consequences.js | 2 +- .../ephios}/static/ephios/js/disposition.js | 2 +- .../ephios}/static/ephios/js/event_copy.js | 0 .../ephios}/static/ephios/js/formset/LICENSE | 0 .../static/ephios/js/formset/formset.js | 0 .../ephios}/static/ephios/js/group_form.js | 2 +- .../ephios}/static/ephios/js/main.js | 2 +- .../ephios/js/mass_notification_write.js | 0 .../scss/ephios_bootstrap_variables.scss | 1 - .../static/ephios/scss/ephios_custom.scss | 1 - .../static/ephios/scss/ephios_printing.scss | 2 +- .../static/ephios/scss/ephios_utilities.scss | 2 +- .../ephios}/static/ephios/scss/main.scss | 0 .../ephios}/static/fontawesome/css/all.css | 0 .../fontawesome/webfonts/fa-brands-400.eot | Bin .../fontawesome/webfonts/fa-brands-400.svg | 898 ++-- .../fontawesome/webfonts/fa-brands-400.ttf | Bin .../fontawesome/webfonts/fa-brands-400.woff | Bin .../fontawesome/webfonts/fa-brands-400.woff2 | Bin .../fontawesome/webfonts/fa-regular-400.eot | Bin .../fontawesome/webfonts/fa-regular-400.svg | 304 +- .../fontawesome/webfonts/fa-regular-400.ttf | Bin .../fontawesome/webfonts/fa-regular-400.woff | Bin .../fontawesome/webfonts/fa-regular-400.woff2 | Bin .../fontawesome/webfonts/fa-solid-900.eot | Bin .../fontawesome/webfonts/fa-solid-900.svg | 2000 ++++---- .../fontawesome/webfonts/fa-solid-900.ttf | Bin .../fontawesome/webfonts/fa-solid-900.woff | Bin .../fontawesome/webfonts/fa-solid-900.woff2 | Bin .../static/jquery/js/jquery-3.7.1.min.js | 0 {ephios => src/ephios}/static/rrule/rrule.js | 14 +- .../ephios}/static/rrule/rrule.min.js | 2 +- .../ephios}/static/rrule/rrule.min.js.map | 2 +- .../select2-bootstrap-5-theme/_disabled.scss | 0 .../select2-bootstrap-5-theme/_dropdown.scss | 0 .../_include-all.scss | 0 .../_input-group.scss | 0 .../select2-bootstrap-5-theme/_layout.scss | 0 .../select2-bootstrap-5-theme/_multiple.scss | 0 .../select2-bootstrap-5-theme/_single.scss | 0 .../select2-bootstrap-5-theme/_sizing.scss | 0 .../_validation.scss | 0 .../select2-bootstrap-5-theme/_variables.scss | 0 .../select2-bootstrap-5-theme.scss | 0 .../ephios}/static/select2/css/LICENSE | 2 +- .../ephios}/static/select2/css/select2.css | 0 .../static/select2/css/select2.min.css | 0 .../ephios}/static/select2/js/i18n/af.js | 2 +- .../ephios}/static/select2/js/i18n/ar.js | 2 +- .../ephios}/static/select2/js/i18n/az.js | 2 +- .../ephios}/static/select2/js/i18n/bg.js | 2 +- .../ephios}/static/select2/js/i18n/bn.js | 2 +- .../ephios}/static/select2/js/i18n/bs.js | 2 +- .../ephios}/static/select2/js/i18n/ca.js | 2 +- .../ephios}/static/select2/js/i18n/cs.js | 2 +- .../ephios}/static/select2/js/i18n/da.js | 2 +- .../ephios}/static/select2/js/i18n/de.js | 2 +- .../ephios}/static/select2/js/i18n/dsb.js | 2 +- .../ephios}/static/select2/js/i18n/el.js | 2 +- .../ephios}/static/select2/js/i18n/en.js | 2 +- .../ephios}/static/select2/js/i18n/eo.js | 2 +- .../ephios}/static/select2/js/i18n/es.js | 2 +- .../ephios}/static/select2/js/i18n/et.js | 2 +- .../ephios}/static/select2/js/i18n/eu.js | 2 +- .../ephios}/static/select2/js/i18n/fa.js | 2 +- .../ephios}/static/select2/js/i18n/fi.js | 2 +- .../ephios}/static/select2/js/i18n/fr.js | 2 +- .../ephios}/static/select2/js/i18n/gl.js | 2 +- .../ephios}/static/select2/js/i18n/he.js | 2 +- .../ephios}/static/select2/js/i18n/hi.js | 2 +- .../ephios}/static/select2/js/i18n/hr.js | 2 +- .../ephios}/static/select2/js/i18n/hsb.js | 2 +- .../ephios}/static/select2/js/i18n/hu.js | 2 +- .../ephios}/static/select2/js/i18n/hy.js | 2 +- .../ephios}/static/select2/js/i18n/id.js | 2 +- .../ephios}/static/select2/js/i18n/is.js | 2 +- .../ephios}/static/select2/js/i18n/it.js | 2 +- .../ephios}/static/select2/js/i18n/ja.js | 2 +- .../ephios}/static/select2/js/i18n/ka.js | 2 +- .../ephios}/static/select2/js/i18n/km.js | 2 +- .../ephios}/static/select2/js/i18n/ko.js | 2 +- .../ephios}/static/select2/js/i18n/lt.js | 2 +- .../ephios}/static/select2/js/i18n/lv.js | 2 +- .../ephios}/static/select2/js/i18n/mk.js | 2 +- .../ephios}/static/select2/js/i18n/ms.js | 2 +- .../ephios}/static/select2/js/i18n/nb.js | 2 +- .../ephios}/static/select2/js/i18n/ne.js | 2 +- .../ephios}/static/select2/js/i18n/nl.js | 2 +- .../ephios}/static/select2/js/i18n/pa.js | 2 +- .../ephios}/static/select2/js/i18n/pl.js | 2 +- .../ephios}/static/select2/js/i18n/ps.js | 2 +- .../ephios}/static/select2/js/i18n/pt-BR.js | 2 +- .../ephios}/static/select2/js/i18n/pt.js | 2 +- .../ephios}/static/select2/js/i18n/ro.js | 2 +- .../ephios}/static/select2/js/i18n/ru.js | 2 +- .../ephios}/static/select2/js/i18n/sk.js | 2 +- .../ephios}/static/select2/js/i18n/sl.js | 2 +- .../ephios}/static/select2/js/i18n/sq.js | 2 +- .../ephios}/static/select2/js/i18n/sr-Cyrl.js | 2 +- .../ephios}/static/select2/js/i18n/sr.js | 2 +- .../ephios}/static/select2/js/i18n/sv.js | 2 +- .../ephios}/static/select2/js/i18n/te.js | 2 +- .../ephios}/static/select2/js/i18n/th.js | 2 +- .../ephios}/static/select2/js/i18n/tk.js | 2 +- .../ephios}/static/select2/js/i18n/tr.js | 2 +- .../ephios}/static/select2/js/i18n/uk.js | 2 +- .../ephios}/static/select2/js/i18n/vi.js | 2 +- .../ephios}/static/select2/js/i18n/zh-CN.js | 2 +- .../ephios}/static/select2/js/i18n/zh-TW.js | 2 +- .../ephios}/static/select2/js/select2.full.js | 0 .../static/select2/js/select2.full.min.js | 2 +- .../ephios}/static/select2/js/select2.js | 0 .../ephios}/static/select2/js/select2.min.js | 2 +- .../ephios}/static/sortablejs/LICENSE | 0 .../ephios}/static/sortablejs/Sortable.min.js | 2 +- .../ephios}/static/vuejs/vue.global.js | 68 +- .../ephios}/static/vuejs/vue.global.prod.js | 0 {ephios => src/ephios}/templates/400.html | 0 {ephios => src/ephios}/templates/403.html | 0 {ephios => src/ephios}/templates/404.html | 0 {ephios => src/ephios}/templates/500.html | 0 {ephios => src/ephios}/templates/base.html | 0 {ephios => src/ephios}/templates/offline.html | 0 .../templates/registration/logged_out.html | 0 .../registration/password_reset_complete.html | 2 +- .../registration/password_reset_confirm.html | 0 .../registration/password_reset_done.html | 2 +- .../registration/password_reset_form.html | 0 {ephios => src/ephios}/urls.py | 4 +- {ephios => src/ephios}/wsgi.py | 0 tests/conftest.py | 13 +- tests/core/signup/test_signup.py | 10 +- tests/core/test_consequences.py | 3 +- tests/core/test_event_form.py | 7 +- tests/core/test_event_list.py | 14 +- tests/core/test_log.py | 2 +- tests/core/test_plugins.py | 12 +- tests/core/test_views_userprofile.py | 38 +- tests/core/test_workinghours.py | 4 +- tests/extra/test_graphs.py | 36 +- .../baseshiftstructures/test_named_teams.py | 55 +- .../test_qualification_mix.py | 4 +- .../basesignupflows/test_coupled_signup.py | 6 +- tests/plugins/complexsignup/test_editor.py | 132 +- .../test_autoqualification.py | 3 +- .../federation/test_federation_setup.py | 12 +- .../federation/test_federation_views.py | 24 +- .../qualification_management/conftest.py | 72 +- .../test_qualification_change_manager.py | 6 +- tests/plugins/questionnaires/test_answers.py | 1 - .../questionnaires/test_signup_form_fields.py | 18 +- .../plugins/simpleresource/test_resources.py | 3 +- tests/settings.py | 4 +- uv.lock | 3145 ++++++++++++ 764 files changed, 5842 insertions(+), 7349 deletions(-) delete mode 100644 ephios/api/urls.py delete mode 100644 ephios/core/models/__init__.py delete mode 100644 ephios/core/signup/structure/__init__.py delete mode 100644 poetry.lock rename {ephios => src/ephios}/__init__.py (100%) rename {ephios => src/ephios}/__main__.py (100%) rename {ephios => src/ephios}/api/__init__.py (100%) rename {ephios => src/ephios}/api/access/auth.py (100%) rename {ephios => src/ephios}/api/access/oauth2_urls.py (100%) rename {ephios => src/ephios}/api/access/views.py (100%) rename {ephios => src/ephios}/api/apps.py (64%) rename {ephios => src/ephios}/api/fields.py (100%) rename {ephios => src/ephios}/api/filters.py (99%) rename {ephios => src/ephios}/api/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/api/migrations/0002_accesstoken_description_accesstoken_revoked_and_more.py (100%) rename {ephios => src/ephios}/api/migrations/0003_application_post_logout_redirect_uris.py (100%) rename {ephios => src/ephios}/api/migrations/0004_application_allowed_origins_and_more.py (99%) rename {ephios => src/ephios}/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py (99%) rename {ephios => src/ephios}/api/migrations/0006_alter_application_authorization_grant_type.py (99%) rename {ephios => src/ephios}/api/migrations/__init__.py (100%) rename {ephios => src/ephios}/api/models.py (100%) rename {ephios => src/ephios}/api/permissions.py (100%) rename {ephios => src/ephios}/api/serializers.py (100%) rename {ephios => src/ephios}/api/signals.py (100%) rename {ephios => src/ephios}/api/templates/api/access_token_form.html (97%) rename {ephios => src/ephios}/api/templates/api/access_token_list.html (100%) rename {ephios => src/ephios}/api/templates/api/access_token_reveal.html (98%) rename {ephios => src/ephios}/api/templates/oauth2_provider/application_confirm_delete.html (100%) rename {ephios => src/ephios}/api/templates/oauth2_provider/application_detail.html (99%) rename {ephios => src/ephios}/api/templates/oauth2_provider/application_form.html (100%) rename {ephios => src/ephios}/api/templates/oauth2_provider/application_list.html (100%) rename {ephios => src/ephios}/api/templates/oauth2_provider/application_registration_form.html (100%) rename {ephios => src/ephios}/api/templates/oauth2_provider/authorize.html (100%) create mode 100644 src/ephios/api/urls.py rename {ephios => src/ephios}/api/views/events.py (94%) rename {ephios => src/ephios}/api/views/users.py (100%) rename {ephios => src/ephios}/asgi.py (100%) rename {ephios => src/ephios}/core/__init__.py (100%) rename {ephios => src/ephios}/core/admin.py (100%) rename {ephios => src/ephios}/core/apps.py (79%) rename {ephios => src/ephios}/core/calendar.py (100%) rename {ephios => src/ephios}/core/checks.py (100%) rename {ephios => src/ephios}/core/consequences.py (98%) rename {ephios => src/ephios}/core/context.py (93%) rename {ephios => src/ephios}/core/dynamic.py (91%) rename {ephios => src/ephios}/core/dynamic_preferences_registry.py (100%) rename {ephios => src/ephios}/core/forms/__init__.py (100%) rename {ephios => src/ephios}/core/forms/auth.py (100%) rename {ephios => src/ephios}/core/forms/events.py (100%) rename {ephios => src/ephios}/core/forms/users.py (100%) rename {ephios => src/ephios}/core/ical.py (98%) rename {ephios => src/ephios}/core/management/__init__.py (100%) rename {ephios => src/ephios}/core/management/commands/__init__.py (100%) rename {ephios => src/ephios}/core/management/commands/build.py (70%) rename {ephios => src/ephios}/core/management/commands/convert_mariadb_uuids.py (100%) rename {ephios => src/ephios}/core/management/commands/devdata.py (100%) rename {ephios => src/ephios}/core/management/commands/generate_vapid_key.py (100%) rename {ephios => src/ephios}/core/management/commands/run_periodic.py (100%) rename {ephios => src/ephios}/core/management/commands/send_notifications.py (100%) rename {ephios => src/ephios}/core/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/core/migrations/0001_squashed_0008_auto_20210207_1309.py (100%) rename {ephios => src/ephios}/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py (100%) rename {ephios => src/ephios}/core/migrations/0002_initial_permissions.py (100%) rename {ephios => src/ephios}/core/migrations/0002_merge_content_type_20210208_0020.py (100%) rename {ephios => src/ephios}/core/migrations/0003_migrate_content_type_to_core_20210219_1642.py (100%) rename {ephios => src/ephios}/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py (100%) rename {ephios => src/ephios}/core/migrations/0004_auto_20201014_1648.py (100%) rename {ephios => src/ephios}/core/migrations/0004_auto_20210305_1855.py (100%) rename {ephios => src/ephios}/core/migrations/0005_auto_20210106_2219.py (100%) rename {ephios => src/ephios}/core/migrations/0005_remove_event_mail_updates.py (100%) rename {ephios => src/ephios}/core/migrations/0006_auto_20210109_2230.py (100%) rename {ephios => src/ephios}/core/migrations/0006_notification.py (100%) rename {ephios => src/ephios}/core/migrations/0007_auto_20210110_0050.py (100%) rename {ephios => src/ephios}/core/migrations/0007_auto_20210324_2101.py (100%) rename {ephios => src/ephios}/core/migrations/0007_eventtype_color.py (100%) rename {ephios => src/ephios}/core/migrations/0008_auto_20210207_1309.py (100%) rename {ephios => src/ephios}/core/migrations/0008_auto_20210403_2348.py (100%) rename {ephios => src/ephios}/core/migrations/0009_auto_20210528_2230.py (100%) rename {ephios => src/ephios}/core/migrations/0010_placeholderparticipation.py (100%) rename {ephios => src/ephios}/core/migrations/0011_auto_20210903_1258.py (100%) rename {ephios => src/ephios}/core/migrations/0012_rename_included_qualifications_qualification_includes.py (100%) rename {ephios => src/ephios}/core/migrations/0013_auto_20211027_2203.py (100%) rename {ephios => src/ephios}/core/migrations/0014_auto_20211106_1852.py (100%) rename {ephios => src/ephios}/core/migrations/0015_alter_event_options_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0016_alter_userprofile_phone.py (100%) rename {ephios => src/ephios}/core/migrations/0017_alter_userprofile_date_of_birth.py (100%) rename {ephios => src/ephios}/core/migrations/0018_alter_consequence_options_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0019_userprofile_user_email_ci_uniqueness.py (100%) rename {ephios => src/ephios}/core/migrations/0020_qualificationcategory_show_with_user_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0021_userprofile_preferred_language_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0022_identityprovider.py (100%) rename {ephios => src/ephios}/core/migrations/0023_remove_userprofile_first_name_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0024_identityprovider_create_missing_groups_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0025_remove_notification_failed_notification_processed_by_and_more.py (100%) rename {ephios => src/ephios}/core/migrations/0026_userprofile_disabled_notifications_and_more.py (97%) rename {ephios => src/ephios}/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py (93%) rename {ephios => src/ephios}/core/migrations/0028_alter_abstractparticipation_structure_data.py (99%) rename {ephios => src/ephios}/core/migrations/0029_alter_userprofile_date_of_birth.py (99%) rename {ephios => src/ephios}/core/migrations/0030_identityprovider_internal_name_and_more.py (99%) rename {ephios => src/ephios}/core/migrations/0031_qualificationgrant_externally_managed_and_more.py (99%) rename {ephios => src/ephios}/core/migrations/0032_shift_label.py (99%) rename {ephios => src/ephios}/core/migrations/0033_eventtype_show_participant_data.py (99%) rename {ephios => src/ephios}/core/migrations/0034_alter_eventtype_show_participant_data.py (99%) rename {ephios => src/ephios}/core/migrations/0035_participationcomment.py (99%) rename {ephios => src/ephios}/core/migrations/0036_alter_identityprovider_options.py (99%) rename {ephios => src/ephios}/core/migrations/0037_alter_participationcomment_options_and_more.py (99%) rename {ephios => src/ephios}/core/migrations/0038_eventtype_default_description.py (99%) rename {ephios => src/ephios}/core/migrations/__init__.py (100%) create mode 100644 src/ephios/core/models/__init__.py rename {ephios => src/ephios}/core/models/events.py (99%) rename {ephios => src/ephios}/core/models/users.py (98%) rename {ephios => src/ephios}/core/pdf.py (89%) rename {ephios => src/ephios}/core/plugins.py (100%) rename {ephios => src/ephios}/core/services/__init__.py (100%) rename {ephios => src/ephios}/core/services/files.py (98%) rename {ephios => src/ephios}/core/services/health/__init__.py (100%) rename {ephios => src/ephios}/core/services/health/healthchecks.py (96%) rename {ephios => src/ephios}/core/services/mail/__init__.py (100%) rename {ephios => src/ephios}/core/services/mail/cid.py (98%) rename {ephios => src/ephios}/core/services/mail/send.py (100%) rename {ephios => src/ephios}/core/services/matching.py (92%) rename {ephios => src/ephios}/core/services/notifications/__init__.py (100%) rename {ephios => src/ephios}/core/services/notifications/backends.py (97%) rename {ephios => src/ephios}/core/services/notifications/types.py (95%) rename {ephios => src/ephios}/core/services/participation.py (95%) rename {ephios => src/ephios}/core/services/password_reset.py (100%) rename {ephios => src/ephios}/core/services/qualification.py (95%) rename {ephios => src/ephios}/core/signals.py (94%) rename {ephios => src/ephios}/core/signup/__init__.py (100%) rename {ephios => src/ephios}/core/signup/disposition.py (100%) rename {ephios => src/ephios}/core/signup/fallback.py (100%) rename {ephios => src/ephios}/core/signup/flow/__init__.py (80%) rename {ephios => src/ephios}/core/signup/flow/abstract.py (100%) rename {ephios => src/ephios}/core/signup/flow/base.py (90%) rename {ephios => src/ephios}/core/signup/flow/participant_validation.py (99%) rename {ephios => src/ephios}/core/signup/forms.py (100%) rename {ephios => src/ephios}/core/signup/participants.py (98%) rename {ephios => src/ephios}/core/signup/stats.py (100%) create mode 100644 src/ephios/core/signup/structure/__init__.py rename {ephios => src/ephios}/core/signup/structure/abstract.py (100%) rename {ephios => src/ephios}/core/signup/structure/base.py (89%) rename {ephios => src/ephios}/core/signup/views.py (96%) rename {ephios => src/ephios}/core/templates/core/disposition/base_participation.html (100%) rename {ephios => src/ephios}/core/templates/core/disposition/disposition.html (100%) rename {ephios => src/ephios}/core/templates/core/disposition/fragment_participation.html (100%) rename {ephios => src/ephios}/core/templates/core/event_bulk_delete.html (98%) rename {ephios => src/ephios}/core/templates/core/event_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/event_copy.html (95%) rename {ephios => src/ephios}/core/templates/core/event_detail.html (100%) rename {ephios => src/ephios}/core/templates/core/event_form.html (100%) rename {ephios => src/ephios}/core/templates/core/event_list.html (100%) rename {ephios => src/ephios}/core/templates/core/event_notification.html (100%) rename {ephios => src/ephios}/core/templates/core/eventtype_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/eventtype_form.html (97%) rename {ephios => src/ephios}/core/templates/core/eventtype_list.html (100%) rename {ephios => src/ephios}/core/templates/core/forms/crispy_filter.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/approve_consequences.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/attrs.html (98%) rename {ephios => src/ephios}/core/templates/core/fragments/calendar_day.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/event_list_add_event_button.html (99%) rename {ephios => src/ephios}/core/templates/core/fragments/event_list_day_mode.html (99%) rename {ephios => src/ephios}/core/templates/core/fragments/event_list_list_mode.html (99%) rename {ephios => src/ephios}/core/templates/core/fragments/pending_consequences.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/plugin_form.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/shift_box_big.html (100%) rename {ephios => src/ephios}/core/templates/core/fragments/shift_box_small.html (99%) rename {ephios => src/ephios}/core/templates/core/fragments/shift_header.html (99%) rename {ephios => src/ephios}/core/templates/core/fragments/shift_signup_config_form.html (96%) rename {ephios => src/ephios}/core/templates/core/fragments/shift_structure_render_error.html (96%) rename {ephios => src/ephios}/core/templates/core/fragments/signup_stats_indicator.html (98%) rename {ephios => src/ephios}/core/templates/core/group_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/group_form.html (100%) rename {ephios => src/ephios}/core/templates/core/group_list.html (100%) rename {ephios => src/ephios}/core/templates/core/home.html (100%) rename {ephios => src/ephios}/core/templates/core/identityprovider_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/identityprovider_discovery.html (100%) rename {ephios => src/ephios}/core/templates/core/identityprovider_form.html (100%) rename {ephios => src/ephios}/core/templates/core/identityprovider_list.html (100%) rename {ephios => src/ephios}/core/templates/core/logentry_list.html (100%) rename {ephios => src/ephios}/core/templates/core/login.html (100%) rename {ephios => src/ephios}/core/templates/core/mails/base.html (100%) rename {ephios => src/ephios}/core/templates/core/mails/base.txt (62%) rename {ephios => src/ephios}/core/templates/core/mails/new_account_email.html (98%) rename {ephios => src/ephios}/core/templates/core/mails/new_event.html (100%) rename {ephios => src/ephios}/core/templates/core/mails/notification.html (100%) rename {ephios => src/ephios}/core/templates/core/mails/notification.txt (97%) rename {ephios => src/ephios}/core/templates/core/mass_notification_write.html (100%) rename {ephios => src/ephios}/core/templates/core/notification_detail.html (100%) rename {ephios => src/ephios}/core/templates/core/notification_list.html (100%) rename {ephios => src/ephios}/core/templates/core/pagination.html (99%) rename {ephios => src/ephios}/core/templates/core/serviceworker.js (99%) rename {ephios => src/ephios}/core/templates/core/settings/password_change_form.html (100%) rename {ephios => src/ephios}/core/templates/core/settings/settings_base.html (100%) rename {ephios => src/ephios}/core/templates/core/settings/settings_calendar.html (98%) rename {ephios => src/ephios}/core/templates/core/settings/settings_instance.html (100%) rename {ephios => src/ephios}/core/templates/core/settings/settings_notifications.html (100%) rename {ephios => src/ephios}/core/templates/core/settings/settings_personal_data.html (99%) rename {ephios => src/ephios}/core/templates/core/shift_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/shift_copy.html (95%) rename {ephios => src/ephios}/core/templates/core/shift_form.html (99%) rename {ephios => src/ephios}/core/templates/core/signup.html (100%) rename {ephios => src/ephios}/core/templates/core/userprofile_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/userprofile_confirm_password_reset.html (98%) rename {ephios => src/ephios}/core/templates/core/userprofile_confirm_password_token_revokation.html (98%) rename {ephios => src/ephios}/core/templates/core/userprofile_form.html (100%) rename {ephios => src/ephios}/core/templates/core/userprofile_list.html (100%) rename {ephios => src/ephios}/core/templates/core/userprofile_workinghours.html (99%) rename {ephios => src/ephios}/core/templates/core/widgets/previous_comments.html (100%) rename {ephios => src/ephios}/core/templates/core/workinghours_confirm_delete.html (100%) rename {ephios => src/ephios}/core/templates/core/workinghours_form.html (100%) rename {ephios => src/ephios}/core/templates/core/workinghours_list.html (100%) rename {ephios => src/ephios}/core/templatetags/__init__.py (100%) rename {ephios => src/ephios}/core/templatetags/email_extras.py (100%) rename {ephios => src/ephios}/core/templatetags/event_extras.py (87%) rename {ephios => src/ephios}/core/templatetags/settings_extras.py (100%) rename {ephios => src/ephios}/core/templatetags/signal_extras.py (100%) rename {ephios => src/ephios}/core/templatetags/user_extras.py (98%) rename {ephios => src/ephios}/core/urls.py (100%) rename {ephios => src/ephios}/core/views/__init__.py (100%) rename {ephios => src/ephios}/core/views/accounts.py (97%) rename {ephios => src/ephios}/core/views/auth.py (100%) rename {ephios => src/ephios}/core/views/bulk.py (100%) rename {ephios => src/ephios}/core/views/consequences.py (84%) rename {ephios => src/ephios}/core/views/event.py (97%) rename {ephios => src/ephios}/core/views/eventtype.py (100%) rename {ephios => src/ephios}/core/views/healthcheck.py (100%) rename {ephios => src/ephios}/core/views/log.py (95%) rename {ephios => src/ephios}/core/views/notifications.py (99%) rename {ephios => src/ephios}/core/views/pwa.py (100%) rename {ephios => src/ephios}/core/views/settings.py (78%) rename {ephios => src/ephios}/core/views/shift.py (97%) rename {ephios => src/ephios}/core/views/signup.py (100%) rename {ephios => src/ephios}/core/views/workinghour.py (98%) rename {ephios => src/ephios}/core/widgets.py (100%) rename {ephios => src/ephios}/extra/__init__.py (100%) rename {ephios => src/ephios}/extra/apps.py (60%) rename {ephios => src/ephios}/extra/auth.py (100%) rename {ephios => src/ephios}/extra/bootstrap.py (100%) rename {ephios => src/ephios}/extra/colors.py (84%) rename {ephios => src/ephios}/extra/crispy.py (100%) rename {ephios => src/ephios}/extra/csp.py (100%) rename {ephios => src/ephios}/extra/database.py (100%) rename {ephios => src/ephios}/extra/fields.py (100%) rename {ephios => src/ephios}/extra/graphs.py (100%) rename {ephios => src/ephios}/extra/i18n.py (100%) rename {ephios => src/ephios}/extra/json.py (100%) rename {ephios => src/ephios}/extra/middleware.py (100%) rename {ephios => src/ephios}/extra/mixins.py (98%) rename {ephios => src/ephios}/extra/permissions.py (91%) rename {ephios => src/ephios}/extra/preferences.py (100%) rename {ephios => src/ephios}/extra/secrets.py (100%) rename {ephios => src/ephios}/extra/signals.py (100%) rename {ephios => src/ephios}/extra/templates/extra/widgets/custom_date_input.html (100%) rename {ephios => src/ephios}/extra/templates/extra/widgets/custom_split_date_time_widget.html (96%) rename {ephios => src/ephios}/extra/templates/extra/widgets/custom_time_input.html (100%) rename {ephios => src/ephios}/extra/templates/extra/widgets/recurrence_picker.html (100%) rename {ephios => src/ephios}/extra/templatetags/__init__.py (100%) rename {ephios => src/ephios}/extra/templatetags/bootstrap.py (100%) rename {ephios => src/ephios}/extra/templatetags/ephios_crispy.py (100%) rename {ephios => src/ephios}/extra/templatetags/rich_text.py (100%) rename {ephios => src/ephios}/extra/templatetags/utils.py (100%) rename {ephios => src/ephios}/extra/utils.py (100%) rename {ephios => src/ephios}/extra/widgets.py (100%) rename {ephios => src/ephios}/locale/de/LC_MESSAGES/django.po (100%) rename {ephios => src/ephios}/locale/de/LC_MESSAGES/djangojs.po (100%) rename {ephios => src/ephios}/modellogging/__init__.py (100%) rename {ephios => src/ephios}/modellogging/admin.py (100%) rename {ephios => src/ephios}/modellogging/apps.py (100%) rename {ephios => src/ephios}/modellogging/json.py (100%) rename {ephios => src/ephios}/modellogging/log.py (100%) rename {ephios => src/ephios}/modellogging/middleware.py (100%) rename {ephios => src/ephios}/modellogging/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/modellogging/migrations/0002_auto_20210403_2348.py (100%) rename {ephios => src/ephios}/modellogging/migrations/0003_alter_logentry_id.py (100%) rename {ephios => src/ephios}/modellogging/migrations/0004_alter_logentry_user.py (100%) rename {ephios => src/ephios}/modellogging/migrations/0005_alter_logentry_datetime.py (100%) rename {ephios => src/ephios}/modellogging/migrations/__init__.py (100%) rename {ephios => src/ephios}/modellogging/models.py (100%) rename {ephios => src/ephios}/modellogging/recorders.py (99%) rename {ephios => src/ephios}/modellogging/templates/modellogging/logentry.html (100%) rename {ephios => src/ephios}/modellogging/templates/modellogging/logentry_grouped_list.html (100%) rename {ephios => src/ephios}/modellogging/templates/modellogging/statement.html (97%) rename {ephios => src/ephios}/modellogging/templatetags/logentries.py (100%) rename {ephios => src/ephios}/plugins/__init__.py (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/__init__.py (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/apps.py (85%) rename {ephios => src/ephios}/plugins/baseshiftstructures/signals.py (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/__init__.py (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/common.py (91%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/group_common.py (99%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/named_teams.py (94%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/qualification_mix.py (94%) rename {ephios => src/ephios}/plugins/baseshiftstructures/structure/uniform.py (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_groups_common_state.html (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html (97%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html (99%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_participation.html (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html (99%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/participation_card_inline.html (100%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html (99%) rename {ephios => src/ephios}/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html (99%) rename {ephios => src/ephios}/plugins/baseshiftstructures/urls.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/__init__.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/apps.py (85%) rename {ephios => src/ephios}/plugins/basesignupflows/flow/__init__.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/flow/coupled.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/flow/manual.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/flow/participant.py (100%) rename {ephios => src/ephios}/plugins/basesignupflows/signals.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/__init__.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/admin.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/api.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/apps.py (88%) rename {ephios => src/ephios}/plugins/complexsignup/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/migrations/0002_blockcomposition_label.py (99%) rename {ephios => src/ephios}/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py (99%) rename {ephios => src/ephios}/plugins/complexsignup/migrations/0004_multiblock.py (99%) rename {ephios => src/ephios}/plugins/complexsignup/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/models.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/serializers.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/signals.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/static/complexsignup/editor.js (99%) rename {ephios => src/ephios}/plugins/complexsignup/structure.py (96%) rename {ephios => src/ephios}/plugins/complexsignup/templates/complexsignup/configuration_form.html (100%) rename {ephios => src/ephios}/plugins/complexsignup/templates/complexsignup/fragment_participation.html (100%) rename {ephios => src/ephios}/plugins/complexsignup/templates/complexsignup/shift_state.html (97%) rename {ephios => src/ephios}/plugins/complexsignup/templates/complexsignup/shift_state_block.html (99%) rename {ephios => src/ephios}/plugins/complexsignup/templates/complexsignup/vue_editor.html (100%) rename {ephios => src/ephios}/plugins/complexsignup/templatetags/__init__.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/templatetags/complex_extra.py (96%) rename {ephios => src/ephios}/plugins/complexsignup/urls.py (100%) rename {ephios => src/ephios}/plugins/complexsignup/views.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/__init__.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/apps.py (88%) rename {ephios => src/ephios}/plugins/eventautoqualification/consequences.py (94%) rename {ephios => src/ephios}/plugins/eventautoqualification/forms.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/migrations/0002_auto_20210403_2348.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/migrations/0003_alter_eventautoqualificationconfiguration_id.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/migrations/0004_alter_eventautoqualificationconfiguration_expiration_date.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/models.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/signals.py (100%) rename {ephios => src/ephios}/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html (95%) rename {ephios => src/ephios}/plugins/federation/__init__.py (100%) rename {ephios => src/ephios}/plugins/federation/admin.py (100%) rename {ephios => src/ephios}/plugins/federation/apps.py (86%) rename {ephios => src/ephios}/plugins/federation/forms.py (100%) rename {ephios => src/ephios}/plugins/federation/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/federation/migrations/0002_federatedeventshare.py (100%) rename {ephios => src/ephios}/plugins/federation/migrations/0003_alter_federatedguest_access_token_and_more.py (100%) rename {ephios => src/ephios}/plugins/federation/migrations/0004_remove_federateduser_first_name_and_more.py (100%) rename {ephios => src/ephios}/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py (99%) rename {ephios => src/ephios}/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py (99%) rename {ephios => src/ephios}/plugins/federation/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/federation/models.py (97%) rename {ephios => src/ephios}/plugins/federation/serializers.py (100%) rename {ephios => src/ephios}/plugins/federation/signals.py (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/event_detail.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/external_event_list.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/federatedguest_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/federatedhost_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/federation_settings.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/invitecode_form.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/invitecode_reveal.html (100%) rename {ephios => src/ephios}/plugins/federation/templates/federation/redeem_invite_code.html (100%) rename {ephios => src/ephios}/plugins/federation/urls.py (100%) rename {ephios => src/ephios}/plugins/federation/views/api.py (99%) rename {ephios => src/ephios}/plugins/federation/views/frontend.py (99%) rename {ephios => src/ephios}/plugins/files/__init__.py (100%) rename {ephios => src/ephios}/plugins/files/admin.py (100%) rename {ephios => src/ephios}/plugins/files/apps.py (85%) rename {ephios => src/ephios}/plugins/files/forms.py (100%) rename {ephios => src/ephios}/plugins/files/migrations/0001_initial.py (99%) rename {ephios => src/ephios}/plugins/files/migrations/0002_alter_document_options.py (99%) rename {ephios => src/ephios}/plugins/files/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/files/models.py (100%) rename {ephios => src/ephios}/plugins/files/signals.py (100%) rename {ephios => src/ephios}/plugins/files/templates/files/document_attachement.html (100%) rename {ephios => src/ephios}/plugins/files/templates/files/document_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/files/templates/files/document_form.html (100%) rename {ephios => src/ephios}/plugins/files/templates/files/document_list.html (100%) rename {ephios => src/ephios}/plugins/files/urls.py (100%) rename {ephios => src/ephios}/plugins/files/views.py (100%) rename {ephios => src/ephios}/plugins/guests/__init__.py (100%) rename {ephios => src/ephios}/plugins/guests/admin.py (100%) rename {ephios => src/ephios}/plugins/guests/apps.py (88%) rename {ephios => src/ephios}/plugins/guests/forms.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0002_auto_20210403_2348.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0003_auto_20210528_2230.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0004_alter_guestparticipation_options_and_more.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0005_alter_guestuser_unique_together_and_more.py (100%) rename {ephios => src/ephios}/plugins/guests/migrations/0006_alter_guestuser_qualifications.py (99%) rename {ephios => src/ephios}/plugins/guests/migrations/0007_alter_guestuser_unique_together.py (99%) rename {ephios => src/ephios}/plugins/guests/migrations/0008_alter_guestuser_unique_together.py (99%) rename {ephios => src/ephios}/plugins/guests/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/guests/models.py (100%) rename {ephios => src/ephios}/plugins/guests/notifications.py (100%) rename {ephios => src/ephios}/plugins/guests/signals.py (100%) rename {ephios => src/ephios}/plugins/guests/templates/guests/event_detail.html (100%) rename {ephios => src/ephios}/plugins/guests/templates/guests/guestuser_form.html (100%) rename {ephios => src/ephios}/plugins/guests/urls.py (55%) rename {ephios => src/ephios}/plugins/guests/views.py (98%) rename {ephios => src/ephios}/plugins/pages/__init__.py (100%) rename {ephios => src/ephios}/plugins/pages/admin.py (100%) rename {ephios => src/ephios}/plugins/pages/apps.py (87%) rename {ephios => src/ephios}/plugins/pages/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/pages/migrations/0002_alter_page_id.py (100%) rename {ephios => src/ephios}/plugins/pages/migrations/0003_alter_page_options_alter_page_content_and_more.py (100%) rename {ephios => src/ephios}/plugins/pages/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/pages/models.py (100%) rename {ephios => src/ephios}/plugins/pages/signals.py (100%) rename {ephios => src/ephios}/plugins/pages/templates/pages/page_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/pages/templates/pages/page_detail.html (100%) rename {ephios => src/ephios}/plugins/pages/templates/pages/page_form.html (100%) rename {ephios => src/ephios}/plugins/pages/templates/pages/page_list.html (100%) rename {ephios => src/ephios}/plugins/pages/urls.py (100%) rename {ephios => src/ephios}/plugins/pages/views.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/__init__.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/apps.py (86%) rename {ephios => src/ephios}/plugins/qualification_management/dynamic_preferences_registry.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/forms.py (94%) rename {ephios => src/ephios}/plugins/qualification_management/importing.py (97%) rename {ephios => src/ephios}/plugins/qualification_management/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/serializers.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/signals.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/import.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/qualification_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/qualification_form.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/qualification_list.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/qualification_reassignment.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/templates/core/qualificationcategories_form.html (100%) rename {ephios => src/ephios}/plugins/qualification_management/urls.py (100%) rename {ephios => src/ephios}/plugins/qualification_management/views.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/__init__.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/admin.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/apps.py (86%) rename {ephios => src/ephios}/plugins/questionnaires/forms.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/migrations/0001_initial.py (99%) rename {ephios => src/ephios}/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py (99%) rename {ephios => src/ephios}/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py (99%) rename {ephios => src/ephios}/plugins/questionnaires/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/models.py (97%) rename {ephios => src/ephios}/plugins/questionnaires/signals.py (99%) rename {ephios => src/ephios}/plugins/questionnaires/static/questionnaires/choice_visibility.js (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/aggregate_answers.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/disposition_participation_answers.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/question_confirm_archive.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/question_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/question_form.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/question_list.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/savedanswer_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/savedanswer_form.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/templates/questionnaires/savedanswer_list.html (100%) rename {ephios => src/ephios}/plugins/questionnaires/urls.py (100%) rename {ephios => src/ephios}/plugins/questionnaires/views.py (99%) rename {ephios => src/ephios}/plugins/simpleresource/__init__.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/admin.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/apps.py (86%) rename {ephios => src/ephios}/plugins/simpleresource/forms.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/0001_initial.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/0002_resourcecategory_icon.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/0003_alter_resource_category_alter_resource_title_and_more.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/0004_alter_resource_options_and_more.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py (99%) rename {ephios => src/ephios}/plugins/simpleresource/migrations/__init__.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/models.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/signals.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/templates/simpleresource/resource_allocations.html (100%) rename {ephios => src/ephios}/plugins/simpleresource/templates/simpleresource/resource_confirm_delete.html (100%) rename {ephios => src/ephios}/plugins/simpleresource/templates/simpleresource/resource_form.html (100%) rename {ephios => src/ephios}/plugins/simpleresource/templates/simpleresource/resource_list.html (99%) rename {ephios => src/ephios}/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html (100%) rename {ephios => src/ephios}/plugins/simpleresource/urls.py (100%) rename {ephios => src/ephios}/plugins/simpleresource/views.py (100%) rename {ephios => src/ephios}/settings.py (87%) rename {ephios => src/ephios}/static/bootstrap/LICENSE (100%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.bundle.js (100%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.bundle.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.bundle.min.js (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.bundle.min.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.esm.js (100%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.esm.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.esm.min.js (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.esm.min.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.js (100%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.min.js (99%) rename {ephios => src/ephios}/static/bootstrap/js/bootstrap.min.js.map (99%) rename {ephios => src/ephios}/static/bootstrap/scss/_accordion.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_alert.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_badge.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_breadcrumb.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_button-group.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_buttons.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_card.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_carousel.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_close.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_containers.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_dropdown.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_forms.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_functions.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_grid.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_helpers.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_images.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_list-group.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_maps.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_mixins.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_modal.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_nav.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_navbar.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_offcanvas.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_pagination.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_placeholders.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_popover.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_progress.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_reboot.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_root.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_spinners.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_tables.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_toasts.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_tooltip.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_transitions.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_type.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_utilities.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_variables-dark.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/_variables.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/bootstrap-grid.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/bootstrap-reboot.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/bootstrap-utilities.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/bootstrap.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_floating-labels.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_form-check.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_form-control.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_form-range.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_form-select.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_form-text.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_input-group.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_labels.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/forms/_validation.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_clearfix.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_color-bg.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_colored-links.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_focus-ring.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_icon-link.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_position.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_ratio.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_stacks.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_stretched-link.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_text-truncation.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_visually-hidden.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/helpers/_vr.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_alert.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_backdrop.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_banner.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_border-radius.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_box-shadow.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_breakpoints.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_buttons.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_caret.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_clearfix.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_color-mode.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_color-scheme.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_container.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_deprecate.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_forms.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_gradients.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_grid.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_image.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_list-group.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_lists.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_pagination.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_reset-text.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_resize.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_table-variants.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_text-truncate.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_transition.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_utilities.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/mixins/_visually-hidden.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/jasmine.js (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/mixins/_color-modes.test.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/mixins/_utilities.test.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/sass-true/register.js (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/sass-true/runner.js (100%) rename {ephios => src/ephios}/static/bootstrap/scss/tests/utilities/_api.test.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/utilities/_api.scss (100%) rename {ephios => src/ephios}/static/bootstrap/scss/vendor/_rfs.scss (100%) rename {ephios => src/ephios}/static/clipboardjs/js/clipboard.min.js (99%) rename {ephios => src/ephios}/static/ephios/img/brand/appicon-1024x.png (100%) rename {ephios => src/ephios}/static/ephios/img/brand/appicon-192x.png (100%) rename {ephios => src/ephios}/static/ephios/img/brand/appicon-512x.png (100%) rename {ephios => src/ephios}/static/ephios/img/brand/appicon-svg-debug.svg (92%) rename {ephios => src/ephios}/static/ephios/img/brand/appicon-svg-prod.svg (92%) rename {ephios => src/ephios}/static/ephios/img/brand/email_logo.png (100%) rename {ephios => src/ephios}/static/ephios/img/brand/nav_logo.png (100%) rename {ephios => src/ephios}/static/ephios/img/mannequin_confirmed.svg (100%) rename {ephios => src/ephios}/static/ephios/img/mannequin_denied.svg (100%) rename {ephios => src/ephios}/static/ephios/img/mannequin_neutral.svg (100%) rename {ephios => src/ephios}/static/ephios/img/mannequin_requested.svg (100%) rename {ephios => src/ephios}/static/ephios/js/clipboard.js (100%) rename {ephios => src/ephios}/static/ephios/js/consequences.js (99%) rename {ephios => src/ephios}/static/ephios/js/disposition.js (99%) rename {ephios => src/ephios}/static/ephios/js/event_copy.js (100%) rename {ephios => src/ephios}/static/ephios/js/formset/LICENSE (100%) rename {ephios => src/ephios}/static/ephios/js/formset/formset.js (100%) rename {ephios => src/ephios}/static/ephios/js/group_form.js (99%) rename {ephios => src/ephios}/static/ephios/js/main.js (99%) rename {ephios => src/ephios}/static/ephios/js/mass_notification_write.js (100%) rename {ephios => src/ephios}/static/ephios/scss/ephios_bootstrap_variables.scss (99%) rename {ephios => src/ephios}/static/ephios/scss/ephios_custom.scss (99%) rename {ephios => src/ephios}/static/ephios/scss/ephios_printing.scss (99%) rename {ephios => src/ephios}/static/ephios/scss/ephios_utilities.scss (99%) rename {ephios => src/ephios}/static/ephios/scss/main.scss (100%) rename {ephios => src/ephios}/static/fontawesome/css/all.css (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-brands-400.eot (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-brands-400.svg (98%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-brands-400.ttf (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-brands-400.woff (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-brands-400.woff2 (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-regular-400.eot (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-regular-400.svg (97%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-regular-400.ttf (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-regular-400.woff (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-regular-400.woff2 (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-solid-900.eot (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-solid-900.svg (97%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-solid-900.ttf (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-solid-900.woff (100%) rename {ephios => src/ephios}/static/fontawesome/webfonts/fa-solid-900.woff2 (100%) rename {ephios => src/ephios}/static/jquery/js/jquery-3.7.1.min.js (100%) rename {ephios => src/ephios}/static/rrule/rrule.js (99%) rename {ephios => src/ephios}/static/rrule/rrule.min.js (99%) rename {ephios => src/ephios}/static/rrule/rrule.min.js.map (99%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_disabled.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_dropdown.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_include-all.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_input-group.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_layout.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_multiple.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_single.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_sizing.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_validation.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/_variables.scss (100%) rename {ephios => src/ephios}/static/select2-bootstrap-5-theme/select2-bootstrap-5-theme.scss (100%) rename {ephios => src/ephios}/static/select2/css/LICENSE (97%) rename {ephios => src/ephios}/static/select2/css/select2.css (100%) rename {ephios => src/ephios}/static/select2/css/select2.min.css (100%) rename {ephios => src/ephios}/static/select2/js/i18n/af.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/ar.js (93%) rename {ephios => src/ephios}/static/select2/js/i18n/az.js (91%) rename {ephios => src/ephios}/static/select2/js/i18n/bg.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/bn.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/bs.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/ca.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/cs.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/da.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/de.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/dsb.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/el.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/en.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/eo.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/es.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/et.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/eu.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/fa.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/fi.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/fr.js (93%) rename {ephios => src/ephios}/static/select2/js/i18n/gl.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/he.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/hi.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/hr.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/hsb.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/hu.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/hy.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/id.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/is.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/it.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/ja.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/ka.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/km.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/ko.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/lt.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/lv.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/mk.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/ms.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/nb.js (92%) rename {ephios => src/ephios}/static/select2/js/i18n/ne.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/nl.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/pa.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/pl.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/ps.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/pt-BR.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/pt.js (96%) rename {ephios => src/ephios}/static/select2/js/i18n/ro.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/ru.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/sk.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/sl.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/sq.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/sr-Cyrl.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/sr.js (99%) rename {ephios => src/ephios}/static/select2/js/i18n/sv.js (91%) rename {ephios => src/ephios}/static/select2/js/i18n/te.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/th.js (97%) rename {ephios => src/ephios}/static/select2/js/i18n/tk.js (93%) rename {ephios => src/ephios}/static/select2/js/i18n/tr.js (93%) rename {ephios => src/ephios}/static/select2/js/i18n/uk.js (95%) rename {ephios => src/ephios}/static/select2/js/i18n/vi.js (98%) rename {ephios => src/ephios}/static/select2/js/i18n/zh-CN.js (94%) rename {ephios => src/ephios}/static/select2/js/i18n/zh-TW.js (93%) rename {ephios => src/ephios}/static/select2/js/select2.full.js (100%) rename {ephios => src/ephios}/static/select2/js/select2.full.min.js (99%) rename {ephios => src/ephios}/static/select2/js/select2.js (100%) rename {ephios => src/ephios}/static/select2/js/select2.min.js (99%) rename {ephios => src/ephios}/static/sortablejs/LICENSE (100%) rename {ephios => src/ephios}/static/sortablejs/Sortable.min.js (99%) rename {ephios => src/ephios}/static/vuejs/vue.global.js (99%) rename {ephios => src/ephios}/static/vuejs/vue.global.prod.js (100%) rename {ephios => src/ephios}/templates/400.html (100%) rename {ephios => src/ephios}/templates/403.html (100%) rename {ephios => src/ephios}/templates/404.html (100%) rename {ephios => src/ephios}/templates/500.html (100%) rename {ephios => src/ephios}/templates/base.html (100%) rename {ephios => src/ephios}/templates/offline.html (100%) rename {ephios => src/ephios}/templates/registration/logged_out.html (100%) rename {ephios => src/ephios}/templates/registration/password_reset_complete.html (96%) rename {ephios => src/ephios}/templates/registration/password_reset_confirm.html (100%) rename {ephios => src/ephios}/templates/registration/password_reset_done.html (96%) rename {ephios => src/ephios}/templates/registration/password_reset_form.html (100%) rename {ephios => src/ephios}/urls.py (90%) rename {ephios => src/ephios}/wsgi.py (100%) create mode 100644 uv.lock diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 060c7bb20..8ab048efa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: - languages: ${{ matrix.language }} + languages: ${{ matrix.language }} # TODO unknown reference? - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd058eb71..9a43e748c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v6 - - name: Install poetry + - name: Install poetry # TODO use uv in this file run: | pipx install "poetry<2.0" pipx inject poetry "poetry-dynamic-versioning[plugin]" diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 52ee7901b..b18514273 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - name: Install poetry + - name: Install poetry # TODO use uv in this file run: pipx install "poetry<2.0" - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a90174f97..471fb621f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,33 +11,22 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.11" ] + python-version: [ "3.14" ] steps: - uses: actions/checkout@v6 - - name: Install poetry - run: pipx install "poetry<2.0" - - uses: actions/setup-python@v6 + - name: Setup python and uv + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - cache: 'poetry' - name: Install dependencies run: | - poetry run pip install -U pip - poetry install --with=dev - - name: check format with black + uv sync --dev --inexact --all-extras + - name: lint and format check with ruff run: | - poetry run black --version - poetry run black --check . - - name: check import order with isort - run: | - poetry run isort --version - poetry run isort -c . - - name: Lint with pylint - run: | - poetry run pylint --version - poetry run pylint ephios + uv run ruff format --check + uv run ruff check - name: Run djhtml - run: poetry run djhtml -c ephios/ + run: uv run djhtml -c src/ephios/ - name: Make sure we always use trimmed translation strings run: "! git grep ' blocktranslate ' | grep -v trimmed" - name: No use of the trans tag @@ -51,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.10", "3.11", "3.12" ] + python-version: ["3.11", "3.12", "3.13", "3.14"] database: [ sqlite, mysql, postgres ] include: - database: sqlite @@ -63,22 +52,19 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Install poetry - run: pipx install poetry - - uses: actions/setup-python@v6 + - name: Setup python and uv + uses: astral-sh/setup-uv@v7 with: python-version: ${{ matrix.python-version }} - cache: 'poetry' - name: Install dependencies run: | sudo apt-get install gettext - poetry run pip install -U pip - poetry install --all-extras --with=dev - poetry run pip install git+https://github.com/ephios-dev/ephios-testplugin + uv sync --dev --inexact --all-extras + uv run pip install git+https://github.com/ephios-dev/ephios-testplugin - name: Prepare files for test run run: | cp .env.example .env - poetry run python manage.py build + uv run manage.py build - name: Setup postgres # postgres 14 on ubuntu 22.04 run: | @@ -94,14 +80,14 @@ jobs: if: matrix.database == 'mysql' - name: Make sure all migrations are up to date # apps specified explicitly to avoid checking migrations in dependencies - run: poetry run python manage.py makemigrations --check core extra api complexsignup eventautoqualification federation files guests pages qualification_management simpleresource + run: uv run manage.py makemigrations --check core extra api complexsignup eventautoqualification federation files guests pages qualification_management simpleresource questionnaires - name: Test apps env: DATABASE_URL: ${{ matrix.database_url }} - run: poetry run coverage run --source=ephios -m pytest tests/ + run: uv run coverage run -m pytest tests/ - name: Coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: poetry run coveralls --service=github + run: uv run coveralls --service=github if: matrix.python-version == '3.11' && matrix.database == 'sqlite' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7834903d0..a3792cc2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,19 @@ default_language_version: python: python3 repos: - - repo: https://github.com/myint/autoflake - rev: v2.3.1 + - repo: 'https://github.com/pre-commit/pre-commit-hooks' + rev: v6.0.0 hooks: - - id: autoflake - args: - - --in-place - - --recursive - - --remove-all-unused-imports - - --ignore-init-module-imports - - --expand-star-imports - - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files + args: ['--maxkb=1024'] + - repo: 'https://github.com/astral-sh/ruff-pre-commit' + rev: v0.15.0 hooks: - - id: isort - - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 - hooks: - - id: black + - id: ruff-check + - id: ruff-format - repo: https://github.com/rtts/djhtml rev: 3.0.6 hooks: diff --git a/docs/conf.py b/docs/conf.py index 18911f7c1..f24c7413b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,9 @@ import os from pathlib import Path +import django import environ +from django.core import management # -- Path setup -------------------------------------------------------------- @@ -23,7 +25,7 @@ project = "ephios" -copyright = f"{datetime.datetime.now().strftime("%Y")}, ephios-dev" +copyright = f"{datetime.datetime.now().strftime('%Y')}, ephios-dev" author = "ephios-dev" @@ -75,11 +77,9 @@ os.environ["DEBUG"] = "False" environ.Env.read_env(env_file=str(Path(__file__).parent.parent.absolute() / ".env.example")) -import django django.setup() -from django.core import management management.call_command( "spectacular", ["--color", "--file", "api/ephios-open-api-schema.yml", "--api-version", "api"] diff --git a/ephios/api/urls.py b/ephios/api/urls.py deleted file mode 100644 index a7dbce08d..000000000 --- a/ephios/api/urls.py +++ /dev/null @@ -1,113 +0,0 @@ -from django.urls import include, path -from drf_spectacular.views import SpectacularAPIView, SpectacularSwaggerSplitView -from oauth2_provider import views as oauth2_views -from rest_framework import routers - -from ephios.api.access.views import ( - AccessTokenCreateView, - AccessTokenRevealView, - AccessTokenRevokeView, - AccessTokensListView, - AllUserApplicationList, - ApplicationDelete, - ApplicationDetail, - ApplicationUpdate, -) -from ephios.api.views.events import ( - EventViewSet, - ParticipationViewSet, - ShiftViewSet, - UserinfoParticipationViewSet, -) -from ephios.api.views.users import ( - OwnParticipationsViewSet, - UserByMailView, - UserParticipationView, - UserProfileMeView, - UserViewSet, -) -from ephios.extra.permissions import staff_required - -router = routers.DefaultRouter() -router.register(r"events", EventViewSet) -router.register(r"shifts", ShiftViewSet) -router.register(r"participations", ParticipationViewSet, basename="participations") -router.register( - r"participations-userinfo", UserinfoParticipationViewSet, basename="userinfo-participations" -) -router.register(r"users/by_email", UserByMailView, basename="user-by-email") -router.register(r"users", UserViewSet) -router.register(r"users/me/participations", OwnParticipationsViewSet, basename="participations-me") -router.register( - r"users/(?P[\d]+)/participations", UserParticipationView, basename="user-participations" -) - -app_name = "api" -urlpatterns = [ - path("users/me/", UserProfileMeView.as_view(), name="user-profile-me"), - path( - "settings/", - include( - [ - # Token management views - path( - "token/", - AccessTokensListView.as_view(), - name="settings-access-token-list", - ), - path( - "token/create/", - AccessTokenCreateView.as_view(), - name="settings-access-token-create", - ), - path( - "token/reveal//", - AccessTokenRevealView.as_view(), - name="settings-access-token-reveal", - ), - path( - "token/revoke/", - AccessTokenRevokeView.as_view(), - name="settings-access-token-revoke", - ), - # Application management views - path( - "applications/", - AllUserApplicationList.as_view(), - name="settings-oauth-app-list", - ), - path( - "applications/register/", - staff_required(oauth2_views.ApplicationRegistration.as_view()), - name="settings-oauth-app-register", - ), - path( - "applications//", - ApplicationDetail.as_view(), - name="settings-oauth-app-detail", - ), - path( - "applications//delete/", - ApplicationDelete.as_view(), - name="settings-oauth-app-delete", - ), - path( - "applications//update/", - ApplicationUpdate.as_view(), - name="settings-oauth-app-update", - ), - ] - ), - ), - path( - "schema/", - SpectacularAPIView.as_view(), - name="openapi-schema", - ), - path( - "schema/swagger-ui/", - SpectacularSwaggerSplitView.as_view(url_name="openapi-schema"), - name="swagger-ui", - ), - path("", include(router.urls)), -] diff --git a/ephios/core/models/__init__.py b/ephios/core/models/__init__.py deleted file mode 100644 index 40d02af70..000000000 --- a/ephios/core/models/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -from .events import ( - AbstractParticipation, - Event, - EventType, - EventTypePreference, - LocalParticipation, - Shift, -) -from .users import ( - Consequence, - Notification, - Qualification, - QualificationCategory, - QualificationGrant, - UserProfile, - WorkingHours, -) diff --git a/ephios/core/signup/structure/__init__.py b/ephios/core/signup/structure/__init__.py deleted file mode 100644 index f8dd2b60a..000000000 --- a/ephios/core/signup/structure/__init__.py +++ /dev/null @@ -1,36 +0,0 @@ -import logging -from argparse import Namespace -from collections import OrderedDict - -from django.template.loader import get_template -from django.urls import reverse -from django.utils.translation import gettext_lazy as _ - -from ephios.core.models import AbstractParticipation -from ephios.core.services.notifications.types import ( - ResponsibleConfirmedParticipationDeclinedNotification, - ResponsibleParticipationStateChangeNotification, -) -from ephios.core.signals import register_shift_structures -from ephios.core.signup.participants import AbstractParticipant -from ephios.core.signup.stats import SignupStats -from ephios.extra.utils import format_anything - -logger = logging.getLogger(__name__) - - -def installed_shift_structures(): - for _, structures in register_shift_structures.send_to_all_plugins(None): - yield from structures - - -def enabled_shift_structures(): - for _, structures in register_shift_structures.send(None): - yield from structures - - -def shift_structure_from_slug(slug, shift=None, event=None): - for structure in installed_shift_structures(): - if structure.slug == slug: - return structure(shift, event=event) - raise ValueError(_("Shift structure '{slug}' was not found.").format(slug=slug)) diff --git a/manage.py b/manage.py index 1015a3e62..42901c371 100755 --- a/manage.py +++ b/manage.py @@ -6,6 +6,7 @@ def main(): + sys.path.append(os.path.join(os.path.dirname(__file__), "src")) os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ephios.settings") try: from django.core.management import execute_from_command_line diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index 8d1063eda..000000000 --- a/poetry.lock +++ /dev/null @@ -1,4445 +0,0 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. - -[[package]] -name = "aiohappyeyeballs" -version = "2.6.1" -description = "Happy Eyeballs for asyncio" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "aiohappyeyeballs-2.6.1-py3-none-any.whl", hash = "sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8"}, - {file = "aiohappyeyeballs-2.6.1.tar.gz", hash = "sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558"}, -] - -[[package]] -name = "aiohttp" -version = "3.13.3" -description = "Async http client/server framework (asyncio)" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "aiohttp-3.13.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d5a372fd5afd301b3a89582817fdcdb6c34124787c70dbcc616f259013e7eef7"}, - {file = "aiohttp-3.13.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:147e422fd1223005c22b4fe080f5d93ced44460f5f9c105406b753612b587821"}, - {file = "aiohttp-3.13.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:859bd3f2156e81dd01432f5849fc73e2243d4a487c4fd26609b1299534ee1845"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:dca68018bf48c251ba17c72ed479f4dafe9dbd5a73707ad8d28a38d11f3d42af"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fee0c6bc7db1de362252affec009707a17478a00ec69f797d23ca256e36d5940"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c048058117fd649334d81b4b526e94bde3ccaddb20463a815ced6ecbb7d11160"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:215a685b6fbbfcf71dfe96e3eba7a6f58f10da1dfdf4889c7dd856abe430dca7"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:de2c184bb1fe2cbd2cefba613e9db29a5ab559323f994b6737e370d3da0ac455"}, - {file = "aiohttp-3.13.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:75ca857eba4e20ce9f546cd59c7007b33906a4cd48f2ff6ccf1ccfc3b646f279"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:81e97251d9298386c2b7dbeb490d3d1badbdc69107fb8c9299dd04eb39bddc0e"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:c0e2d366af265797506f0283487223146af57815b388623f0357ef7eac9b209d"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:4e239d501f73d6db1522599e14b9b321a7e3b1de66ce33d53a765d975e9f4808"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:0db318f7a6f065d84cb1e02662c526294450b314a02bd9e2a8e67f0d8564ce40"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:bfc1cc2fe31a6026a8a88e4ecfb98d7f6b1fec150cfd708adbfd1d2f42257c29"}, - {file = "aiohttp-3.13.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:af71fff7bac6bb7508956696dce8f6eec2bbb045eceb40343944b1ae62b5ef11"}, - {file = "aiohttp-3.13.3-cp310-cp310-win32.whl", hash = "sha256:37da61e244d1749798c151421602884db5270faf479cf0ef03af0ff68954c9dd"}, - {file = "aiohttp-3.13.3-cp310-cp310-win_amd64.whl", hash = "sha256:7e63f210bc1b57ef699035f2b4b6d9ce096b5914414a49b0997c839b2bd2223c"}, - {file = "aiohttp-3.13.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5b6073099fb654e0a068ae678b10feff95c5cae95bbfcbfa7af669d361a8aa6b"}, - {file = "aiohttp-3.13.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1cb93e166e6c28716c8c6aeb5f99dfb6d5ccf482d29fe9bf9a794110e6d0ab64"}, - {file = "aiohttp-3.13.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:28e027cf2f6b641693a09f631759b4d9ce9165099d2b5d92af9bd4e197690eea"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3b61b7169ababd7802f9568ed96142616a9118dd2be0d1866e920e77ec8fa92a"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:80dd4c21b0f6237676449c6baaa1039abae86b91636b6c91a7f8e61c87f89540"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:65d2ccb7eabee90ce0503c17716fc77226be026dcc3e65cce859a30db715025b"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5b179331a481cb5529fca8b432d8d3c7001cb217513c94cd72d668d1248688a3"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d4c940f02f49483b18b079d1c27ab948721852b281f8b015c058100e9421dd1"}, - {file = "aiohttp-3.13.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f9444f105664c4ce47a2a7171a2418bce5b7bae45fb610f4e2c36045d85911d3"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:694976222c711d1d00ba131904beb60534f93966562f64440d0c9d41b8cdb440"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:f33ed1a2bf1997a36661874b017f5c4b760f41266341af36febaf271d179f6d7"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e636b3c5f61da31a92bf0d91da83e58fdfa96f178ba682f11d24f31944cdd28c"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:5d2d94f1f5fcbe40838ac51a6ab5704a6f9ea42e72ceda48de5e6b898521da51"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:2be0e9ccf23e8a94f6f0650ce06042cefc6ac703d0d7ab6c7a917289f2539ad4"}, - {file = "aiohttp-3.13.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9af5e68ee47d6534d36791bbe9b646d2a7c7deb6fc24d7943628edfbb3581f29"}, - {file = "aiohttp-3.13.3-cp311-cp311-win32.whl", hash = "sha256:a2212ad43c0833a873d0fb3c63fa1bacedd4cf6af2fee62bf4b739ceec3ab239"}, - {file = "aiohttp-3.13.3-cp311-cp311-win_amd64.whl", hash = "sha256:642f752c3eb117b105acbd87e2c143de710987e09860d674e068c4c2c441034f"}, - {file = "aiohttp-3.13.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b903a4dfee7d347e2d87697d0713be59e0b87925be030c9178c5faa58ea58d5c"}, - {file = "aiohttp-3.13.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a45530014d7a1e09f4a55f4f43097ba0fd155089372e105e4bff4ca76cb1b168"}, - {file = "aiohttp-3.13.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27234ef6d85c914f9efeb77ff616dbf4ad2380be0cda40b4db086ffc7ddd1b7d"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d32764c6c9aafb7fb55366a224756387cd50bfa720f32b88e0e6fa45b27dcf29"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b1a6102b4d3ebc07dad44fbf07b45bb600300f15b552ddf1851b5390202ea2e3"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c014c7ea7fb775dd015b2d3137378b7be0249a448a1612268b5a90c2d81de04d"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2b8d8ddba8f95ba17582226f80e2de99c7a7948e66490ef8d947e272a93e9463"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ae8dd55c8e6c4257eae3a20fd2c8f41edaea5992ed67156642493b8daf3cecc"}, - {file = "aiohttp-3.13.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:01ad2529d4b5035578f5081606a465f3b814c542882804e2e8cda61adf5c71bf"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:bb4f7475e359992b580559e008c598091c45b5088f28614e855e42d39c2f1033"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:c19b90316ad3b24c69cd78d5c9b4f3aa4497643685901185b65166293d36a00f"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:96d604498a7c782cb15a51c406acaea70d8c027ee6b90c569baa6e7b93073679"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:084911a532763e9d3dd95adf78a78f4096cd5f58cdc18e6fdbc1b58417a45423"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7a4a94eb787e606d0a09404b9c38c113d3b099d508021faa615d70a0131907ce"}, - {file = "aiohttp-3.13.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:87797e645d9d8e222e04160ee32aa06bc5c163e8499f24db719e7852ec23093a"}, - {file = "aiohttp-3.13.3-cp312-cp312-win32.whl", hash = "sha256:b04be762396457bef43f3597c991e192ee7da460a4953d7e647ee4b1c28e7046"}, - {file = "aiohttp-3.13.3-cp312-cp312-win_amd64.whl", hash = "sha256:e3531d63d3bdfa7e3ac5e9b27b2dd7ec9df3206a98e0b3445fa906f233264c57"}, - {file = "aiohttp-3.13.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:5dff64413671b0d3e7d5918ea490bdccb97a4ad29b3f311ed423200b2203e01c"}, - {file = "aiohttp-3.13.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:87b9aab6d6ed88235aa2970294f496ff1a1f9adcd724d800e9b952395a80ffd9"}, - {file = "aiohttp-3.13.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:425c126c0dc43861e22cb1c14ba4c8e45d09516d0a3ae0a3f7494b79f5f233a3"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7f9120f7093c2a32d9647abcaf21e6ad275b4fbec5b55969f978b1a97c7c86bf"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:697753042d57f4bf7122cab985bf15d0cef23c770864580f5af4f52023a56bd6"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6de499a1a44e7de70735d0b39f67c8f25eb3d91eb3103be99ca0fa882cdd987d"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:37239e9f9a7ea9ac5bf6b92b0260b01f8a22281996da609206a84df860bc1261"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f76c1e3fe7d7c8afad7ed193f89a292e1999608170dcc9751a7462a87dfd5bc0"}, - {file = "aiohttp-3.13.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fc290605db2a917f6e81b0e1e0796469871f5af381ce15c604a3c5c7e51cb730"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4021b51936308aeea0367b8f006dc999ca02bc118a0cc78c303f50a2ff6afb91"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:49a03727c1bba9a97d3e93c9f93ca03a57300f484b6e935463099841261195d3"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3d9908a48eb7416dc1f4524e69f1d32e5d90e3981e4e37eb0aa1cd18f9cfa2a4"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2712039939ec963c237286113c68dbad80a82a4281543f3abf766d9d73228998"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:7bfdc049127717581866fa4708791220970ce291c23e28ccf3922c700740fdc0"}, - {file = "aiohttp-3.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8057c98e0c8472d8846b9c79f56766bcc57e3e8ac7bfd510482332366c56c591"}, - {file = "aiohttp-3.13.3-cp313-cp313-win32.whl", hash = "sha256:1449ceddcdbcf2e0446957863af03ebaaa03f94c090f945411b61269e2cb5daf"}, - {file = "aiohttp-3.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:693781c45a4033d31d4187d2436f5ac701e7bbfe5df40d917736108c1cc7436e"}, - {file = "aiohttp-3.13.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:ea37047c6b367fd4bd632bff8077449b8fa034b69e812a18e0132a00fae6e808"}, - {file = "aiohttp-3.13.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6fc0e2337d1a4c3e6acafda6a78a39d4c14caea625124817420abceed36e2415"}, - {file = "aiohttp-3.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c685f2d80bb67ca8c3837823ad76196b3694b0159d232206d1e461d3d434666f"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48e377758516d262bde50c2584fc6c578af272559c409eecbdd2bae1601184d6"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:34749271508078b261c4abb1767d42b8d0c0cc9449c73a4df494777dc55f0687"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:82611aeec80eb144416956ec85b6ca45a64d76429c1ed46ae1b5f86c6e0c9a26"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2fff83cfc93f18f215896e3a190e8e5cb413ce01553901aca925176e7568963a"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bbe7d4cecacb439e2e2a8a1a7b935c25b812af7a5fd26503a66dadf428e79ec1"}, - {file = "aiohttp-3.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b928f30fe49574253644b1ca44b1b8adbd903aa0da4b9054a6c20fc7f4092a25"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7b5e8fe4de30df199155baaf64f2fcd604f4c678ed20910db8e2c66dc4b11603"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:8542f41a62bcc58fc7f11cf7c90e0ec324ce44950003feb70640fc2a9092c32a"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:5e1d8c8b8f1d91cd08d8f4a3c2b067bfca6ec043d3ff36de0f3a715feeedf926"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:90455115e5da1c3c51ab619ac57f877da8fd6d73c05aacd125c5ae9819582aba"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:042e9e0bcb5fba81886c8b4fbb9a09d6b8a00245fd8d88e4d989c1f96c74164c"}, - {file = "aiohttp-3.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2eb752b102b12a76ca02dff751a801f028b4ffbbc478840b473597fc91a9ed43"}, - {file = "aiohttp-3.13.3-cp314-cp314-win32.whl", hash = "sha256:b556c85915d8efaed322bf1bdae9486aa0f3f764195a0fb6ee962e5c71ef5ce1"}, - {file = "aiohttp-3.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9bf9f7a65e7aa20dd764151fb3d616c81088f91f8df39c3893a536e279b4b984"}, - {file = "aiohttp-3.13.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:05861afbbec40650d8a07ea324367cb93e9e8cc7762e04dd4405df99fa65159c"}, - {file = "aiohttp-3.13.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2fc82186fadc4a8316768d61f3722c230e2c1dcab4200d52d2ebdf2482e47592"}, - {file = "aiohttp-3.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0add0900ff220d1d5c5ebbf99ed88b0c1bbf87aa7e4262300ed1376a6b13414f"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:568f416a4072fbfae453dcf9a99194bbb8bdeab718e08ee13dfa2ba0e4bebf29"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:add1da70de90a2569c5e15249ff76a631ccacfe198375eead4aadf3b8dc849dc"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b47b7ba335d2e9b1239fa571131a87e2d8ec96b333e68b2a305e7a98b0bae2"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3dd4dce1c718e38081c8f35f323209d4c1df7d4db4bab1b5c88a6b4d12b74587"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34bac00a67a812570d4a460447e1e9e06fae622946955f939051e7cc895cfab8"}, - {file = "aiohttp-3.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a19884d2ee70b06d9204b2727a7b9f983d0c684c650254679e716b0b77920632"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ca7f2bb6ba8348a3614c7918cc4bb73268c5ac2a207576b7afea19d3d9f64"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b0d95340658b9d2f11d9697f59b3814a9d3bb4b7a7c20b131df4bcef464037c0"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:a1e53262fd202e4b40b70c3aff944a8155059beedc8a89bba9dc1f9ef06a1b56"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d60ac9663f44168038586cab2157e122e46bdef09e9368b37f2d82d354c23f72"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:90751b8eed69435bac9ff4e3d2f6b3af1f57e37ecb0fbeee59c0174c9e2d41df"}, - {file = "aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fc353029f176fd2b3ec6cfc71be166aba1936fe5d73dd1992ce289ca6647a9aa"}, - {file = "aiohttp-3.13.3-cp314-cp314t-win32.whl", hash = "sha256:2e41b18a58da1e474a057b3d35248d8320029f61d70a37629535b16a0c8f3767"}, - {file = "aiohttp-3.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:44531a36aa2264a1860089ffd4dce7baf875ee5a6079d5fb42e261c704ef7344"}, - {file = "aiohttp-3.13.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:31a83ea4aead760dfcb6962efb1d861db48c34379f2ff72db9ddddd4cda9ea2e"}, - {file = "aiohttp-3.13.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:988a8c5e317544fdf0d39871559e67b6341065b87fceac641108c2096d5506b7"}, - {file = "aiohttp-3.13.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9b174f267b5cfb9a7dba9ee6859cecd234e9a681841eb85068059bc867fb8f02"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:947c26539750deeaee933b000fb6517cc770bbd064bad6033f1cff4803881e43"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9ebf57d09e131f5323464bd347135a88622d1c0976e88ce15b670e7ad57e4bd6"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4ae5b5a0e1926e504c81c5b84353e7a5516d8778fbbff00429fe7b05bb25cbce"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2ba0eea45eb5cc3172dbfc497c066f19c41bac70963ea1a67d51fc92e4cf9a80"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bae5c2ed2eae26cc382020edad80d01f36cb8e746da40b292e68fec40421dc6a"}, - {file = "aiohttp-3.13.3-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8a60e60746623925eab7d25823329941aee7242d559baa119ca2b253c88a7bd6"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:e50a2e1404f063427c9d027378472316201a2290959a295169bcf25992d04558"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:9a9dc347e5a3dc7dfdbc1f82da0ef29e388ddb2ed281bfce9dd8248a313e62b7"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:b46020d11d23fe16551466c77823df9cc2f2c1e63cc965daf67fa5eec6ca1877"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:69c56fbc1993fa17043e24a546959c0178fe2b5782405ad4559e6c13975c15e3"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:b99281b0704c103d4e11e72a76f1b543d4946fea7dd10767e7e1b5f00d4e5704"}, - {file = "aiohttp-3.13.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:40c5e40ecc29ba010656c18052b877a1c28f84344825efa106705e835c28530f"}, - {file = "aiohttp-3.13.3-cp39-cp39-win32.whl", hash = "sha256:56339a36b9f1fc708260c76c87e593e2afb30d26de9ae1eb445b5e051b98a7a1"}, - {file = "aiohttp-3.13.3-cp39-cp39-win_amd64.whl", hash = "sha256:c6b8568a3bb5819a0ad087f16d40e5a3fb6099f39ea1d5625a3edc1e923fc538"}, - {file = "aiohttp-3.13.3.tar.gz", hash = "sha256:a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88"}, -] - -[package.dependencies] -aiohappyeyeballs = ">=2.5.0" -aiosignal = ">=1.4.0" -async-timeout = {version = ">=4.0,<6.0", markers = "python_version < \"3.11\""} -attrs = ">=17.3.0" -frozenlist = ">=1.1.1" -multidict = ">=4.5,<7.0" -propcache = ">=0.2.0" -yarl = ">=1.17.0,<2.0" - -[package.extras] -speedups = ["Brotli (>=1.2) ; platform_python_implementation == \"CPython\"", "aiodns (>=3.3.0)", "backports.zstd ; platform_python_implementation == \"CPython\" and python_version < \"3.14\"", "brotlicffi (>=1.2) ; platform_python_implementation != \"CPython\""] - -[[package]] -name = "aiosignal" -version = "1.4.0" -description = "aiosignal: a list of registered asynchronous callbacks" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e"}, - {file = "aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7"}, -] - -[package.dependencies] -frozenlist = ">=1.1.0" -typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} - -[[package]] -name = "alabaster" -version = "1.0.0" -description = "A light, configurable Sphinx theme" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "alabaster-1.0.0-py3-none-any.whl", hash = "sha256:fc6786402dc3fcb2de3cabd5fe455a2db534b371124f1f21de8731783dec828b"}, - {file = "alabaster-1.0.0.tar.gz", hash = "sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e"}, -] - -[[package]] -name = "argon2-cffi" -version = "25.1.0" -description = "Argon2 for Python" -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "argon2_cffi-25.1.0-py3-none-any.whl", hash = "sha256:fdc8b074db390fccb6eb4a3604ae7231f219aa669a2652e0f20e16ba513d5741"}, - {file = "argon2_cffi-25.1.0.tar.gz", hash = "sha256:694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1"}, -] - -[package.dependencies] -argon2-cffi-bindings = "*" - -[[package]] -name = "argon2-cffi-bindings" -version = "25.1.0" -description = "Low-level CFFI bindings for Argon2" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:3d3f05610594151994ca9ccb3c771115bdb4daef161976a266f0dd8aa9996b8f"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8b8efee945193e667a396cbc7b4fb7d357297d6234d30a489905d96caabde56b"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:3c6702abc36bf3ccba3f802b799505def420a1b7039862014a65db3205967f5a"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a1c70058c6ab1e352304ac7e3b52554daadacd8d453c1752e547c76e9c99ac44"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e2fd3bfbff3c5d74fef31a722f729bf93500910db650c925c2d6ef879a7e51cb"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c4f9665de60b1b0e99bcd6be4f17d90339698ce954cfd8d9cf4f91c995165a92"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ba92837e4a9aa6a508c8d2d7883ed5a8f6c308c89a4790e1e447a220deb79a85"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-win32.whl", hash = "sha256:84a461d4d84ae1295871329b346a97f68eade8c53b6ed9a7ca2d7467f3c8ff6f"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b55aec3565b65f56455eebc9b9f34130440404f27fe21c3b375bf1ea4d8fbae6"}, - {file = "argon2_cffi_bindings-25.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:87c33a52407e4c41f3b70a9c2d3f6056d88b10dad7695be708c5021673f55623"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:aecba1723ae35330a008418a91ea6cfcedf6d31e5fbaa056a166462ff066d500"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2630b6240b495dfab90aebe159ff784d08ea999aa4b0d17efa734055a07d2f44"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:7aef0c91e2c0fbca6fc68e7555aa60ef7008a739cbe045541e438373bc54d2b0"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e021e87faa76ae0d413b619fe2b65ab9a037f24c60a1e6cc43457ae20de6dc6"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d3e924cfc503018a714f94a49a149fdc0b644eaead5d1f089330399134fa028a"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c87b72589133f0346a1cb8d5ecca4b933e3c9b64656c9d175270a000e73b288d"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:1db89609c06afa1a214a69a462ea741cf735b29a57530478c06eb81dd403de99"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-win32.whl", hash = "sha256:473bcb5f82924b1becbb637b63303ec8d10e84c8d241119419897a26116515d2"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-win_amd64.whl", hash = "sha256:a98cd7d17e9f7ce244c0803cad3c23a7d379c301ba618a5fa76a67d116618b98"}, - {file = "argon2_cffi_bindings-25.1.0-cp39-abi3-win_arm64.whl", hash = "sha256:b0fdbcf513833809c882823f98dc2f931cf659d9a1429616ac3adebb49f5db94"}, - {file = "argon2_cffi_bindings-25.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:6dca33a9859abf613e22733131fc9194091c1fa7cb3e131c143056b4856aa47e"}, - {file = "argon2_cffi_bindings-25.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:21378b40e1b8d1655dd5310c84a40fc19a9aa5e6366e835ceb8576bf0fea716d"}, - {file = "argon2_cffi_bindings-25.1.0-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d588dec224e2a83edbdc785a5e6f3c6cd736f46bfd4b441bbb5aa1f5085e584"}, - {file = "argon2_cffi_bindings-25.1.0-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5acb4e41090d53f17ca1110c3427f0a130f944b896fc8c83973219c97f57b690"}, - {file = "argon2_cffi_bindings-25.1.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:da0c79c23a63723aa5d782250fbf51b768abca630285262fb5144ba5ae01e520"}, - {file = "argon2_cffi_bindings-25.1.0.tar.gz", hash = "sha256:b957f3e6ea4d55d820e40ff76f450952807013d361a65d7f28acc0acbf29229d"}, -] - -[package.dependencies] -cffi = [ - {version = ">=1.0.1", markers = "python_version < \"3.14\""}, - {version = ">=2.0.0b1", markers = "python_version >= \"3.14\""}, -] - -[[package]] -name = "asgiref" -version = "3.11.0" -description = "ASGI specs, helper code, and adapters" -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "asgiref-3.11.0-py3-none-any.whl", hash = "sha256:1db9021efadb0d9512ce8ffaf72fcef601c7b73a8807a1bb2ef143dc6b14846d"}, - {file = "asgiref-3.11.0.tar.gz", hash = "sha256:13acff32519542a1736223fb79a715acdebe24286d98e8b164a73085f40da2c4"}, -] - -[package.dependencies] -typing_extensions = {version = ">=4", markers = "python_version < \"3.11\""} - -[package.extras] -tests = ["mypy (>=1.14.0)", "pytest", "pytest-asyncio"] - -[[package]] -name = "astroid" -version = "4.0.3" -description = "An abstract syntax tree for Python with inference support." -optional = false -python-versions = ">=3.10.0" -groups = ["dev"] -files = [ - {file = "astroid-4.0.3-py3-none-any.whl", hash = "sha256:864a0a34af1bd70e1049ba1e61cee843a7252c826d97825fcee9b2fcbd9e1b14"}, - {file = "astroid-4.0.3.tar.gz", hash = "sha256:08d1de40d251cc3dc4a7a12726721d475ac189e4e583d596ece7422bc176bda3"}, -] - -[package.dependencies] -typing-extensions = {version = ">=4", markers = "python_version < \"3.11\""} - -[[package]] -name = "async-timeout" -version = "5.0.1" -description = "Timeout context manager for asyncio programs" -optional = false -python-versions = ">=3.8" -groups = ["main"] -markers = "extra == \"redis\" and python_full_version < \"3.11.3\" or python_version == \"3.10\"" -files = [ - {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"}, - {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"}, -] - -[[package]] -name = "attrs" -version = "25.4.0" -description = "Classes Without Boilerplate" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"}, - {file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"}, -] - -[[package]] -name = "autoflake" -version = "2.3.1" -description = "Removes unused imports and unused variables" -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "autoflake-2.3.1-py3-none-any.whl", hash = "sha256:3ae7495db9084b7b32818b4140e6dc4fc280b712fb414f5b8fe57b0a8e85a840"}, - {file = "autoflake-2.3.1.tar.gz", hash = "sha256:c98b75dc5b0a86459c4f01a1d32ac7eb4338ec4317a4469515ff1e687ecd909e"}, -] - -[package.dependencies] -pyflakes = ">=3.0.0" -tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} - -[[package]] -name = "babel" -version = "2.17.0" -description = "Internationalization utilities" -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2"}, - {file = "babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"}, -] - -[package.extras] -dev = ["backports.zoneinfo ; python_version < \"3.9\"", "freezegun (>=1.0,<2.0)", "jinja2 (>=3.0)", "pytest (>=6.0)", "pytest-cov", "pytz", "setuptools", "tzdata ; sys_platform == \"win32\""] - -[[package]] -name = "beautifulsoup4" -version = "4.14.3" -description = "Screen-scraping library" -optional = false -python-versions = ">=3.7.0" -groups = ["main", "dev"] -files = [ - {file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"}, - {file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"}, -] - -[package.dependencies] -soupsieve = ">=1.6.1" -typing-extensions = ">=4.0.0" - -[package.extras] -cchardet = ["cchardet"] -chardet = ["chardet"] -charset-normalizer = ["charset-normalizer"] -html5lib = ["html5lib"] -lxml = ["lxml"] - -[[package]] -name = "black" -version = "26.1.0" -description = "The uncompromising code formatter." -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "black-26.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ca699710dece84e3ebf6e92ee15f5b8f72870ef984bf944a57a777a48357c168"}, - {file = "black-26.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5e8e75dabb6eb83d064b0db46392b25cabb6e784ea624219736e8985a6b3675d"}, - {file = "black-26.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:eb07665d9a907a1a645ee41a0df8a25ffac8ad9c26cdb557b7b88eeeeec934e0"}, - {file = "black-26.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:7ed300200918147c963c87700ccf9966dceaefbbb7277450a8d646fc5646bf24"}, - {file = "black-26.1.0-cp310-cp310-win_arm64.whl", hash = "sha256:c5b7713daea9bf943f79f8c3b46f361cc5229e0e604dcef6a8bb6d1c37d9df89"}, - {file = "black-26.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3cee1487a9e4c640dc7467aaa543d6c0097c391dc8ac74eb313f2fbf9d7a7cb5"}, - {file = "black-26.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d62d14ca31c92adf561ebb2e5f2741bf8dea28aef6deb400d49cca011d186c68"}, - {file = "black-26.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fb1dafbbaa3b1ee8b4550a84425aac8874e5f390200f5502cf3aee4a2acb2f14"}, - {file = "black-26.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:101540cb2a77c680f4f80e628ae98bd2bd8812fb9d72ade4f8995c5ff019e82c"}, - {file = "black-26.1.0-cp311-cp311-win_arm64.whl", hash = "sha256:6f3977a16e347f1b115662be07daa93137259c711e526402aa444d7a88fdc9d4"}, - {file = "black-26.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6eeca41e70b5f5c84f2f913af857cf2ce17410847e1d54642e658e078da6544f"}, - {file = "black-26.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dd39eef053e58e60204f2cdf059e2442e2eb08f15989eefe259870f89614c8b6"}, - {file = "black-26.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9459ad0d6cd483eacad4c6566b0f8e42af5e8b583cee917d90ffaa3778420a0a"}, - {file = "black-26.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:a19915ec61f3a8746e8b10adbac4a577c6ba9851fa4a9e9fbfbcf319887a5791"}, - {file = "black-26.1.0-cp312-cp312-win_arm64.whl", hash = "sha256:643d27fb5facc167c0b1b59d0315f2674a6e950341aed0fc05cf307d22bf4954"}, - {file = "black-26.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ba1d768fbfb6930fc93b0ecc32a43d8861ded16f47a40f14afa9bb04ab93d304"}, - {file = "black-26.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2b807c240b64609cb0e80d2200a35b23c7df82259f80bef1b2c96eb422b4aac9"}, - {file = "black-26.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1de0f7d01cc894066a1153b738145b194414cc6eeaad8ef4397ac9abacf40f6b"}, - {file = "black-26.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:91a68ae46bf07868963671e4d05611b179c2313301bd756a89ad4e3b3db2325b"}, - {file = "black-26.1.0-cp313-cp313-win_arm64.whl", hash = "sha256:be5e2fe860b9bd9edbf676d5b60a9282994c03fbbd40fe8f5e75d194f96064ca"}, - {file = "black-26.1.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:9dc8c71656a79ca49b8d3e2ce8103210c9481c57798b48deeb3a8bb02db5f115"}, - {file = "black-26.1.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:b22b3810451abe359a964cc88121d57f7bce482b53a066de0f1584988ca36e79"}, - {file = "black-26.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:53c62883b3f999f14e5d30b5a79bd437236658ad45b2f853906c7cbe79de00af"}, - {file = "black-26.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:f016baaadc423dc960cdddf9acae679e71ee02c4c341f78f3179d7e4819c095f"}, - {file = "black-26.1.0-cp314-cp314-win_arm64.whl", hash = "sha256:66912475200b67ef5a0ab665011964bf924745103f51977a78b4fb92a9fc1bf0"}, - {file = "black-26.1.0-py3-none-any.whl", hash = "sha256:1054e8e47ebd686e078c0bb0eaf31e6ce69c966058d122f2c0c950311f9f3ede"}, - {file = "black-26.1.0.tar.gz", hash = "sha256:d294ac3340eef9c9eb5d29288e96dc719ff269a88e27b396340459dd85da4c58"}, -] - -[package.dependencies] -click = ">=8.0.0" -mypy-extensions = ">=0.4.3" -packaging = ">=22.0" -pathspec = ">=1.0.0" -platformdirs = ">=2" -pytokens = ">=0.3.0" -tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} -typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""} - -[package.extras] -colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.10)"] -jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] -uvloop = ["uvloop (>=0.15.2)"] - -[[package]] -name = "bleach" -version = "6.3.0" -description = "An easy safelist-based HTML-sanitizing tool." -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "bleach-6.3.0-py3-none-any.whl", hash = "sha256:fe10ec77c93ddf3d13a73b035abaac7a9f5e436513864ccdad516693213c65d6"}, - {file = "bleach-6.3.0.tar.gz", hash = "sha256:6f3b91b1c0a02bb9a78b5a454c92506aa0fdf197e1d5e114d2e00c6f64306d22"}, -] - -[package.dependencies] -webencodings = "*" - -[package.extras] -css = ["tinycss2 (>=1.1.0,<1.5)"] - -[[package]] -name = "certifi" -version = "2026.1.4" -description = "Python package for providing Mozilla's CA Bundle." -optional = false -python-versions = ">=3.7" -groups = ["main", "dev"] -files = [ - {file = "certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c"}, - {file = "certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120"}, -] - -[[package]] -name = "cffi" -version = "2.0.0" -description = "Foreign Function Interface for Python calling C code." -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "cffi-2.0.0-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44"}, - {file = "cffi-2.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f73b96c41e3b2adedc34a7356e64c8eb96e03a3782b535e043a986276ce12a49"}, - {file = "cffi-2.0.0-cp310-cp310-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:53f77cbe57044e88bbd5ed26ac1d0514d2acf0591dd6bb02a3ae37f76811b80c"}, - {file = "cffi-2.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3e837e369566884707ddaf85fc1744b47575005c0a229de3327f8f9a20f4efeb"}, - {file = "cffi-2.0.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:5eda85d6d1879e692d546a078b44251cdd08dd1cfb98dfb77b670c97cee49ea0"}, - {file = "cffi-2.0.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:9332088d75dc3241c702d852d4671613136d90fa6881da7d770a483fd05248b4"}, - {file = "cffi-2.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453"}, - {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cf364028c016c03078a23b503f02058f1814320a56ad535686f90565636a9495"}, - {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e11e82b744887154b182fd3e7e8512418446501191994dbf9c9fc1f32cc8efd5"}, - {file = "cffi-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8ea985900c5c95ce9db1745f7933eeef5d314f0565b27625d9a10ec9881e1bfb"}, - {file = "cffi-2.0.0-cp310-cp310-win32.whl", hash = "sha256:1f72fb8906754ac8a2cc3f9f5aaa298070652a0ffae577e0ea9bd480dc3c931a"}, - {file = "cffi-2.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:b18a3ed7d5b3bd8d9ef7a8cb226502c6bf8308df1525e1cc676c3680e7176739"}, - {file = "cffi-2.0.0-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:b4c854ef3adc177950a8dfc81a86f5115d2abd545751a304c5bcf2c2c7283cfe"}, - {file = "cffi-2.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2de9a304e27f7596cd03d16f1b7c72219bd944e99cc52b84d0145aefb07cbd3c"}, - {file = "cffi-2.0.0-cp311-cp311-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:baf5215e0ab74c16e2dd324e8ec067ef59e41125d3eade2b863d294fd5035c92"}, - {file = "cffi-2.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:730cacb21e1bdff3ce90babf007d0a0917cc3e6492f336c2f0134101e0944f93"}, - {file = "cffi-2.0.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:6824f87845e3396029f3820c206e459ccc91760e8fa24422f8b0c3d1731cbec5"}, - {file = "cffi-2.0.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:9de40a7b0323d889cf8d23d1ef214f565ab154443c42737dfe52ff82cf857664"}, - {file = "cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8941aaadaf67246224cee8c3803777eed332a19d909b47e29c9842ef1e79ac26"}, - {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:a05d0c237b3349096d3981b727493e22147f934b20f6f125a3eba8f994bec4a9"}, - {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:94698a9c5f91f9d138526b48fe26a199609544591f859c870d477351dc7b2414"}, - {file = "cffi-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:5fed36fccc0612a53f1d4d9a816b50a36702c28a2aa880cb8a122b3466638743"}, - {file = "cffi-2.0.0-cp311-cp311-win32.whl", hash = "sha256:c649e3a33450ec82378822b3dad03cc228b8f5963c0c12fc3b1e0ab940f768a5"}, - {file = "cffi-2.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:66f011380d0e49ed280c789fbd08ff0d40968ee7b665575489afa95c98196ab5"}, - {file = "cffi-2.0.0-cp311-cp311-win_arm64.whl", hash = "sha256:c6638687455baf640e37344fe26d37c404db8b80d037c3d29f58fe8d1c3b194d"}, - {file = "cffi-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d"}, - {file = "cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c"}, - {file = "cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe"}, - {file = "cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062"}, - {file = "cffi-2.0.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e"}, - {file = "cffi-2.0.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037"}, - {file = "cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba"}, - {file = "cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94"}, - {file = "cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187"}, - {file = "cffi-2.0.0-cp312-cp312-win32.whl", hash = "sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18"}, - {file = "cffi-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5"}, - {file = "cffi-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6"}, - {file = "cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb"}, - {file = "cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca"}, - {file = "cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b"}, - {file = "cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b"}, - {file = "cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2"}, - {file = "cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3"}, - {file = "cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26"}, - {file = "cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c"}, - {file = "cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b"}, - {file = "cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27"}, - {file = "cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75"}, - {file = "cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91"}, - {file = "cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5"}, - {file = "cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13"}, - {file = "cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b"}, - {file = "cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c"}, - {file = "cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef"}, - {file = "cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775"}, - {file = "cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205"}, - {file = "cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1"}, - {file = "cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f"}, - {file = "cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25"}, - {file = "cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad"}, - {file = "cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9"}, - {file = "cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d"}, - {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c"}, - {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8"}, - {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc"}, - {file = "cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592"}, - {file = "cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512"}, - {file = "cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4"}, - {file = "cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e"}, - {file = "cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6"}, - {file = "cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9"}, - {file = "cffi-2.0.0-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf"}, - {file = "cffi-2.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:de8dad4425a6ca6e4e5e297b27b5c824ecc7581910bf9aee86cb6835e6812aa7"}, - {file = "cffi-2.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:4647afc2f90d1ddd33441e5b0e85b16b12ddec4fca55f0d9671fef036ecca27c"}, - {file = "cffi-2.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:3f4d46d8b35698056ec29bca21546e1551a205058ae1a181d871e278b0b28165"}, - {file = "cffi-2.0.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:e6e73b9e02893c764e7e8d5bb5ce277f1a009cd5243f8228f75f842bf937c534"}, - {file = "cffi-2.0.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:cb527a79772e5ef98fb1d700678fe031e353e765d1ca2d409c92263c6d43e09f"}, - {file = "cffi-2.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:61d028e90346df14fedc3d1e5441df818d095f3b87d286825dfcbd6459b7ef63"}, - {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:0f6084a0ea23d05d20c3edcda20c3d006f9b6f3fefeac38f59262e10cef47ee2"}, - {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:1cd13c99ce269b3ed80b417dcd591415d3372bcac067009b6e0f59c7d4015e65"}, - {file = "cffi-2.0.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:89472c9762729b5ae1ad974b777416bfda4ac5642423fa93bd57a09204712322"}, - {file = "cffi-2.0.0-cp39-cp39-win32.whl", hash = "sha256:2081580ebb843f759b9f617314a24ed5738c51d2aee65d31e02f6f7a2b97707a"}, - {file = "cffi-2.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:b882b3df248017dba09d6b16defe9b5c407fe32fc7c65a9c69798e6175601be9"}, - {file = "cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529"}, -] - -[package.dependencies] -pycparser = {version = "*", markers = "implementation_name != \"PyPy\""} - -[[package]] -name = "cfgv" -version = "3.5.0" -description = "Validate configuration and produce human readable error messages." -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "cfgv-3.5.0-py2.py3-none-any.whl", hash = "sha256:a8dc6b26ad22ff227d2634a65cb388215ce6cc96bbcc5cfde7641ae87e8dacc0"}, - {file = "cfgv-3.5.0.tar.gz", hash = "sha256:d5b1034354820651caa73ede66a6294d6e95c1b00acc5e9b098e917404669132"}, -] - -[[package]] -name = "charset-normalizer" -version = "3.4.4" -description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -optional = false -python-versions = ">=3.7" -groups = ["main", "dev"] -files = [ - {file = "charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d1bb833febdff5c8927f922386db610b49db6e0d4f4ee29601d71e7c2694313"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d"}, - {file = "charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:840c25fb618a231545cbab0564a799f101b63b9901f2569faecd6b222ac72381"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016"}, - {file = "charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525"}, - {file = "charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14"}, - {file = "charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c"}, - {file = "charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ce8a0633f41a967713a59c4139d29110c07e826d131a316b50ce11b1d79b4f84"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaabd426fe94daf8fd157c32e571c85cb12e66692f15516a83a03264b08d06c3"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c4ef880e27901b6cc782f1b95f82da9313c0eb95c3af699103088fa0ac3ce9ac"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2aaba3b0819274cc41757a1da876f810a3e4d7b6eb25699253a4effef9e8e4af"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:778d2e08eda00f4256d7f672ca9fef386071c9202f5e4607920b86d7803387f2"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f155a433c2ec037d4e8df17d18922c3a0d9b3232a396690f17175d2946f0218d"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a8bf8d0f749c5757af2142fe7903a9df1d2e8aa3841559b2bad34b08d0e2bcf3"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:194f08cbb32dc406d6e1aea671a68be0823673db2832b38405deba2fb0d88f63"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:6aee717dcfead04c6eb1ce3bd29ac1e22663cdea57f943c87d1eab9a025438d7"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:cd4b7ca9984e5e7985c12bc60a6f173f3c958eae74f3ef6624bb6b26e2abbae4"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_riscv64.whl", hash = "sha256:b7cf1017d601aa35e6bb650b6ad28652c9cd78ee6caff19f3c28d03e1c80acbf"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:e912091979546adf63357d7e2ccff9b44f026c075aeaf25a52d0e95ad2281074"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:5cb4d72eea50c8868f5288b7f7f33ed276118325c1dfd3957089f6b519e1382a"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-win32.whl", hash = "sha256:837c2ce8c5a65a2035be9b3569c684358dfbf109fd3b6969630a87535495ceaa"}, - {file = "charset_normalizer-3.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:44c2a8734b333e0578090c4cd6b16f275e07aa6614ca8715e6c038e865e70576"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f04b14ffe5fdc8c4933862d8306109a2c51e0704acfa35d51598eb45a1e89fc"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:cd09d08005f958f370f539f186d10aec3377d55b9eeb0d796025d4886119d76e"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4fe7859a4e3e8457458e2ff592f15ccb02f3da787fcd31e0183879c3ad4692a1"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fa09f53c465e532f4d3db095e0c55b615f010ad81803d383195b6b5ca6cbf5f3"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7fa17817dc5625de8a027cb8b26d9fefa3ea28c8253929b8d6649e705d2835b6"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5947809c8a2417be3267efc979c47d76a079758166f7d43ef5ae8e9f92751f88"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:4902828217069c3c5c71094537a8e623f5d097858ac6ca8252f7b4d10b7560f1"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:7c308f7e26e4363d79df40ca5b2be1c6ba9f02bdbccfed5abddb7859a6ce72cf"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2c9d3c380143a1fedbff95a312aa798578371eb29da42106a29019368a475318"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:cb01158d8b88ee68f15949894ccc6712278243d95f344770fa7593fa2d94410c"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-win32.whl", hash = "sha256:2677acec1a2f8ef614c6888b5b4ae4060cc184174a938ed4e8ef690e15d3e505"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:f8e160feb2aed042cd657a72acc0b481212ed28b1b9a95c0cee1621b524e1966"}, - {file = "charset_normalizer-3.4.4-cp39-cp39-win_arm64.whl", hash = "sha256:b5d84d37db046c5ca74ee7bb47dd6cbc13f80665fdde3e8040bdd3fb015ecb50"}, - {file = "charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f"}, - {file = "charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"}, -] - -[[package]] -name = "click" -version = "8.3.1" -description = "Composable command line interface toolkit" -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, - {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, -] - -[package.dependencies] -colorama = {version = "*", markers = "platform_system == \"Windows\""} - -[[package]] -name = "colorama" -version = "0.4.6" -description = "Cross-platform colored terminal text." -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" -groups = ["main", "dev"] -files = [ - {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, - {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, -] -markers = {main = "platform_system == \"Windows\"", dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} - -[[package]] -name = "coverage" -version = "7.13.3" -description = "Code coverage measurement for Python" -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "coverage-7.13.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0b4f345f7265cdbdb5ec2521ffff15fa49de6d6c39abf89fc7ad68aa9e3a55f0"}, - {file = "coverage-7.13.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:96c3be8bae9d0333e403cc1a8eb078a7f928b5650bae94a18fb4820cc993fb9b"}, - {file = "coverage-7.13.3-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:d6f4a21328ea49d38565b55599e1c02834e76583a6953e5586d65cb1efebd8f8"}, - {file = "coverage-7.13.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fc970575799a9d17d5c3fafd83a0f6ccf5d5117cdc9ad6fbd791e9ead82418b0"}, - {file = "coverage-7.13.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:87ff33b652b3556b05e204ae20793d1f872161b0fa5ec8a9ac76f8430e152ed6"}, - {file = "coverage-7.13.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:7df8759ee57b9f3f7b66799b7660c282f4375bef620ade1686d6a7b03699e75f"}, - {file = "coverage-7.13.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f45c9bcb16bee25a798ccba8a2f6a1251b19de6a0d617bb365d7d2f386c4e20e"}, - {file = "coverage-7.13.3-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:318b2e4753cbf611061e01b6cc81477e1cdfeb69c36c4a14e6595e674caadb56"}, - {file = "coverage-7.13.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:24db3959de8ee394eeeca89ccb8ba25305c2da9a668dd44173394cbd5aa0777f"}, - {file = "coverage-7.13.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:be14d0622125edef21b3a4d8cd2d138c4872bf6e38adc90fd92385e3312f406a"}, - {file = "coverage-7.13.3-cp310-cp310-win32.whl", hash = "sha256:53be4aab8ddef18beb6188f3a3fdbf4d1af2277d098d4e618be3a8e6c88e74be"}, - {file = "coverage-7.13.3-cp310-cp310-win_amd64.whl", hash = "sha256:bfeee64ad8b4aae3233abb77eb6b52b51b05fa89da9645518671b9939a78732b"}, - {file = "coverage-7.13.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5907605ee20e126eeee2abe14aae137043c2c8af2fa9b38d2ab3b7a6b8137f73"}, - {file = "coverage-7.13.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a88705500988c8acad8b8fd86c2a933d3aa96bec1ddc4bc5cb256360db7bbd00"}, - {file = "coverage-7.13.3-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:7bbb5aa9016c4c29e3432e087aa29ebee3f8fda089cfbfb4e6d64bd292dcd1c2"}, - {file = "coverage-7.13.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0c2be202a83dde768937a61cdc5d06bf9fb204048ca199d93479488e6247656c"}, - {file = "coverage-7.13.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f45e32ef383ce56e0ca099b2e02fcdf7950be4b1b56afaab27b4ad790befe5b"}, - {file = "coverage-7.13.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:6ed2e787249b922a93cd95c671cc9f4c9797a106e81b455c83a9ddb9d34590c0"}, - {file = "coverage-7.13.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:05dd25b21afffe545e808265897c35f32d3e4437663923e0d256d9ab5031fb14"}, - {file = "coverage-7.13.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:46d29926349b5c4f1ea4fca95e8c892835515f3600995a383fa9a923b5739ea4"}, - {file = "coverage-7.13.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:fae6a21537519c2af00245e834e5bf2884699cc7c1055738fd0f9dc37a3644ad"}, - {file = "coverage-7.13.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c672d4e2f0575a4ca2bf2aa0c5ced5188220ab806c1bb6d7179f70a11a017222"}, - {file = "coverage-7.13.3-cp311-cp311-win32.whl", hash = "sha256:fcda51c918c7a13ad93b5f89a58d56e3a072c9e0ba5c231b0ed81404bf2648fb"}, - {file = "coverage-7.13.3-cp311-cp311-win_amd64.whl", hash = "sha256:d1a049b5c51b3b679928dd35e47c4a2235e0b6128b479a7596d0ef5b42fa6301"}, - {file = "coverage-7.13.3-cp311-cp311-win_arm64.whl", hash = "sha256:79f2670c7e772f4917895c3d89aad59e01f3dbe68a4ed2d0373b431fad1dcfba"}, - {file = "coverage-7.13.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:ed48b4170caa2c4420e0cd27dc977caaffc7eecc317355751df8373dddcef595"}, - {file = "coverage-7.13.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8f2adf4bcffbbec41f366f2e6dffb9d24e8172d16e91da5799c9b7ed6b5716e6"}, - {file = "coverage-7.13.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:01119735c690786b6966a1e9f098da4cd7ca9174c4cfe076d04e653105488395"}, - {file = "coverage-7.13.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:8bb09e83c603f152d855f666d70a71765ca8e67332e5829e62cb9466c176af23"}, - {file = "coverage-7.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b607a40cba795cfac6d130220d25962931ce101f2f478a29822b19755377fb34"}, - {file = "coverage-7.13.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:44f14a62f5da2e9aedf9080e01d2cda61df39197d48e323538ec037336d68da8"}, - {file = "coverage-7.13.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:debf29e0b157769843dff0981cc76f79e0ed04e36bb773c6cac5f6029054bd8a"}, - {file = "coverage-7.13.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:824bb95cd71604031ae9a48edb91fd6effde669522f960375668ed21b36e3ec4"}, - {file = "coverage-7.13.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:8f1010029a5b52dc427c8e2a8dbddb2303ddd180b806687d1acd1bb1d06649e7"}, - {file = "coverage-7.13.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:cd5dee4fd7659d8306ffa79eeaaafd91fa30a302dac3af723b9b469e549247e0"}, - {file = "coverage-7.13.3-cp312-cp312-win32.whl", hash = "sha256:f7f153d0184d45f3873b3ad3ad22694fd73aadcb8cdbc4337ab4b41ea6b4dff1"}, - {file = "coverage-7.13.3-cp312-cp312-win_amd64.whl", hash = "sha256:03a6e5e1e50819d6d7436f5bc40c92ded7e484e400716886ac921e35c133149d"}, - {file = "coverage-7.13.3-cp312-cp312-win_arm64.whl", hash = "sha256:51c4c42c0e7d09a822b08b6cf79b3c4db8333fffde7450da946719ba0d45730f"}, - {file = "coverage-7.13.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:853c3d3c79ff0db65797aad79dee6be020efd218ac4510f15a205f1e8d13ce25"}, - {file = "coverage-7.13.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f75695e157c83d374f88dcc646a60cb94173304a9258b2e74ba5a66b7614a51a"}, - {file = "coverage-7.13.3-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:2d098709621d0819039f3f1e471ee554f55a0b2ac0d816883c765b14129b5627"}, - {file = "coverage-7.13.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:16d23d6579cf80a474ad160ca14d8b319abaa6db62759d6eef53b2fc979b58c8"}, - {file = "coverage-7.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:00d34b29a59d2076e6f318b30a00a69bf63687e30cd882984ed444e753990cc1"}, - {file = "coverage-7.13.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ab6d72bffac9deb6e6cb0f61042e748de3f9f8e98afb0375a8e64b0b6e11746b"}, - {file = "coverage-7.13.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e129328ad1258e49cae0123a3b5fcb93d6c2fa90d540f0b4c7cdcdc019aaa3dc"}, - {file = "coverage-7.13.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2213a8d88ed35459bda71597599d4eec7c2ebad201c88f0bfc2c26fd9b0dd2ea"}, - {file = "coverage-7.13.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:00dd3f02de6d5f5c9c3d95e3e036c3c2e2a669f8bf2d3ceb92505c4ce7838f67"}, - {file = "coverage-7.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f9bada7bc660d20b23d7d312ebe29e927b655cf414dadcdb6335a2075695bd86"}, - {file = "coverage-7.13.3-cp313-cp313-win32.whl", hash = "sha256:75b3c0300f3fa15809bd62d9ca8b170eb21fcf0100eb4b4154d6dc8b3a5bbd43"}, - {file = "coverage-7.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:a2f7589c6132c44c53f6e705e1a6677e2b7821378c22f7703b2cf5388d0d4587"}, - {file = "coverage-7.13.3-cp313-cp313-win_arm64.whl", hash = "sha256:123ceaf2b9d8c614f01110f908a341e05b1b305d6b2ada98763b9a5a59756051"}, - {file = "coverage-7.13.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:cc7fd0f726795420f3678ac82ff882c7fc33770bd0074463b5aef7293285ace9"}, - {file = "coverage-7.13.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:d358dc408edc28730aed5477a69338e444e62fba0b7e9e4a131c505fadad691e"}, - {file = "coverage-7.13.3-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:5d67b9ed6f7b5527b209b24b3df9f2e5bf0198c1bbf99c6971b0e2dcb7e2a107"}, - {file = "coverage-7.13.3-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:59224bfb2e9b37c1335ae35d00daa3a5b4e0b1a20f530be208fff1ecfa436f43"}, - {file = "coverage-7.13.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ae9306b5299e31e31e0d3b908c66bcb6e7e3ddca143dea0266e9ce6c667346d3"}, - {file = "coverage-7.13.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:343aaeb5f8bb7bcd38620fd7bc56e6ee8207847d8c6103a1e7b72322d381ba4a"}, - {file = "coverage-7.13.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b2182129f4c101272ff5f2f18038d7b698db1bf8e7aa9e615cb48440899ad32e"}, - {file = "coverage-7.13.3-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:94d2ac94bd0cc57c5626f52f8c2fffed1444b5ae8c9fc68320306cc2b255e155"}, - {file = "coverage-7.13.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:65436cde5ecabe26fb2f0bf598962f0a054d3f23ad529361326ac002c61a2a1e"}, - {file = "coverage-7.13.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:db83b77f97129813dbd463a67e5335adc6a6a91db652cc085d60c2d512746f96"}, - {file = "coverage-7.13.3-cp313-cp313t-win32.whl", hash = "sha256:dfb428e41377e6b9ba1b0a32df6db5409cb089a0ed1d0a672dc4953ec110d84f"}, - {file = "coverage-7.13.3-cp313-cp313t-win_amd64.whl", hash = "sha256:5badd7e596e6b0c89aa8ec6d37f4473e4357f982ce57f9a2942b0221cd9cf60c"}, - {file = "coverage-7.13.3-cp313-cp313t-win_arm64.whl", hash = "sha256:989aa158c0eb19d83c76c26f4ba00dbb272485c56e452010a3450bdbc9daafd9"}, - {file = "coverage-7.13.3-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:c6f6169bbdbdb85aab8ac0392d776948907267fcc91deeacf6f9d55f7a83ae3b"}, - {file = "coverage-7.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:2f5e731627a3d5ef11a2a35aa0c6f7c435867c7ccbc391268eb4f2ca5dbdcc10"}, - {file = "coverage-7.13.3-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:9db3a3285d91c0b70fab9f39f0a4aa37d375873677efe4e71e58d8321e8c5d39"}, - {file = "coverage-7.13.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:06e49c5897cb12e3f7ecdc111d44e97c4f6d0557b81a7a0204ed70a8b038f86f"}, - {file = "coverage-7.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fb25061a66802df9fc13a9ba1967d25faa4dae0418db469264fd9860a921dde4"}, - {file = "coverage-7.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:99fee45adbb1caeb914da16f70e557fb7ff6ddc9e4b14de665bd41af631367ef"}, - {file = "coverage-7.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:318002f1fd819bdc1651c619268aa5bc853c35fa5cc6d1e8c96bd9cd6c828b75"}, - {file = "coverage-7.13.3-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:71295f2d1d170b9977dc386d46a7a1b7cbb30e5405492529b4c930113a33f895"}, - {file = "coverage-7.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:5b1ad2e0dc672625c44bc4fe34514602a9fd8b10d52ddc414dc585f74453516c"}, - {file = "coverage-7.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:b2beb64c145593a50d90db5c7178f55daeae129123b0d265bdb3cbec83e5194a"}, - {file = "coverage-7.13.3-cp314-cp314-win32.whl", hash = "sha256:3d1aed4f4e837a832df2f3b4f68a690eede0de4560a2dbc214ea0bc55aabcdb4"}, - {file = "coverage-7.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9f9efbbaf79f935d5fbe3ad814825cbce4f6cdb3054384cb49f0c0f496125fa0"}, - {file = "coverage-7.13.3-cp314-cp314-win_arm64.whl", hash = "sha256:31b6e889c53d4e6687ca63706148049494aace140cffece1c4dc6acadb70a7b3"}, - {file = "coverage-7.13.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:c5e9787cec750793a19a28df7edd85ac4e49d3fb91721afcdc3b86f6c08d9aa8"}, - {file = "coverage-7.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:e5b86db331c682fd0e4be7098e6acee5e8a293f824d41487c667a93705d415ca"}, - {file = "coverage-7.13.3-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:edc7754932682d52cf6e7a71806e529ecd5ce660e630e8bd1d37109a2e5f63ba"}, - {file = "coverage-7.13.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:d3a16d6398666510a6886f67f43d9537bfd0e13aca299688a19daa84f543122f"}, - {file = "coverage-7.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:303d38b19626c1981e1bb067a9928236d88eb0e4479b18a74812f05a82071508"}, - {file = "coverage-7.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:284e06eadfe15ddfee2f4ee56631f164ef897a7d7d5a15bca5f0bb88889fc5ba"}, - {file = "coverage-7.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:d401f0864a1d3198422816878e4e84ca89ec1c1bf166ecc0ae01380a39b888cd"}, - {file = "coverage-7.13.3-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:3f379b02c18a64de78c4ccdddf1c81c2c5ae1956c72dacb9133d7dd7809794ab"}, - {file = "coverage-7.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:7a482f2da9086971efb12daca1d6547007ede3674ea06e16d7663414445c683e"}, - {file = "coverage-7.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:562136b0d401992118d9b49fbee5454e16f95f85b120a4226a04d816e33fe024"}, - {file = "coverage-7.13.3-cp314-cp314t-win32.whl", hash = "sha256:ca46e5c3be3b195098dd88711890b8011a9fa4feca942292bb84714ce5eab5d3"}, - {file = "coverage-7.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:06d316dbb3d9fd44cca05b2dbcfbef22948493d63a1f28e828d43e6cc505fed8"}, - {file = "coverage-7.13.3-cp314-cp314t-win_arm64.whl", hash = "sha256:299d66e9218193f9dc6e4880629ed7c4cd23486005166247c283fb98531656c3"}, - {file = "coverage-7.13.3-py3-none-any.whl", hash = "sha256:90a8af9dba6429b2573199622d72e0ebf024d6276f16abce394ad4d181bb0910"}, - {file = "coverage-7.13.3.tar.gz", hash = "sha256:f7f6182d3dfb8802c1747eacbfe611b669455b69b7c037484bb1efbbb56711ac"}, -] - -[package.dependencies] -tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} - -[package.extras] -toml = ["tomli ; python_full_version <= \"3.11.0a6\""] - -[[package]] -name = "coveralls" -version = "4.0.2" -description = "Show coverage stats online via coveralls.io" -optional = false -python-versions = "<4.0,>=3.10" -groups = ["dev"] -files = [ - {file = "coveralls-4.0.2-py3-none-any.whl", hash = "sha256:3940f613eac6b3c14d1425741929e1d15f57666f5e7ae0572bbe92357bd6f7ee"}, - {file = "coveralls-4.0.2.tar.gz", hash = "sha256:7c21ffa2808d3052fa0cfca3842a9f3d21cc8eada02538c192d932199e5f07d4"}, -] - -[package.dependencies] -coverage = {version = ">=5.0,<6.0.dev0 || >6.1,<6.1.1 || >6.1.1,<8.0", extras = ["toml"]} -docopt = ">=0.6.1,<0.7.0" -requests = ">=1.0.0,<3.0.0" - -[package.extras] -yaml = ["pyyaml (>=3.10,<7.0)"] - -[[package]] -name = "crispy-bootstrap5" -version = "2025.6" -description = "Bootstrap5 template pack for django-crispy-forms" -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "crispy_bootstrap5-2025.6-py3-none-any.whl", hash = "sha256:a343aa128b4383f35f00295b94de2b10862f2a4f24eda21fa6ead45234c07050"}, - {file = "crispy_bootstrap5-2025.6.tar.gz", hash = "sha256:f1bde7cac074c650fc82f31777d4a4cfd0df2512c68bc4128f259c75d3daada4"}, -] - -[package.dependencies] -django = ">=4.2" -django-crispy-forms = ">=2.3" - -[package.extras] -test = ["pytest", "pytest-django"] - -[[package]] -name = "cryptography" -version = "46.0.4" -description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -optional = false -python-versions = "!=3.9.0,!=3.9.1,>=3.8" -groups = ["main"] -files = [ - {file = "cryptography-46.0.4-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:281526e865ed4166009e235afadf3a4c4cba6056f99336a99efba65336fd5485"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5f14fba5bf6f4390d7ff8f086c566454bff0411f6d8aa7af79c88b6f9267aecc"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:47bcd19517e6389132f76e2d5303ded6cf3f78903da2158a671be8de024f4cd0"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:01df4f50f314fbe7009f54046e908d1754f19d0c6d3070df1e6268c5a4af09fa"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:5aa3e463596b0087b3da0dbe2b2487e9fc261d25da85754e30e3b40637d61f81"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:0a9ad24359fee86f131836a9ac3bffc9329e956624a2d379b613f8f8abaf5255"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:dc1272e25ef673efe72f2096e92ae39dea1a1a450dd44918b15351f72c5a168e"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:de0f5f4ec8711ebc555f54735d4c673fc34b65c44283895f1a08c2b49d2fd99c"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:eeeb2e33d8dbcccc34d64651f00a98cb41b2dc69cef866771a5717e6734dfa32"}, - {file = "cryptography-46.0.4-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:3d425eacbc9aceafd2cb429e42f4e5d5633c6f873f5e567077043ef1b9bbf616"}, - {file = "cryptography-46.0.4-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:91627ebf691d1ea3976a031b61fb7bac1ccd745afa03602275dda443e11c8de0"}, - {file = "cryptography-46.0.4-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:2d08bc22efd73e8854b0b7caff402d735b354862f1145d7be3b9c0f740fef6a0"}, - {file = "cryptography-46.0.4-cp311-abi3-win32.whl", hash = "sha256:82a62483daf20b8134f6e92898da70d04d0ef9a75829d732ea1018678185f4f5"}, - {file = "cryptography-46.0.4-cp311-abi3-win_amd64.whl", hash = "sha256:6225d3ebe26a55dbc8ead5ad1265c0403552a63336499564675b29eb3184c09b"}, - {file = "cryptography-46.0.4-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:485e2b65d25ec0d901bca7bcae0f53b00133bf3173916d8e421f6fddde103908"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:078e5f06bd2fa5aea5a324f2a09f914b1484f1d0c2a4d6a8a28c74e72f65f2da"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:dce1e4f068f03008da7fa51cc7abc6ddc5e5de3e3d1550334eaf8393982a5829"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:2067461c80271f422ee7bdbe79b9b4be54a5162e90345f86a23445a0cf3fd8a2"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:c92010b58a51196a5f41c3795190203ac52edfd5dc3ff99149b4659eba9d2085"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:829c2b12bbc5428ab02d6b7f7e9bbfd53e33efd6672d21341f2177470171ad8b"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:62217ba44bf81b30abaeda1488686a04a702a261e26f87db51ff61d9d3510abd"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:9c2da296c8d3415b93e6053f5a728649a87a48ce084a9aaf51d6e46c87c7f2d2"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:9b34d8ba84454641a6bf4d6762d15847ecbd85c1316c0a7984e6e4e9f748ec2e"}, - {file = "cryptography-46.0.4-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:df4a817fa7138dd0c96c8c8c20f04b8aaa1fac3bbf610913dcad8ea82e1bfd3f"}, - {file = "cryptography-46.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:b1de0ebf7587f28f9190b9cb526e901bf448c9e6a99655d2b07fff60e8212a82"}, - {file = "cryptography-46.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9b4d17bc7bd7cdd98e3af40b441feaea4c68225e2eb2341026c84511ad246c0c"}, - {file = "cryptography-46.0.4-cp314-cp314t-win32.whl", hash = "sha256:c411f16275b0dea722d76544a61d6421e2cc829ad76eec79280dbdc9ddf50061"}, - {file = "cryptography-46.0.4-cp314-cp314t-win_amd64.whl", hash = "sha256:728fedc529efc1439eb6107b677f7f7558adab4553ef8669f0d02d42d7b959a7"}, - {file = "cryptography-46.0.4-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:a9556ba711f7c23f77b151d5798f3ac44a13455cc68db7697a1096e6d0563cab"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8bf75b0259e87fa70bddc0b8b4078b76e7fd512fd9afae6c1193bcf440a4dbef"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3c268a3490df22270955966ba236d6bc4a8f9b6e4ffddb78aac535f1a5ea471d"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:812815182f6a0c1d49a37893a303b44eaac827d7f0d582cecfc81b6427f22973"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:a90e43e3ef65e6dcf969dfe3bb40cbf5aef0d523dff95bfa24256be172a845f4"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:a05177ff6296644ef2876fce50518dffb5bcdf903c85250974fc8bc85d54c0af"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:daa392191f626d50f1b136c9b4cf08af69ca8279d110ea24f5c2700054d2e263"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:e07ea39c5b048e085f15923511d8121e4a9dc45cee4e3b970ca4f0d338f23095"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:d5a45ddc256f492ce42a4e35879c5e5528c09cd9ad12420828c972951d8e016b"}, - {file = "cryptography-46.0.4-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:6bb5157bf6a350e5b28aee23beb2d84ae6f5be390b2f8ee7ea179cda077e1019"}, - {file = "cryptography-46.0.4-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:dd5aba870a2c40f87a3af043e0dee7d9eb02d4aff88a797b48f2b43eff8c3ab4"}, - {file = "cryptography-46.0.4-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:93d8291da8d71024379ab2cb0b5c57915300155ad42e07f76bea6ad838d7e59b"}, - {file = "cryptography-46.0.4-cp38-abi3-win32.whl", hash = "sha256:0563655cb3c6d05fb2afe693340bc050c30f9f34e15763361cf08e94749401fc"}, - {file = "cryptography-46.0.4-cp38-abi3-win_amd64.whl", hash = "sha256:fa0900b9ef9c49728887d1576fd8d9e7e3ea872fa9b25ef9b64888adc434e976"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:766330cce7416c92b5e90c3bb71b1b79521760cdcfc3a6a1a182d4c9fab23d2b"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c236a44acfb610e70f6b3e1c3ca20ff24459659231ef2f8c48e879e2d32b73da"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:8a15fb869670efa8f83cbffbc8753c1abf236883225aed74cd179b720ac9ec80"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:fdc3daab53b212472f1524d070735b2f0c214239df131903bae1d598016fa822"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:44cc0675b27cadb71bdbb96099cca1fa051cd11d2ade09e5cd3a2edb929ed947"}, - {file = "cryptography-46.0.4-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:be8c01a7d5a55f9a47d1888162b76c8f49d62b234d88f0ff91a9fbebe32ffbc3"}, - {file = "cryptography-46.0.4.tar.gz", hash = "sha256:bfd019f60f8abc2ed1b9be4ddc21cfef059c841d86d710bb69909a688cbb8f59"}, -] - -[package.dependencies] -cffi = {version = ">=2.0.0", markers = "python_full_version >= \"3.9.0\" and platform_python_implementation != \"PyPy\""} -typing-extensions = {version = ">=4.13.2", markers = "python_full_version < \"3.11.0\""} - -[package.extras] -docs = ["sphinx (>=5.3.0)", "sphinx-inline-tabs", "sphinx-rtd-theme (>=3.0.0)"] -docstest = ["pyenchant (>=3)", "readme-renderer (>=30.0)", "sphinxcontrib-spelling (>=7.3.1)"] -nox = ["nox[uv] (>=2024.4.15)"] -pep8test = ["check-sdist", "click (>=8.0.1)", "mypy (>=1.14)", "ruff (>=0.11.11)"] -sdist = ["build (>=1.0.0)"] -ssh = ["bcrypt (>=3.1.5)"] -test = ["certifi (>=2024)", "cryptography-vectors (==46.0.4)", "pretend (>=0.7)", "pytest (>=7.4.0)", "pytest-benchmark (>=4.0)", "pytest-cov (>=2.10.1)", "pytest-xdist (>=3.5.0)"] -test-randomorder = ["pytest-randomly"] - -[[package]] -name = "css-inline" -version = "0.19.1" -description = "High-performance library for inlining CSS into HTML 'style' attributes" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "css_inline-0.19.1-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:ee9c096f41b4fc97c3f2639f03995a05810df7b6bbbb83e8fc4681f8862c8abd"}, - {file = "css_inline-0.19.1-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:e6f4abfe3670feaf10305dc87dd3d7edacf20778456853ad613c80095bde392d"}, - {file = "css_inline-0.19.1-cp39-abi3-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:523f7b1b5e03c0ba364a80b41f82a519ef7afefd29099a98439c4a76d28553a6"}, - {file = "css_inline-0.19.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f5499b08ee2affa5fa9e6f263bd4ab0395ea428d1407a028051d1be986399cd"}, - {file = "css_inline-0.19.1-cp39-abi3-manylinux_2_24_aarch64.whl", hash = "sha256:e261707839f33b9bb6bd517323a46f20ba6319818424624a63cc477abe25b851"}, - {file = "css_inline-0.19.1-cp39-abi3-manylinux_2_24_armv7l.whl", hash = "sha256:c1be80a229e64c27e6b68e0c4f7a76b204024b15ce21c7f28f26a0994ad04c81"}, - {file = "css_inline-0.19.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:6824edcd631bbd7aa90d2a2b643da9feaeef43107da38b427da37e94c5bd4ac0"}, - {file = "css_inline-0.19.1-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:598efee04e46aae4c0877e0b012707e21e1252fa6db9962a8cf00aedac147da9"}, - {file = "css_inline-0.19.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:188822ac1160ca4e53c85ba1ffdb9d4d091185b5eadaa1459dcf2a25bbe70582"}, - {file = "css_inline-0.19.1-cp39-abi3-win32.whl", hash = "sha256:3290a4ccc9d986f5db7debb3bcf7155fa754aebaaad7c40fdbebaa5728249981"}, - {file = "css_inline-0.19.1-cp39-abi3-win_amd64.whl", hash = "sha256:926153d38481be7692142d0344557674be980c051d5ffc0dbf26aaee4aa994c8"}, - {file = "css_inline-0.19.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b93033136ab5ea43dcf482078be3045f2673122d87a4cd70b2f7e149d2e27176"}, - {file = "css_inline-0.19.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl", hash = "sha256:0f134aaf7537a1881637b792ed0512a9c42003ac6141ce65af5f53f2f2342cd4"}, - {file = "css_inline-0.19.1-pp311-pypy311_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:97a7fafa35bf2972f409685e98edffbc61c450303c65fab7f1c458cc908a0ac0"}, - {file = "css_inline-0.19.1.tar.gz", hash = "sha256:19d427cdd04394edf31031be4106177f56c87f97a9c590594c92de06b3aa25b9"}, -] - -[[package]] -name = "dill" -version = "0.4.1" -description = "serialize all of Python" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "dill-0.4.1-py3-none-any.whl", hash = "sha256:1e1ce33e978ae97fcfcff5638477032b801c46c7c65cf717f95fbc2248f79a9d"}, - {file = "dill-0.4.1.tar.gz", hash = "sha256:423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa"}, -] - -[package.extras] -graph = ["objgraph (>=1.7.2)"] -profile = ["gprof2dot (>=2022.7.29)"] - -[[package]] -name = "distlib" -version = "0.4.0" -description = "Distribution utilities" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16"}, - {file = "distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"}, -] - -[[package]] -name = "django" -version = "5.2.11" -description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "django-5.2.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"}, - {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"}, -] - -[package.dependencies] -argon2-cffi = {version = ">=19.1.0", optional = true, markers = "extra == \"argon2\""} -asgiref = ">=3.8.1" -sqlparse = ">=0.3.1" -tzdata = {version = "*", markers = "sys_platform == \"win32\""} - -[package.extras] -argon2 = ["argon2-cffi (>=19.1.0)"] -bcrypt = ["bcrypt"] - -[[package]] -name = "django-appconf" -version = "1.2.0" -description = "A helper class for handling configuration defaults of packaged apps gracefully." -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "django_appconf-1.2.0-py3-none-any.whl", hash = "sha256:b81bce5ef0ceb9d84df48dfb623a32235d941c78cc5e45dbb6947f154ea277f4"}, - {file = "django_appconf-1.2.0.tar.gz", hash = "sha256:15a88d60dd942d6059f467412fe4581db632ef03018a3c183fb415d6fc9e5cec"}, -] - -[package.dependencies] -django = "*" - -[[package]] -name = "django-compressor" -version = "4.6.0" -description = "Compresses linked and inline JavaScript or CSS into single cached files." -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "django_compressor-4.6.0-py3-none-any.whl", hash = "sha256:6e7b21020a0d86272c5e37000c33accc4ebeb77394a3dd86d775a09aae7aade4"}, - {file = "django_compressor-4.6.0.tar.gz", hash = "sha256:c7478feab98f3368780591f9ee28a433350f5277dd28811f7f710f5bc6dff3c0"}, -] - -[package.dependencies] -django = ">=4.2" -django-appconf = ">=1.0.3" -rcssmin = ">=1.2.1" -rjsmin = ">=1.2.4" - -[[package]] -name = "django-coverage-plugin" -version = "3.2.0" -description = "Django template coverage.py plugin" -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "django_coverage_plugin-3.2.0-py3-none-any.whl", hash = "sha256:a4a9400c784c86f1ba53a73c336508e07316c92345b34a0eb0b22b3b14cdbdd6"}, - {file = "django_coverage_plugin-3.2.0.tar.gz", hash = "sha256:0e1460294ecd4b192bd09788ab9ad9380d9b8c9b45925b408ce6c620ac352585"}, -] - -[package.dependencies] -coverage = "*" -Django = "*" - -[[package]] -name = "django-crispy-forms" -version = "2.5" -description = "Best way to have Django DRY forms" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "django_crispy_forms-2.5-py3-none-any.whl", hash = "sha256:adc99d5901baca09479c53bf536b3909e80a9f2bb299438a223de4c106ebf1f9"}, - {file = "django_crispy_forms-2.5.tar.gz", hash = "sha256:066e72a8f152a1334f1c811cc37740868efe3265e5a218f79079ef89f848c3d8"}, -] - -[package.dependencies] -django = ">=4.2" - -[[package]] -name = "django-csp" -version = "4.0" -description = "Django Content Security Policy support." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django_csp-4.0-py3-none-any.whl", hash = "sha256:d5a0a05463a6b75a4f1fc1828c58c89af8db9364d09fc6e12f122b4d7f3d00dc"}, - {file = "django_csp-4.0.tar.gz", hash = "sha256:b27010bb702eb20a3dad329178df2b61a2b82d338b70fbdc13c3a3bd28712833"}, -] - -[package.dependencies] -django = ">=4.2" -packaging = "*" - -[package.extras] -dev = ["django-stubs[compatible-mypy]", "jinja2 (>=2.9.6)", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-django", "pytest-ruff", "sphinx", "sphinx-rtd-theme", "tox", "tox-gh-actions", "types-setuptools"] -jinja2 = ["jinja2 (>=2.9.6)"] -tests = ["jinja2 (>=2.9.6)", "pytest", "pytest-cov", "pytest-django", "pytest-ruff"] -typing = ["django-stubs[compatible-mypy]", "jinja2 (>=2.9.6)", "mypy", "pytest", "pytest-django", "types-setuptools"] - -[[package]] -name = "django-debug-toolbar" -version = "6.2.0" -description = "A configurable set of panels that display various debug information about the current request/response." -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "django_debug_toolbar-6.2.0-py3-none-any.whl", hash = "sha256:1575461954e6befa720e999dec13fe4f1cc8baf40b6c3ac2aec5f340c0f9c85f"}, - {file = "django_debug_toolbar-6.2.0.tar.gz", hash = "sha256:dc1c174d8fb0ea01435e02d9ceef735cf62daf37c1a6a5692d33b4127327679b"}, -] - -[package.dependencies] -django = ">=4.2.9" -sqlparse = ">=0.2" - -[[package]] -name = "django-dynamic-preferences" -version = "1.17.0" -description = "Dynamic global and instance settings for your django project" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django_dynamic_preferences-1.17.0-py2.py3-none-any.whl", hash = "sha256:1f7111e01235b6273a4038783d92a8bf2826cb4eee7e324779b2dc76e3e00b06"}, - {file = "django_dynamic_preferences-1.17.0.tar.gz", hash = "sha256:c13520107d13c696997a237f8e7731cef93642837d523b95863a40115f7f2d8f"}, -] - -[package.dependencies] -django = ">=4.2" -persisting_theory = "1.0" - -[[package]] -name = "django-environ" -version = "0.12.0" -description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." -optional = false -python-versions = "<4,>=3.9" -groups = ["main"] -files = [ - {file = "django_environ-0.12.0-py2.py3-none-any.whl", hash = "sha256:92fb346a158abda07ffe6eb23135ce92843af06ecf8753f43adf9d2366dcc0ca"}, - {file = "django_environ-0.12.0.tar.gz", hash = "sha256:227dc891453dd5bde769c3449cf4a74b6f2ee8f7ab2361c93a07068f4179041a"}, -] - -[package.extras] -develop = ["coverage[toml] (>=5.0a4)", "furo (>=2024.8.6)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)", "sphinx (>=5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2024.8.6)", "sphinx (>=5.0)", "sphinx-notfound-page"] -testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "setuptools (>=71.0.0)"] - -[[package]] -name = "django-extensions" -version = "4.1" -description = "Extensions for Django" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "django_extensions-4.1-py3-none-any.whl", hash = "sha256:0699a7af28f2523bf8db309a80278519362cd4b6e1fd0a8cd4bf063e1e023336"}, - {file = "django_extensions-4.1.tar.gz", hash = "sha256:7b70a4d28e9b840f44694e3f7feb54f55d495f8b3fa6c5c0e5e12bcb2aa3cdeb"}, -] - -[package.dependencies] -django = ">=4.2" - -[[package]] -name = "django-filter" -version = "25.2" -description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "django_filter-25.2-py3-none-any.whl", hash = "sha256:9c0f8609057309bba611062fe1b720b4a873652541192d232dd28970383633e3"}, - {file = "django_filter-25.2.tar.gz", hash = "sha256:760e984a931f4468d096f5541787efb8998c61217b73006163bf2f9523fe8f23"}, -] - -[package.dependencies] -Django = ">=5.2" - -[package.extras] -drf = ["djangorestframework"] - -[[package]] -name = "django-formset-js-improved" -version = "0.5.0.5" -description = "Extend Django formsets with JavaScript" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django_formset_js_improved-0.5.0.5-py3-none-any.whl", hash = "sha256:10e91b538fbbfcd4e917050e7b4728723b9a81ff2b592b7705b779175e367ed7"}, - {file = "django_formset_js_improved-0.5.0.5.tar.gz", hash = "sha256:374dd339a14321683e6aa9be7098bf56bb4bdeb93bd42ccacc73374c7a055dad"}, -] - -[package.dependencies] -Django = "*" -django-jquery-js = "*" - -[[package]] -name = "django-guardian" -version = "3.2.0" -description = "Per object permissions for Django" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "django_guardian-3.2.0-py3-none-any.whl", hash = "sha256:0768565a057988a93fc4a1d93649c4a794abfd7473a8408a079cfbf83c559d77"}, - {file = "django_guardian-3.2.0.tar.gz", hash = "sha256:9e18ecd2e211b665972690c2d03d27bce0ea4932b5efac24a4bb9d526950a69e"}, -] - -[package.dependencies] -django = ">=3.2" -typing_extensions = {version = ">=4.12.0", markers = "python_version < \"3.13\""} - -[[package]] -name = "django-ical" -version = "1.9.2" -description = "iCal feeds for Django based on Django's syndication feed framework." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django-ical-1.9.2.tar.gz", hash = "sha256:44c9b6fa90d09f25e9ebaa91ed9eb007f079afbc23d6aac909cfc18188a8e90c"}, - {file = "django_ical-1.9.2-py3-none-any.whl", hash = "sha256:74a16bca05735f91a00120cad7250f3c3aa292a9f698a6cfdc544a922c11de70"}, -] - -[package.dependencies] -django = ">=3.2" -django-recurrence = ">=1.11.1" -icalendar = ">=4.0.3" - -[[package]] -name = "django-jquery-js" -version = "3.1.1" -description = "jQuery, bundled up so apps can depend upon it" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django-jquery-js-3.1.1.tar.gz", hash = "sha256:308e6472801f89be7c02fa3d06bea6470cfbcab8287db80c64b1093717b8eea9"}, -] - -[package.dependencies] -Django = ">=1.4" - -[[package]] -name = "django-libsass" -version = "0.9" -description = "A django-compressor filter to compile SASS files using libsass" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django-libsass-0.9.tar.gz", hash = "sha256:bfbbb55a8950bb40fa04dd416605f92da34ad1f303b10a41abc3232386ec27b5"}, - {file = "django_libsass-0.9-py3-none-any.whl", hash = "sha256:5234d29100889cac79e36a0f44207ec6d275adfd2da1acb6a94b55c89fe2bd97"}, -] - -[package.dependencies] -django-compressor = ">=1.3" -libsass = ">=0.7.0,<1" - -[[package]] -name = "django-oauth-toolkit" -version = "3.2.0" -description = "OAuth2 Provider for Django" -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "django_oauth_toolkit-3.2.0-py3-none-any.whl", hash = "sha256:bd2cd2719b010231a2f370f927dbcc740454fb1d0dd7e7f4138f36227363dc26"}, - {file = "django_oauth_toolkit-3.2.0.tar.gz", hash = "sha256:c36761ae6810083d95a652e9c820046cde0d45a2e2a5574bbe7202656ec20bb6"}, -] - -[package.dependencies] -django = ">=4.2" -jwcrypto = ">=1.5.0" -oauthlib = ">=3.3.0" -requests = ">=2.13.0" - -[package.extras] -dev = ["m2r", "pytest", "pytest-cov", "sphinx-rtd-theme"] - -[[package]] -name = "django-polymorphic" -version = "4.10.5" -description = "Seamless polymorphic inheritance for Django models." -optional = false -python-versions = "<4.0,>=3.10" -groups = ["main"] -files = [ - {file = "django_polymorphic-4.10.5-py3-none-any.whl", hash = "sha256:4af50a861c007c48d56a597924c2a150d2ea8ecaef40382f28eadf056be7e621"}, - {file = "django_polymorphic-4.10.5.tar.gz", hash = "sha256:2bfc820cc4d40eff05446fddf66f8bc08a1018cf6c5d0836487d7056c5931d2f"}, -] - -[package.dependencies] -django = ">=4.2" - -[[package]] -name = "django-recurrence" -version = "1.14" -description = "Django utility wrapping dateutil.rrule" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "django_recurrence-1.14-py3-none-any.whl", hash = "sha256:3e7420a38c7fa2f5073598e2a4236c65a983213f30f4413618448b43514649cd"}, - {file = "django_recurrence-1.14.tar.gz", hash = "sha256:154a6221bd6667c35250d9fa89bbc4792b3f1ec5dc8dff0f5872186b6df3cf76"}, -] - -[package.dependencies] -django = ">=4.0" -python-dateutil = "*" - -[[package]] -name = "django-select2" -version = "8.4.8" -description = "This is a Django_ integration of Select2_." -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "django_select2-8.4.8-py3-none-any.whl", hash = "sha256:a2ce6a4c556dd2d4d57eb3753618d6f31f8d3910e9d9fa1b686d9340f50b14eb"}, - {file = "django_select2-8.4.8.tar.gz", hash = "sha256:592e52effff2b5850cb7c98b265715b6704fb784699c4aedddfdd8ae1ffa1e81"}, -] - -[package.dependencies] -django = ">=4.2" -django-appconf = ">=0.6.0" - -[[package]] -name = "django-statici18n" -version = "2.6.0" -description = "A Django app that compiles i18n JavaScript catalogs to static files." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django_statici18n-2.6.0-py2.py3-none-any.whl", hash = "sha256:1bedd5cbffc2cf1772808995fb818756592fc9cd88b79547b6a25a747b23087d"}, - {file = "django_statici18n-2.6.0.tar.gz", hash = "sha256:87ed5adb15d6b32d20f438df76f39f16cc5804f452a8785bebc64729ff08cfb4"}, -] - -[package.dependencies] -Django = ">=3.2" -django-appconf = ">=1.0" - -[[package]] -name = "django-webpush" -version = "0.3.6" -description = "A simple Django package to integrate Web Push Notification in your Application" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "django-webpush-0.3.6.tar.gz", hash = "sha256:e2a93a955ad652d71dd8451ad7e9ba65f1d7a40069063c223dd008f9ed253856"}, - {file = "django_webpush-0.3.6-py2.py3-none-any.whl", hash = "sha256:a6c1c13386822cbcdf703bf8502d3eabc6071cc18e8df23be56e9ad03b2c59f5"}, -] - -[package.dependencies] -pywebpush = ">=1.14.0" - -[[package]] -name = "django-webtest" -version = "1.9.14" -description = "Instant integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with Django's testing framework." -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "django_webtest-1.9.14-py3-none-any.whl", hash = "sha256:1385ec303b766765413e7caa87f2be14c54826c0178050b00dc8746816d9fa1b"}, - {file = "django_webtest-1.9.14.tar.gz", hash = "sha256:edbdc62f74b84e53ad3b49821e839669c812fafabb54ede713b45209bf732aeb"}, -] - -[package.dependencies] -webtest = ">=1.3.3" - -[[package]] -name = "djangorestframework" -version = "3.16.1" -description = "Web APIs for Django, made easy." -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "djangorestframework-3.16.1-py3-none-any.whl", hash = "sha256:33a59f47fb9c85ede792cbf88bde71893bcda0667bc573f784649521f1102cec"}, - {file = "djangorestframework-3.16.1.tar.gz", hash = "sha256:166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7"}, -] - -[package.dependencies] -django = ">=4.2" - -[[package]] -name = "djangorestframework-guardian" -version = "0.4.0" -description = "django-guardian support for Django REST Framework" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "djangorestframework_guardian-0.4.0-py3-none-any.whl", hash = "sha256:30c2a349318c1cd603d6953d50d58159f9a0c833f5f8f5a811407d5984a39e14"}, - {file = "djangorestframework_guardian-0.4.0.tar.gz", hash = "sha256:a8113659e062f65b74cc31af6982420c382642e782d38581b3fdc748a179756c"}, -] - -[package.dependencies] -django = "*" -django-guardian = "*" -djangorestframework = "*" - -[[package]] -name = "djhtml" -version = "3.0.10" -description = "Django/Jinja template indenter" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "djhtml-3.0.10-py3-none-any.whl", hash = "sha256:d6efbe6001008d730ede5c21944a427a76c901c6cd168c138e494d2a1091e0b9"}, - {file = "djhtml-3.0.10.tar.gz", hash = "sha256:dd4ebf778d3b7da7a6e6970f7e66740f08ed7485485491b9a80527f526c838d9"}, -] - -[package.extras] -dev = ["nox", "pre-commit"] - -[[package]] -name = "docopt" -version = "0.6.2" -description = "Pythonic argument parser, that will make you smile" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, -] - -[[package]] -name = "docutils" -version = "0.21.2" -description = "Docutils -- Python Documentation Utilities" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "docutils-0.21.2-py3-none-any.whl", hash = "sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2"}, - {file = "docutils-0.21.2.tar.gz", hash = "sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f"}, -] - -[[package]] -name = "drf-spectacular" -version = "0.29.0" -description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" -optional = false -python-versions = ">=3.7" -groups = ["main"] -files = [ - {file = "drf_spectacular-0.29.0-py3-none-any.whl", hash = "sha256:d1ee7c9535d89848affb4427347f7c4a22c5d22530b8842ef133d7b72e19b41a"}, - {file = "drf_spectacular-0.29.0.tar.gz", hash = "sha256:0a069339ea390ce7f14a75e8b5af4a0860a46e833fd4af027411a3e94fc1a0cc"}, -] - -[package.dependencies] -Django = ">=2.2" -djangorestframework = ">=3.10.3" -drf-spectacular-sidecar = {version = "*", optional = true, markers = "extra == \"sidecar\""} -inflection = ">=0.3.1" -jsonschema = ">=2.6.0" -PyYAML = ">=5.1" -uritemplate = ">=2.0.0" - -[package.extras] -offline = ["drf-spectacular-sidecar"] -sidecar = ["drf-spectacular-sidecar"] - -[[package]] -name = "drf-spectacular-sidecar" -version = "2026.1.1" -description = "Serve self-contained distribution builds of Swagger UI and Redoc with Django" -optional = false -python-versions = ">=3.6" -groups = ["main"] -files = [ - {file = "drf_spectacular_sidecar-2026.1.1-py3-none-any.whl", hash = "sha256:af8df62f1b594ec280351336d837eaf2402ab25a6bc2a1fad7aee9935821070f"}, - {file = "drf_spectacular_sidecar-2026.1.1.tar.gz", hash = "sha256:6f7c173a8ddbbbdafc7a27e028614b65f07a89ca90f996a432d57460463b56be"}, -] - -[package.dependencies] -Django = ">=2.2" - -[[package]] -name = "exceptiongroup" -version = "1.3.1" -description = "Backport of PEP 654 (exception groups)" -optional = false -python-versions = ">=3.7" -groups = ["dev"] -markers = "python_version == \"3.10\"" -files = [ - {file = "exceptiongroup-1.3.1-py3-none-any.whl", hash = "sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598"}, - {file = "exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219"}, -] - -[package.dependencies] -typing-extensions = {version = ">=4.6.0", markers = "python_version < \"3.13\""} - -[package.extras] -test = ["pytest (>=6)"] - -[[package]] -name = "filelock" -version = "3.20.3" -description = "A platform independent file lock." -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "filelock-3.20.3-py3-none-any.whl", hash = "sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1"}, - {file = "filelock-3.20.3.tar.gz", hash = "sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1"}, -] - -[[package]] -name = "frozenlist" -version = "1.8.0" -description = "A list-like structure which implements collections.abc.MutableSequence" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "frozenlist-1.8.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b37f6d31b3dcea7deb5e9696e529a6aa4a898adc33db82da12e4c60a7c4d2011"}, - {file = "frozenlist-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ef2b7b394f208233e471abc541cc6991f907ffd47dc72584acee3147899d6565"}, - {file = "frozenlist-1.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a88f062f072d1589b7b46e951698950e7da00442fc1cacbe17e19e025dc327ad"}, - {file = "frozenlist-1.8.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f57fb59d9f385710aa7060e89410aeb5058b99e62f4d16b08b91986b9a2140c2"}, - {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:799345ab092bee59f01a915620b5d014698547afd011e691a208637312db9186"}, - {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c23c3ff005322a6e16f71bf8692fcf4d5a304aaafe1e262c98c6d4adc7be863e"}, - {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8a76ea0f0b9dfa06f254ee06053d93a600865b3274358ca48a352ce4f0798450"}, - {file = "frozenlist-1.8.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c7366fe1418a6133d5aa824ee53d406550110984de7637d65a178010f759c6ef"}, - {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:13d23a45c4cebade99340c4165bd90eeb4a56c6d8a9d8aa49568cac19a6d0dc4"}, - {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:e4a3408834f65da56c83528fb52ce7911484f0d1eaf7b761fc66001db1646eff"}, - {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:42145cd2748ca39f32801dad54aeea10039da6f86e303659db90db1c4b614c8c"}, - {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:e2de870d16a7a53901e41b64ffdf26f2fbb8917b3e6ebf398098d72c5b20bd7f"}, - {file = "frozenlist-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:20e63c9493d33ee48536600d1a5c95eefc870cd71e7ab037763d1fbb89cc51e7"}, - {file = "frozenlist-1.8.0-cp310-cp310-win32.whl", hash = "sha256:adbeebaebae3526afc3c96fad434367cafbfd1b25d72369a9e5858453b1bb71a"}, - {file = "frozenlist-1.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:667c3777ca571e5dbeb76f331562ff98b957431df140b54c85fd4d52eea8d8f6"}, - {file = "frozenlist-1.8.0-cp310-cp310-win_arm64.whl", hash = "sha256:80f85f0a7cc86e7a54c46d99c9e1318ff01f4687c172ede30fd52d19d1da1c8e"}, - {file = "frozenlist-1.8.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:09474e9831bc2b2199fad6da3c14c7b0fbdd377cce9d3d77131be28906cb7d84"}, - {file = "frozenlist-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:17c883ab0ab67200b5f964d2b9ed6b00971917d5d8a92df149dc2c9779208ee9"}, - {file = "frozenlist-1.8.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:fa47e444b8ba08fffd1c18e8cdb9a75db1b6a27f17507522834ad13ed5922b93"}, - {file = "frozenlist-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:2552f44204b744fba866e573be4c1f9048d6a324dfe14475103fd51613eb1d1f"}, - {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:957e7c38f250991e48a9a73e6423db1bb9dd14e722a10f6b8bb8e16a0f55f695"}, - {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:8585e3bb2cdea02fc88ffa245069c36555557ad3609e83be0ec71f54fd4abb52"}, - {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:edee74874ce20a373d62dc28b0b18b93f645633c2943fd90ee9d898550770581"}, - {file = "frozenlist-1.8.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c9a63152fe95756b85f31186bddf42e4c02c6321207fd6601a1c89ebac4fe567"}, - {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b6db2185db9be0a04fecf2f241c70b63b1a242e2805be291855078f2b404dd6b"}, - {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:f4be2e3d8bc8aabd566f8d5b8ba7ecc09249d74ba3c9ed52e54dc23a293f0b92"}, - {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:c8d1634419f39ea6f5c427ea2f90ca85126b54b50837f31497f3bf38266e853d"}, - {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:1a7fa382a4a223773ed64242dbe1c9c326ec09457e6b8428efb4118c685c3dfd"}, - {file = "frozenlist-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:11847b53d722050808926e785df837353bd4d75f1d494377e59b23594d834967"}, - {file = "frozenlist-1.8.0-cp311-cp311-win32.whl", hash = "sha256:27c6e8077956cf73eadd514be8fb04d77fc946a7fe9f7fe167648b0b9085cc25"}, - {file = "frozenlist-1.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:ac913f8403b36a2c8610bbfd25b8013488533e71e62b4b4adce9c86c8cea905b"}, - {file = "frozenlist-1.8.0-cp311-cp311-win_arm64.whl", hash = "sha256:d4d3214a0f8394edfa3e303136d0575eece0745ff2b47bd2cb2e66dd92d4351a"}, - {file = "frozenlist-1.8.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:78f7b9e5d6f2fdb88cdde9440dc147259b62b9d3b019924def9f6478be254ac1"}, - {file = "frozenlist-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:229bf37d2e4acdaf808fd3f06e854a4a7a3661e871b10dc1f8f1896a3b05f18b"}, - {file = "frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f833670942247a14eafbb675458b4e61c82e002a148f49e68257b79296e865c4"}, - {file = "frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:494a5952b1c597ba44e0e78113a7266e656b9794eec897b19ead706bd7074383"}, - {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96f423a119f4777a4a056b66ce11527366a8bb92f54e541ade21f2374433f6d4"}, - {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3462dd9475af2025c31cc61be6652dfa25cbfb56cbbf52f4ccfe029f38decaf8"}, - {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4c800524c9cd9bac5166cd6f55285957fcfc907db323e193f2afcd4d9abd69b"}, - {file = "frozenlist-1.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d6a5df73acd3399d893dafc71663ad22534b5aa4f94e8a2fabfe856c3c1b6a52"}, - {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:405e8fe955c2280ce66428b3ca55e12b3c4e9c336fb2103a4937e891c69a4a29"}, - {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:908bd3f6439f2fef9e85031b59fd4f1297af54415fb60e4254a95f75b3cab3f3"}, - {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:294e487f9ec720bd8ffcebc99d575f7eff3568a08a253d1ee1a0378754b74143"}, - {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:74c51543498289c0c43656701be6b077f4b265868fa7f8a8859c197006efb608"}, - {file = "frozenlist-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:776f352e8329135506a1d6bf16ac3f87bc25b28e765949282dcc627af36123aa"}, - {file = "frozenlist-1.8.0-cp312-cp312-win32.whl", hash = "sha256:433403ae80709741ce34038da08511d4a77062aa924baf411ef73d1146e74faf"}, - {file = "frozenlist-1.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:34187385b08f866104f0c0617404c8eb08165ab1272e884abc89c112e9c00746"}, - {file = "frozenlist-1.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:fe3c58d2f5db5fbd18c2987cba06d51b0529f52bc3a6cdc33d3f4eab725104bd"}, - {file = "frozenlist-1.8.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8d92f1a84bb12d9e56f818b3a746f3efba93c1b63c8387a73dde655e1e42282a"}, - {file = "frozenlist-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96153e77a591c8adc2ee805756c61f59fef4cf4073a9275ee86fe8cba41241f7"}, - {file = "frozenlist-1.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f21f00a91358803399890ab167098c131ec2ddd5f8f5fd5fe9c9f2c6fcd91e40"}, - {file = "frozenlist-1.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fb30f9626572a76dfe4293c7194a09fb1fe93ba94c7d4f720dfae3b646b45027"}, - {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaa352d7047a31d87dafcacbabe89df0aa506abb5b1b85a2fb91bc3faa02d822"}, - {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:03ae967b4e297f58f8c774c7eabcce57fe3c2434817d4385c50661845a058121"}, - {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f6292f1de555ffcc675941d65fffffb0a5bcd992905015f85d0592201793e0e5"}, - {file = "frozenlist-1.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29548f9b5b5e3460ce7378144c3010363d8035cea44bc0bf02d57f5a685e084e"}, - {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ec3cc8c5d4084591b4237c0a272cc4f50a5b03396a47d9caaf76f5d7b38a4f11"}, - {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:517279f58009d0b1f2e7c1b130b377a349405da3f7621ed6bfae50b10adf20c1"}, - {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:db1e72ede2d0d7ccb213f218df6a078a9c09a7de257c2fe8fcef16d5925230b1"}, - {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b4dec9482a65c54a5044486847b8a66bf10c9cb4926d42927ec4e8fd5db7fed8"}, - {file = "frozenlist-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:21900c48ae04d13d416f0e1e0c4d81f7931f73a9dfa0b7a8746fb2fe7dd970ed"}, - {file = "frozenlist-1.8.0-cp313-cp313-win32.whl", hash = "sha256:8b7b94a067d1c504ee0b16def57ad5738701e4ba10cec90529f13fa03c833496"}, - {file = "frozenlist-1.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:878be833caa6a3821caf85eb39c5ba92d28e85df26d57afb06b35b2efd937231"}, - {file = "frozenlist-1.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:44389d135b3ff43ba8cc89ff7f51f5a0bb6b63d829c8300f79a2fe4fe61bcc62"}, - {file = "frozenlist-1.8.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:e25ac20a2ef37e91c1b39938b591457666a0fa835c7783c3a8f33ea42870db94"}, - {file = "frozenlist-1.8.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07cdca25a91a4386d2e76ad992916a85038a9b97561bf7a3fd12d5d9ce31870c"}, - {file = "frozenlist-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4e0c11f2cc6717e0a741f84a527c52616140741cd812a50422f83dc31749fb52"}, - {file = "frozenlist-1.8.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b3210649ee28062ea6099cfda39e147fa1bc039583c8ee4481cb7811e2448c51"}, - {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:581ef5194c48035a7de2aefc72ac6539823bb71508189e5de01d60c9dcd5fa65"}, - {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3ef2d026f16a2b1866e1d86fc4e1291e1ed8a387b2c333809419a2f8b3a77b82"}, - {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5500ef82073f599ac84d888e3a8c1f77ac831183244bfd7f11eaa0289fb30714"}, - {file = "frozenlist-1.8.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50066c3997d0091c411a66e710f4e11752251e6d2d73d70d8d5d4c76442a199d"}, - {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5c1c8e78426e59b3f8005e9b19f6ff46e5845895adbde20ece9218319eca6506"}, - {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:eefdba20de0d938cec6a89bd4d70f346a03108a19b9df4248d3cf0d88f1b0f51"}, - {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:cf253e0e1c3ceb4aaff6df637ce033ff6535fb8c70a764a8f46aafd3d6ab798e"}, - {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:032efa2674356903cd0261c4317a561a6850f3ac864a63fc1583147fb05a79b0"}, - {file = "frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6da155091429aeba16851ecb10a9104a108bcd32f6c1642867eadaee401c1c41"}, - {file = "frozenlist-1.8.0-cp313-cp313t-win32.whl", hash = "sha256:0f96534f8bfebc1a394209427d0f8a63d343c9779cda6fc25e8e121b5fd8555b"}, - {file = "frozenlist-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5d63a068f978fc69421fb0e6eb91a9603187527c86b7cd3f534a5b77a592b888"}, - {file = "frozenlist-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf0a7e10b077bf5fb9380ad3ae8ce20ef919a6ad93b4552896419ac7e1d8e042"}, - {file = "frozenlist-1.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cee686f1f4cadeb2136007ddedd0aaf928ab95216e7691c63e50a8ec066336d0"}, - {file = "frozenlist-1.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:119fb2a1bd47307e899c2fac7f28e85b9a543864df47aa7ec9d3c1b4545f096f"}, - {file = "frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4970ece02dbc8c3a92fcc5228e36a3e933a01a999f7094ff7c23fbd2beeaa67c"}, - {file = "frozenlist-1.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:cba69cb73723c3f329622e34bdbf5ce1f80c21c290ff04256cff1cd3c2036ed2"}, - {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:778a11b15673f6f1df23d9586f83c4846c471a8af693a22e066508b77d201ec8"}, - {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0325024fe97f94c41c08872db482cf8ac4800d80e79222c6b0b7b162d5b13686"}, - {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:97260ff46b207a82a7567b581ab4190bd4dfa09f4db8a8b49d1a958f6aa4940e"}, - {file = "frozenlist-1.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:54b2077180eb7f83dd52c40b2750d0a9f175e06a42e3213ce047219de902717a"}, - {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f05983daecab868a31e1da44462873306d3cbfd76d1f0b5b69c473d21dbb128"}, - {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:33f48f51a446114bc5d251fb2954ab0164d5be02ad3382abcbfe07e2531d650f"}, - {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:154e55ec0655291b5dd1b8731c637ecdb50975a2ae70c606d100750a540082f7"}, - {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:4314debad13beb564b708b4a496020e5306c7333fa9a3ab90374169a20ffab30"}, - {file = "frozenlist-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:073f8bf8becba60aa931eb3bc420b217bb7d5b8f4750e6f8b3be7f3da85d38b7"}, - {file = "frozenlist-1.8.0-cp314-cp314-win32.whl", hash = "sha256:bac9c42ba2ac65ddc115d930c78d24ab8d4f465fd3fc473cdedfccadb9429806"}, - {file = "frozenlist-1.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:3e0761f4d1a44f1d1a47996511752cf3dcec5bbdd9cc2b4fe595caf97754b7a0"}, - {file = "frozenlist-1.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:d1eaff1d00c7751b7c6662e9c5ba6eb2c17a2306ba5e2a37f24ddf3cc953402b"}, - {file = "frozenlist-1.8.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:d3bb933317c52d7ea5004a1c442eef86f426886fba134ef8cf4226ea6ee1821d"}, - {file = "frozenlist-1.8.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8009897cdef112072f93a0efdce29cd819e717fd2f649ee3016efd3cd885a7ed"}, - {file = "frozenlist-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2c5dcbbc55383e5883246d11fd179782a9d07a986c40f49abe89ddf865913930"}, - {file = "frozenlist-1.8.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:39ecbc32f1390387d2aa4f5a995e465e9e2f79ba3adcac92d68e3e0afae6657c"}, - {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:92db2bf818d5cc8d9c1f1fc56b897662e24ea5adb36ad1f1d82875bd64e03c24"}, - {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2dc43a022e555de94c3b68a4ef0b11c4f747d12c024a520c7101709a2144fb37"}, - {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:cb89a7f2de3602cfed448095bab3f178399646ab7c61454315089787df07733a"}, - {file = "frozenlist-1.8.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:33139dc858c580ea50e7e60a1b0ea003efa1fd42e6ec7fdbad78fff65fad2fd2"}, - {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:168c0969a329b416119507ba30b9ea13688fafffac1b7822802537569a1cb0ef"}, - {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:28bd570e8e189d7f7b001966435f9dac6718324b5be2990ac496cf1ea9ddb7fe"}, - {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b2a095d45c5d46e5e79ba1e5b9cb787f541a8dee0433836cea4b96a2c439dcd8"}, - {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:eab8145831a0d56ec9c4139b6c3e594c7a83c2c8be25d5bcf2d86136a532287a"}, - {file = "frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:974b28cf63cc99dfb2188d8d222bc6843656188164848c4f679e63dae4b0708e"}, - {file = "frozenlist-1.8.0-cp314-cp314t-win32.whl", hash = "sha256:342c97bf697ac5480c0a7ec73cd700ecfa5a8a40ac923bd035484616efecc2df"}, - {file = "frozenlist-1.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:06be8f67f39c8b1dc671f5d83aaefd3358ae5cdcf8314552c57e7ed3e6475bdd"}, - {file = "frozenlist-1.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:102e6314ca4da683dca92e3b1355490fed5f313b768500084fbe6371fddfdb79"}, - {file = "frozenlist-1.8.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d8b7138e5cd0647e4523d6685b0eac5d4be9a184ae9634492f25c6eb38c12a47"}, - {file = "frozenlist-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a6483e309ca809f1efd154b4d37dc6d9f61037d6c6a81c2dc7a15cb22c8c5dca"}, - {file = "frozenlist-1.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1b9290cf81e95e93fdf90548ce9d3c1211cf574b8e3f4b3b7cb0537cf2227068"}, - {file = "frozenlist-1.8.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:59a6a5876ca59d1b63af8cd5e7ffffb024c3dc1e9cf9301b21a2e76286505c95"}, - {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6dc4126390929823e2d2d9dc79ab4046ed74680360fc5f38b585c12c66cdf459"}, - {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:332db6b2563333c5671fecacd085141b5800cb866be16d5e3eb15a2086476675"}, - {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9ff15928d62a0b80bb875655c39bf517938c7d589554cbd2669be42d97c2cb61"}, - {file = "frozenlist-1.8.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7bf6cdf8e07c8151fba6fe85735441240ec7f619f935a5205953d58009aef8c6"}, - {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:48e6d3f4ec5c7273dfe83ff27c91083c6c9065af655dc2684d2c200c94308bb5"}, - {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:1a7607e17ad33361677adcd1443edf6f5da0ce5e5377b798fba20fae194825f3"}, - {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:5a3a935c3a4e89c733303a2d5a7c257ea44af3a56c8202df486b7f5de40f37e1"}, - {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:940d4a017dbfed9daf46a3b086e1d2167e7012ee297fef9e1c545c4d022f5178"}, - {file = "frozenlist-1.8.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b9be22a69a014bc47e78072d0ecae716f5eb56c15238acca0f43d6eb8e4a5bda"}, - {file = "frozenlist-1.8.0-cp39-cp39-win32.whl", hash = "sha256:1aa77cb5697069af47472e39612976ed05343ff2e84a3dcf15437b232cbfd087"}, - {file = "frozenlist-1.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:7398c222d1d405e796970320036b1b563892b65809d9e5261487bb2c7f7b5c6a"}, - {file = "frozenlist-1.8.0-cp39-cp39-win_arm64.whl", hash = "sha256:b4f3b365f31c6cd4af24545ca0a244a53688cad8834e32f56831c4923b50a103"}, - {file = "frozenlist-1.8.0-py3-none-any.whl", hash = "sha256:0c18a16eab41e82c295618a77502e17b195883241c563b00f0aa5106fc4eaa0d"}, - {file = "frozenlist-1.8.0.tar.gz", hash = "sha256:3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad"}, -] - -[[package]] -name = "hiredis" -version = "3.3.0" -description = "Python wrapper for hiredis" -optional = true -python-versions = ">=3.8" -groups = ["main"] -markers = "extra == \"redis\"" -files = [ - {file = "hiredis-3.3.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:9937d9b69321b393fbace69f55423480f098120bc55a3316e1ca3508c4dbbd6f"}, - {file = "hiredis-3.3.0-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:50351b77f89ba6a22aff430b993653847f36b71d444509036baa0f2d79d1ebf4"}, - {file = "hiredis-3.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1d00bce25c813eec45a2f524249f58daf51d38c9d3347f6f643ae53826fc735a"}, - {file = "hiredis-3.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0ef840d9f142556ed384180ed8cdf14ff875fcae55c980cbe5cec7adca2ef4d8"}, - {file = "hiredis-3.3.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:88bc79d7e9b94d17ed1bd8b7f2815ed0eada376ed5f48751044e5e4d179aa2f2"}, - {file = "hiredis-3.3.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7165c7363e59b258e1875c51f35c0b2b9901e6c691037b487d8a0ace2c137ed2"}, - {file = "hiredis-3.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8c3be446f0c38fbe6863a7cf4522c9a463df6e64bee87c4402e9f6d7d2e7f869"}, - {file = "hiredis-3.3.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:96f9a27643279853b91a1fb94a88b559e55fdecec86f1fcd5f2561492be52e47"}, - {file = "hiredis-3.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:0a5eebb170de1b415c78ae5ca3aee17cff8b885df93c2055d54320e789d838f4"}, - {file = "hiredis-3.3.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:200678547ac3966bac3e38df188211fdc13d5f21509c23267e7def411710e112"}, - {file = "hiredis-3.3.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:dd9d78c5363a858f9dc5e698e5e1e402b83c00226cba294f977a92c53092b549"}, - {file = "hiredis-3.3.0-cp310-cp310-win32.whl", hash = "sha256:a0d31ff178b913137a7a08c7377e93805914755a15c3585e203d0d74496456c0"}, - {file = "hiredis-3.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:7b41833c8f0d4c7fbfaa867c8ed9a4e4aaa71d7c54e4806ed62da2d5cd27b40d"}, - {file = "hiredis-3.3.0-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:63ee6c1ae6a2462a2439eb93c38ab0315cd5f4b6d769c6a34903058ba538b5d6"}, - {file = "hiredis-3.3.0-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:31eda3526e2065268a8f97fbe3d0e9a64ad26f1d89309e953c80885c511ea2ae"}, - {file = "hiredis-3.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a26bae1b61b7bcafe3d0d0c7d012fb66ab3c95f2121dbea336df67e344e39089"}, - {file = "hiredis-3.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b9546079f7fd5c50fbff9c791710049b32eebe7f9b94debec1e8b9f4c048cba2"}, - {file = "hiredis-3.3.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ae327fc13b1157b694d53f92d50920c0051e30b0c245f980a7036e299d039ab4"}, - {file = "hiredis-3.3.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:4016e50a8be5740a59c5af5252e5ad16c395021a999ad24c6604f0d9faf4d346"}, - {file = "hiredis-3.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c17b473f273465a3d2168a57a5b43846165105ac217d5652a005e14068589ddc"}, - {file = "hiredis-3.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9ecd9b09b11bd0b8af87d29c3f5da628d2bdc2a6c23d2dd264d2da082bd4bf32"}, - {file = "hiredis-3.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:00fb04eac208cd575d14f246e74a468561081ce235937ab17d77cde73aefc66c"}, - {file = "hiredis-3.3.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:60814a7d0b718adf3bfe2c32c6878b0e00d6ae290ad8e47f60d7bba3941234a6"}, - {file = "hiredis-3.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:fcbd1a15e935aa323b5b2534b38419511b7909b4b8ee548e42b59090a1b37bb1"}, - {file = "hiredis-3.3.0-cp311-cp311-win32.whl", hash = "sha256:73679607c5a19f4bcfc9cf6eb54480bcd26617b68708ac8b1079da9721be5449"}, - {file = "hiredis-3.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:30a4df3d48f32538de50648d44146231dde5ad7f84f8f08818820f426840ae97"}, - {file = "hiredis-3.3.0-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:5b8e1d6a2277ec5b82af5dce11534d3ed5dffeb131fd9b210bc1940643b39b5f"}, - {file = "hiredis-3.3.0-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:c4981de4d335f996822419e8a8b3b87367fcef67dc5fb74d3bff4df9f6f17783"}, - {file = "hiredis-3.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1706480a683e328ae9ba5d704629dee2298e75016aa0207e7067b9c40cecc271"}, - {file = "hiredis-3.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0a95cef9989736ac313639f8f545b76b60b797e44e65834aabbb54e4fad8d6c8"}, - {file = "hiredis-3.3.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca2802934557ccc28a954414c245ba7ad904718e9712cb67c05152cf6b9dd0a3"}, - {file = "hiredis-3.3.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:fe730716775f61e76d75810a38ee4c349d3af3896450f1525f5a4034cf8f2ed7"}, - {file = "hiredis-3.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:749faa69b1ce1f741f5eaf743435ac261a9262e2d2d66089192477e7708a9abc"}, - {file = "hiredis-3.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:95c9427f2ac3f1dd016a3da4e1161fa9d82f221346c8f3fdd6f3f77d4e28946c"}, - {file = "hiredis-3.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c863ee44fe7bff25e41f3a5105c936a63938b76299b802d758f40994ab340071"}, - {file = "hiredis-3.3.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:2213c7eb8ad5267434891f3241c7776e3bafd92b5933fc57d53d4456247dc542"}, - {file = "hiredis-3.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a172bae3e2837d74530cd60b06b141005075db1b814d966755977c69bd882ce8"}, - {file = "hiredis-3.3.0-cp312-cp312-win32.whl", hash = "sha256:cb91363b9fd6d41c80df9795e12fffbaf5c399819e6ae8120f414dedce6de068"}, - {file = "hiredis-3.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:04ec150e95eea3de9ff8bac754978aa17b8bf30a86d4ab2689862020945396b0"}, - {file = "hiredis-3.3.0-cp313-cp313-macosx_10_15_universal2.whl", hash = "sha256:b7048b4ec0d5dddc8ddd03da603de0c4b43ef2540bf6e4c54f47d23e3480a4fa"}, - {file = "hiredis-3.3.0-cp313-cp313-macosx_10_15_x86_64.whl", hash = "sha256:e5f86ce5a779319c15567b79e0be806e8e92c18bb2ea9153e136312fafa4b7d6"}, - {file = "hiredis-3.3.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:fbdb97a942e66016fff034df48a7a184e2b7dc69f14c4acd20772e156f20d04b"}, - {file = "hiredis-3.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b0fb4bea72fe45ff13e93ddd1352b43ff0749f9866263b5cca759a4c960c776f"}, - {file = "hiredis-3.3.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:85b9baf98050e8f43c2826ab46aaf775090d608217baf7af7882596aef74e7f9"}, - {file = "hiredis-3.3.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:69079fb0f0ebb61ba63340b9c4bce9388ad016092ca157e5772eb2818209d930"}, - {file = "hiredis-3.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c17f77b79031ea4b0967d30255d2ae6e7df0603ee2426ad3274067f406938236"}, - {file = "hiredis-3.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:45d14f745fc177bc05fc24bdf20e2b515e9a068d3d4cce90a0fb78d04c9c9d9a"}, - {file = "hiredis-3.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:ba063fdf1eff6377a0c409609cbe890389aefddfec109c2d20fcc19cfdafe9da"}, - {file = "hiredis-3.3.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:1799cc66353ad066bfdd410135c951959da9f16bcb757c845aab2f21fc4ef099"}, - {file = "hiredis-3.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:2cbf71a121996ffac82436b6153290815b746afb010cac19b3290a1644381b07"}, - {file = "hiredis-3.3.0-cp313-cp313-win32.whl", hash = "sha256:a7cbbc6026bf03659f0b25e94bbf6e64f6c8c22f7b4bc52fe569d041de274194"}, - {file = "hiredis-3.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:a8def89dd19d4e2e4482b7412d453dec4a5898954d9a210d7d05f60576cedef6"}, - {file = "hiredis-3.3.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:c135bda87211f7af9e2fd4e046ab433c576cd17b69e639a0f5bb2eed5e0e71a9"}, - {file = "hiredis-3.3.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:2f855c678230aed6fc29b962ce1cc67e5858a785ef3a3fd6b15dece0487a2e60"}, - {file = "hiredis-3.3.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4059c78a930cbb33c391452ccce75b137d6f89e2eebf6273d75dafc5c2143c03"}, - {file = "hiredis-3.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:334a3f1d14c253bb092e187736c3384203bd486b244e726319bbb3f7dffa4a20"}, - {file = "hiredis-3.3.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fd137b147235447b3d067ec952c5b9b95ca54b71837e1b38dbb2ec03b89f24fc"}, - {file = "hiredis-3.3.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8f88f4f2aceb73329ece86a1cb0794fdbc8e6d614cb5ca2d1023c9b7eb432db8"}, - {file = "hiredis-3.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:550f4d1538822fc75ebf8cf63adc396b23d4958bdbbad424521f2c0e3dfcb169"}, - {file = "hiredis-3.3.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:54b14211fbd5930fc696f6fcd1f1f364c660970d61af065a80e48a1fa5464dd6"}, - {file = "hiredis-3.3.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c9e96f63dbc489fc86f69951e9f83dadb9582271f64f6822c47dcffa6fac7e4a"}, - {file = "hiredis-3.3.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:106e99885d46684d62ab3ec1d6b01573cc0e0083ac295b11aaa56870b536c7ec"}, - {file = "hiredis-3.3.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:087e2ef3206361281b1a658b5b4263572b6ba99465253e827796964208680459"}, - {file = "hiredis-3.3.0-cp314-cp314-win32.whl", hash = "sha256:80638ebeab1cefda9420e9fedc7920e1ec7b4f0513a6b23d58c9d13c882f8065"}, - {file = "hiredis-3.3.0-cp314-cp314-win_amd64.whl", hash = "sha256:a68aaf9ba024f4e28cf23df9196ff4e897bd7085872f3a30644dca07fa787816"}, - {file = "hiredis-3.3.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:f7f80442a32ce51ee5d89aeb5a84ee56189a0e0e875f1a57bbf8d462555ae48f"}, - {file = "hiredis-3.3.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:a1a67530da714954ed50579f4fe1ab0ddbac9c43643b1721c2cb226a50dde263"}, - {file = "hiredis-3.3.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:616868352e47ab355559adca30f4f3859f9db895b4e7bc71e2323409a2add751"}, - {file = "hiredis-3.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e799b79f3150083e9702fc37e6243c0bd47a443d6eae3f3077b0b3f510d6a145"}, - {file = "hiredis-3.3.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9ef1dfb0d2c92c3701655e2927e6bbe10c499aba632c7ea57b6392516df3864b"}, - {file = "hiredis-3.3.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c290da6bc2a57e854c7da9956cd65013483ede935677e84560da3b848f253596"}, - {file = "hiredis-3.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fd8c438d9e1728f0085bf9b3c9484d19ec31f41002311464e75b69550c32ffa8"}, - {file = "hiredis-3.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1bbc6b8a88bbe331e3ebf6685452cebca6dfe6d38a6d4efc5651d7e363ba28bd"}, - {file = "hiredis-3.3.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:55d8c18fe9a05496c5c04e6eccc695169d89bf358dff964bcad95696958ec05f"}, - {file = "hiredis-3.3.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:4ddc79afa76b805d364e202a754666cb3c4d9c85153cbfed522871ff55827838"}, - {file = "hiredis-3.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8e8a4b8540581dcd1b2b25827a54cfd538e0afeaa1a0e3ca87ad7126965981cc"}, - {file = "hiredis-3.3.0-cp314-cp314t-win32.whl", hash = "sha256:298593bb08487753b3afe6dc38bac2532e9bac8dcee8d992ef9977d539cc6776"}, - {file = "hiredis-3.3.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b442b6ab038a6f3b5109874d2514c4edf389d8d8b553f10f12654548808683bc"}, - {file = "hiredis-3.3.0-cp38-cp38-macosx_10_15_universal2.whl", hash = "sha256:114c0b9f1b5fad99edae38e747018aead358a4f4e9720cc1876495d78cdb8276"}, - {file = "hiredis-3.3.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:c6d91a5e6904ed7eca21d74b041e03f2ad598dd08a6065b06a776974fe5d003c"}, - {file = "hiredis-3.3.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:76374faa075e996c895cbe106ba923852a9f8146f2aa59eba22111c5e5ec6316"}, - {file = "hiredis-3.3.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:50a54397bd104c2e2f5b7696bbdab8ba2973d3075e4deb932adb025b8863de91"}, - {file = "hiredis-3.3.0-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:15edee02cc9cc06e07e2bcfae07e283e640cc1aeedd08b4c6934bf1a0113c607"}, - {file = "hiredis-3.3.0-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ff3179a57745d0f8d71fa8bf3ea3944d3f557dcfa4431304497987fecad381dd"}, - {file = "hiredis-3.3.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bdb7cd9e1e73db78f145a09bb837732790d0912eb963dee5768631faf2ece162"}, - {file = "hiredis-3.3.0-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:4d3b4e0d4445faf9041c52a98cb5d2b65c4fcaebb2aa02efa7c6517c4917f7e8"}, - {file = "hiredis-3.3.0-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:ffea6c407cff532c7599d3ec9e8502c2c865753cebab044f3dfce9afbf71a8df"}, - {file = "hiredis-3.3.0-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:bcd745a28e1b3216e42680d91e142a42569dfad68a6f40535080c47b0356c796"}, - {file = "hiredis-3.3.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:4c18a97ea55d1a58f5c3adfe236b3e7cccedc6735cbd36ab1c786c52fd823667"}, - {file = "hiredis-3.3.0-cp38-cp38-win32.whl", hash = "sha256:77eacd969e3c6ff50c2b078c27d2a773c652248a5d81af5765a8663478d0bc02"}, - {file = "hiredis-3.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:161a4a595a53475587aef8dc549d0527962879b0c5d62f7947b44ba7e5084b76"}, - {file = "hiredis-3.3.0-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:1203697a7ebadc7cf873acc189df9e44fcb377b636e6660471707ac8d5bcba68"}, - {file = "hiredis-3.3.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:9a7ea2344d277317160da4911f885bcf7dfd8381b830d76b442f7775b41544b3"}, - {file = "hiredis-3.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9bd7c9a089cf4e4f4b5a61f412c76293449bac6b0bf92bb49a3892850bd5c899"}, - {file = "hiredis-3.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:294de11e3995128c784534e327d1f9382b88dc5407356465df7934c710e8392d"}, - {file = "hiredis-3.3.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4a3aab895358368f81f9546a7cd192b6fb427f785cb1a8853cf9db38df01e9ca"}, - {file = "hiredis-3.3.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:eaf8418e33e23d6d7ef0128eff4c06ab3040d40b9bbc8a24d6265d751a472596"}, - {file = "hiredis-3.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:41aea51949142bad4e40badb0396392d7f4394791e4097a0951ab75bcc58ff84"}, - {file = "hiredis-3.3.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:1f9a5f84a8bd29ac5b9953b27e8ba5508396afeabf1d165611a1e31fbd90a0e1"}, - {file = "hiredis-3.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:a5f9fde56550ebbe962f437a4c982b0856d03aea7fab09e30fa6c0f9be992b40"}, - {file = "hiredis-3.3.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:c567aab02612d91f3e747fc492100ae894515194f85d6fb6bb68958c0e718721"}, - {file = "hiredis-3.3.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:ca97c5e6f9e9b9f0aed61b70fed2d594ce2f7472905077d2d10b307c50a41008"}, - {file = "hiredis-3.3.0-cp39-cp39-win32.whl", hash = "sha256:776dc5769d5eb05e969216de095377ff61c802414a74bd3c24a4ca8526c897ab"}, - {file = "hiredis-3.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:538a9f5fbb3a8a4ef0c3abd309cccb90cd2ba9976fcc2b44193af9507d005b48"}, - {file = "hiredis-3.3.0.tar.gz", hash = "sha256:105596aad9249634361815c574351f1bd50455dc23b537c2940066c4a9dea685"}, -] - -[[package]] -name = "http-ece" -version = "1.2.1" -description = "Encrypted Content Encoding for HTTP" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "http_ece-1.2.1.tar.gz", hash = "sha256:8c6ab23116bbf6affda894acfd5f2ca0fb8facbcbb72121c11c75c33e7ce8cff"}, -] - -[package.dependencies] -cryptography = ">=2.5" - -[[package]] -name = "icalendar" -version = "6.3.2" -description = "iCalendar parser/generator" -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "icalendar-6.3.2-py3-none-any.whl", hash = "sha256:d400e9c9bb8c025e5a3c77c236941bb690494be52528a0b43cc7e8b7c9505064"}, - {file = "icalendar-6.3.2.tar.gz", hash = "sha256:e0c10ecbfcebe958d33af7d491f6e6b7580d11d475f2eeb29532d0424f9110a1"}, -] - -[package.dependencies] -python-dateutil = "*" -tzdata = "*" - -[package.extras] -test = ["coverage", "hypothesis", "pytest", "pytz"] - -[[package]] -name = "identify" -version = "2.6.16" -description = "File identification library for Python" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "identify-2.6.16-py2.py3-none-any.whl", hash = "sha256:391ee4d77741d994189522896270b787aed8670389bfd60f326d677d64a6dfb0"}, - {file = "identify-2.6.16.tar.gz", hash = "sha256:846857203b5511bbe94d5a352a48ef2359532bc8f6727b5544077a0dcfb24980"}, -] - -[package.extras] -license = ["ukkonen"] - -[[package]] -name = "idna" -version = "3.11" -description = "Internationalized Domain Names in Applications (IDNA)" -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"}, - {file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"}, -] - -[package.extras] -all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] - -[[package]] -name = "imagesize" -version = "1.4.1" -description = "Getting image size from png/jpeg/jpeg2000/gif file" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -groups = ["dev"] -files = [ - {file = "imagesize-1.4.1-py2.py3-none-any.whl", hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b"}, - {file = "imagesize-1.4.1.tar.gz", hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"}, -] - -[[package]] -name = "inflection" -version = "0.5.1" -description = "A port of Ruby on Rails inflector to Python" -optional = false -python-versions = ">=3.5" -groups = ["main"] -files = [ - {file = "inflection-0.5.1-py2.py3-none-any.whl", hash = "sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2"}, - {file = "inflection-0.5.1.tar.gz", hash = "sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"}, -] - -[[package]] -name = "iniconfig" -version = "2.3.0" -description = "brain-dead simple config-ini parsing" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"}, - {file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"}, -] - -[[package]] -name = "isort" -version = "7.0.0" -description = "A Python utility / library to sort Python imports." -optional = false -python-versions = ">=3.10.0" -groups = ["dev"] -files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, -] - -[package.extras] -colors = ["colorama"] -plugins = ["setuptools"] - -[[package]] -name = "jinja2" -version = "3.1.6" -description = "A very fast and expressive template engine." -optional = false -python-versions = ">=3.7" -groups = ["dev"] -files = [ - {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, - {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, -] - -[package.dependencies] -MarkupSafe = ">=2.0" - -[package.extras] -i18n = ["Babel (>=2.7)"] - -[[package]] -name = "jsonschema" -version = "4.26.0" -description = "An implementation of JSON Schema validation for Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "jsonschema-4.26.0-py3-none-any.whl", hash = "sha256:d489f15263b8d200f8387e64b4c3a75f06629559fb73deb8fdfb525f2dab50ce"}, - {file = "jsonschema-4.26.0.tar.gz", hash = "sha256:0c26707e2efad8aa1bfc5b7ce170f3fccc2e4918ff85989ba9ffa9facb2be326"}, -] - -[package.dependencies] -attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" -referencing = ">=0.28.4" -rpds-py = ">=0.25.0" - -[package.extras] -format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] -format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "rfc3987-syntax (>=1.1.0)", "uri-template", "webcolors (>=24.6.0)"] - -[[package]] -name = "jsonschema-specifications" -version = "2025.9.1" -description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "jsonschema_specifications-2025.9.1-py3-none-any.whl", hash = "sha256:98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe"}, - {file = "jsonschema_specifications-2025.9.1.tar.gz", hash = "sha256:b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d"}, -] - -[package.dependencies] -referencing = ">=0.31.0" - -[[package]] -name = "jwcrypto" -version = "1.5.6" -description = "Implementation of JOSE Web standards" -optional = false -python-versions = ">= 3.8" -groups = ["main"] -files = [ - {file = "jwcrypto-1.5.6-py3-none-any.whl", hash = "sha256:150d2b0ebbdb8f40b77f543fb44ffd2baeff48788be71f67f03566692fd55789"}, - {file = "jwcrypto-1.5.6.tar.gz", hash = "sha256:771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039"}, -] - -[package.dependencies] -cryptography = ">=3.4" -typing-extensions = ">=4.5.0" - -[[package]] -name = "legacy-cgi" -version = "2.6.4" -description = "Fork of the standard library cgi and cgitb modules removed in Python 3.13" -optional = false -python-versions = ">=3.8" -groups = ["dev"] -markers = "python_version >= \"3.13\"" -files = [ - {file = "legacy_cgi-2.6.4-py3-none-any.whl", hash = "sha256:7e235ce58bf1e25d1fc9b2d299015e4e2cd37305eccafec1e6bac3fc04b878cd"}, - {file = "legacy_cgi-2.6.4.tar.gz", hash = "sha256:abb9dfc7835772f7c9317977c63253fd22a7484b5c9bbcdca60a29dcce97c577"}, -] - -[[package]] -name = "libsass" -version = "0.23.0" -description = "Sass for Python: A straightforward binding of libsass for Python." -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "libsass-0.23.0-cp38-abi3-macosx_11_0_x86_64.whl", hash = "sha256:34cae047cbbfc4ffa832a61cbb110f3c95f5471c6170c842d3fed161e40814dc"}, - {file = "libsass-0.23.0-cp38-abi3-macosx_14_0_arm64.whl", hash = "sha256:ea97d1b45cdc2fc3590cb9d7b60f1d8915d3ce17a98c1f2d4dd47ee0d9c68ce6"}, - {file = "libsass-0.23.0-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:4a218406d605f325d234e4678bd57126a66a88841cb95bee2caeafdc6f138306"}, - {file = "libsass-0.23.0-cp38-abi3-win32.whl", hash = "sha256:31e86d92a5c7a551df844b72d83fc2b5e50abc6fbbb31e296f7bebd6489ed1b4"}, - {file = "libsass-0.23.0-cp38-abi3-win_amd64.whl", hash = "sha256:a2ec85d819f353cbe807432d7275d653710d12b08ec7ef61c124a580a8352f3c"}, - {file = "libsass-0.23.0.tar.gz", hash = "sha256:6f209955ede26684e76912caf329f4ccb57e4a043fd77fe0e7348dd9574f1880"}, -] - -[[package]] -name = "lxml" -version = "6.0.2" -description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "lxml-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e77dd455b9a16bbd2a5036a63ddbd479c19572af81b624e79ef422f929eef388"}, - {file = "lxml-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5d444858b9f07cefff6455b983aea9a67f7462ba1f6cbe4a21e8bf6791bf2153"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f952dacaa552f3bb8834908dddd500ba7d508e6ea6eb8c52eb2d28f48ca06a31"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:71695772df6acea9f3c0e59e44ba8ac50c4f125217e84aab21074a1a55e7e5c9"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:17f68764f35fd78d7c4cc4ef209a184c38b65440378013d24b8aecd327c3e0c8"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:058027e261afed589eddcfe530fcc6f3402d7fd7e89bfd0532df82ebc1563dba"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8ffaeec5dfea5881d4c9d8913a32d10cfe3923495386106e4a24d45300ef79c"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux_2_31_armv7l.whl", hash = "sha256:f2e3b1a6bb38de0bc713edd4d612969dd250ca8b724be8d460001a387507021c"}, - {file = "lxml-6.0.2-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d6690ec5ec1cce0385cb20896b16be35247ac8c2046e493d03232f1c2414d321"}, - {file = "lxml-6.0.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f2a50c3c1d11cad0ebebbac357a97b26aa79d2bcaf46f256551152aa85d3a4d1"}, - {file = "lxml-6.0.2-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:3efe1b21c7801ffa29a1112fab3b0f643628c30472d507f39544fd48e9549e34"}, - {file = "lxml-6.0.2-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:59c45e125140b2c4b33920d21d83681940ca29f0b83f8629ea1a2196dc8cfe6a"}, - {file = "lxml-6.0.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:452b899faa64f1805943ec1c0c9ebeaece01a1af83e130b69cdefeda180bb42c"}, - {file = "lxml-6.0.2-cp310-cp310-win32.whl", hash = "sha256:1e786a464c191ca43b133906c6903a7e4d56bef376b75d97ccbb8ec5cf1f0a4b"}, - {file = "lxml-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:dacf3c64ef3f7440e3167aa4b49aa9e0fb99e0aa4f9ff03795640bf94531bcb0"}, - {file = "lxml-6.0.2-cp310-cp310-win_arm64.whl", hash = "sha256:45f93e6f75123f88d7f0cfd90f2d05f441b808562bf0bc01070a00f53f5028b5"}, - {file = "lxml-6.0.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:13e35cbc684aadf05d8711a5d1b5857c92e5e580efa9a0d2be197199c8def607"}, - {file = "lxml-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3b1675e096e17c6fe9c0e8c81434f5736c0739ff9ac6123c87c2d452f48fc938"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8ac6e5811ae2870953390452e3476694196f98d447573234592d30488147404d"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5aa0fc67ae19d7a64c3fe725dc9a1bb11f80e01f78289d05c6f62545affec438"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:de496365750cc472b4e7902a485d3f152ecf57bd3ba03ddd5578ed8ceb4c5964"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:200069a593c5e40b8f6fc0d84d86d970ba43138c3e68619ffa234bc9bb806a4d"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7d2de809c2ee3b888b59f995625385f74629707c9355e0ff856445cdcae682b7"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux_2_31_armv7l.whl", hash = "sha256:b2c3da8d93cf5db60e8858c17684c47d01fee6405e554fb55018dd85fc23b178"}, - {file = "lxml-6.0.2-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:442de7530296ef5e188373a1ea5789a46ce90c4847e597856570439621d9c553"}, - {file = "lxml-6.0.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2593c77efde7bfea7f6389f1ab249b15ed4aa5bc5cb5131faa3b843c429fbedb"}, - {file = "lxml-6.0.2-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:3e3cb08855967a20f553ff32d147e14329b3ae70ced6edc2f282b94afbc74b2a"}, - {file = "lxml-6.0.2-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:2ed6c667fcbb8c19c6791bbf40b7268ef8ddf5a96940ba9404b9f9a304832f6c"}, - {file = "lxml-6.0.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b8f18914faec94132e5b91e69d76a5c1d7b0c73e2489ea8929c4aaa10b76bbf7"}, - {file = "lxml-6.0.2-cp311-cp311-win32.whl", hash = "sha256:6605c604e6daa9e0d7f0a2137bdc47a2e93b59c60a65466353e37f8272f47c46"}, - {file = "lxml-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e5867f2651016a3afd8dd2c8238baa66f1e2802f44bc17e236f547ace6647078"}, - {file = "lxml-6.0.2-cp311-cp311-win_arm64.whl", hash = "sha256:4197fb2534ee05fd3e7afaab5d8bfd6c2e186f65ea7f9cd6a82809c887bd1285"}, - {file = "lxml-6.0.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:a59f5448ba2ceccd06995c95ea59a7674a10de0810f2ce90c9006f3cbc044456"}, - {file = "lxml-6.0.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:e8113639f3296706fbac34a30813929e29247718e88173ad849f57ca59754924"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:a8bef9b9825fa8bc816a6e641bb67219489229ebc648be422af695f6e7a4fa7f"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:65ea18d710fd14e0186c2f973dc60bb52039a275f82d3c44a0e42b43440ea534"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c371aa98126a0d4c739ca93ceffa0fd7a5d732e3ac66a46e74339acd4d334564"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:700efd30c0fa1a3581d80a748157397559396090a51d306ea59a70020223d16f"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c33e66d44fe60e72397b487ee92e01da0d09ba2d66df8eae42d77b6d06e5eba0"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:90a345bbeaf9d0587a3aaffb7006aa39ccb6ff0e96a57286c0cb2fd1520ea192"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:064fdadaf7a21af3ed1dcaa106b854077fbeada827c18f72aec9346847cd65d0"}, - {file = "lxml-6.0.2-cp312-cp312-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fbc74f42c3525ac4ffa4b89cbdd00057b6196bcefe8bce794abd42d33a018092"}, - {file = "lxml-6.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6ddff43f702905a4e32bc24f3f2e2edfe0f8fde3277d481bffb709a4cced7a1f"}, - {file = "lxml-6.0.2-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:6da5185951d72e6f5352166e3da7b0dc27aa70bd1090b0eb3f7f7212b53f1bb8"}, - {file = "lxml-6.0.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:57a86e1ebb4020a38d295c04fc79603c7899e0df71588043eb218722dabc087f"}, - {file = "lxml-6.0.2-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:2047d8234fe735ab77802ce5f2297e410ff40f5238aec569ad7c8e163d7b19a6"}, - {file = "lxml-6.0.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6f91fd2b2ea15a6800c8e24418c0775a1694eefc011392da73bc6cef2623b322"}, - {file = "lxml-6.0.2-cp312-cp312-win32.whl", hash = "sha256:3ae2ce7d6fedfb3414a2b6c5e20b249c4c607f72cb8d2bb7cc9c6ec7c6f4e849"}, - {file = "lxml-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:72c87e5ee4e58a8354fb9c7c84cbf95a1c8236c127a5d1b7683f04bed8361e1f"}, - {file = "lxml-6.0.2-cp312-cp312-win_arm64.whl", hash = "sha256:61cb10eeb95570153e0c0e554f58df92ecf5109f75eacad4a95baa709e26c3d6"}, - {file = "lxml-6.0.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:9b33d21594afab46f37ae58dfadd06636f154923c4e8a4d754b0127554eb2e77"}, - {file = "lxml-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:6c8963287d7a4c5c9a432ff487c52e9c5618667179c18a204bdedb27310f022f"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:1941354d92699fb5ffe6ed7b32f9649e43c2feb4b97205f75866f7d21aa91452"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bb2f6ca0ae2d983ded09357b84af659c954722bbf04dea98030064996d156048"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eb2a12d704f180a902d7fa778c6d71f36ceb7b0d317f34cdc76a5d05aa1dd1df"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:6ec0e3f745021bfed19c456647f0298d60a24c9ff86d9d051f52b509663feeb1"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:846ae9a12d54e368933b9759052d6206a9e8b250291109c48e350c1f1f49d916"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ef9266d2aa545d7374938fb5c484531ef5a2ec7f2d573e62f8ce722c735685fd"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:4077b7c79f31755df33b795dc12119cb557a0106bfdab0d2c2d97bd3cf3dffa6"}, - {file = "lxml-6.0.2-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a7c5d5e5f1081955358533be077166ee97ed2571d6a66bdba6ec2f609a715d1a"}, - {file = "lxml-6.0.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:8f8d0cbd0674ee89863a523e6994ac25fd5be9c8486acfc3e5ccea679bad2679"}, - {file = "lxml-6.0.2-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:2cbcbf6d6e924c28f04a43f3b6f6e272312a090f269eff68a2982e13e5d57659"}, - {file = "lxml-6.0.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:dfb874cfa53340009af6bdd7e54ebc0d21012a60a4e65d927c2e477112e63484"}, - {file = "lxml-6.0.2-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:fb8dae0b6b8b7f9e96c26fdd8121522ce5de9bb5538010870bd538683d30e9a2"}, - {file = "lxml-6.0.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:358d9adae670b63e95bc59747c72f4dc97c9ec58881d4627fe0120da0f90d314"}, - {file = "lxml-6.0.2-cp313-cp313-win32.whl", hash = "sha256:e8cd2415f372e7e5a789d743d133ae474290a90b9023197fd78f32e2dc6873e2"}, - {file = "lxml-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:b30d46379644fbfc3ab81f8f82ae4de55179414651f110a1514f0b1f8f6cb2d7"}, - {file = "lxml-6.0.2-cp313-cp313-win_arm64.whl", hash = "sha256:13dcecc9946dca97b11b7c40d29fba63b55ab4170d3c0cf8c0c164343b9bfdcf"}, - {file = "lxml-6.0.2-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:b0c732aa23de8f8aec23f4b580d1e52905ef468afb4abeafd3fec77042abb6fe"}, - {file = "lxml-6.0.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:4468e3b83e10e0317a89a33d28f7aeba1caa4d1a6fd457d115dd4ffe90c5931d"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:abd44571493973bad4598a3be7e1d807ed45aa2adaf7ab92ab7c62609569b17d"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:370cd78d5855cfbffd57c422851f7d3864e6ae72d0da615fca4dad8c45d375a5"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:901e3b4219fa04ef766885fb40fa516a71662a4c61b80c94d25336b4934b71c0"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:a4bf42d2e4cf52c28cc1812d62426b9503cdb0c87a6de81442626aa7d69707ba"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b2c7fdaa4d7c3d886a42534adec7cfac73860b89b4e5298752f60aa5984641a0"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:98a5e1660dc7de2200b00d53fa00bcd3c35a3608c305d45a7bbcaf29fa16e83d"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:dc051506c30b609238d79eda75ee9cab3e520570ec8219844a72a46020901e37"}, - {file = "lxml-6.0.2-cp314-cp314-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:8799481bbdd212470d17513a54d568f44416db01250f49449647b5ab5b5dccb9"}, - {file = "lxml-6.0.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:9261bb77c2dab42f3ecd9103951aeca2c40277701eb7e912c545c1b16e0e4917"}, - {file = "lxml-6.0.2-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:65ac4a01aba353cfa6d5725b95d7aed6356ddc0a3cd734de00124d285b04b64f"}, - {file = "lxml-6.0.2-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:b22a07cbb82fea98f8a2fd814f3d1811ff9ed76d0fc6abc84eb21527596e7cc8"}, - {file = "lxml-6.0.2-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:d759cdd7f3e055d6bc8d9bec3ad905227b2e4c785dc16c372eb5b5e83123f48a"}, - {file = "lxml-6.0.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:945da35a48d193d27c188037a05fec5492937f66fb1958c24fc761fb9d40d43c"}, - {file = "lxml-6.0.2-cp314-cp314-win32.whl", hash = "sha256:be3aaa60da67e6153eb15715cc2e19091af5dc75faef8b8a585aea372507384b"}, - {file = "lxml-6.0.2-cp314-cp314-win_amd64.whl", hash = "sha256:fa25afbadead523f7001caf0c2382afd272c315a033a7b06336da2637d92d6ed"}, - {file = "lxml-6.0.2-cp314-cp314-win_arm64.whl", hash = "sha256:063eccf89df5b24e361b123e257e437f9e9878f425ee9aae3144c77faf6da6d8"}, - {file = "lxml-6.0.2-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:6162a86d86893d63084faaf4ff937b3daea233e3682fb4474db07395794fa80d"}, - {file = "lxml-6.0.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:414aaa94e974e23a3e92e7ca5b97d10c0cf37b6481f50911032c69eeb3991bba"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:48461bd21625458dd01e14e2c38dd0aea69addc3c4f960c30d9f59d7f93be601"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:25fcc59afc57d527cfc78a58f40ab4c9b8fd096a9a3f964d2781ffb6eb33f4ed"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5179c60288204e6ddde3f774a93350177e08876eaf3ab78aa3a3649d43eb7d37"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:967aab75434de148ec80597b75062d8123cadf2943fb4281f385141e18b21338"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d100fcc8930d697c6561156c6810ab4a508fb264c8b6779e6e61e2ed5e7558f9"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ca59e7e13e5981175b8b3e4ab84d7da57993eeff53c07764dcebda0d0e64ecd"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:957448ac63a42e2e49531b9d6c0fa449a1970dbc32467aaad46f11545be9af1d"}, - {file = "lxml-6.0.2-cp314-cp314t-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b7fc49c37f1786284b12af63152fe1d0990722497e2d5817acfe7a877522f9a9"}, - {file = "lxml-6.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e19e0643cc936a22e837f79d01a550678da8377d7d801a14487c10c34ee49c7e"}, - {file = "lxml-6.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:1db01e5cf14345628e0cbe71067204db658e2fb8e51e7f33631f5f4735fefd8d"}, - {file = "lxml-6.0.2-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:875c6b5ab39ad5291588aed6925fac99d0097af0dd62f33c7b43736043d4a2ec"}, - {file = "lxml-6.0.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:cdcbed9ad19da81c480dfd6dd161886db6096083c9938ead313d94b30aadf272"}, - {file = "lxml-6.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:80dadc234ebc532e09be1975ff538d154a7fa61ea5031c03d25178855544728f"}, - {file = "lxml-6.0.2-cp314-cp314t-win32.whl", hash = "sha256:da08e7bb297b04e893d91087df19638dc7a6bb858a954b0cc2b9f5053c922312"}, - {file = "lxml-6.0.2-cp314-cp314t-win_amd64.whl", hash = "sha256:252a22982dca42f6155125ac76d3432e548a7625d56f5a273ee78a5057216eca"}, - {file = "lxml-6.0.2-cp314-cp314t-win_arm64.whl", hash = "sha256:bb4c1847b303835d89d785a18801a883436cdfd5dc3d62947f9c49e24f0f5a2c"}, - {file = "lxml-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a656ca105115f6b766bba324f23a67914d9c728dafec57638e2b92a9dcd76c62"}, - {file = "lxml-6.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c54d83a2188a10ebdba573f16bd97135d06c9ef60c3dc495315c7a28c80a263f"}, - {file = "lxml-6.0.2-cp38-cp38-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:1ea99340b3c729beea786f78c38f60f4795622f36e305d9c9be402201efdc3b7"}, - {file = "lxml-6.0.2-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:af85529ae8d2a453feee4c780d9406a5e3b17cee0dd75c18bd31adcd584debc3"}, - {file = "lxml-6.0.2-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:fe659f6b5d10fb5a17f00a50eb903eb277a71ee35df4615db573c069bcf967ac"}, - {file = "lxml-6.0.2-cp38-cp38-win32.whl", hash = "sha256:5921d924aa5468c939d95c9814fa9f9b5935a6ff4e679e26aaf2951f74043512"}, - {file = "lxml-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:0aa7070978f893954008ab73bb9e3c24a7c56c054e00566a21b553dc18105fca"}, - {file = "lxml-6.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2c8458c2cdd29589a8367c09c8f030f1d202be673f0ca224ec18590b3b9fb694"}, - {file = "lxml-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3fee0851639d06276e6b387f1c190eb9d7f06f7f53514e966b26bae46481ec90"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b2142a376b40b6736dfc214fd2902409e9e3857eff554fed2d3c60f097e62a62"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:a6b5b39cc7e2998f968f05309e666103b53e2edd01df8dc51b90d734c0825444"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d4aec24d6b72ee457ec665344a29acb2d35937d5192faebe429ea02633151aad"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux_2_26_i686.manylinux_2_28_i686.whl", hash = "sha256:b42f4d86b451c2f9d06ffb4f8bbc776e04df3ba070b9fe2657804b1b40277c48"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6cdaefac66e8b8f30e37a9b4768a391e1f8a16a7526d5bc77a7928408ef68e93"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux_2_31_armv7l.whl", hash = "sha256:b738f7e648735714bbb82bdfd030203360cfeab7f6e8a34772b3c8c8b820568c"}, - {file = "lxml-6.0.2-cp39-cp39-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:daf42de090d59db025af61ce6bdb2521f0f102ea0e6ea310f13c17610a97da4c"}, - {file = "lxml-6.0.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:66328dabea70b5ba7e53d94aa774b733cf66686535f3bc9250a7aab53a91caaf"}, - {file = "lxml-6.0.2-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:e237b807d68a61fc3b1e845407e27e5eb8ef69bc93fe8505337c1acb4ee300b6"}, - {file = "lxml-6.0.2-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:ac02dc29fd397608f8eb15ac1610ae2f2f0154b03f631e6d724d9e2ad4ee2c84"}, - {file = "lxml-6.0.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:817ef43a0c0b4a77bd166dc9a09a555394105ff3374777ad41f453526e37f9cb"}, - {file = "lxml-6.0.2-cp39-cp39-win32.whl", hash = "sha256:bc532422ff26b304cfb62b328826bd995c96154ffd2bac4544f37dbb95ecaa8f"}, - {file = "lxml-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:995e783eb0374c120f528f807443ad5a83a656a8624c467ea73781fc5f8a8304"}, - {file = "lxml-6.0.2-cp39-cp39-win_arm64.whl", hash = "sha256:08b9d5e803c2e4725ae9e8559ee880e5328ed61aa0935244e0515d7d9dbec0aa"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:e748d4cf8fef2526bb2a589a417eba0c8674e29ffcb570ce2ceca44f1e567bf6"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:4ddb1049fa0579d0cbd00503ad8c58b9ab34d1254c77bc6a5576d96ec7853dba"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:cb233f9c95f83707dae461b12b720c1af9c28c2d19208e1be03387222151daf5"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bc456d04db0515ce3320d714a1eac7a97774ff0849e7718b492d957da4631dd4"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2613e67de13d619fd283d58bda40bff0ee07739f624ffee8b13b631abf33083d"}, - {file = "lxml-6.0.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:24a8e756c982c001ca8d59e87c80c4d9dcd4d9b44a4cbeb8d9be4482c514d41d"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:1c06035eafa8404b5cf475bb37a9f6088b0aca288d4ccc9d69389750d5543700"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:c7d13103045de1bdd6fe5d61802565f1a3537d70cd3abf596aa0af62761921ee"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0a3c150a95fbe5ac91de323aa756219ef9cf7fde5a3f00e2281e30f33fa5fa4f"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:60fa43be34f78bebb27812ed90f1925ec99560b0fa1decdb7d12b84d857d31e9"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:21c73b476d3cfe836be731225ec3421fa2f048d84f6df6a8e70433dff1376d5a"}, - {file = "lxml-6.0.2-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:27220da5be049e936c3aca06f174e8827ca6445a4353a1995584311487fc4e3e"}, - {file = "lxml-6.0.2.tar.gz", hash = "sha256:cd79f3367bd74b317dda655dc8fcfa304d9eb6e4fb06b7168c5cf27f96e0cd62"}, -] - -[package.extras] -cssselect = ["cssselect (>=0.7)"] -html-clean = ["lxml_html_clean"] -html5 = ["html5lib"] -htmlsoup = ["BeautifulSoup4"] - -[[package]] -name = "markdown" -version = "3.10.1" -description = "Python implementation of John Gruber's Markdown." -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "markdown-3.10.1-py3-none-any.whl", hash = "sha256:867d788939fe33e4b736426f5b9f651ad0c0ae0ecf89df0ca5d1176c70812fe3"}, - {file = "markdown-3.10.1.tar.gz", hash = "sha256:1c19c10bd5c14ac948c53d0d762a04e2fa35a6d58a6b7b1e6bfcbe6fefc0001a"}, -] - -[package.extras] -docs = ["mdx_gh_links (>=0.2)", "mkdocs (>=1.6)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python] (>=0.28.3)"] -testing = ["coverage", "pyyaml"] - -[[package]] -name = "markupsafe" -version = "3.0.3" -description = "Safely add untrusted strings to HTML/XML markup." -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "markupsafe-3.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2f981d352f04553a7171b8e44369f2af4055f888dfb147d55e42d29e29e74559"}, - {file = "markupsafe-3.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e1c1493fb6e50ab01d20a22826e57520f1284df32f2d8601fdd90b6304601419"}, - {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1ba88449deb3de88bd40044603fafffb7bc2b055d626a330323a9ed736661695"}, - {file = "markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f42d0984e947b8adf7dd6dde396e720934d12c506ce84eea8476409563607591"}, - {file = "markupsafe-3.0.3-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c0c0b3ade1c0b13b936d7970b1d37a57acde9199dc2aecc4c336773e1d86049c"}, - {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:0303439a41979d9e74d18ff5e2dd8c43ed6c6001fd40e5bf2e43f7bd9bbc523f"}, - {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:d2ee202e79d8ed691ceebae8e0486bd9a2cd4794cec4824e1c99b6f5009502f6"}, - {file = "markupsafe-3.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:177b5253b2834fe3678cb4a5f0059808258584c559193998be2601324fdeafb1"}, - {file = "markupsafe-3.0.3-cp310-cp310-win32.whl", hash = "sha256:2a15a08b17dd94c53a1da0438822d70ebcd13f8c3a95abe3a9ef9f11a94830aa"}, - {file = "markupsafe-3.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c4ffb7ebf07cfe8931028e3e4c85f0357459a3f9f9490886198848f4fa002ec8"}, - {file = "markupsafe-3.0.3-cp310-cp310-win_arm64.whl", hash = "sha256:e2103a929dfa2fcaf9bb4e7c091983a49c9ac3b19c9061b6d5427dd7d14d81a1"}, - {file = "markupsafe-3.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1cc7ea17a6824959616c525620e387f6dd30fec8cb44f649e31712db02123dad"}, - {file = "markupsafe-3.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4bd4cd07944443f5a265608cc6aab442e4f74dff8088b0dfc8238647b8f6ae9a"}, - {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b5420a1d9450023228968e7e6a9ce57f65d148ab56d2313fcd589eee96a7a50"}, - {file = "markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0bf2a864d67e76e5c9a34dc26ec616a66b9888e25e7b9460e1c76d3293bd9dbf"}, - {file = "markupsafe-3.0.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc51efed119bc9cfdf792cdeaa4d67e8f6fcccab66ed4bfdd6bde3e59bfcbb2f"}, - {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:068f375c472b3e7acbe2d5318dea141359e6900156b5b2ba06a30b169086b91a"}, - {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:7be7b61bb172e1ed687f1754f8e7484f1c8019780f6f6b0786e76bb01c2ae115"}, - {file = "markupsafe-3.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f9e130248f4462aaa8e2552d547f36ddadbeaa573879158d721bbd33dfe4743a"}, - {file = "markupsafe-3.0.3-cp311-cp311-win32.whl", hash = "sha256:0db14f5dafddbb6d9208827849fad01f1a2609380add406671a26386cdf15a19"}, - {file = "markupsafe-3.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:de8a88e63464af587c950061a5e6a67d3632e36df62b986892331d4620a35c01"}, - {file = "markupsafe-3.0.3-cp311-cp311-win_arm64.whl", hash = "sha256:3b562dd9e9ea93f13d53989d23a7e775fdfd1066c33494ff43f5418bc8c58a5c"}, - {file = "markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e"}, - {file = "markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce"}, - {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d"}, - {file = "markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d"}, - {file = "markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a"}, - {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b"}, - {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f"}, - {file = "markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b"}, - {file = "markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d"}, - {file = "markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c"}, - {file = "markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f"}, - {file = "markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795"}, - {file = "markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219"}, - {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6"}, - {file = "markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676"}, - {file = "markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9"}, - {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1"}, - {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc"}, - {file = "markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12"}, - {file = "markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed"}, - {file = "markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5"}, - {file = "markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485"}, - {file = "markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73"}, - {file = "markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37"}, - {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19"}, - {file = "markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025"}, - {file = "markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6"}, - {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f"}, - {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb"}, - {file = "markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009"}, - {file = "markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354"}, - {file = "markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218"}, - {file = "markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287"}, - {file = "markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe"}, - {file = "markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026"}, - {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737"}, - {file = "markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97"}, - {file = "markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d"}, - {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda"}, - {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf"}, - {file = "markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe"}, - {file = "markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9"}, - {file = "markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581"}, - {file = "markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4"}, - {file = "markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab"}, - {file = "markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175"}, - {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634"}, - {file = "markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50"}, - {file = "markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e"}, - {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5"}, - {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523"}, - {file = "markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc"}, - {file = "markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d"}, - {file = "markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9"}, - {file = "markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa"}, - {file = "markupsafe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:15d939a21d546304880945ca1ecb8a039db6b4dc49b2c5a400387cdae6a62e26"}, - {file = "markupsafe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f71a396b3bf33ecaa1626c255855702aca4d3d9fea5e051b41ac59a9c1c41edc"}, - {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f4b68347f8c5eab4a13419215bdfd7f8c9b19f2b25520968adfad23eb0ce60c"}, - {file = "markupsafe-3.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8fc20152abba6b83724d7ff268c249fa196d8259ff481f3b1476383f8f24e42"}, - {file = "markupsafe-3.0.3-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:949b8d66bc381ee8b007cd945914c721d9aba8e27f71959d750a46f7c282b20b"}, - {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:3537e01efc9d4dccdf77221fb1cb3b8e1a38d5428920e0657ce299b20324d758"}, - {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:591ae9f2a647529ca990bc681daebdd52c8791ff06c2bfa05b65163e28102ef2"}, - {file = "markupsafe-3.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a320721ab5a1aba0a233739394eb907f8c8da5c98c9181d1161e77a0c8e36f2d"}, - {file = "markupsafe-3.0.3-cp39-cp39-win32.whl", hash = "sha256:df2449253ef108a379b8b5d6b43f4b1a8e81a061d6537becd5582fba5f9196d7"}, - {file = "markupsafe-3.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:7c3fb7d25180895632e5d3148dbdc29ea38ccb7fd210aa27acbd1201a1902c6e"}, - {file = "markupsafe-3.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:38664109c14ffc9e7437e86b4dceb442b0096dfe3541d7864d9cbe1da4cf36c8"}, - {file = "markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"}, -] - -[[package]] -name = "mccabe" -version = "0.7.0" -description = "McCabe checker, plugin for flake8" -optional = false -python-versions = ">=3.6" -groups = ["dev"] -files = [ - {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, - {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, -] - -[[package]] -name = "multidict" -version = "6.7.0" -description = "multidict implementation" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "multidict-6.7.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:9f474ad5acda359c8758c8accc22032c6abe6dc87a8be2440d097785e27a9349"}, - {file = "multidict-6.7.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4b7a9db5a870f780220e931d0002bbfd88fb53aceb6293251e2c839415c1b20e"}, - {file = "multidict-6.7.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:03ca744319864e92721195fa28c7a3b2bc7b686246b35e4078c1e4d0eb5466d3"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f0e77e3c0008bc9316e662624535b88d360c3a5d3f81e15cf12c139a75250046"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:08325c9e5367aa379a3496aa9a022fe8837ff22e00b94db256d3a1378c76ab32"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e2862408c99f84aa571ab462d25236ef9cb12a602ea959ba9c9009a54902fc73"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4d72a9a2d885f5c208b0cb91ff2ed43636bb7e345ec839ff64708e04f69a13cc"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:478cc36476687bac1514d651cbbaa94b86b0732fb6855c60c673794c7dd2da62"}, - {file = "multidict-6.7.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6843b28b0364dc605f21481c90fadb5f60d9123b442eb8a726bb74feef588a84"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:23bfeee5316266e5ee2d625df2d2c602b829435fc3a235c2ba2131495706e4a0"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:680878b9f3d45c31e1f730eef731f9b0bc1da456155688c6745ee84eb818e90e"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:eb866162ef2f45063acc7a53a88ef6fe8bf121d45c30ea3c9cd87ce7e191a8d4"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:df0e3bf7993bdbeca5ac25aa859cf40d39019e015c9c91809ba7093967f7a648"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:661709cdcd919a2ece2234f9bae7174e5220c80b034585d7d8a755632d3e2111"}, - {file = "multidict-6.7.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:096f52730c3fb8ed419db2d44391932b63891b2c5ed14850a7e215c0ba9ade36"}, - {file = "multidict-6.7.0-cp310-cp310-win32.whl", hash = "sha256:afa8a2978ec65d2336305550535c9c4ff50ee527914328c8677b3973ade52b85"}, - {file = "multidict-6.7.0-cp310-cp310-win_amd64.whl", hash = "sha256:b15b3afff74f707b9275d5ba6a91ae8f6429c3ffb29bbfd216b0b375a56f13d7"}, - {file = "multidict-6.7.0-cp310-cp310-win_arm64.whl", hash = "sha256:4b73189894398d59131a66ff157837b1fafea9974be486d036bb3d32331fdbf0"}, - {file = "multidict-6.7.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4d409aa42a94c0b3fa617708ef5276dfe81012ba6753a0370fcc9d0195d0a1fc"}, - {file = "multidict-6.7.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:14c9e076eede3b54c636f8ce1c9c252b5f057c62131211f0ceeec273810c9721"}, - {file = "multidict-6.7.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4c09703000a9d0fa3c3404b27041e574cc7f4df4c6563873246d0e11812a94b6"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:a265acbb7bb33a3a2d626afbe756371dce0279e7b17f4f4eda406459c2b5ff1c"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:51cb455de290ae462593e5b1cb1118c5c22ea7f0d3620d9940bf695cea5a4bd7"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:db99677b4457c7a5c5a949353e125ba72d62b35f74e26da141530fbb012218a7"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f470f68adc395e0183b92a2f4689264d1ea4b40504a24d9882c27375e6662bb9"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0db4956f82723cc1c270de9c6e799b4c341d327762ec78ef82bb962f79cc07d8"}, - {file = "multidict-6.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3e56d780c238f9e1ae66a22d2adf8d16f485381878250db8d496623cd38b22bd"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9d14baca2ee12c1a64740d4531356ba50b82543017f3ad6de0deb943c5979abb"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:295a92a76188917c7f99cda95858c822f9e4aae5824246bba9b6b44004ddd0a6"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:39f1719f57adbb767ef592a50ae5ebb794220d1188f9ca93de471336401c34d2"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:0a13fb8e748dfc94749f622de065dd5c1def7e0d2216dba72b1d8069a389c6ff"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:e3aa16de190d29a0ea1b48253c57d99a68492c8dd8948638073ab9e74dc9410b"}, - {file = "multidict-6.7.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a048ce45dcdaaf1defb76b2e684f997fb5abf74437b6cb7b22ddad934a964e34"}, - {file = "multidict-6.7.0-cp311-cp311-win32.whl", hash = "sha256:a90af66facec4cebe4181b9e62a68be65e45ac9b52b67de9eec118701856e7ff"}, - {file = "multidict-6.7.0-cp311-cp311-win_amd64.whl", hash = "sha256:95b5ffa4349df2887518bb839409bcf22caa72d82beec453216802f475b23c81"}, - {file = "multidict-6.7.0-cp311-cp311-win_arm64.whl", hash = "sha256:329aa225b085b6f004a4955271a7ba9f1087e39dcb7e65f6284a988264a63912"}, - {file = "multidict-6.7.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8a3862568a36d26e650a19bb5cbbba14b71789032aebc0423f8cc5f150730184"}, - {file = "multidict-6.7.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:960c60b5849b9b4f9dcc9bea6e3626143c252c74113df2c1540aebce70209b45"}, - {file = "multidict-6.7.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2049be98fb57a31b4ccf870bf377af2504d4ae35646a19037ec271e4c07998aa"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:0934f3843a1860dd465d38895c17fce1f1cb37295149ab05cd1b9a03afacb2a7"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b3e34f3a1b8131ba06f1a73adab24f30934d148afcd5f5de9a73565a4404384e"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:efbb54e98446892590dc2458c19c10344ee9a883a79b5cec4bc34d6656e8d546"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a35c5fc61d4f51eb045061e7967cfe3123d622cd500e8868e7c0c592a09fedc4"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29fe6740ebccba4175af1b9b87bf553e9c15cd5868ee967e010efcf94e4fd0f1"}, - {file = "multidict-6.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:123e2a72e20537add2f33a79e605f6191fba2afda4cbb876e35c1a7074298a7d"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b284e319754366c1aee2267a2036248b24eeb17ecd5dc16022095e747f2f4304"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:803d685de7be4303b5a657b76e2f6d1240e7e0a8aa2968ad5811fa2285553a12"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c04a328260dfd5db8c39538f999f02779012268f54614902d0afc775d44e0a62"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8a19cdb57cd3df4cd865849d93ee14920fb97224300c88501f16ecfa2604b4e0"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:9b2fd74c52accced7e75de26023b7dccee62511a600e62311b918ec5c168fc2a"}, - {file = "multidict-6.7.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:3e8bfdd0e487acf992407a140d2589fe598238eaeffa3da8448d63a63cd363f8"}, - {file = "multidict-6.7.0-cp312-cp312-win32.whl", hash = "sha256:dd32a49400a2c3d52088e120ee00c1e3576cbff7e10b98467962c74fdb762ed4"}, - {file = "multidict-6.7.0-cp312-cp312-win_amd64.whl", hash = "sha256:92abb658ef2d7ef22ac9f8bb88e8b6c3e571671534e029359b6d9e845923eb1b"}, - {file = "multidict-6.7.0-cp312-cp312-win_arm64.whl", hash = "sha256:490dab541a6a642ce1a9d61a4781656b346a55c13038f0b1244653828e3a83ec"}, - {file = "multidict-6.7.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:bee7c0588aa0076ce77c0ea5d19a68d76ad81fcd9fe8501003b9a24f9d4000f6"}, - {file = "multidict-6.7.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7ef6b61cad77091056ce0e7ce69814ef72afacb150b7ac6a3e9470def2198159"}, - {file = "multidict-6.7.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9c0359b1ec12b1d6849c59f9d319610b7f20ef990a6d454ab151aa0e3b9f78ca"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cd240939f71c64bd658f186330603aac1a9a81bf6273f523fca63673cb7378a8"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a60a4d75718a5efa473ebd5ab685786ba0c67b8381f781d1be14da49f1a2dc60"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:53a42d364f323275126aff81fb67c5ca1b7a04fda0546245730a55c8c5f24bc4"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:3b29b980d0ddbecb736735ee5bef69bb2ddca56eff603c86f3f29a1128299b4f"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f8a93b1c0ed2d04b97a5e9336fd2d33371b9a6e29ab7dd6503d63407c20ffbaf"}, - {file = "multidict-6.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ff96e8815eecacc6645da76c413eb3b3d34cfca256c70b16b286a687d013c32"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7516c579652f6a6be0e266aec0acd0db80829ca305c3d771ed898538804c2036"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:040f393368e63fb0f3330e70c26bfd336656bed925e5cbe17c9da839a6ab13ec"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b3bc26a951007b1057a1c543af845f1c7e3e71cc240ed1ace7bf4484aa99196e"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:7b022717c748dd1992a83e219587aabe45980d88969f01b316e78683e6285f64"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:9600082733859f00d79dee64effc7aef1beb26adb297416a4ad2116fd61374bd"}, - {file = "multidict-6.7.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:94218fcec4d72bc61df51c198d098ce2b378e0ccbac41ddbed5ef44092913288"}, - {file = "multidict-6.7.0-cp313-cp313-win32.whl", hash = "sha256:a37bd74c3fa9d00be2d7b8eca074dc56bd8077ddd2917a839bd989612671ed17"}, - {file = "multidict-6.7.0-cp313-cp313-win_amd64.whl", hash = "sha256:30d193c6cc6d559db42b6bcec8a5d395d34d60c9877a0b71ecd7c204fcf15390"}, - {file = "multidict-6.7.0-cp313-cp313-win_arm64.whl", hash = "sha256:ea3334cabe4d41b7ccd01e4d349828678794edbc2d3ae97fc162a3312095092e"}, - {file = "multidict-6.7.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:ad9ce259f50abd98a1ca0aa6e490b58c316a0fce0617f609723e40804add2c00"}, - {file = "multidict-6.7.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07f5594ac6d084cbb5de2df218d78baf55ef150b91f0ff8a21cc7a2e3a5a58eb"}, - {file = "multidict-6.7.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:0591b48acf279821a579282444814a2d8d0af624ae0bc600aa4d1b920b6e924b"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:749a72584761531d2b9467cfbdfd29487ee21124c304c4b6cb760d8777b27f9c"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b4c3d199f953acd5b446bf7c0de1fe25d94e09e79086f8dc2f48a11a129cdf1"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9fb0211dfc3b51efea2f349ec92c114d7754dd62c01f81c3e32b765b70c45c9b"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a027ec240fe73a8d6281872690b988eed307cd7d91b23998ff35ff577ca688b5"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1d964afecdf3a8288789df2f5751dc0a8261138c3768d9af117ed384e538fad"}, - {file = "multidict-6.7.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:caf53b15b1b7df9fbd0709aa01409000a2b4dd03a5f6f5cc548183c7c8f8b63c"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:654030da3197d927f05a536a66186070e98765aa5142794c9904555d3a9d8fb5"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:2090d3718829d1e484706a2f525e50c892237b2bf9b17a79b059cb98cddc2f10"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:2d2cfeec3f6f45651b3d408c4acec0ebf3daa9bc8a112a084206f5db5d05b754"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:4ef089f985b8c194d341eb2c24ae6e7408c9a0e2e5658699c92f497437d88c3c"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e93a0617cd16998784bf4414c7e40f17a35d2350e5c6f0bd900d3a8e02bd3762"}, - {file = "multidict-6.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f0feece2ef8ebc42ed9e2e8c78fc4aa3cf455733b507c09ef7406364c94376c6"}, - {file = "multidict-6.7.0-cp313-cp313t-win32.whl", hash = "sha256:19a1d55338ec1be74ef62440ca9e04a2f001a04d0cc49a4983dc320ff0f3212d"}, - {file = "multidict-6.7.0-cp313-cp313t-win_amd64.whl", hash = "sha256:3da4fb467498df97e986af166b12d01f05d2e04f978a9c1c680ea1988e0bc4b6"}, - {file = "multidict-6.7.0-cp313-cp313t-win_arm64.whl", hash = "sha256:b4121773c49a0776461f4a904cdf6264c88e42218aaa8407e803ca8025872792"}, - {file = "multidict-6.7.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3bab1e4aff7adaa34410f93b1f8e57c4b36b9af0426a76003f441ee1d3c7e842"}, - {file = "multidict-6.7.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:b8512bac933afc3e45fb2b18da8e59b78d4f408399a960339598374d4ae3b56b"}, - {file = "multidict-6.7.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:79dcf9e477bc65414ebfea98ffd013cb39552b5ecd62908752e0e413d6d06e38"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:31bae522710064b5cbeddaf2e9f32b1abab70ac6ac91d42572502299e9953128"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4a0df7ff02397bb63e2fd22af2c87dfa39e8c7f12947bc524dbdc528282c7e34"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:7a0222514e8e4c514660e182d5156a415c13ef0aabbd71682fc714e327b95e99"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2397ab4daaf2698eb51a76721e98db21ce4f52339e535725de03ea962b5a3202"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8891681594162635948a636c9fe0ff21746aeb3dd5463f6e25d9bea3a8a39ca1"}, - {file = "multidict-6.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:18706cc31dbf402a7945916dd5cddf160251b6dab8a2c5f3d6d5a55949f676b3"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:f844a1bbf1d207dd311a56f383f7eda2d0e134921d45751842d8235e7778965d"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:d4393e3581e84e5645506923816b9cc81f5609a778c7e7534054091acc64d1c6"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:fbd18dc82d7bf274b37aa48d664534330af744e03bccf696d6f4c6042e7d19e7"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:b6234e14f9314731ec45c42fc4554b88133ad53a09092cc48a88e771c125dadb"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:08d4379f9744d8f78d98c8673c06e202ffa88296f009c71bbafe8a6bf847d01f"}, - {file = "multidict-6.7.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9fe04da3f79387f450fd0061d4dd2e45a72749d31bf634aecc9e27f24fdc4b3f"}, - {file = "multidict-6.7.0-cp314-cp314-win32.whl", hash = "sha256:fbafe31d191dfa7c4c51f7a6149c9fb7e914dcf9ffead27dcfd9f1ae382b3885"}, - {file = "multidict-6.7.0-cp314-cp314-win_amd64.whl", hash = "sha256:2f67396ec0310764b9222a1728ced1ab638f61aadc6226f17a71dd9324f9a99c"}, - {file = "multidict-6.7.0-cp314-cp314-win_arm64.whl", hash = "sha256:ba672b26069957ee369cfa7fc180dde1fc6f176eaf1e6beaf61fbebbd3d9c000"}, - {file = "multidict-6.7.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:c1dcc7524066fa918c6a27d61444d4ee7900ec635779058571f70d042d86ed63"}, - {file = "multidict-6.7.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:27e0b36c2d388dc7b6ced3406671b401e84ad7eb0656b8f3a2f46ed0ce483718"}, - {file = "multidict-6.7.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2a7baa46a22e77f0988e3b23d4ede5513ebec1929e34ee9495be535662c0dfe2"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:7bf77f54997a9166a2f5675d1201520586439424c2511723a7312bdb4bcc034e"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e011555abada53f1578d63389610ac8a5400fc70ce71156b0aa30d326f1a5064"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:28b37063541b897fd6a318007373930a75ca6d6ac7c940dbe14731ffdd8d498e"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:05047ada7a2fde2631a0ed706f1fd68b169a681dfe5e4cf0f8e4cb6618bbc2cd"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:716133f7d1d946a4e1b91b1756b23c088881e70ff180c24e864c26192ad7534a"}, - {file = "multidict-6.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d1bed1b467ef657f2a0ae62844a607909ef1c6889562de5e1d505f74457d0b96"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ca43bdfa5d37bd6aee89d85e1d0831fb86e25541be7e9d376ead1b28974f8e5e"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:44b546bd3eb645fd26fb949e43c02a25a2e632e2ca21a35e2e132c8105dc8599"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:a6ef16328011d3f468e7ebc326f24c1445f001ca1dec335b2f8e66bed3006394"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:5aa873cbc8e593d361ae65c68f85faadd755c3295ea2c12040ee146802f23b38"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:3d7b6ccce016e29df4b7ca819659f516f0bc7a4b3efa3bb2012ba06431b044f9"}, - {file = "multidict-6.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:171b73bd4ee683d307599b66793ac80981b06f069b62eea1c9e29c9241aa66b0"}, - {file = "multidict-6.7.0-cp314-cp314t-win32.whl", hash = "sha256:b2d7f80c4e1fd010b07cb26820aae86b7e73b681ee4889684fb8d2d4537aab13"}, - {file = "multidict-6.7.0-cp314-cp314t-win_amd64.whl", hash = "sha256:09929cab6fcb68122776d575e03c6cc64ee0b8fca48d17e135474b042ce515cd"}, - {file = "multidict-6.7.0-cp314-cp314t-win_arm64.whl", hash = "sha256:cc41db090ed742f32bd2d2c721861725e6109681eddf835d0a82bd3a5c382827"}, - {file = "multidict-6.7.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:363eb68a0a59bd2303216d2346e6c441ba10d36d1f9969fcb6f1ba700de7bb5c"}, - {file = "multidict-6.7.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d874eb056410ca05fed180b6642e680373688efafc7f077b2a2f61811e873a40"}, - {file = "multidict-6.7.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8b55d5497b51afdfde55925e04a022f1de14d4f4f25cdfd4f5d9b0aa96166851"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f8e5c0031b90ca9ce555e2e8fd5c3b02a25f14989cbc310701823832c99eb687"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9cf41880c991716f3c7cec48e2f19ae4045fc9db5fc9cff27347ada24d710bb5"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:8cfc12a8630a29d601f48d47787bd7eb730e475e83edb5d6c5084317463373eb"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:3996b50c3237c4aec17459217c1e7bbdead9a22a0fcd3c365564fbd16439dde6"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:7f5170993a0dd3ab871c74f45c0a21a4e2c37a2f2b01b5f722a2ad9c6650469e"}, - {file = "multidict-6.7.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ec81878ddf0e98817def1e77d4f50dae5ef5b0e4fe796fae3bd674304172416e"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:9281bf5b34f59afbc6b1e477a372e9526b66ca446f4bf62592839c195a718b32"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:68af405971779d8b37198726f2b6fe3955db846fee42db7a4286fc542203934c"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:3ba3ef510467abb0667421a286dc906e30eb08569365f5cdb131d7aff7c2dd84"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:b61189b29081a20c7e4e0b49b44d5d44bb0dc92be3c6d06a11cc043f81bf9329"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:fb287618b9c7aa3bf8d825f02d9201b2f13078a5ed3b293c8f4d953917d84d5e"}, - {file = "multidict-6.7.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:521f33e377ff64b96c4c556b81c55d0cfffb96a11c194fd0c3f1e56f3d8dd5a4"}, - {file = "multidict-6.7.0-cp39-cp39-win32.whl", hash = "sha256:ce8fdc2dca699f8dbf055a61d73eaa10482569ad20ee3c36ef9641f69afa8c91"}, - {file = "multidict-6.7.0-cp39-cp39-win_amd64.whl", hash = "sha256:7e73299c99939f089dd9b2120a04a516b95cdf8c1cd2b18c53ebf0de80b1f18f"}, - {file = "multidict-6.7.0-cp39-cp39-win_arm64.whl", hash = "sha256:6bdce131e14b04fd34a809b6380dbfd826065c3e2fe8a50dbae659fa0c390546"}, - {file = "multidict-6.7.0-py3-none-any.whl", hash = "sha256:394fc5c42a333c9ffc3e421a4c85e08580d990e08b99f6bf35b4132114c5dcb3"}, - {file = "multidict-6.7.0.tar.gz", hash = "sha256:c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5"}, -] - -[package.dependencies] -typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.11\""} - -[[package]] -name = "mypy-extensions" -version = "1.1.0" -description = "Type system extensions for programs checked with the mypy type checker." -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"}, - {file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"}, -] - -[[package]] -name = "mysqlclient" -version = "2.2.7" -description = "Python interface to MySQL" -optional = true -python-versions = ">=3.8" -groups = ["main"] -markers = "extra == \"mysql\"" -files = [ - {file = "mysqlclient-2.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:2e3c11f7625029d7276ca506f8960a7fd3c5a0a0122c9e7404e6a8fe961b3d22"}, - {file = "mysqlclient-2.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:a22d99d26baf4af68ebef430e3131bb5a9b722b79a9fcfac6d9bbf8a88800687"}, - {file = "mysqlclient-2.2.7-cp312-cp312-win_amd64.whl", hash = "sha256:4b4c0200890837fc64014cc938ef2273252ab544c1b12a6c1d674c23943f3f2e"}, - {file = "mysqlclient-2.2.7-cp313-cp313-win_amd64.whl", hash = "sha256:201a6faa301011dd07bca6b651fe5aaa546d7c9a5426835a06c3172e1056a3c5"}, - {file = "mysqlclient-2.2.7-cp39-cp39-win_amd64.whl", hash = "sha256:199dab53a224357dd0cb4d78ca0e54018f9cee9bf9ec68d72db50e0a23569076"}, - {file = "mysqlclient-2.2.7-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:92af368ed9c9144737af569c86d3b6c74a012a6f6b792eb868384787b52bb585"}, - {file = "mysqlclient-2.2.7-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:977e35244fe6ef44124e9a1c2d1554728a7b76695598e4b92b37dc2130503069"}, - {file = "mysqlclient-2.2.7.tar.gz", hash = "sha256:24ae22b59416d5fcce7e99c9d37548350b4565baac82f95e149cac6ce4163845"}, -] - -[[package]] -name = "nodeenv" -version = "1.10.0" -description = "Node.js virtual environment builder" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" -groups = ["dev"] -files = [ - {file = "nodeenv-1.10.0-py2.py3-none-any.whl", hash = "sha256:5bb13e3eed2923615535339b3c620e76779af4cb4c6a90deccc9e36b274d3827"}, - {file = "nodeenv-1.10.0.tar.gz", hash = "sha256:996c191ad80897d076bdfba80a41994c2b47c68e224c542b48feba42ba00f8bb"}, -] - -[[package]] -name = "numpy" -version = "2.2.6" -description = "Fundamental package for array computing in Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -markers = "python_version == \"3.10\"" -files = [ - {file = "numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b412caa66f72040e6d268491a59f2c43bf03eb6c96dd8f0307829feb7fa2b6fb"}, - {file = "numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e41fd67c52b86603a91c1a505ebaef50b3314de0213461c7a6e99c9a3beff90"}, - {file = "numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:37e990a01ae6ec7fe7fa1c26c55ecb672dd98b19c3d0e1d1f326fa13cb38d163"}, - {file = "numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:5a6429d4be8ca66d889b7cf70f536a397dc45ba6faeb5f8c5427935d9592e9cf"}, - {file = "numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:efd28d4e9cd7d7a8d39074a4d44c63eda73401580c5c76acda2ce969e0a38e83"}, - {file = "numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc7b73d02efb0e18c000e9ad8b83480dfcd5dfd11065997ed4c6747470ae8915"}, - {file = "numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:74d4531beb257d2c3f4b261bfb0fc09e0f9ebb8842d82a7b4209415896adc680"}, - {file = "numpy-2.2.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8fc377d995680230e83241d8a96def29f204b5782f371c532579b4f20607a289"}, - {file = "numpy-2.2.6-cp310-cp310-win32.whl", hash = "sha256:b093dd74e50a8cba3e873868d9e93a85b78e0daf2e98c6797566ad8044e8363d"}, - {file = "numpy-2.2.6-cp310-cp310-win_amd64.whl", hash = "sha256:f0fd6321b839904e15c46e0d257fdd101dd7f530fe03fd6359c1ea63738703f3"}, - {file = "numpy-2.2.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f9f1adb22318e121c5c69a09142811a201ef17ab257a1e66ca3025065b7f53ae"}, - {file = "numpy-2.2.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c820a93b0255bc360f53eca31a0e676fd1101f673dda8da93454a12e23fc5f7a"}, - {file = "numpy-2.2.6-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:3d70692235e759f260c3d837193090014aebdf026dfd167834bcba43e30c2a42"}, - {file = "numpy-2.2.6-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:481b49095335f8eed42e39e8041327c05b0f6f4780488f61286ed3c01368d491"}, - {file = "numpy-2.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b64d8d4d17135e00c8e346e0a738deb17e754230d7e0810ac5012750bbd85a5a"}, - {file = "numpy-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba10f8411898fc418a521833e014a77d3ca01c15b0c6cdcce6a0d2897e6dbbdf"}, - {file = "numpy-2.2.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:bd48227a919f1bafbdda0583705e547892342c26fb127219d60a5c36882609d1"}, - {file = "numpy-2.2.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9551a499bf125c1d4f9e250377c1ee2eddd02e01eac6644c080162c0c51778ab"}, - {file = "numpy-2.2.6-cp311-cp311-win32.whl", hash = "sha256:0678000bb9ac1475cd454c6b8c799206af8107e310843532b04d49649c717a47"}, - {file = "numpy-2.2.6-cp311-cp311-win_amd64.whl", hash = "sha256:e8213002e427c69c45a52bbd94163084025f533a55a59d6f9c5b820774ef3303"}, - {file = "numpy-2.2.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:41c5a21f4a04fa86436124d388f6ed60a9343a6f767fced1a8a71c3fbca038ff"}, - {file = "numpy-2.2.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:de749064336d37e340f640b05f24e9e3dd678c57318c7289d222a8a2f543e90c"}, - {file = "numpy-2.2.6-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:894b3a42502226a1cac872f840030665f33326fc3dac8e57c607905773cdcde3"}, - {file = "numpy-2.2.6-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:71594f7c51a18e728451bb50cc60a3ce4e6538822731b2933209a1f3614e9282"}, - {file = "numpy-2.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2618db89be1b4e05f7a1a847a9c1c0abd63e63a1607d892dd54668dd92faf87"}, - {file = "numpy-2.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd83c01228a688733f1ded5201c678f0c53ecc1006ffbc404db9f7a899ac6249"}, - {file = "numpy-2.2.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:37c0ca431f82cd5fa716eca9506aefcabc247fb27ba69c5062a6d3ade8cf8f49"}, - {file = "numpy-2.2.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fe27749d33bb772c80dcd84ae7e8df2adc920ae8297400dabec45f0dedb3f6de"}, - {file = "numpy-2.2.6-cp312-cp312-win32.whl", hash = "sha256:4eeaae00d789f66c7a25ac5f34b71a7035bb474e679f410e5e1a94deb24cf2d4"}, - {file = "numpy-2.2.6-cp312-cp312-win_amd64.whl", hash = "sha256:c1f9540be57940698ed329904db803cf7a402f3fc200bfe599334c9bd84a40b2"}, - {file = "numpy-2.2.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:0811bb762109d9708cca4d0b13c4f67146e3c3b7cf8d34018c722adb2d957c84"}, - {file = "numpy-2.2.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:287cc3162b6f01463ccd86be154f284d0893d2b3ed7292439ea97eafa8170e0b"}, - {file = "numpy-2.2.6-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:f1372f041402e37e5e633e586f62aa53de2eac8d98cbfb822806ce4bbefcb74d"}, - {file = "numpy-2.2.6-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:55a4d33fa519660d69614a9fad433be87e5252f4b03850642f88993f7b2ca566"}, - {file = "numpy-2.2.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f92729c95468a2f4f15e9bb94c432a9229d0d50de67304399627a943201baa2f"}, - {file = "numpy-2.2.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1bc23a79bfabc5d056d106f9befb8d50c31ced2fbc70eedb8155aec74a45798f"}, - {file = "numpy-2.2.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e3143e4451880bed956e706a3220b4e5cf6172ef05fcc397f6f36a550b1dd868"}, - {file = "numpy-2.2.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b4f13750ce79751586ae2eb824ba7e1e8dba64784086c98cdbbcc6a42112ce0d"}, - {file = "numpy-2.2.6-cp313-cp313-win32.whl", hash = "sha256:5beb72339d9d4fa36522fc63802f469b13cdbe4fdab4a288f0c441b74272ebfd"}, - {file = "numpy-2.2.6-cp313-cp313-win_amd64.whl", hash = "sha256:b0544343a702fa80c95ad5d3d608ea3599dd54d4632df855e4c8d24eb6ecfa1c"}, - {file = "numpy-2.2.6-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0bca768cd85ae743b2affdc762d617eddf3bcf8724435498a1e80132d04879e6"}, - {file = "numpy-2.2.6-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:fc0c5673685c508a142ca65209b4e79ed6740a4ed6b2267dbba90f34b0b3cfda"}, - {file = "numpy-2.2.6-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:5bd4fc3ac8926b3819797a7c0e2631eb889b4118a9898c84f585a54d475b7e40"}, - {file = "numpy-2.2.6-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:fee4236c876c4e8369388054d02d0e9bb84821feb1a64dd59e137e6511a551f8"}, - {file = "numpy-2.2.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e1dda9c7e08dc141e0247a5b8f49cf05984955246a327d4c48bda16821947b2f"}, - {file = "numpy-2.2.6-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f447e6acb680fd307f40d3da4852208af94afdfab89cf850986c3ca00562f4fa"}, - {file = "numpy-2.2.6-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:389d771b1623ec92636b0786bc4ae56abafad4a4c513d36a55dce14bd9ce8571"}, - {file = "numpy-2.2.6-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8e9ace4a37db23421249ed236fdcdd457d671e25146786dfc96835cd951aa7c1"}, - {file = "numpy-2.2.6-cp313-cp313t-win32.whl", hash = "sha256:038613e9fb8c72b0a41f025a7e4c3f0b7a1b5d768ece4796b674c8f3fe13efff"}, - {file = "numpy-2.2.6-cp313-cp313t-win_amd64.whl", hash = "sha256:6031dd6dfecc0cf9f668681a37648373bddd6421fff6c66ec1624eed0180ee06"}, - {file = "numpy-2.2.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:0b605b275d7bd0c640cad4e5d30fa701a8d59302e127e5f79138ad62762c3e3d"}, - {file = "numpy-2.2.6-pp310-pypy310_pp73-macosx_14_0_x86_64.whl", hash = "sha256:7befc596a7dc9da8a337f79802ee8adb30a552a94f792b9c9d18c840055907db"}, - {file = "numpy-2.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce47521a4754c8f4593837384bd3424880629f718d87c5d44f8ed763edd63543"}, - {file = "numpy-2.2.6-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:d042d24c90c41b54fd506da306759e06e568864df8ec17ccc17e9e884634fd00"}, - {file = "numpy-2.2.6.tar.gz", hash = "sha256:e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd"}, -] - -[[package]] -name = "numpy" -version = "2.4.1" -description = "Fundamental package for array computing in Python" -optional = false -python-versions = ">=3.11" -groups = ["main"] -markers = "python_version >= \"3.11\"" -files = [ - {file = "numpy-2.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0cce2a669e3c8ba02ee563c7835f92c153cf02edff1ae05e1823f1dde21b16a5"}, - {file = "numpy-2.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:899d2c18024984814ac7e83f8f49d8e8180e2fbe1b2e252f2e7f1d06bea92425"}, - {file = "numpy-2.4.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:09aa8a87e45b55a1c2c205d42e2808849ece5c484b2aab11fecabec3841cafba"}, - {file = "numpy-2.4.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:edee228f76ee2dab4579fad6f51f6a305de09d444280109e0f75df247ff21501"}, - {file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a92f227dbcdc9e4c3e193add1a189a9909947d4f8504c576f4a732fd0b54240a"}, - {file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:538bf4ec353709c765ff75ae616c34d3c3dca1a68312727e8f2676ea644f8509"}, - {file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ac08c63cb7779b85e9d5318e6c3518b424bc1f364ac4cb2c6136f12e5ff2dccc"}, - {file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4f9c360ecef085e5841c539a9a12b883dff005fbd7ce46722f5e9cef52634d82"}, - {file = "numpy-2.4.1-cp311-cp311-win32.whl", hash = "sha256:0f118ce6b972080ba0758c6087c3617b5ba243d806268623dc34216d69099ba0"}, - {file = "numpy-2.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:18e14c4d09d55eef39a6ab5b08406e84bc6869c1e34eef45564804f90b7e0574"}, - {file = "numpy-2.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:6461de5113088b399d655d45c3897fa188766415d0f568f175ab071c8873bd73"}, - {file = "numpy-2.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d3703409aac693fa82c0aee023a1ae06a6e9d065dba10f5e8e80f642f1e9d0a2"}, - {file = "numpy-2.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7211b95ca365519d3596a1d8688a95874cc94219d417504d9ecb2df99fa7bfa8"}, - {file = "numpy-2.4.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:5adf01965456a664fc727ed69cc71848f28d063217c63e1a0e200a118d5eec9a"}, - {file = "numpy-2.4.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:26f0bcd9c79a00e339565b303badc74d3ea2bd6d52191eeca5f95936cad107d0"}, - {file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0093e85df2960d7e4049664b26afc58b03236e967fb942354deef3208857a04c"}, - {file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7ad270f438cbdd402c364980317fb6b117d9ec5e226fff5b4148dd9aa9fc6e02"}, - {file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:297c72b1b98100c2e8f873d5d35fb551fce7040ade83d67dd51d38c8d42a2162"}, - {file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:cf6470d91d34bf669f61d515499859fa7a4c2f7c36434afb70e82df7217933f9"}, - {file = "numpy-2.4.1-cp312-cp312-win32.whl", hash = "sha256:b6bcf39112e956594b3331316d90c90c90fb961e39696bda97b89462f5f3943f"}, - {file = "numpy-2.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:e1a27bb1b2dee45a2a53f5ca6ff2d1a7f135287883a1689e930d44d1ff296c87"}, - {file = "numpy-2.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:0e6e8f9d9ecf95399982019c01223dc130542960a12edfa8edd1122dfa66a8a8"}, - {file = "numpy-2.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d797454e37570cfd61143b73b8debd623c3c0952959adb817dd310a483d58a1b"}, - {file = "numpy-2.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:82c55962006156aeef1629b953fd359064aa47e4d82cfc8e67f0918f7da3344f"}, - {file = "numpy-2.4.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:71abbea030f2cfc3092a0ff9f8c8fdefdc5e0bf7d9d9c99663538bb0ecdac0b9"}, - {file = "numpy-2.4.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:5b55aa56165b17aaf15520beb9cbd33c9039810e0d9643dd4379e44294c7303e"}, - {file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0faba4a331195bfa96f93dd9dfaa10b2c7aa8cda3a02b7fd635e588fe821bf5"}, - {file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d3e3087f53e2b4428766b54932644d148613c5a595150533ae7f00dab2f319a8"}, - {file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:49e792ec351315e16da54b543db06ca8a86985ab682602d90c60ef4ff4db2a9c"}, - {file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:79e9e06c4c2379db47f3f6fc7a8652e7498251789bf8ff5bd43bf478ef314ca2"}, - {file = "numpy-2.4.1-cp313-cp313-win32.whl", hash = "sha256:3d1a100e48cb266090a031397863ff8a30050ceefd798f686ff92c67a486753d"}, - {file = "numpy-2.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:92a0e65272fd60bfa0d9278e0484c2f52fe03b97aedc02b357f33fe752c52ffb"}, - {file = "numpy-2.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:20d4649c773f66cc2fc36f663e091f57c3b7655f936a4c681b4250855d1da8f5"}, - {file = "numpy-2.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:f93bc6892fe7b0663e5ffa83b61aab510aacffd58c16e012bb9352d489d90cb7"}, - {file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:178de8f87948163d98a4c9ab5bee4ce6519ca918926ec8df195af582de28544d"}, - {file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:98b35775e03ab7f868908b524fc0a84d38932d8daf7b7e1c3c3a1b6c7a2c9f15"}, - {file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:941c2a93313d030f219f3a71fd3d91a728b82979a5e8034eb2e60d394a2b83f9"}, - {file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:529050522e983e00a6c1c6b67411083630de8b57f65e853d7b03d9281b8694d2"}, - {file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:2302dc0224c1cbc49bb94f7064f3f923a971bfae45c33870dcbff63a2a550505"}, - {file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:9171a42fcad32dcf3fa86f0a4faa5e9f8facefdb276f54b8b390d90447cff4e2"}, - {file = "numpy-2.4.1-cp313-cp313t-win32.whl", hash = "sha256:382ad67d99ef49024f11d1ce5dcb5ad8432446e4246a4b014418ba3a1175a1f4"}, - {file = "numpy-2.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:62fea415f83ad8fdb6c20840578e5fbaf5ddd65e0ec6c3c47eda0f69da172510"}, - {file = "numpy-2.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:a7870e8c5fc11aef57d6fea4b4085e537a3a60ad2cdd14322ed531fdca68d261"}, - {file = "numpy-2.4.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:3869ea1ee1a1edc16c29bbe3a2f2a4e515cc3a44d43903ad41e0cacdbaf733dc"}, - {file = "numpy-2.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:e867df947d427cdd7a60e3e271729090b0f0df80f5f10ab7dd436f40811699c3"}, - {file = "numpy-2.4.1-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:e3bd2cb07841166420d2fa7146c96ce00cb3410664cbc1a6be028e456c4ee220"}, - {file = "numpy-2.4.1-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:f0a90aba7d521e6954670550e561a4cb925713bd944445dbe9e729b71f6cabee"}, - {file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d558123217a83b2d1ba316b986e9248a1ed1971ad495963d555ccd75dcb1556"}, - {file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2f44de05659b67d20499cbc96d49f2650769afcb398b79b324bb6e297bfe3844"}, - {file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:69e7419c9012c4aaf695109564e3387f1259f001b4326dfa55907b098af082d3"}, - {file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2ffd257026eb1b34352e749d7cc1678b5eeec3e329ad8c9965a797e08ccba205"}, - {file = "numpy-2.4.1-cp314-cp314-win32.whl", hash = "sha256:727c6c3275ddefa0dc078524a85e064c057b4f4e71ca5ca29a19163c607be745"}, - {file = "numpy-2.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:7d5d7999df434a038d75a748275cd6c0094b0ecdb0837342b332a82defc4dc4d"}, - {file = "numpy-2.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:ce9ce141a505053b3c7bce3216071f3bf5c182b8b28930f14cd24d43932cd2df"}, - {file = "numpy-2.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:4e53170557d37ae404bf8d542ca5b7c629d6efa1117dac6a83e394142ea0a43f"}, - {file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:a73044b752f5d34d4232f25f18160a1cc418ea4507f5f11e299d8ac36875f8a0"}, - {file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:fb1461c99de4d040666ca0444057b06541e5642f800b71c56e6ea92d6a853a0c"}, - {file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:423797bdab2eeefbe608d7c1ec7b2b4fd3c58d51460f1ee26c7500a1d9c9ee93"}, - {file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:52b5f61bdb323b566b528899cc7db2ba5d1015bda7ea811a8bcf3c89c331fa42"}, - {file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42d7dd5fa36d16d52a84f821eb96031836fd405ee6955dd732f2023724d0aa01"}, - {file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e7b6b5e28bbd47b7532698e5db2fe1db693d84b58c254e4389d99a27bb9b8f6b"}, - {file = "numpy-2.4.1-cp314-cp314t-win32.whl", hash = "sha256:5de60946f14ebe15e713a6f22850c2372fa72f4ff9a432ab44aa90edcadaa65a"}, - {file = "numpy-2.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:8f085da926c0d491ffff3096f91078cc97ea67e7e6b65e490bc8dcda65663be2"}, - {file = "numpy-2.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:6436cffb4f2bf26c974344439439c95e152c9a527013f26b3577be6c2ca64295"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8ad35f20be147a204e28b6a0575fbf3540c5e5f802634d4258d55b1ff5facce1"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:8097529164c0f3e32bb89412a0905d9100bf434d9692d9fc275e18dcf53c9344"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:ea66d2b41ca4a1630aae5507ee0a71647d3124d1741980138aa8f28f44dac36e"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:d3f8f0df9f4b8be57b3bf74a1d087fec68f927a2fab68231fdb442bf2c12e426"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2023ef86243690c2791fd6353e5b4848eedaa88ca8a2d129f462049f6d484696"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8361ea4220d763e54cff2fbe7d8c93526b744f7cd9ddab47afeff7e14e8503be"}, - {file = "numpy-2.4.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:4f1b68ff47680c2925f8063402a693ede215f0257f02596b1318ecdfb1d79e33"}, - {file = "numpy-2.4.1.tar.gz", hash = "sha256:a1ceafc5042451a858231588a104093474c6a5c57dcc724841f5c888d237d690"}, -] - -[[package]] -name = "oauthlib" -version = "3.3.1" -description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -optional = false -python-versions = ">=3.8" -groups = ["main"] -files = [ - {file = "oauthlib-3.3.1-py3-none-any.whl", hash = "sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1"}, - {file = "oauthlib-3.3.1.tar.gz", hash = "sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9"}, -] - -[package.extras] -rsa = ["cryptography (>=3.0.0)"] -signals = ["blinker (>=1.4.0)"] -signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] - -[[package]] -name = "packaging" -version = "26.0" -description = "Core utilities for Python packages" -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"}, - {file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"}, -] - -[[package]] -name = "pathspec" -version = "1.0.3" -description = "Utility library for gitignore style pattern matching of file paths." -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "pathspec-1.0.3-py3-none-any.whl", hash = "sha256:e80767021c1cc524aa3fb14bedda9c34406591343cc42797b386ce7b9354fb6c"}, - {file = "pathspec-1.0.3.tar.gz", hash = "sha256:bac5cf97ae2c2876e2d25ebb15078eb04d76e4b98921ee31c6f85ade8b59444d"}, -] - -[package.extras] -hyperscan = ["hyperscan (>=0.7)"] -optional = ["typing-extensions (>=4)"] -re2 = ["google-re2 (>=1.1)"] -tests = ["pytest (>=9)", "typing-extensions (>=4.15)"] - -[[package]] -name = "persisting-theory" -version = "1.0" -description = "Registries that can autodiscover values accross your project apps" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "persisting-theory-1.0.tar.gz", hash = "sha256:0f840fa22247bcaa514094da7f3b26c602359429ab12d2cd88be06b49a336290"}, - {file = "persisting_theory-1.0-py3-none-any.whl", hash = "sha256:73fe3ba1ea7ab67632a1c292fc5c9fa6d3ebfd0e2ad74defa56e316abf3c8d21"}, -] - -[[package]] -name = "pillow" -version = "12.1.0" -description = "Python Imaging Library (fork)" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "pillow-12.1.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:fb125d860738a09d363a88daa0f59c4533529a90e564785e20fe875b200b6dbd"}, - {file = "pillow-12.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:cad302dc10fac357d3467a74a9561c90609768a6f73a1923b0fd851b6486f8b0"}, - {file = "pillow-12.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:a40905599d8079e09f25027423aed94f2823adaf2868940de991e53a449e14a8"}, - {file = "pillow-12.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:92a7fe4225365c5e3a8e598982269c6d6698d3e783b3b1ae979e7819f9cd55c1"}, - {file = "pillow-12.1.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f10c98f49227ed8383d28174ee95155a675c4ed7f85e2e573b04414f7e371bda"}, - {file = "pillow-12.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8637e29d13f478bc4f153d8daa9ffb16455f0a6cb287da1b432fdad2bfbd66c7"}, - {file = "pillow-12.1.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:21e686a21078b0f9cb8c8a961d99e6a4ddb88e0fc5ea6e130172ddddc2e5221a"}, - {file = "pillow-12.1.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:2415373395a831f53933c23ce051021e79c8cd7979822d8cc478547a3f4da8ef"}, - {file = "pillow-12.1.0-cp310-cp310-win32.whl", hash = "sha256:e75d3dba8fc1ddfec0cd752108f93b83b4f8d6ab40e524a95d35f016b9683b09"}, - {file = "pillow-12.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:64efdf00c09e31efd754448a383ea241f55a994fd079866b92d2bbff598aad91"}, - {file = "pillow-12.1.0-cp310-cp310-win_arm64.whl", hash = "sha256:f188028b5af6b8fb2e9a76ac0f841a575bd1bd396e46ef0840d9b88a48fdbcea"}, - {file = "pillow-12.1.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:a83e0850cb8f5ac975291ebfc4170ba481f41a28065277f7f735c202cd8e0af3"}, - {file = "pillow-12.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b6e53e82ec2db0717eabb276aa56cf4e500c9a7cec2c2e189b55c24f65a3e8c0"}, - {file = "pillow-12.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:40a8e3b9e8773876d6e30daed22f016509e3987bab61b3b7fe309d7019a87451"}, - {file = "pillow-12.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:800429ac32c9b72909c671aaf17ecd13110f823ddb7db4dfef412a5587c2c24e"}, - {file = "pillow-12.1.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b022eaaf709541b391ee069f0022ee5b36c709df71986e3f7be312e46f42c84"}, - {file = "pillow-12.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1f345e7bc9d7f368887c712aa5054558bad44d2a301ddf9248599f4161abc7c0"}, - {file = "pillow-12.1.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d70347c8a5b7ccd803ec0c85c8709f036e6348f1e6a5bf048ecd9c64d3550b8b"}, - {file = "pillow-12.1.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:1fcc52d86ce7a34fd17cb04e87cfdb164648a3662a6f20565910a99653d66c18"}, - {file = "pillow-12.1.0-cp311-cp311-win32.whl", hash = "sha256:3ffaa2f0659e2f740473bcf03c702c39a8d4b2b7ffc629052028764324842c64"}, - {file = "pillow-12.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:806f3987ffe10e867bab0ddad45df1148a2b98221798457fa097ad85d6e8bc75"}, - {file = "pillow-12.1.0-cp311-cp311-win_arm64.whl", hash = "sha256:9f5fefaca968e700ad1a4a9de98bf0869a94e397fe3524c4c9450c1445252304"}, - {file = "pillow-12.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a332ac4ccb84b6dde65dbace8431f3af08874bf9770719d32a635c4ef411b18b"}, - {file = "pillow-12.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:907bfa8a9cb790748a9aa4513e37c88c59660da3bcfffbd24a7d9e6abf224551"}, - {file = "pillow-12.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:efdc140e7b63b8f739d09a99033aa430accce485ff78e6d311973a67b6bf3208"}, - {file = "pillow-12.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bef9768cab184e7ae6e559c032e95ba8d07b3023c289f79a2bd36e8bf85605a5"}, - {file = "pillow-12.1.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:742aea052cf5ab5034a53c3846165bc3ce88d7c38e954120db0ab867ca242661"}, - {file = "pillow-12.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a6dfc2af5b082b635af6e08e0d1f9f1c4e04d17d4e2ca0ef96131e85eda6eb17"}, - {file = "pillow-12.1.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:609e89d9f90b581c8d16358c9087df76024cf058fa693dd3e1e1620823f39670"}, - {file = "pillow-12.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:43b4899cfd091a9693a1278c4982f3e50f7fb7cff5153b05174b4afc9593b616"}, - {file = "pillow-12.1.0-cp312-cp312-win32.whl", hash = "sha256:aa0c9cc0b82b14766a99fbe6084409972266e82f459821cd26997a488a7261a7"}, - {file = "pillow-12.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:d70534cea9e7966169ad29a903b99fc507e932069a881d0965a1a84bb57f6c6d"}, - {file = "pillow-12.1.0-cp312-cp312-win_arm64.whl", hash = "sha256:65b80c1ee7e14a87d6a068dd3b0aea268ffcabfe0498d38661b00c5b4b22e74c"}, - {file = "pillow-12.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:7b5dd7cbae20285cdb597b10eb5a2c13aa9de6cde9bb64a3c1317427b1db1ae1"}, - {file = "pillow-12.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:29a4cef9cb672363926f0470afc516dbf7305a14d8c54f7abbb5c199cd8f8179"}, - {file = "pillow-12.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:681088909d7e8fa9e31b9799aaa59ba5234c58e5e4f1951b4c4d1082a2e980e0"}, - {file = "pillow-12.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:983976c2ab753166dc66d36af6e8ec15bb511e4a25856e2227e5f7e00a160587"}, - {file = "pillow-12.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:db44d5c160a90df2d24a24760bbd37607d53da0b34fb546c4c232af7192298ac"}, - {file = "pillow-12.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:6b7a9d1db5dad90e2991645874f708e87d9a3c370c243c2d7684d28f7e133e6b"}, - {file = "pillow-12.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6258f3260986990ba2fa8a874f8b6e808cf5abb51a94015ca3dc3c68aa4f30ea"}, - {file = "pillow-12.1.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e115c15e3bc727b1ca3e641a909f77f8ca72a64fff150f666fcc85e57701c26c"}, - {file = "pillow-12.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6741e6f3074a35e47c77b23a4e4f2d90db3ed905cb1c5e6e0d49bff2045632bc"}, - {file = "pillow-12.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:935b9d1aed48fcfb3f838caac506f38e29621b44ccc4f8a64d575cb1b2a88644"}, - {file = "pillow-12.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5fee4c04aad8932da9f8f710af2c1a15a83582cfb884152a9caa79d4efcdbf9c"}, - {file = "pillow-12.1.0-cp313-cp313-win32.whl", hash = "sha256:a786bf667724d84aa29b5db1c61b7bfdde380202aaca12c3461afd6b71743171"}, - {file = "pillow-12.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:461f9dfdafa394c59cd6d818bdfdbab4028b83b02caadaff0ffd433faf4c9a7a"}, - {file = "pillow-12.1.0-cp313-cp313-win_arm64.whl", hash = "sha256:9212d6b86917a2300669511ed094a9406888362e085f2431a7da985a6b124f45"}, - {file = "pillow-12.1.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:00162e9ca6d22b7c3ee8e61faa3c3253cd19b6a37f126cad04f2f88b306f557d"}, - {file = "pillow-12.1.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:7d6daa89a00b58c37cb1747ec9fb7ac3bc5ffd5949f5888657dfddde6d1312e0"}, - {file = "pillow-12.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:e2479c7f02f9d505682dc47df8c0ea1fc5e264c4d1629a5d63fe3e2334b89554"}, - {file = "pillow-12.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f188d580bd870cda1e15183790d1cc2fa78f666e76077d103edf048eed9c356e"}, - {file = "pillow-12.1.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0fde7ec5538ab5095cc02df38ee99b0443ff0e1c847a045554cf5f9af1f4aa82"}, - {file = "pillow-12.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0ed07dca4a8464bada6139ab38f5382f83e5f111698caf3191cb8dbf27d908b4"}, - {file = "pillow-12.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:f45bd71d1fa5e5749587613037b172e0b3b23159d1c00ef2fc920da6f470e6f0"}, - {file = "pillow-12.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:277518bf4fe74aa91489e1b20577473b19ee70fb97c374aa50830b279f25841b"}, - {file = "pillow-12.1.0-cp313-cp313t-win32.whl", hash = "sha256:7315f9137087c4e0ee73a761b163fc9aa3b19f5f606a7fc08d83fd3e4379af65"}, - {file = "pillow-12.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:0ddedfaa8b5f0b4ffbc2fa87b556dc59f6bb4ecb14a53b33f9189713ae8053c0"}, - {file = "pillow-12.1.0-cp313-cp313t-win_arm64.whl", hash = "sha256:80941e6d573197a0c28f394753de529bb436b1ca990ed6e765cf42426abc39f8"}, - {file = "pillow-12.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:5cb7bc1966d031aec37ddb9dcf15c2da5b2e9f7cc3ca7c54473a20a927e1eb91"}, - {file = "pillow-12.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:97e9993d5ed946aba26baf9c1e8cf18adbab584b99f452ee72f7ee8acb882796"}, - {file = "pillow-12.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:414b9a78e14ffeb98128863314e62c3f24b8a86081066625700b7985b3f529bd"}, - {file = "pillow-12.1.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:e6bdb408f7c9dd2a5ff2b14a3b0bb6d4deb29fb9961e6eb3ae2031ae9a5cec13"}, - {file = "pillow-12.1.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3413c2ae377550f5487991d444428f1a8ae92784aac79caa8b1e3b89b175f77e"}, - {file = "pillow-12.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:e5dcbe95016e88437ecf33544ba5db21ef1b8dd6e1b434a2cb2a3d605299e643"}, - {file = "pillow-12.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d0a7735df32ccbcc98b98a1ac785cc4b19b580be1bdf0aeb5c03223220ea09d5"}, - {file = "pillow-12.1.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0c27407a2d1b96774cbc4a7594129cc027339fd800cd081e44497722ea1179de"}, - {file = "pillow-12.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15c794d74303828eaa957ff8070846d0efe8c630901a1c753fdc63850e19ecd9"}, - {file = "pillow-12.1.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c990547452ee2800d8506c4150280757f88532f3de2a58e3022e9b179107862a"}, - {file = "pillow-12.1.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:b63e13dd27da389ed9475b3d28510f0f954bca0041e8e551b2a4eb1eab56a39a"}, - {file = "pillow-12.1.0-cp314-cp314-win32.whl", hash = "sha256:1a949604f73eb07a8adab38c4fe50791f9919344398bdc8ac6b307f755fc7030"}, - {file = "pillow-12.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:4f9f6a650743f0ddee5593ac9e954ba1bdbc5e150bc066586d4f26127853ab94"}, - {file = "pillow-12.1.0-cp314-cp314-win_arm64.whl", hash = "sha256:808b99604f7873c800c4840f55ff389936ef1948e4e87645eaf3fccbc8477ac4"}, - {file = "pillow-12.1.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:bc11908616c8a283cf7d664f77411a5ed2a02009b0097ff8abbba5e79128ccf2"}, - {file = "pillow-12.1.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:896866d2d436563fa2a43a9d72f417874f16b5545955c54a64941e87c1376c61"}, - {file = "pillow-12.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8e178e3e99d3c0ea8fc64b88447f7cac8ccf058af422a6cedc690d0eadd98c51"}, - {file = "pillow-12.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:079af2fb0c599c2ec144ba2c02766d1b55498e373b3ac64687e43849fbbef5bc"}, - {file = "pillow-12.1.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bdec5e43377761c5dbca620efb69a77f6855c5a379e32ac5b158f54c84212b14"}, - {file = "pillow-12.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:565c986f4b45c020f5421a4cea13ef294dde9509a8577f29b2fc5edc7587fff8"}, - {file = "pillow-12.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:43aca0a55ce1eefc0aefa6253661cb54571857b1a7b2964bd8a1e3ef4b729924"}, - {file = "pillow-12.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:0deedf2ea233722476b3a81e8cdfbad786f7adbed5d848469fa59fe52396e4ef"}, - {file = "pillow-12.1.0-cp314-cp314t-win32.whl", hash = "sha256:b17fbdbe01c196e7e159aacb889e091f28e61020a8abeac07b68079b6e626988"}, - {file = "pillow-12.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:27b9baecb428899db6c0de572d6d305cfaf38ca1596b5c0542a5182e3e74e8c6"}, - {file = "pillow-12.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:f61333d817698bdcdd0f9d7793e365ac3d2a21c1f1eb02b32ad6aefb8d8ea831"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:ca94b6aac0d7af2a10ba08c0f888b3d5114439b6b3ef39968378723622fed377"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:351889afef0f485b84078ea40fe33727a0492b9af3904661b0abbafee0355b72"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:bb0984b30e973f7e2884362b7d23d0a348c7143ee559f38ef3eaab640144204c"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:84cabc7095dd535ca934d57e9ce2a72ffd216e435a84acb06b2277b1de2689bd"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:53d8b764726d3af1a138dd353116f774e3862ec7e3794e0c8781e30db0f35dfc"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5da841d81b1a05ef940a8567da92decaa15bc4d7dedb540a8c219ad83d91808a"}, - {file = "pillow-12.1.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:75af0b4c229ac519b155028fa1be632d812a519abba9b46b20e50c6caa184f19"}, - {file = "pillow-12.1.0.tar.gz", hash = "sha256:5c5ae0a06e9ea030ab786b0251b32c7e4ce10e58d983c0d5c56029455180b5b9"}, -] - -[package.extras] -docs = ["furo", "olefile", "sphinx (>=8.2)", "sphinx-autobuild", "sphinx-copybutton", "sphinx-inline-tabs", "sphinxext-opengraph"] -fpx = ["olefile"] -mic = ["olefile"] -test-arrow = ["arro3-compute", "arro3-core", "nanoarrow", "pyarrow"] -tests = ["check-manifest", "coverage (>=7.4.2)", "defusedxml", "markdown2", "olefile", "packaging", "pyroma (>=5)", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "trove-classifiers (>=2024.10.12)"] -xmp = ["defusedxml"] - -[[package]] -name = "platformdirs" -version = "4.5.1" -description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." -optional = false -python-versions = ">=3.10" -groups = ["main", "dev"] -files = [ - {file = "platformdirs-4.5.1-py3-none-any.whl", hash = "sha256:d03afa3963c806a9bed9d5125c8f4cb2fdaf74a55ab60e5d59b3fde758104d31"}, - {file = "platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"}, -] - -[package.extras] -docs = ["furo (>=2025.9.25)", "proselint (>=0.14)", "sphinx (>=8.2.3)", "sphinx-autodoc-typehints (>=3.2)"] -test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=8.4.2)", "pytest-cov (>=7)", "pytest-mock (>=3.15.1)"] -type = ["mypy (>=1.18.2)"] - -[[package]] -name = "pluggy" -version = "1.6.0" -description = "plugin and hook calling mechanisms for python" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"}, - {file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"}, -] - -[package.extras] -dev = ["pre-commit", "tox"] -testing = ["coverage", "pytest", "pytest-benchmark"] - -[[package]] -name = "pre-commit" -version = "4.5.1" -description = "A framework for managing and maintaining multi-language pre-commit hooks." -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, - {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, -] - -[package.dependencies] -cfgv = ">=2.0.0" -identify = ">=1.0.0" -nodeenv = ">=0.11.1" -pyyaml = ">=5.1" -virtualenv = ">=20.10.0" - -[[package]] -name = "propcache" -version = "0.4.1" -description = "Accelerated property cache" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "propcache-0.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7c2d1fa3201efaf55d730400d945b5b3ab6e672e100ba0f9a409d950ab25d7db"}, - {file = "propcache-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1eb2994229cc8ce7fe9b3db88f5465f5fd8651672840b2e426b88cdb1a30aac8"}, - {file = "propcache-0.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:66c1f011f45a3b33d7bcb22daed4b29c0c9e2224758b6be00686731e1b46f925"}, - {file = "propcache-0.4.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9a52009f2adffe195d0b605c25ec929d26b36ef986ba85244891dee3b294df21"}, - {file = "propcache-0.4.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5d4e2366a9c7b837555cf02fb9be2e3167d333aff716332ef1b7c3a142ec40c5"}, - {file = "propcache-0.4.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9d2b6caef873b4f09e26ea7e33d65f42b944837563a47a94719cc3544319a0db"}, - {file = "propcache-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2b16ec437a8c8a965ecf95739448dd938b5c7f56e67ea009f4300d8df05f32b7"}, - {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:296f4c8ed03ca7476813fe666c9ea97869a8d7aec972618671b33a38a5182ef4"}, - {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:1f0978529a418ebd1f49dad413a2b68af33f85d5c5ca5c6ca2a3bed375a7ac60"}, - {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fd138803047fb4c062b1c1dd95462f5209456bfab55c734458f15d11da288f8f"}, - {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8c9b3cbe4584636d72ff556d9036e0c9317fa27b3ac1f0f558e7e84d1c9c5900"}, - {file = "propcache-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f93243fdc5657247533273ac4f86ae106cc6445a0efacb9a1bfe982fcfefd90c"}, - {file = "propcache-0.4.1-cp310-cp310-win32.whl", hash = "sha256:a0ee98db9c5f80785b266eb805016e36058ac72c51a064040f2bc43b61101cdb"}, - {file = "propcache-0.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:1cdb7988c4e5ac7f6d175a28a9aa0c94cb6f2ebe52756a3c0cda98d2809a9e37"}, - {file = "propcache-0.4.1-cp310-cp310-win_arm64.whl", hash = "sha256:d82ad62b19645419fe79dd63b3f9253e15b30e955c0170e5cebc350c1844e581"}, - {file = "propcache-0.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:60a8fda9644b7dfd5dece8c61d8a85e271cb958075bfc4e01083c148b61a7caf"}, - {file = "propcache-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c30b53e7e6bda1d547cabb47c825f3843a0a1a42b0496087bb58d8fedf9f41b5"}, - {file = "propcache-0.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6918ecbd897443087a3b7cd978d56546a812517dcaaca51b49526720571fa93e"}, - {file = "propcache-0.4.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3d902a36df4e5989763425a8ab9e98cd8ad5c52c823b34ee7ef307fd50582566"}, - {file = "propcache-0.4.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a9695397f85973bb40427dedddf70d8dc4a44b22f1650dd4af9eedf443d45165"}, - {file = "propcache-0.4.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2bb07ffd7eaad486576430c89f9b215f9e4be68c4866a96e97db9e97fead85dc"}, - {file = "propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fd6f30fdcf9ae2a70abd34da54f18da086160e4d7d9251f81f3da0ff84fc5a48"}, - {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:fc38cba02d1acba4e2869eef1a57a43dfbd3d49a59bf90dda7444ec2be6a5570"}, - {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:67fad6162281e80e882fb3ec355398cf72864a54069d060321f6cd0ade95fe85"}, - {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f10207adf04d08bec185bae14d9606a1444715bc99180f9331c9c02093e1959e"}, - {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:e9b0d8d0845bbc4cfcdcbcdbf5086886bc8157aa963c31c777ceff7846c77757"}, - {file = "propcache-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:981333cb2f4c1896a12f4ab92a9cc8f09ea664e9b7dbdc4eff74627af3a11c0f"}, - {file = "propcache-0.4.1-cp311-cp311-win32.whl", hash = "sha256:f1d2f90aeec838a52f1c1a32fe9a619fefd5e411721a9117fbf82aea638fe8a1"}, - {file = "propcache-0.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:364426a62660f3f699949ac8c621aad6977be7126c5807ce48c0aeb8e7333ea6"}, - {file = "propcache-0.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:e53f3a38d3510c11953f3e6a33f205c6d1b001129f972805ca9b42fc308bc239"}, - {file = "propcache-0.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e153e9cd40cc8945138822807139367f256f89c6810c2634a4f6902b52d3b4e2"}, - {file = "propcache-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd547953428f7abb73c5ad82cbb32109566204260d98e41e5dfdc682eb7f8403"}, - {file = "propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f048da1b4f243fc44f205dfd320933a951b8d89e0afd4c7cacc762a8b9165207"}, - {file = "propcache-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec17c65562a827bba85e3872ead335f95405ea1674860d96483a02f5c698fa72"}, - {file = "propcache-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:405aac25c6394ef275dee4c709be43745d36674b223ba4eb7144bf4d691b7367"}, - {file = "propcache-0.4.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0013cb6f8dde4b2a2f66903b8ba740bdfe378c943c4377a200551ceb27f379e4"}, - {file = "propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15932ab57837c3368b024473a525e25d316d8353016e7cc0e5ba9eb343fbb1cf"}, - {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:031dce78b9dc099f4c29785d9cf5577a3faf9ebf74ecbd3c856a7b92768c3df3"}, - {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ab08df6c9a035bee56e31af99be621526bd237bea9f32def431c656b29e41778"}, - {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4d7af63f9f93fe593afbf104c21b3b15868efb2c21d07d8732c0c4287e66b6a6"}, - {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:cfc27c945f422e8b5071b6e93169679e4eb5bf73bbcbf1ba3ae3a83d2f78ebd9"}, - {file = "propcache-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:35c3277624a080cc6ec6f847cbbbb5b49affa3598c4535a0a4682a697aaa5c75"}, - {file = "propcache-0.4.1-cp312-cp312-win32.whl", hash = "sha256:671538c2262dadb5ba6395e26c1731e1d52534bfe9ae56d0b5573ce539266aa8"}, - {file = "propcache-0.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:cb2d222e72399fcf5890d1d5cc1060857b9b236adff2792ff48ca2dfd46c81db"}, - {file = "propcache-0.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:204483131fb222bdaaeeea9f9e6c6ed0cac32731f75dfc1d4a567fc1926477c1"}, - {file = "propcache-0.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:43eedf29202c08550aac1d14e0ee619b0430aaef78f85864c1a892294fbc28cf"}, - {file = "propcache-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d62cdfcfd89ccb8de04e0eda998535c406bf5e060ffd56be6c586cbcc05b3311"}, - {file = "propcache-0.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cae65ad55793da34db5f54e4029b89d3b9b9490d8abe1b4c7ab5d4b8ec7ebf74"}, - {file = "propcache-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:333ddb9031d2704a301ee3e506dc46b1fe5f294ec198ed6435ad5b6a085facfe"}, - {file = "propcache-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fd0858c20f078a32cf55f7e81473d96dcf3b93fd2ccdb3d40fdf54b8573df3af"}, - {file = "propcache-0.4.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:678ae89ebc632c5c204c794f8dab2837c5f159aeb59e6ed0539500400577298c"}, - {file = "propcache-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d472aeb4fbf9865e0c6d622d7f4d54a4e101a89715d8904282bb5f9a2f476c3f"}, - {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4d3df5fa7e36b3225954fba85589da77a0fe6a53e3976de39caf04a0db4c36f1"}, - {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ee17f18d2498f2673e432faaa71698032b0127ebf23ae5974eeaf806c279df24"}, - {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:580e97762b950f993ae618e167e7be9256b8353c2dcd8b99ec100eb50f5286aa"}, - {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:501d20b891688eb8e7aa903021f0b72d5a55db40ffaab27edefd1027caaafa61"}, - {file = "propcache-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a0bd56e5b100aef69bd8562b74b46254e7c8812918d3baa700c8a8009b0af66"}, - {file = "propcache-0.4.1-cp313-cp313-win32.whl", hash = "sha256:bcc9aaa5d80322bc2fb24bb7accb4a30f81e90ab8d6ba187aec0744bc302ad81"}, - {file = "propcache-0.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:381914df18634f5494334d201e98245c0596067504b9372d8cf93f4bb23e025e"}, - {file = "propcache-0.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:8873eb4460fd55333ea49b7d189749ecf6e55bf85080f11b1c4530ed3034cba1"}, - {file = "propcache-0.4.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:92d1935ee1f8d7442da9c0c4fa7ac20d07e94064184811b685f5c4fada64553b"}, - {file = "propcache-0.4.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:473c61b39e1460d386479b9b2f337da492042447c9b685f28be4f74d3529e566"}, - {file = "propcache-0.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:c0ef0aaafc66fbd87842a3fe3902fd889825646bc21149eafe47be6072725835"}, - {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f95393b4d66bfae908c3ca8d169d5f79cd65636ae15b5e7a4f6e67af675adb0e"}, - {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c07fda85708bc48578467e85099645167a955ba093be0a2dcba962195676e859"}, - {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:af223b406d6d000830c6f65f1e6431783fc3f713ba3e6cc8c024d5ee96170a4b"}, - {file = "propcache-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a78372c932c90ee474559c5ddfffd718238e8673c340dc21fe45c5b8b54559a0"}, - {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:564d9f0d4d9509e1a870c920a89b2fec951b44bf5ba7d537a9e7c1ccec2c18af"}, - {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:17612831fda0138059cc5546f4d12a2aacfb9e47068c06af35c400ba58ba7393"}, - {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:41a89040cb10bd345b3c1a873b2bf36413d48da1def52f268a055f7398514874"}, - {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e35b88984e7fa64aacecea39236cee32dd9bd8c55f57ba8a75cf2399553f9bd7"}, - {file = "propcache-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6f8b465489f927b0df505cbe26ffbeed4d6d8a2bbc61ce90eb074ff129ef0ab1"}, - {file = "propcache-0.4.1-cp313-cp313t-win32.whl", hash = "sha256:2ad890caa1d928c7c2965b48f3a3815c853180831d0e5503d35cf00c472f4717"}, - {file = "propcache-0.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:f7ee0e597f495cf415bcbd3da3caa3bd7e816b74d0d52b8145954c5e6fd3ff37"}, - {file = "propcache-0.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:929d7cbe1f01bb7baffb33dc14eb5691c95831450a26354cd210a8155170c93a"}, - {file = "propcache-0.4.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3f7124c9d820ba5548d431afb4632301acf965db49e666aa21c305cbe8c6de12"}, - {file = "propcache-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c0d4b719b7da33599dfe3b22d3db1ef789210a0597bc650b7cee9c77c2be8c5c"}, - {file = "propcache-0.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f302f4783709a78240ebc311b793f123328716a60911d667e0c036bc5dcbded"}, - {file = "propcache-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c80ee5802e3fb9ea37938e7eecc307fb984837091d5fd262bb37238b1ae97641"}, - {file = "propcache-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ed5a841e8bb29a55fb8159ed526b26adc5bdd7e8bd7bf793ce647cb08656cdf4"}, - {file = "propcache-0.4.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:55c72fd6ea2da4c318e74ffdf93c4fe4e926051133657459131a95c846d16d44"}, - {file = "propcache-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8326e144341460402713f91df60ade3c999d601e7eb5ff8f6f7862d54de0610d"}, - {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:060b16ae65bc098da7f6d25bf359f1f31f688384858204fe5d652979e0015e5b"}, - {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:89eb3fa9524f7bec9de6e83cf3faed9d79bffa560672c118a96a171a6f55831e"}, - {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:dee69d7015dc235f526fe80a9c90d65eb0039103fe565776250881731f06349f"}, - {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5558992a00dfd54ccbc64a32726a3357ec93825a418a401f5cc67df0ac5d9e49"}, - {file = "propcache-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c9b822a577f560fbd9554812526831712c1436d2c046cedee4c3796d3543b144"}, - {file = "propcache-0.4.1-cp314-cp314-win32.whl", hash = "sha256:ab4c29b49d560fe48b696cdcb127dd36e0bc2472548f3bf56cc5cb3da2b2984f"}, - {file = "propcache-0.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:5a103c3eb905fcea0ab98be99c3a9a5ab2de60228aa5aceedc614c0281cf6153"}, - {file = "propcache-0.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:74c1fb26515153e482e00177a1ad654721bf9207da8a494a0c05e797ad27b992"}, - {file = "propcache-0.4.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:824e908bce90fb2743bd6b59db36eb4f45cd350a39637c9f73b1c1ea66f5b75f"}, - {file = "propcache-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2b5e7db5328427c57c8e8831abda175421b709672f6cfc3d630c3b7e2146393"}, - {file = "propcache-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6f6ff873ed40292cd4969ef5310179afd5db59fdf055897e282485043fc80ad0"}, - {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:49a2dc67c154db2c1463013594c458881a069fcf98940e61a0569016a583020a"}, - {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:005f08e6a0529984491e37d8dbc3dd86f84bd78a8ceb5fa9a021f4c48d4984be"}, - {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5c3310452e0d31390da9035c348633b43d7e7feb2e37be252be6da45abd1abcc"}, - {file = "propcache-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c3c70630930447f9ef1caac7728c8ad1c56bc5015338b20fed0d08ea2480b3a"}, - {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8e57061305815dfc910a3634dcf584f08168a8836e6999983569f51a8544cd89"}, - {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:521a463429ef54143092c11a77e04056dd00636f72e8c45b70aaa3140d639726"}, - {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:120c964da3fdc75e3731aa392527136d4ad35868cc556fd09bb6d09172d9a367"}, - {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:d8f353eb14ee3441ee844ade4277d560cdd68288838673273b978e3d6d2c8f36"}, - {file = "propcache-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ab2943be7c652f09638800905ee1bab2c544e537edb57d527997a24c13dc1455"}, - {file = "propcache-0.4.1-cp314-cp314t-win32.whl", hash = "sha256:05674a162469f31358c30bcaa8883cb7829fa3110bf9c0991fe27d7896c42d85"}, - {file = "propcache-0.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:990f6b3e2a27d683cb7602ed6c86f15ee6b43b1194736f9baaeb93d0016633b1"}, - {file = "propcache-0.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:ecef2343af4cc68e05131e45024ba34f6095821988a9d0a02aa7c73fcc448aa9"}, - {file = "propcache-0.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3d233076ccf9e450c8b3bc6720af226b898ef5d051a2d145f7d765e6e9f9bcff"}, - {file = "propcache-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:357f5bb5c377a82e105e44bd3d52ba22b616f7b9773714bff93573988ef0a5fb"}, - {file = "propcache-0.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cbc3b6dfc728105b2a57c06791eb07a94229202ea75c59db644d7d496b698cac"}, - {file = "propcache-0.4.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:182b51b421f0501952d938dc0b0eb45246a5b5153c50d42b495ad5fb7517c888"}, - {file = "propcache-0.4.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4b536b39c5199b96fc6245eb5fb796c497381d3942f169e44e8e392b29c9ebcc"}, - {file = "propcache-0.4.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:db65d2af507bbfbdcedb254a11149f894169d90488dd3e7190f7cdcb2d6cd57a"}, - {file = "propcache-0.4.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fd2dbc472da1f772a4dae4fa24be938a6c544671a912e30529984dd80400cd88"}, - {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:daede9cd44e0f8bdd9e6cc9a607fc81feb80fae7a5fc6cecaff0e0bb32e42d00"}, - {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:71b749281b816793678ae7f3d0d84bd36e694953822eaad408d682efc5ca18e0"}, - {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:0002004213ee1f36cfb3f9a42b5066100c44276b9b72b4e1504cddd3d692e86e"}, - {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:fe49d0a85038f36ba9e3ffafa1103e61170b28e95b16622e11be0a0ea07c6781"}, - {file = "propcache-0.4.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:99d43339c83aaf4d32bda60928231848eee470c6bda8d02599cc4cebe872d183"}, - {file = "propcache-0.4.1-cp39-cp39-win32.whl", hash = "sha256:a129e76735bc792794d5177069691c3217898b9f5cee2b2661471e52ffe13f19"}, - {file = "propcache-0.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:948dab269721ae9a87fd16c514a0a2c2a1bdb23a9a61b969b0f9d9ee2968546f"}, - {file = "propcache-0.4.1-cp39-cp39-win_arm64.whl", hash = "sha256:5fd37c406dd6dc85aa743e214cef35dc54bbdd1419baac4f6ae5e5b1a2976938"}, - {file = "propcache-0.4.1-py3-none-any.whl", hash = "sha256:af2a6052aeb6cf17d3e46ee169099044fd8224cbaf75c76a2ef596e8163e2237"}, - {file = "propcache-0.4.1.tar.gz", hash = "sha256:f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d"}, -] - -[[package]] -name = "psycopg2" -version = "2.9.11" -description = "psycopg2 - Python-PostgreSQL Database Adapter" -optional = true -python-versions = ">=3.9" -groups = ["main"] -markers = "extra == \"pgsql\"" -files = [ - {file = "psycopg2-2.9.11-cp310-cp310-win_amd64.whl", hash = "sha256:103e857f46bb76908768ead4e2d0ba1d1a130e7b8ed77d3ae91e8b33481813e8"}, - {file = "psycopg2-2.9.11-cp311-cp311-win_amd64.whl", hash = "sha256:210daed32e18f35e3140a1ebe059ac29209dd96468f2f7559aa59f75ee82a5cb"}, - {file = "psycopg2-2.9.11-cp312-cp312-win_amd64.whl", hash = "sha256:e03e4a6dbe87ff81540b434f2e5dc2bddad10296db5eea7bdc995bf5f4162938"}, - {file = "psycopg2-2.9.11-cp313-cp313-win_amd64.whl", hash = "sha256:8dc379166b5b7d5ea66dcebf433011dfc51a7bb8a5fc12367fa05668e5fc53c8"}, - {file = "psycopg2-2.9.11-cp314-cp314-win_amd64.whl", hash = "sha256:f10a48acba5fe6e312b891f290b4d2ca595fc9a06850fe53320beac353575578"}, - {file = "psycopg2-2.9.11-cp39-cp39-win_amd64.whl", hash = "sha256:6ecddcf573777536bddfefaea8079ce959287798c8f5804bee6933635d538924"}, - {file = "psycopg2-2.9.11.tar.gz", hash = "sha256:964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3"}, -] - -[[package]] -name = "py-vapid" -version = "1.9.4" -description = "Simple VAPID header generation library" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "py_vapid-1.9.4-py2.py3-none-any.whl", hash = "sha256:f165a5bf90dcf966b226114f01f178f137579a09784c7f0628fa2f0a299741b6"}, - {file = "py_vapid-1.9.4.tar.gz", hash = "sha256:a004023560cbc54e34fc06380a0580f04ffcc788e84fb6d19e9339eeb6551a28"}, -] - -[package.dependencies] -cryptography = ">=46" - -[package.extras] -test = ["coverage", "flake8", "mock (>=1.0)", "pytest"] - -[[package]] -name = "pycparser" -version = "3.0" -description = "C parser in Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -markers = "implementation_name != \"PyPy\"" -files = [ - {file = "pycparser-3.0-py3-none-any.whl", hash = "sha256:b727414169a36b7d524c1c3e31839a521725078d7b2ff038656844266160a992"}, - {file = "pycparser-3.0.tar.gz", hash = "sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29"}, -] - -[[package]] -name = "pyflakes" -version = "3.4.0" -description = "passive checker of Python programs" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "pyflakes-3.4.0-py2.py3-none-any.whl", hash = "sha256:f742a7dbd0d9cb9ea41e9a24a918996e8170c799fa528688d40dd582c8265f4f"}, - {file = "pyflakes-3.4.0.tar.gz", hash = "sha256:b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58"}, -] - -[[package]] -name = "pygments" -version = "2.19.2" -description = "Pygments is a syntax highlighting package written in Python." -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, - {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, -] - -[package.extras] -windows-terminal = ["colorama (>=0.4.6)"] - -[[package]] -name = "pyjwt" -version = "2.11.0" -description = "JSON Web Token implementation in Python" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469"}, - {file = "pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623"}, -] - -[package.extras] -crypto = ["cryptography (>=3.4.0)"] -dev = ["coverage[toml] (==7.10.7)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=8.4.2,<9.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] -docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] -tests = ["coverage[toml] (==7.10.7)", "pytest (>=8.4.2,<9.0.0)"] - -[[package]] -name = "pylint" -version = "4.0.4" -description = "python code static checker" -optional = false -python-versions = ">=3.10.0" -groups = ["dev"] -files = [ - {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, - {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, -] - -[package.dependencies] -astroid = ">=4.0.2,<=4.1.dev0" -colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} -dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, - {version = ">=0.3.6", markers = "python_version == \"3.11\""}, -] -isort = ">=5,<5.13 || >5.13,<8" -mccabe = ">=0.6,<0.8" -platformdirs = ">=2.2" -tomli = {version = ">=1.1", markers = "python_version < \"3.11\""} -tomlkit = ">=0.10.1" - -[package.extras] -spelling = ["pyenchant (>=3.2,<4.0)"] -testutils = ["gitpython (>3)"] - -[[package]] -name = "pytest" -version = "9.0.2" -description = "pytest: simple powerful testing with Python" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, -] - -[package.dependencies] -colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""} -iniconfig = ">=1.0.1" -packaging = ">=22" -pluggy = ">=1.5,<2" -pygments = ">=2.7.2" -tomli = {version = ">=1", markers = "python_version < \"3.11\""} - -[package.extras] -dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] - -[[package]] -name = "pytest-django" -version = "4.11.1" -description = "A Django plugin for pytest." -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "pytest_django-4.11.1-py3-none-any.whl", hash = "sha256:1b63773f648aa3d8541000c26929c1ea63934be1cfa674c76436966d73fe6a10"}, - {file = "pytest_django-4.11.1.tar.gz", hash = "sha256:a949141a1ee103cb0e7a20f1451d355f83f5e4a5d07bdd4dcfdd1fd0ff227991"}, -] - -[package.dependencies] -pytest = ">=7.0.0" - -[package.extras] -docs = ["sphinx", "sphinx_rtd_theme"] -testing = ["Django", "django-configurations (>=2.0)"] - -[[package]] -name = "python-dateutil" -version = "2.9.0.post0" -description = "Extensions to the standard Python datetime module" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -groups = ["main"] -files = [ - {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, - {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, -] - -[package.dependencies] -six = ">=1.5" - -[[package]] -name = "pytokens" -version = "0.4.0" -description = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons." -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "pytokens-0.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:af0c3166aea367a9e755a283171befb92dd3043858b94ae9b3b7efbe9def26a3"}, - {file = "pytokens-0.4.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:daae524ed14ca459932cbf51d74325bea643701ba8a8b0cc2d10f7cd4b3e2b63"}, - {file = "pytokens-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e95cb158c44d642ed62f555bf8136bbe780dbd64d2fb0b9169e11ffb944664c3"}, - {file = "pytokens-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:df58d44630eaf25f587540e94bdf1fc50b4e6d5f212c786de0fb024bfcb8753a"}, - {file = "pytokens-0.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:55efcc36f9a2e0e930cfba0ce7f83445306b02f8326745585ed5551864eba73a"}, - {file = "pytokens-0.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:92eb3ef88f27c22dc9dbab966ace4d61f6826e02ba04dac8e2d65ea31df56c8e"}, - {file = "pytokens-0.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f4b77858a680635ee9904306f54b0ee4781effb89e211ba0a773d76539537165"}, - {file = "pytokens-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:25cacc20c2ad90acb56f3739d87905473c54ca1fa5967ffcd675463fe965865e"}, - {file = "pytokens-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:628fab535ebc9079e4db35cd63cb401901c7ce8720a9834f9ad44b9eb4e0f1d4"}, - {file = "pytokens-0.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:4d0f568d7e82b7e96be56d03b5081de40e43c904eb6492bf09aaca47cd55f35b"}, - {file = "pytokens-0.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cd8da894e5a29ba6b6da8be06a4f7589d7220c099b5e363cb0643234b9b38c2a"}, - {file = "pytokens-0.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:237ba7cfb677dbd3b01b09860810aceb448871150566b93cd24501d5734a04b1"}, - {file = "pytokens-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01d1a61e36812e4e971cfe2c0e4c1f2d66d8311031dac8bf168af8a249fa04dd"}, - {file = "pytokens-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e47e2ef3ec6ee86909e520d79f965f9b23389fda47460303cf715d510a6fe544"}, - {file = "pytokens-0.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:3d36954aba4557fd5a418a03cf595ecbb1cdcce119f91a49b19ef09d691a22ae"}, - {file = "pytokens-0.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:73eff3bdd8ad08da679867992782568db0529b887bed4c85694f84cdf35eafc6"}, - {file = "pytokens-0.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d97cc1f91b1a8e8ebccf31c367f28225699bea26592df27141deade771ed0afb"}, - {file = "pytokens-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a2c8952c537cb73a1a74369501a83b7f9d208c3cf92c41dd88a17814e68d48ce"}, - {file = "pytokens-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5dbf56f3c748aed9310b310d5b8b14e2c96d3ad682ad5a943f381bdbbdddf753"}, - {file = "pytokens-0.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:e131804513597f2dff2b18f9911d9b6276e21ef3699abeffc1c087c65a3d975e"}, - {file = "pytokens-0.4.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0d7374c917197106d3c4761374718bc55ea2e9ac0fb94171588ef5840ee1f016"}, - {file = "pytokens-0.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0cd3fa1caf9e47a72ee134a29ca6b5bea84712724bba165d6628baa190c6ea5b"}, - {file = "pytokens-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9c6986576b7b07fe9791854caa5347923005a80b079d45b63b0be70d50cce5f1"}, - {file = "pytokens-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9940f7c2e2f54fb1cb5fe17d0803c54da7a2bf62222704eb4217433664a186a7"}, - {file = "pytokens-0.4.0-cp314-cp314-win_amd64.whl", hash = "sha256:54691cf8f299e7efabcc25adb4ce715d3cef1491e1c930eaf555182f898ef66a"}, - {file = "pytokens-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:94ff5db97a0d3cd7248a5b07ba2167bd3edc1db92f76c6db00137bbaf068ddf8"}, - {file = "pytokens-0.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d0dd6261cd9cc95fae1227b1b6ebee023a5fd4a4b6330b071c73a516f5f59b63"}, - {file = "pytokens-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0cdca8159df407dbd669145af4171a0d967006e0be25f3b520896bc7068f02c4"}, - {file = "pytokens-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4b5770abeb2a24347380a1164a558f0ebe06e98aedbd54c45f7929527a5fb26e"}, - {file = "pytokens-0.4.0-cp314-cp314t-win_amd64.whl", hash = "sha256:74500d72c561dad14c037a9e86a657afd63e277dd5a3bb7570932ab7a3b12551"}, - {file = "pytokens-0.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e368e0749e4e9d86a6e08763310dc92bc69ad73d9b6db5243b30174c71a8a534"}, - {file = "pytokens-0.4.0-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:865cc65c75c8f2e9e0d8330338f649b12bfd9442561900ebaf58c596a72107d2"}, - {file = "pytokens-0.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dbb9338663b3538f31c4ca7afe4f38d9b9b3a16a8be18a273a5704a1bc7a2367"}, - {file = "pytokens-0.4.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:658f870523ac1a5f4733d7db61ce9af61a0c23b2aeea3d03d1800c93f760e15f"}, - {file = "pytokens-0.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:d69a2491190a74e4b6f87f3b9dfce7a6873de3f3bf330d20083d374380becac0"}, - {file = "pytokens-0.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8cd795191c4127fcb3d7b76d84006a07748c390226f47657869235092eedbc05"}, - {file = "pytokens-0.4.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef2bcbddb73ac18599a86c8c549d5145130f2cd9d83dc2b5482fd8322b7806cd"}, - {file = "pytokens-0.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:06ac081c1187389762b58823d90d6339e6880ce0df912f71fb9022d81d7fd429"}, - {file = "pytokens-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:278129d54573efdc79e75c6082e73ebd19858e22a2e848359f93629323186ca6"}, - {file = "pytokens-0.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:9380fb6d96fa5ab83ed606ebad27b6171930cc14a8a8d215f6adb187ba428690"}, - {file = "pytokens-0.4.0-py3-none-any.whl", hash = "sha256:0508d11b4de157ee12063901603be87fb0253e8f4cb9305eb168b1202ab92068"}, - {file = "pytokens-0.4.0.tar.gz", hash = "sha256:6b0b03e6ea7c9f9d47c5c61164b69ad30f4f0d70a5d9fe7eac4d19f24f77af2d"}, -] - -[package.extras] -dev = ["black", "build", "mypy", "pytest", "pytest-cov", "setuptools", "tox", "twine", "wheel"] - -[[package]] -name = "pywebpush" -version = "2.2.0" -description = "WebPush publication library" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "pywebpush-2.2.0-py3-none-any.whl", hash = "sha256:f5a03eeeec422f62519d5a94f590937f143b2e9d05ee0da843d0dddd3c335835"}, - {file = "pywebpush-2.2.0.tar.gz", hash = "sha256:d4c0ee4981e7ac08cf14729fec8b6c3aeec58d54e6da388635c5706fcc2db3f6"}, -] - -[package.dependencies] -aiohttp = "*" -cryptography = ">=2.6.1" -http-ece = ">=1.1.0" -py-vapid = ">=1.7.0" -requests = ">=2.21.0" -six = ">=1.15.0" - -[package.extras] -dev = ["black", "mock", "pytest"] - -[[package]] -name = "pyyaml" -version = "6.0.3" -description = "YAML parser and emitter for Python" -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "PyYAML-6.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:c2514fceb77bc5e7a2f7adfaa1feb2fb311607c9cb518dbc378688ec73d8292f"}, - {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c57bb8c96f6d1808c030b1687b9b5fb476abaa47f0db9c0101f5e9f394e97f4"}, - {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efd7b85f94a6f21e4932043973a7ba2613b059c4a000551892ac9f1d11f5baf3"}, - {file = "PyYAML-6.0.3-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22ba7cfcad58ef3ecddc7ed1db3409af68d023b7f940da23c6c2a1890976eda6"}, - {file = "PyYAML-6.0.3-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:6344df0d5755a2c9a276d4473ae6b90647e216ab4757f8426893b5dd2ac3f369"}, - {file = "PyYAML-6.0.3-cp38-cp38-win32.whl", hash = "sha256:3ff07ec89bae51176c0549bc4c63aa6202991da2d9a6129d7aef7f1407d3f295"}, - {file = "PyYAML-6.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:5cf4e27da7e3fbed4d6c3d8e797387aaad68102272f8f9752883bc32d61cb87b"}, - {file = "pyyaml-6.0.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:214ed4befebe12df36bcc8bc2b64b396ca31be9304b8f59e25c11cf94a4c033b"}, - {file = "pyyaml-6.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:02ea2dfa234451bbb8772601d7b8e426c2bfa197136796224e50e35a78777956"}, - {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b30236e45cf30d2b8e7b3e85881719e98507abed1011bf463a8fa23e9c3e98a8"}, - {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:66291b10affd76d76f54fad28e22e51719ef9ba22b29e1d7d03d6777a9174198"}, - {file = "pyyaml-6.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9c7708761fccb9397fe64bbc0395abcae8c4bf7b0eac081e12b809bf47700d0b"}, - {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:418cf3f2111bc80e0933b2cd8cd04f286338bb88bdc7bc8e6dd775ebde60b5e0"}, - {file = "pyyaml-6.0.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5e0b74767e5f8c593e8c9b5912019159ed0533c70051e9cce3e8b6aa699fcd69"}, - {file = "pyyaml-6.0.3-cp310-cp310-win32.whl", hash = "sha256:28c8d926f98f432f88adc23edf2e6d4921ac26fb084b028c733d01868d19007e"}, - {file = "pyyaml-6.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:bdb2c67c6c1390b63c6ff89f210c8fd09d9a1217a465701eac7316313c915e4c"}, - {file = "pyyaml-6.0.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:44edc647873928551a01e7a563d7452ccdebee747728c1080d881d68af7b997e"}, - {file = "pyyaml-6.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:652cb6edd41e718550aad172851962662ff2681490a8a711af6a4d288dd96824"}, - {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:10892704fc220243f5305762e276552a0395f7beb4dbf9b14ec8fd43b57f126c"}, - {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:850774a7879607d3a6f50d36d04f00ee69e7fc816450e5f7e58d7f17f1ae5c00"}, - {file = "pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b8bb0864c5a28024fac8a632c443c87c5aa6f215c0b126c449ae1a150412f31d"}, - {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37d57ad971609cf3c53ba6a7e365e40660e3be0e5175fa9f2365a379d6095a"}, - {file = "pyyaml-6.0.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:37503bfbfc9d2c40b344d06b2199cf0e96e97957ab1c1b546fd4f87e53e5d3e4"}, - {file = "pyyaml-6.0.3-cp311-cp311-win32.whl", hash = "sha256:8098f252adfa6c80ab48096053f512f2321f0b998f98150cea9bd23d83e1467b"}, - {file = "pyyaml-6.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:9f3bfb4965eb874431221a3ff3fdcddc7e74e3b07799e0e84ca4a0f867d449bf"}, - {file = "pyyaml-6.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7f047e29dcae44602496db43be01ad42fc6f1cc0d8cd6c83d342306c32270196"}, - {file = "pyyaml-6.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fc09d0aa354569bc501d4e787133afc08552722d3ab34836a80547331bb5d4a0"}, - {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9149cad251584d5fb4981be1ecde53a1ca46c891a79788c0df828d2f166bda28"}, - {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5fdec68f91a0c6739b380c83b951e2c72ac0197ace422360e6d5a959d8d97b2c"}, - {file = "pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ba1cc08a7ccde2d2ec775841541641e4548226580ab850948cbfda66a1befcdc"}, - {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8dc52c23056b9ddd46818a57b78404882310fb473d63f17b07d5c40421e47f8e"}, - {file = "pyyaml-6.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41715c910c881bc081f1e8872880d3c650acf13dfa8214bad49ed4cede7c34ea"}, - {file = "pyyaml-6.0.3-cp312-cp312-win32.whl", hash = "sha256:96b533f0e99f6579b3d4d4995707cf36df9100d67e0c8303a0c55b27b5f99bc5"}, - {file = "pyyaml-6.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:5fcd34e47f6e0b794d17de1b4ff496c00986e1c83f7ab2fb8fcfe9616ff7477b"}, - {file = "pyyaml-6.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:64386e5e707d03a7e172c0701abfb7e10f0fb753ee1d773128192742712a98fd"}, - {file = "pyyaml-6.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8da9669d359f02c0b91ccc01cac4a67f16afec0dac22c2ad09f46bee0697eba8"}, - {file = "pyyaml-6.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2283a07e2c21a2aa78d9c4442724ec1eb15f5e42a723b99cb3d822d48f5f7ad1"}, - {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ee2922902c45ae8ccada2c5b501ab86c36525b883eff4255313a253a3160861c"}, - {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a33284e20b78bd4a18c8c2282d549d10bc8408a2a7ff57653c0cf0b9be0afce5"}, - {file = "pyyaml-6.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f29edc409a6392443abf94b9cf89ce99889a1dd5376d94316ae5145dfedd5d6"}, - {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7057c9a337546edc7973c0d3ba84ddcdf0daa14533c2065749c9075001090e6"}, - {file = "pyyaml-6.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:eda16858a3cab07b80edaf74336ece1f986ba330fdb8ee0d6c0d68fe82bc96be"}, - {file = "pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26"}, - {file = "pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c"}, - {file = "pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb"}, - {file = "pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac"}, - {file = "pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310"}, - {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7"}, - {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788"}, - {file = "pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5"}, - {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764"}, - {file = "pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35"}, - {file = "pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac"}, - {file = "pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3"}, - {file = "pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3"}, - {file = "pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba"}, - {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c"}, - {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702"}, - {file = "pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c"}, - {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065"}, - {file = "pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65"}, - {file = "pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9"}, - {file = "pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b"}, - {file = "pyyaml-6.0.3-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:b865addae83924361678b652338317d1bd7e79b1f4596f96b96c77a5a34b34da"}, - {file = "pyyaml-6.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c3355370a2c156cffb25e876646f149d5d68f5e0a3ce86a5084dd0b64a994917"}, - {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c5677e12444c15717b902a5798264fa7909e41153cdf9ef7ad571b704a63dd9"}, - {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5ed875a24292240029e4483f9d4a4b8a1ae08843b9c54f43fcc11e404532a8a5"}, - {file = "pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0150219816b6a1fa26fb4699fb7daa9caf09eb1999f3b70fb6e786805e80375a"}, - {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:fa160448684b4e94d80416c0fa4aac48967a969efe22931448d853ada8baf926"}, - {file = "pyyaml-6.0.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:27c0abcb4a5dac13684a37f76e701e054692a9b2d3064b70f5e4eb54810553d7"}, - {file = "pyyaml-6.0.3-cp39-cp39-win32.whl", hash = "sha256:1ebe39cb5fc479422b83de611d14e2c0d3bb2a18bbcb01f229ab3cfbd8fee7a0"}, - {file = "pyyaml-6.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:2e71d11abed7344e42a8849600193d15b6def118602c4c176f748e4583246007"}, - {file = "pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f"}, -] - -[[package]] -name = "rcssmin" -version = "1.2.2" -description = "CSS Minifier" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "rcssmin-1.2.2-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:9ca32369720f64ffcee16420d21d900de08838081b39b53b4b4701830991439b"}, - {file = "rcssmin-1.2.2-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:970e44ea43139412558e602d20ec91d0ec817602cd78d11c60e4ed80050b537c"}, - {file = "rcssmin-1.2.2-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:47aafd60e3c143d38b721ca5619a2fe275250fcd568ed67b963eb8709bb53c6a"}, - {file = "rcssmin-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:56f735846d77921d44637a9f0a0f55d00a670b27a3956da39c2ce59c3992abce"}, - {file = "rcssmin-1.2.2-cp310-cp310-manylinux1_i686.whl", hash = "sha256:4f2229ffb96abafd3120006bce9d448eb8dd0331fc30ab203066d8e63d3c7f34"}, - {file = "rcssmin-1.2.2-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:dce0f0230c6ac8579cf3b1e557ec1699fe0d931e5e64789c48ff76df2957a937"}, - {file = "rcssmin-1.2.2-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:292dc265fb95bcd3765040627713db574a96f8d55035b95c7ccdd4c587844d69"}, - {file = "rcssmin-1.2.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:cf625985ee18bcc554afaae5b42501c71a167cc79ffe8fd782b32bacab2aee68"}, - {file = "rcssmin-1.2.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1dab9b6b0e667570d4362ced81015e68bf462537dde151f9f908e1d5382fefb7"}, - {file = "rcssmin-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ace9b2c30eb02bff32ce5d6657f5ee04ae866e1bc55d3e28009325fc8b62de4e"}, - {file = "rcssmin-1.2.2-cp311-cp311-manylinux1_i686.whl", hash = "sha256:da4801f4f429d66f9922871a7c71dee54c87f0ea5666cae6f1eb84c3fbc4e1f4"}, - {file = "rcssmin-1.2.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:e6b5913f3e8cb249044e916bc6ddcb5158815121548686a0fc8e2b8a5961a62e"}, - {file = "rcssmin-1.2.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:1472a98142d10d6c6772d96424ddcaf99d7e1d3217475f7f28f7d40dd84f24a2"}, - {file = "rcssmin-1.2.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b6c91878a7e6f708f90c1bbc1a02729f45b2e5dee89045b395e997aa71744ee4"}, - {file = "rcssmin-1.2.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:844227668a235451eb544455b911067ba5495d680857d4bad2b0b78878f30a5c"}, - {file = "rcssmin-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc866e23121bc4e29014b588fb67c8242a80ce053196f511c4c806b30ca6a393"}, - {file = "rcssmin-1.2.2-cp312-cp312-manylinux1_i686.whl", hash = "sha256:78249189d39344a1e9d813c51362831537500e104c5bdce4ff24fe59010e9ee1"}, - {file = "rcssmin-1.2.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:217efed0dff304d503bf481068ddb13ae72176ed5970f1011fb1a1e379308d9c"}, - {file = "rcssmin-1.2.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:c51aa47b1752ae55ad4cf4332e7316c5206a6a686d65bc15431a6bfea393e665"}, - {file = "rcssmin-1.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:354215283f32413ced87b358934ebbb7c5529f51f5d316e80bc2889486d388b3"}, - {file = "rcssmin-1.2.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:265b57de87949b505bcd658f4f5bbfc1f077390108cd12e288ba2f7824bee52c"}, - {file = "rcssmin-1.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:83ecd3093640d69f7582839788e012ecf9a85faeb95760032626977a7d3904b2"}, - {file = "rcssmin-1.2.2-cp313-cp313-manylinux1_i686.whl", hash = "sha256:e91449b612a08e5e80df3487e941c86e2c73c5088169588c31c382eb94da0521"}, - {file = "rcssmin-1.2.2-cp313-cp313-manylinux1_x86_64.whl", hash = "sha256:20a32c49d65b65c3ac80305d8a31b98f3d92b1b052dd63b57fbebc7003f9ae38"}, - {file = "rcssmin-1.2.2-cp313-cp313-manylinux2014_aarch64.whl", hash = "sha256:cd0a5ca4a0fc3b193ab0dcd251bd2463900558108cc4306a5cc4ab77c6bfffde"}, - {file = "rcssmin-1.2.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:2b008aa77a92f9db2d88f7e7ab45b81f37253cb0baafda59dd5b857c2de9b09f"}, - {file = "rcssmin-1.2.2-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:b3843e0501fa45d7c911dd7b3b78fd5f51c8159dd36d780ee12060da2d526aa0"}, - {file = "rcssmin-1.2.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:bb75b0e412a5419d62f39d89d0b3920a6697d2b12c8dad57f8bde1c76332c640"}, - {file = "rcssmin-1.2.2-cp313-cp313t-manylinux1_i686.whl", hash = "sha256:dd192a876a7af9a14628ff20818df80187294db96d86ddccf72371a6ae3e7ce7"}, - {file = "rcssmin-1.2.2-cp313-cp313t-manylinux1_x86_64.whl", hash = "sha256:5724ed426c1444c35584f0bcda43c81ac47da769228722207aea7b8eedf31224"}, - {file = "rcssmin-1.2.2-cp313-cp313t-manylinux2014_aarch64.whl", hash = "sha256:228cc8d192ba4bd82305c085cbb5594d45d8dc6605d4eddc319543fb9f47b319"}, - {file = "rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:714390aac7c4cb611eecc845a5d9bb01495a3c9fccf9d8a2d6aa75a109276f7b"}, - {file = "rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_i686.whl", hash = "sha256:64ec506fce7a3f1e993f4c4b55c7b3d9ad8259191cf20d986aa1d1a13e920fe8"}, - {file = "rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:742bb522d1efe0f1d362d81e00b5dc93ca2ddd1e435ed2d921cfa84fbb9f6887"}, - {file = "rcssmin-1.2.2-cp314-cp314-manylinux1_i686.whl", hash = "sha256:540dd3aa586b5f8f4c4b90db37e6a31c04718cdf90dbe9bec43c3b4dd50519e7"}, - {file = "rcssmin-1.2.2-cp314-cp314-manylinux1_x86_64.whl", hash = "sha256:6ea38a38eec263858b70bed6715478dcfed7fbc5d63333a8c512631ee22baad9"}, - {file = "rcssmin-1.2.2-cp314-cp314-manylinux2014_aarch64.whl", hash = "sha256:07dc7d352e8eb08de82fc4c545dd04f9f487466c8370051e0bee4eb1e4dc85d0"}, - {file = "rcssmin-1.2.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:cdccb0e08281f0dd5d463c16ec61a06bd1534de50206dc72918be3c10dcb82e5"}, - {file = "rcssmin-1.2.2-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:2b6d5e2e2fd65738d57ef65aaaed2cff2288eccff7f704bf3d579e6f451cb60a"}, - {file = "rcssmin-1.2.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:7018d4197713c7797d1a67ed47ab53d4706c2e9ed134123c30a47d389dda5386"}, - {file = "rcssmin-1.2.2-cp314-cp314t-manylinux1_i686.whl", hash = "sha256:0162c32ce946978edc834d4fba705ac5f9422d7f556f3264cc4fc67c7ee39171"}, - {file = "rcssmin-1.2.2-cp314-cp314t-manylinux1_x86_64.whl", hash = "sha256:f17dc92553a46412c49f972f0ab31088032b9482a9c421bc2d39691a5d8842aa"}, - {file = "rcssmin-1.2.2-cp314-cp314t-manylinux2014_aarch64.whl", hash = "sha256:40c7dfba098bbd129d8c35dd8b604275585f9dc0496e5d17dbe7fd6b873b0233"}, - {file = "rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:d0197fab78ebbe33f5df9caf2572ef2d44bbe243a9130881a0c5c53ba03641fa"}, - {file = "rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:19e53c58768369366fdaef00da59f275f724f229994ea885309df6ca368ff3c8"}, - {file = "rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8d3de1a870e00d157f3a7b1797498fdc09a3774629079572350f75783bb94b9a"}, - {file = "rcssmin-1.2.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:125cc0f32609fcad47be31f1e2d807ffcdc72055ab9259e5bdba08ea6be20c80"}, - {file = "rcssmin-1.2.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:e43296196c6fc8e1ca08927afb7f0cb0a555112779dcb6477075b84c15cd843f"}, - {file = "rcssmin-1.2.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:fc3cfd3548c2a95a9bdab56914083b2c8eaf40b6b60801ae22bf01c6a05662c9"}, - {file = "rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:bd4454002078532f5cbd9dbe7868c7001fd95f79d48d8fbfedde73b1081a3379"}, - {file = "rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c86aaeee5dbe0efe786d14a473ff6324b19f2efa48d3371292f8d2d72e333644"}, - {file = "rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:5308789d1609a5b2a98607f761cfb9d40bfcfb12770eef20c1f243f01ed60956"}, - {file = "rcssmin-1.2.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2c88b835bcae8f000c93c9a6fe6fc61f70c6e3ab50618e8e04ac9dfbcb855718"}, - {file = "rcssmin-1.2.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:dd1472d19c592b960bc227d0f37785c1149bb46393ecc8f656ff572185cf6614"}, - {file = "rcssmin-1.2.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:0aa9d0b069cbab3a5de88faf17046fe9ceac418281726244423fdf8696dbace6"}, - {file = "rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d07542232ee29442b9c904ad96111f12163f0836be0ef9442dd08eb84a5ac07f"}, - {file = "rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7c75947adf3c359670a044441c1d6ba4fd9e9ad291c000b3802e75fe259c0ec0"}, - {file = "rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:7c0303254bf458e22df5de7c75fcbcf9fc7d9b7c64d59b2ab5ce5fca6de32f14"}, - {file = "rcssmin-1.2.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:c2b13d88bcb96ade57b1dfbbbf022cdcc6330eb447211470c9df980d8a7dd2a3"}, - {file = "rcssmin-1.2.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:f6696d73585c6ec01c154123bc772184a7ea6571d10092a41693050cef1fd6a9"}, - {file = "rcssmin-1.2.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:cfcc9e8cf6fcb743ec19d67b3fc9669efa717fab6a9a064fab791d1d2a891c8c"}, - {file = "rcssmin-1.2.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c96c80d96a7f933fb27e20227704d9d1f4fa3625b7f2cabfcb06b91c680610dd"}, - {file = "rcssmin-1.2.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:efdacfc8bb07d0c8a939e92b9750dd2a0646cbd4340a057271ea3fd1cb1d9b54"}, - {file = "rcssmin-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ca2492e39feed0125a7995d66f59e913d7b85bd3462eca8e388c06654a973d16"}, - {file = "rcssmin-1.2.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:6692ec9a82f96cb9c864d76659457b19a3122bb8269c9ebe4cc2338ff839defb"}, - {file = "rcssmin-1.2.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:9e36053facaecc97fca89ce2cca0fdd8ba9093eae734afd2093014334b973f0f"}, - {file = "rcssmin-1.2.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:0519a25f4af4221dcec652b2fe2e35d2a2465d7d68c2d529d47ef164e767942b"}, - {file = "rcssmin-1.2.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:c2140066b1fbc4f5ef76bff3176a60eaa86dee4ba723bfdbe480d79d8a110c26"}, - {file = "rcssmin-1.2.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:51a9ededc03dc924f1a30373a21341034117999f103edff7e8bc8e62607e9f32"}, - {file = "rcssmin-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:283ffe7f99ef75544712a4fb0362185baf3c684ca79a5c64c486acc4bfbd9407"}, - {file = "rcssmin-1.2.2.tar.gz", hash = "sha256:806986eaf7414545edc28a1d29523e9560e49e151ff4a337d9d1f0271d6e1cc4"}, -] - -[[package]] -name = "redis" -version = "7.1.0" -description = "Python client for Redis database and key-value store" -optional = true -python-versions = ">=3.10" -groups = ["main"] -markers = "extra == \"redis\"" -files = [ - {file = "redis-7.1.0-py3-none-any.whl", hash = "sha256:23c52b208f92b56103e17c5d06bdc1a6c2c0b3106583985a76a18f83b265de2b"}, - {file = "redis-7.1.0.tar.gz", hash = "sha256:b1cc3cfa5a2cb9c2ab3ba700864fb0ad75617b41f01352ce5779dabf6d5f9c3c"}, -] - -[package.dependencies] -async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} -hiredis = {version = ">=3.2.0", optional = true, markers = "extra == \"hiredis\""} - -[package.extras] -circuit-breaker = ["pybreaker (>=1.4.0)"] -hiredis = ["hiredis (>=3.2.0)"] -jwt = ["pyjwt (>=2.9.0)"] -ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"] - -[[package]] -name = "referencing" -version = "0.37.0" -description = "JSON Referencing + Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "referencing-0.37.0-py3-none-any.whl", hash = "sha256:381329a9f99628c9069361716891d34ad94af76e461dcb0335825aecc7692231"}, - {file = "referencing-0.37.0.tar.gz", hash = "sha256:44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8"}, -] - -[package.dependencies] -attrs = ">=22.2.0" -rpds-py = ">=0.7.0" -typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} - -[[package]] -name = "reportlab" -version = "4.4.9" -description = "The Reportlab Toolkit" -optional = false -python-versions = "<4,>=3.9" -groups = ["main"] -files = [ - {file = "reportlab-4.4.9-py3-none-any.whl", hash = "sha256:68e2d103ae8041a37714e8896ec9b79a1c1e911d68c3bd2ea17546568cf17bfd"}, - {file = "reportlab-4.4.9.tar.gz", hash = "sha256:7cf487764294ee791a4781f5a157bebce262a666ae4bbb87786760a9676c9378"}, -] - -[package.dependencies] -charset-normalizer = "*" -pillow = ">=9.0.0" - -[package.extras] -accel = ["rl_accel (>=0.9.0,<1.1)"] -bidi = ["rlbidi"] -pycairo = ["freetype-py (>=2.3.0,<2.4)", "rlPyCairo (>=0.2.0,<1)"] -renderpm = ["rl_renderPM (>=4.0.3,<4.1)"] -shaping = ["uharfbuzz"] - -[[package]] -name = "requests" -version = "2.32.5" -description = "Python HTTP for Humans." -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, - {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, -] - -[package.dependencies] -certifi = ">=2017.4.17" -charset_normalizer = ">=2,<4" -idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" - -[package.extras] -socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] - -[[package]] -name = "requests-oauthlib" -version = "2.0.0" -description = "OAuthlib authentication support for Requests." -optional = false -python-versions = ">=3.4" -groups = ["main"] -files = [ - {file = "requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"}, - {file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36"}, -] - -[package.dependencies] -oauthlib = ">=3.0.0" -requests = ">=2.0.0" - -[package.extras] -rsa = ["oauthlib[signedtoken] (>=3.0.0)"] - -[[package]] -name = "rjsmin" -version = "1.2.5" -description = "Javascript Minifier" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "rjsmin-1.2.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:32e8f04de01a7620d5254414ec827b070d2324169dbd65f5e5733a6c9cb3425d"}, - {file = "rjsmin-1.2.5-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:2503f98f4af750151994a592681872383be6560b8f39528bbf4409c0af5944f8"}, - {file = "rjsmin-1.2.5-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:fb5727e77abb736f9a478e586963196f300c0b39896c08fe5c324a7c9d90f532"}, - {file = "rjsmin-1.2.5-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d84873927ce22464a4c8b1e3e06704e8670369a651f950b4b11f070b1f2871d6"}, - {file = "rjsmin-1.2.5-cp310-cp310-manylinux1_i686.whl", hash = "sha256:4dda87501a36b24c0db3bcfd274f31e04bbe96c9514bb5e168d83923dac56c08"}, - {file = "rjsmin-1.2.5-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:5b1d470fb25b9485a63dd292f7eefbff1daca3cbc7fec1132d13bc5c3e6a6b35"}, - {file = "rjsmin-1.2.5-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:2af254854f5e06f42c05d2baa0e78742204bbe8891d69dcaba287449a7cd11de"}, - {file = "rjsmin-1.2.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:5975cdb5cb38bd8ddd124e9f6b4e9cd25a0e2a4fa0a3cd5604ad349f0317df7f"}, - {file = "rjsmin-1.2.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:4e2ed013704e01b8bbe82eb58f83241c33b198d96fef792f389de415b32af260"}, - {file = "rjsmin-1.2.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3b64aba17f9caa7d66f6fd9e08d7c2010ece06df2b518e0a48fbdc0482c5f9f9"}, - {file = "rjsmin-1.2.5-cp311-cp311-manylinux1_i686.whl", hash = "sha256:82bac9710030b61dd1cf442724431d29b1fec7cd708c541cb2042e38763fd610"}, - {file = "rjsmin-1.2.5-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:5626644872f3ad10b8334ec3383aad0906d36a085c04c608a400ed30be4d03a4"}, - {file = "rjsmin-1.2.5-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:2d0b8aaa98e51c8ae176b9a94e91f19d3043d7d328431d3d2c459b57a90c0c87"}, - {file = "rjsmin-1.2.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0df172044912ca2f5f04c711ded75c784fba8dc6c7a1f7f831ac831562102aa2"}, - {file = "rjsmin-1.2.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:a9208911d2f04dc3bec33df7486dbd7ecfc900b0d1ead9841bbd94a382f33f00"}, - {file = "rjsmin-1.2.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8b7cf8ce9022d381bfa700ae116e5f78698f486558a0fe23c57f158ba3229629"}, - {file = "rjsmin-1.2.5-cp312-cp312-manylinux1_i686.whl", hash = "sha256:d8b6ddaaa78fd2d3243da11c13033946d211d37729c64814cefe32dba02d9921"}, - {file = "rjsmin-1.2.5-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:2f46270969613de2292a7f747c31cabd9354cc49f6cd23f9cc8688d3af9f889e"}, - {file = "rjsmin-1.2.5-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:6e7b1bb52665894d8cba84144ee91723475948d5d1a54d7f0b25a1cdce8c5921"}, - {file = "rjsmin-1.2.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:f68dd62707d62fc1771be4407892cb932d48fa19a51e7a0e35a11b00e427e3f7"}, - {file = "rjsmin-1.2.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:73b6b099f8afb8aa7ff9ddfbfd4d6ae6540dfe7630833a04a26f1d9f67528eaf"}, - {file = "rjsmin-1.2.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:372d57835014a332dbf227b6de284ea3ee052600ab0f176df959c75a33f0690e"}, - {file = "rjsmin-1.2.5-cp313-cp313-manylinux1_i686.whl", hash = "sha256:2967e468df0bedaff71693b96ff42b46805cc7027146323a8e47c85c5ea53ac5"}, - {file = "rjsmin-1.2.5-cp313-cp313-manylinux1_x86_64.whl", hash = "sha256:3d68251d1f68c07500f1c062d9dfa16e799f8971aed1312b9584739c03d9f44b"}, - {file = "rjsmin-1.2.5-cp313-cp313-manylinux2014_aarch64.whl", hash = "sha256:3bce037bc2ed784143f90637230c0dad6b59d18e01d66ec41ab0fc988cb98266"}, - {file = "rjsmin-1.2.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:d206f730a003cbfc8ba5d70e06e9d20318d5dfc2d9220f6dab4fc708b621de15"}, - {file = "rjsmin-1.2.5-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:9ec9e902dfe04e791d056eb649805e4dc8a480c170e296b2dfbffb646425acdd"}, - {file = "rjsmin-1.2.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:7926b946de481766d4da5f669da2e3ce8491e750f32f48745d7413a92c810ead"}, - {file = "rjsmin-1.2.5-cp313-cp313t-manylinux1_i686.whl", hash = "sha256:57d0935b2675644d80ea33b611d6752a33af8e1a62baa5adff0a0b8d43981732"}, - {file = "rjsmin-1.2.5-cp313-cp313t-manylinux1_x86_64.whl", hash = "sha256:d283452b6684bd6f422eea783e5f5f16b564727652398bb71ad5adc001613765"}, - {file = "rjsmin-1.2.5-cp313-cp313t-manylinux2014_aarch64.whl", hash = "sha256:8a3c43e43c06afa7e8a36b22a1247ae58d2eebfe0aea7af5cd83f68fd7360ddc"}, - {file = "rjsmin-1.2.5-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:85aa826fca5aaf6f0f0f287f986e0f79c0f8953bab5090fed17a4f35f7ada65a"}, - {file = "rjsmin-1.2.5-cp313-cp313t-musllinux_1_1_i686.whl", hash = "sha256:d68cb778e25393adb84e1844aac6f132f72055a6cf4463bae560858300ca500c"}, - {file = "rjsmin-1.2.5-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:a86825ff7846a5c2f21a71d669b96d1b52237fb668f0243fa4f4f40a2ad93ff7"}, - {file = "rjsmin-1.2.5-cp314-cp314-manylinux1_i686.whl", hash = "sha256:7096357ed596fdfe0acb750f8cbfca338f3c845cc12def3861e23ed811589d15"}, - {file = "rjsmin-1.2.5-cp314-cp314-manylinux1_x86_64.whl", hash = "sha256:4e80b05803749502995fe33b6f5fd589b51dc46e50d873baf0b515c8f6e7b668"}, - {file = "rjsmin-1.2.5-cp314-cp314-manylinux2014_aarch64.whl", hash = "sha256:b6d0bc092acc3f54ea63ec1dcb808edaac5e956141d89fd0d038e80de5322052"}, - {file = "rjsmin-1.2.5-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:1e2943259be7beafdcb0847c2a901f223bf9044bdfa8105e1be1ad67d6c47795"}, - {file = "rjsmin-1.2.5-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:e0387568c27fb49e55c1d0dfc27b54fc63d04b7756b1fed9743078130262907f"}, - {file = "rjsmin-1.2.5-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8196f1ecb0dff6c8647d4622e496869e94f1be92567ea2e941aa18d49a1a4347"}, - {file = "rjsmin-1.2.5-cp314-cp314t-manylinux1_i686.whl", hash = "sha256:9dd9f66568be9c8676278f140aa54102fab9af7feb59adf0c7a85bef49fe70df"}, - {file = "rjsmin-1.2.5-cp314-cp314t-manylinux1_x86_64.whl", hash = "sha256:5b8f72f7d96e5e1d30a33182cb39d4eb4516ddcd9b2f984813a9eefe66f8e180"}, - {file = "rjsmin-1.2.5-cp314-cp314t-manylinux2014_aarch64.whl", hash = "sha256:8c5906bd8830f616e992ad5e7277d0ea12c530110da188b2b9da23e9524a7cbc"}, - {file = "rjsmin-1.2.5-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8207bac0d3bab7791fd667f0863b5f32e51047845179b94b28c716e6514a9234"}, - {file = "rjsmin-1.2.5-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:1e3ab93a51d7581ba0a3b6a383df2929b86d9d55f9516764678f9b4e409826e8"}, - {file = "rjsmin-1.2.5-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:47dad1732a2c4779bdc76d5b3183fdf2ec27838f31071fa9dfcc79483d3480e2"}, - {file = "rjsmin-1.2.5-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b1cceba14ed3fe7a929f6cd7b1c0190e82c030a1c9f77d4aa67f71dbbbe41e29"}, - {file = "rjsmin-1.2.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:d57c1a92278d9bb8e81c8c6ae55b690a72088b1bab241091c231158bc5d39171"}, - {file = "rjsmin-1.2.5-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:d59b4076f11ebff571d19670e6dfdab80b53e6b8951e7e837cef7228779cd140"}, - {file = "rjsmin-1.2.5-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:d2f8685ddac497bf95671795dc033773d845fa75350d416f7af4ac2f8c24e14b"}, - {file = "rjsmin-1.2.5-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:0d64da3b02f56364fe032608a10e56e5ed5aec4991a173e0b90e1a6e7bc6af58"}, - {file = "rjsmin-1.2.5-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:138b5b4e351a4b4138496829fccc402300fab5cb473a2b173feea5697e5c9c1f"}, - {file = "rjsmin-1.2.5-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:ff23e1f405b32732d1c6697dc67e74062fb7cdfda8aae73ed63d19df3ec284e3"}, - {file = "rjsmin-1.2.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:250f8282a1abc5ee3296dd62d0381e94be3a22cde0ce5eeb93fb86e6ad4ac6c4"}, - {file = "rjsmin-1.2.5-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:f9c6807c11a200d448e42c152551decc7d7ff049fe43bf02b1a223fa27fb6654"}, - {file = "rjsmin-1.2.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:43b61368e2c5ac1e81ab3fe809041320ace04574ae890c03aa1ed9b0c020f249"}, - {file = "rjsmin-1.2.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:07bccbc8cc4ffabf0db0079259a1e4d97880ccb3ffcd1dc012e8640b59b97cc4"}, - {file = "rjsmin-1.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:eef3f741d8718523c4e25ef8d9fd2a4e165fc2b72ddef32f5257d05bacaf5f41"}, - {file = "rjsmin-1.2.5-cp38-cp38-manylinux1_i686.whl", hash = "sha256:935795f2c894a010b4d7ae4058b4d7a9533202b0409a4d5753c7731e7de405c6"}, - {file = "rjsmin-1.2.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:b625911a0a1046b011b6af9fd75cebfe2ce8dd3beb3ccbe60debf3b86f71a075"}, - {file = "rjsmin-1.2.5-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:bed4e712b8380beaf7bfead08a85628ceed6ec6dcbb3bb25936a251281cb84a8"}, - {file = "rjsmin-1.2.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:beeb797c3b66695e5156b0582e5734975f56c1fc530fedaf4a391bdc703fde13"}, - {file = "rjsmin-1.2.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f23d75d2fe03e0f9861907271e378efebe9490d6c472715908bd21d8c9cfdd4b"}, - {file = "rjsmin-1.2.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:589b80f209a0ab71dadcafad4136362da00cfd4559bcb1fe138067645898a104"}, - {file = "rjsmin-1.2.5-cp39-cp39-manylinux1_i686.whl", hash = "sha256:fc534e7cda5c6997d8c2f0148f38686a64d8b6d388f07e0718d99b6e0900b10e"}, - {file = "rjsmin-1.2.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:54284d09bbc8fbaeadce1ce4812c1666c1dace1a4c654f3c4edd486650d765e9"}, - {file = "rjsmin-1.2.5-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:71a08fcd93896e06588840df6ca8087dcbb50d1cd85d3c21d3fd38a2434b9844"}, - {file = "rjsmin-1.2.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:88200560e1ec1019afc581c88773a9ee74e0d10b02fc13633a5d6c21cf7c2e90"}, - {file = "rjsmin-1.2.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:375acb47041f81b9a6d14ac2ac83b46a4cfcec2e0fa35eff544ad2222199e56d"}, - {file = "rjsmin-1.2.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7a2661e3c13bd0fa98ac2a42b323d80895e2bcbef57dabe5614742c0d20da08f"}, - {file = "rjsmin-1.2.5.tar.gz", hash = "sha256:a3f8040b0273dec773e0e807e86a4d0a9535516c0a0a35aa1bb6de6e15bb1f09"}, -] - -[[package]] -name = "roman-numerals" -version = "4.1.0" -description = "Manipulate well-formed Roman numerals" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -markers = "python_version >= \"3.11\"" -files = [ - {file = "roman_numerals-4.1.0-py3-none-any.whl", hash = "sha256:647ba99caddc2cc1e55a51e4360689115551bf4476d90e8162cf8c345fe233c7"}, - {file = "roman_numerals-4.1.0.tar.gz", hash = "sha256:1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2"}, -] - -[[package]] -name = "roman-numerals-py" -version = "4.1.0" -description = "This package is deprecated, switch to roman-numerals." -optional = false -python-versions = ">=3.10" -groups = ["dev"] -markers = "python_version >= \"3.11\"" -files = [ - {file = "roman_numerals_py-4.1.0-py3-none-any.whl", hash = "sha256:553114c1167141c1283a51743759723ecd05604a1b6b507225e91dc1a6df0780"}, - {file = "roman_numerals_py-4.1.0.tar.gz", hash = "sha256:f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9"}, -] - -[package.dependencies] -roman-numerals = "4.1.0" - -[[package]] -name = "rpds-py" -version = "0.30.0" -description = "Python bindings to Rust's persistent data structures (rpds)" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "rpds_py-0.30.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:679ae98e00c0e8d68a7fda324e16b90fd5260945b45d3b824c892cec9eea3288"}, - {file = "rpds_py-0.30.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4cc2206b76b4f576934f0ed374b10d7ca5f457858b157ca52064bdfc26b9fc00"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:389a2d49eded1896c3d48b0136ead37c48e221b391c052fba3f4055c367f60a6"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:32c8528634e1bf7121f3de08fa85b138f4e0dc47657866630611b03967f041d7"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f207f69853edd6f6700b86efb84999651baf3789e78a466431df1331608e5324"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:67b02ec25ba7a9e8fa74c63b6ca44cf5707f2fbfadae3ee8e7494297d56aa9df"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c0e95f6819a19965ff420f65578bacb0b00f251fefe2c8b23347c37174271f3"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_31_riscv64.whl", hash = "sha256:a452763cc5198f2f98898eb98f7569649fe5da666c2dc6b5ddb10fde5a574221"}, - {file = "rpds_py-0.30.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e0b65193a413ccc930671c55153a03ee57cecb49e6227204b04fae512eb657a7"}, - {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:858738e9c32147f78b3ac24dc0edb6610000e56dc0f700fd5f651d0a0f0eb9ff"}, - {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:da279aa314f00acbb803da1e76fa18666778e8a8f83484fba94526da5de2cba7"}, - {file = "rpds_py-0.30.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7c64d38fb49b6cdeda16ab49e35fe0da2e1e9b34bc38bd78386530f218b37139"}, - {file = "rpds_py-0.30.0-cp310-cp310-win32.whl", hash = "sha256:6de2a32a1665b93233cde140ff8b3467bdb9e2af2b91079f0333a0974d12d464"}, - {file = "rpds_py-0.30.0-cp310-cp310-win_amd64.whl", hash = "sha256:1726859cd0de969f88dc8673bdd954185b9104e05806be64bcd87badbe313169"}, - {file = "rpds_py-0.30.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:a2bffea6a4ca9f01b3f8e548302470306689684e61602aa3d141e34da06cf425"}, - {file = "rpds_py-0.30.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dc4f992dfe1e2bc3ebc7444f6c7051b4bc13cd8e33e43511e8ffd13bf407010d"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:422c3cb9856d80b09d30d2eb255d0754b23e090034e1deb4083f8004bd0761e4"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:07ae8a593e1c3c6b82ca3292efbe73c30b61332fd612e05abee07c79359f292f"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:12f90dd7557b6bd57f40abe7747e81e0c0b119bef015ea7726e69fe550e394a4"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:99b47d6ad9a6da00bec6aabe5a6279ecd3c06a329d4aa4771034a21e335c3a97"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:33f559f3104504506a44bb666b93a33f5d33133765b0c216a5bf2f1e1503af89"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_31_riscv64.whl", hash = "sha256:946fe926af6e44f3697abbc305ea168c2c31d3e3ef1058cf68f379bf0335a78d"}, - {file = "rpds_py-0.30.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:495aeca4b93d465efde585977365187149e75383ad2684f81519f504f5c13038"}, - {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9a0ca5da0386dee0655b4ccdf46119df60e0f10da268d04fe7cc87886872ba7"}, - {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8d6d1cc13664ec13c1b84241204ff3b12f9bb82464b8ad6e7a5d3486975c2eed"}, - {file = "rpds_py-0.30.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3896fa1be39912cf0757753826bc8bdc8ca331a28a7c4ae46b7a21280b06bb85"}, - {file = "rpds_py-0.30.0-cp311-cp311-win32.whl", hash = "sha256:55f66022632205940f1827effeff17c4fa7ae1953d2b74a8581baaefb7d16f8c"}, - {file = "rpds_py-0.30.0-cp311-cp311-win_amd64.whl", hash = "sha256:a51033ff701fca756439d641c0ad09a41d9242fa69121c7d8769604a0a629825"}, - {file = "rpds_py-0.30.0-cp311-cp311-win_arm64.whl", hash = "sha256:47b0ef6231c58f506ef0b74d44e330405caa8428e770fec25329ed2cb971a229"}, - {file = "rpds_py-0.30.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a161f20d9a43006833cd7068375a94d035714d73a172b681d8881820600abfad"}, - {file = "rpds_py-0.30.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6abc8880d9d036ecaafe709079969f56e876fcf107f7a8e9920ba6d5a3878d05"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca28829ae5f5d569bb62a79512c842a03a12576375d5ece7d2cadf8abe96ec28"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a1010ed9524c73b94d15919ca4d41d8780980e1765babf85f9a2f90d247153dd"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f8d1736cfb49381ba528cd5baa46f82fdc65c06e843dab24dd70b63d09121b3f"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d948b135c4693daff7bc2dcfc4ec57237a29bd37e60c2fabf5aff2bbacf3e2f1"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47f236970bccb2233267d89173d3ad2703cd36a0e2a6e92d0560d333871a3d23"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_31_riscv64.whl", hash = "sha256:2e6ecb5a5bcacf59c3f912155044479af1d0b6681280048b338b28e364aca1f6"}, - {file = "rpds_py-0.30.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a8fa71a2e078c527c3e9dc9fc5a98c9db40bcc8a92b4e8858e36d329f8684b51"}, - {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:73c67f2db7bc334e518d097c6d1e6fed021bbc9b7d678d6cc433478365d1d5f5"}, - {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:5ba103fb455be00f3b1c2076c9d4264bfcb037c976167a6047ed82f23153f02e"}, - {file = "rpds_py-0.30.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7cee9c752c0364588353e627da8a7e808a66873672bcb5f52890c33fd965b394"}, - {file = "rpds_py-0.30.0-cp312-cp312-win32.whl", hash = "sha256:1ab5b83dbcf55acc8b08fc62b796ef672c457b17dbd7820a11d6c52c06839bdf"}, - {file = "rpds_py-0.30.0-cp312-cp312-win_amd64.whl", hash = "sha256:a090322ca841abd453d43456ac34db46e8b05fd9b3b4ac0c78bcde8b089f959b"}, - {file = "rpds_py-0.30.0-cp312-cp312-win_arm64.whl", hash = "sha256:669b1805bd639dd2989b281be2cfd951c6121b65e729d9b843e9639ef1fd555e"}, - {file = "rpds_py-0.30.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:f83424d738204d9770830d35290ff3273fbb02b41f919870479fab14b9d303b2"}, - {file = "rpds_py-0.30.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e7536cd91353c5273434b4e003cbda89034d67e7710eab8761fd918ec6c69cf8"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2771c6c15973347f50fece41fc447c054b7ac2ae0502388ce3b6738cd366e3d4"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0a59119fc6e3f460315fe9d08149f8102aa322299deaa5cab5b40092345c2136"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:76fec018282b4ead0364022e3c54b60bf368b9d926877957a8624b58419169b7"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bef75a5525db97318e8cd061542b5a79812d711ea03dbc1f6f8dbb0c5f0d2"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9027da1ce107104c50c81383cae773ef5c24d296dd11c99e2629dbd7967a20c6"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_31_riscv64.whl", hash = "sha256:9cf69cdda1f5968a30a359aba2f7f9aa648a9ce4b580d6826437f2b291cfc86e"}, - {file = "rpds_py-0.30.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:a4796a717bf12b9da9d3ad002519a86063dcac8988b030e405704ef7d74d2d9d"}, - {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5d4c2aa7c50ad4728a094ebd5eb46c452e9cb7edbfdb18f9e1221f597a73e1e7"}, - {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ba81a9203d07805435eb06f536d95a266c21e5b2dfbf6517748ca40c98d19e31"}, - {file = "rpds_py-0.30.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:945dccface01af02675628334f7cf49c2af4c1c904748efc5cf7bbdf0b579f95"}, - {file = "rpds_py-0.30.0-cp313-cp313-win32.whl", hash = "sha256:b40fb160a2db369a194cb27943582b38f79fc4887291417685f3ad693c5a1d5d"}, - {file = "rpds_py-0.30.0-cp313-cp313-win_amd64.whl", hash = "sha256:806f36b1b605e2d6a72716f321f20036b9489d29c51c91f4dd29a3e3afb73b15"}, - {file = "rpds_py-0.30.0-cp313-cp313-win_arm64.whl", hash = "sha256:d96c2086587c7c30d44f31f42eae4eac89b60dabbac18c7669be3700f13c3ce1"}, - {file = "rpds_py-0.30.0-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:eb0b93f2e5c2189ee831ee43f156ed34e2a89a78a66b98cadad955972548be5a"}, - {file = "rpds_py-0.30.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:922e10f31f303c7c920da8981051ff6d8c1a56207dbdf330d9047f6d30b70e5e"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdc62c8286ba9bf7f47befdcea13ea0e26bf294bda99758fd90535cbaf408000"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47f9a91efc418b54fb8190a6b4aa7813a23fb79c51f4bb84e418f5476c38b8db"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1f3587eb9b17f3789ad50824084fa6f81921bbf9a795826570bda82cb3ed91f2"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39c02563fc592411c2c61d26b6c5fe1e51eaa44a75aa2c8735ca88b0d9599daa"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51a1234d8febafdfd33a42d97da7a43f5dcb120c1060e352a3fbc0c6d36e2083"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_31_riscv64.whl", hash = "sha256:eb2c4071ab598733724c08221091e8d80e89064cd472819285a9ab0f24bcedb9"}, - {file = "rpds_py-0.30.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6bdfdb946967d816e6adf9a3d8201bfad269c67efe6cefd7093ef959683c8de0"}, - {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c77afbd5f5250bf27bf516c7c4a016813eb2d3e116139aed0096940c5982da94"}, - {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:61046904275472a76c8c90c9ccee9013d70a6d0f73eecefd38c1ae7c39045a08"}, - {file = "rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c5f36a861bc4b7da6516dbdf302c55313afa09b81931e8280361a4f6c9a2d27"}, - {file = "rpds_py-0.30.0-cp313-cp313t-win32.whl", hash = "sha256:3d4a69de7a3e50ffc214ae16d79d8fbb0922972da0356dcf4d0fdca2878559c6"}, - {file = "rpds_py-0.30.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f14fc5df50a716f7ece6a80b6c78bb35ea2ca47c499e422aa4463455dd96d56d"}, - {file = "rpds_py-0.30.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:68f19c879420aa08f61203801423f6cd5ac5f0ac4ac82a2368a9fcd6a9a075e0"}, - {file = "rpds_py-0.30.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ec7c4490c672c1a0389d319b3a9cfcd098dcdc4783991553c332a15acf7249be"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f251c812357a3fed308d684a5079ddfb9d933860fc6de89f2b7ab00da481e65f"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac98b175585ecf4c0348fd7b29c3864bda53b805c773cbf7bfdaffc8070c976f"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3e62880792319dbeb7eb866547f2e35973289e7d5696c6e295476448f5b63c87"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e7fc54e0900ab35d041b0601431b0a0eb495f0851a0639b6ef90f7741b39a18"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47e77dc9822d3ad616c3d5759ea5631a75e5809d5a28707744ef79d7a1bcfcad"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:b4dc1a6ff022ff85ecafef7979a2c6eb423430e05f1165d6688234e62ba99a07"}, - {file = "rpds_py-0.30.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4559c972db3a360808309e06a74628b95eaccbf961c335c8fe0d590cf587456f"}, - {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0ed177ed9bded28f8deb6ab40c183cd1192aa0de40c12f38be4d59cd33cb5c65"}, - {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ad1fa8db769b76ea911cb4e10f049d80bf518c104f15b3edb2371cc65375c46f"}, - {file = "rpds_py-0.30.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:46e83c697b1f1c72b50e5ee5adb4353eef7406fb3f2043d64c33f20ad1c2fc53"}, - {file = "rpds_py-0.30.0-cp314-cp314-win32.whl", hash = "sha256:ee454b2a007d57363c2dfd5b6ca4a5d7e2c518938f8ed3b706e37e5d470801ed"}, - {file = "rpds_py-0.30.0-cp314-cp314-win_amd64.whl", hash = "sha256:95f0802447ac2d10bcc69f6dc28fe95fdf17940367b21d34e34c737870758950"}, - {file = "rpds_py-0.30.0-cp314-cp314-win_arm64.whl", hash = "sha256:613aa4771c99f03346e54c3f038e4cc574ac09a3ddfb0e8878487335e96dead6"}, - {file = "rpds_py-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:7e6ecfcb62edfd632e56983964e6884851786443739dbfe3582947e87274f7cb"}, - {file = "rpds_py-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a1d0bc22a7cdc173fedebb73ef81e07faef93692b8c1ad3733b67e31e1b6e1b8"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d08f00679177226c4cb8c5265012eea897c8ca3b93f429e546600c971bcbae7"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5965af57d5848192c13534f90f9dd16464f3c37aaf166cc1da1cae1fd5a34898"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a4e86e34e9ab6b667c27f3211ca48f73dba7cd3d90f8d5b11be56e5dbc3fb4e"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d3e6b26f2c785d65cc25ef1e5267ccbe1b069c5c21b8cc724efee290554419"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:626a7433c34566535b6e56a1b39a7b17ba961e97ce3b80ec62e6f1312c025551"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:acd7eb3f4471577b9b5a41baf02a978e8bdeb08b4b355273994f8b87032000a8"}, - {file = "rpds_py-0.30.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fe5fa731a1fa8a0a56b0977413f8cacac1768dad38d16b3a296712709476fbd5"}, - {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:74a3243a411126362712ee1524dfc90c650a503502f135d54d1b352bd01f2404"}, - {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:3e8eeb0544f2eb0d2581774be4c3410356eba189529a6b3e36bbbf9696175856"}, - {file = "rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:dbd936cde57abfee19ab3213cf9c26be06d60750e60a8e4dd85d1ab12c8b1f40"}, - {file = "rpds_py-0.30.0-cp314-cp314t-win32.whl", hash = "sha256:dc824125c72246d924f7f796b4f63c1e9dc810c7d9e2355864b3c3a73d59ade0"}, - {file = "rpds_py-0.30.0-cp314-cp314t-win_amd64.whl", hash = "sha256:27f4b0e92de5bfbc6f86e43959e6edd1425c33b5e69aab0984a72047f2bcf1e3"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c2262bdba0ad4fc6fb5545660673925c2d2a5d9e2e0fb603aad545427be0fc58"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:ee6af14263f25eedc3bb918a3c04245106a42dfd4f5c2285ea6f997b1fc3f89a"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3adbb8179ce342d235c31ab8ec511e66c73faa27a47e076ccc92421add53e2bb"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:250fa00e9543ac9b97ac258bd37367ff5256666122c2d0f2bc97577c60a1818c"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9854cf4f488b3d57b9aaeb105f06d78e5529d3145b1e4a41750167e8c213c6d3"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:993914b8e560023bc0a8bf742c5f303551992dcb85e247b1e5c7f4a7d145bda5"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58edca431fb9b29950807e301826586e5bbf24163677732429770a697ffe6738"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_31_riscv64.whl", hash = "sha256:dea5b552272a944763b34394d04577cf0f9bd013207bc32323b5a89a53cf9c2f"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ba3af48635eb83d03f6c9735dfb21785303e73d22ad03d489e88adae6eab8877"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:dff13836529b921e22f15cb099751209a60009731a68519630a24d61f0b1b30a"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl", hash = "sha256:1b151685b23929ab7beec71080a8889d4d6d9fa9a983d213f07121205d48e2c4"}, - {file = "rpds_py-0.30.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:ac37f9f516c51e5753f27dfdef11a88330f04de2d564be3991384b2f3535d02e"}, - {file = "rpds_py-0.30.0.tar.gz", hash = "sha256:dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84"}, -] - -[[package]] -name = "scipy" -version = "1.15.3" -description = "Fundamental algorithms for scientific computing in Python" -optional = false -python-versions = ">=3.10" -groups = ["main"] -files = [ - {file = "scipy-1.15.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:a345928c86d535060c9c2b25e71e87c39ab2f22fc96e9636bd74d1dbf9de448c"}, - {file = "scipy-1.15.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:ad3432cb0f9ed87477a8d97f03b763fd1d57709f1bbde3c9369b1dff5503b253"}, - {file = "scipy-1.15.3-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:aef683a9ae6eb00728a542b796f52a5477b78252edede72b8327a886ab63293f"}, - {file = "scipy-1.15.3-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:1c832e1bd78dea67d5c16f786681b28dd695a8cb1fb90af2e27580d3d0967e92"}, - {file = "scipy-1.15.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:263961f658ce2165bbd7b99fa5135195c3a12d9bef045345016b8b50c315cb82"}, - {file = "scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e2abc762b0811e09a0d3258abee2d98e0c703eee49464ce0069590846f31d40"}, - {file = "scipy-1.15.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:ed7284b21a7a0c8f1b6e5977ac05396c0d008b89e05498c8b7e8f4a1423bba0e"}, - {file = "scipy-1.15.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5380741e53df2c566f4d234b100a484b420af85deb39ea35a1cc1be84ff53a5c"}, - {file = "scipy-1.15.3-cp310-cp310-win_amd64.whl", hash = "sha256:9d61e97b186a57350f6d6fd72640f9e99d5a4a2b8fbf4b9ee9a841eab327dc13"}, - {file = "scipy-1.15.3-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:993439ce220d25e3696d1b23b233dd010169b62f6456488567e830654ee37a6b"}, - {file = "scipy-1.15.3-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:34716e281f181a02341ddeaad584205bd2fd3c242063bd3423d61ac259ca7eba"}, - {file = "scipy-1.15.3-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:3b0334816afb8b91dab859281b1b9786934392aa3d527cd847e41bb6f45bee65"}, - {file = "scipy-1.15.3-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:6db907c7368e3092e24919b5e31c76998b0ce1684d51a90943cb0ed1b4ffd6c1"}, - {file = "scipy-1.15.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:721d6b4ef5dc82ca8968c25b111e307083d7ca9091bc38163fb89243e85e3889"}, - {file = "scipy-1.15.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39cb9c62e471b1bb3750066ecc3a3f3052b37751c7c3dfd0fd7e48900ed52982"}, - {file = "scipy-1.15.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:795c46999bae845966368a3c013e0e00947932d68e235702b5c3f6ea799aa8c9"}, - {file = "scipy-1.15.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:18aaacb735ab38b38db42cb01f6b92a2d0d4b6aabefeb07f02849e47f8fb3594"}, - {file = "scipy-1.15.3-cp311-cp311-win_amd64.whl", hash = "sha256:ae48a786a28412d744c62fd7816a4118ef97e5be0bee968ce8f0a2fba7acf3bb"}, - {file = "scipy-1.15.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6ac6310fdbfb7aa6612408bd2f07295bcbd3fda00d2d702178434751fe48e019"}, - {file = "scipy-1.15.3-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:185cd3d6d05ca4b44a8f1595af87f9c372bb6acf9c808e99aa3e9aa03bd98cf6"}, - {file = "scipy-1.15.3-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:05dc6abcd105e1a29f95eada46d4a3f251743cfd7d3ae8ddb4088047f24ea477"}, - {file = "scipy-1.15.3-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:06efcba926324df1696931a57a176c80848ccd67ce6ad020c810736bfd58eb1c"}, - {file = "scipy-1.15.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c05045d8b9bfd807ee1b9f38761993297b10b245f012b11b13b91ba8945f7e45"}, - {file = "scipy-1.15.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:271e3713e645149ea5ea3e97b57fdab61ce61333f97cfae392c28ba786f9bb49"}, - {file = "scipy-1.15.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6cfd56fc1a8e53f6e89ba3a7a7251f7396412d655bca2aa5611c8ec9a6784a1e"}, - {file = "scipy-1.15.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0ff17c0bb1cb32952c09217d8d1eed9b53d1463e5f1dd6052c7857f83127d539"}, - {file = "scipy-1.15.3-cp312-cp312-win_amd64.whl", hash = "sha256:52092bc0472cfd17df49ff17e70624345efece4e1a12b23783a1ac59a1b728ed"}, - {file = "scipy-1.15.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2c620736bcc334782e24d173c0fdbb7590a0a436d2fdf39310a8902505008759"}, - {file = "scipy-1.15.3-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:7e11270a000969409d37ed399585ee530b9ef6aa99d50c019de4cb01e8e54e62"}, - {file = "scipy-1.15.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:8c9ed3ba2c8a2ce098163a9bdb26f891746d02136995df25227a20e71c396ebb"}, - {file = "scipy-1.15.3-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:0bdd905264c0c9cfa74a4772cdb2070171790381a5c4d312c973382fc6eaf730"}, - {file = "scipy-1.15.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:79167bba085c31f38603e11a267d862957cbb3ce018d8b38f79ac043bc92d825"}, - {file = "scipy-1.15.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9deabd6d547aee2c9a81dee6cc96c6d7e9a9b1953f74850c179f91fdc729cb7"}, - {file = "scipy-1.15.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:dde4fc32993071ac0c7dd2d82569e544f0bdaff66269cb475e0f369adad13f11"}, - {file = "scipy-1.15.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f77f853d584e72e874d87357ad70f44b437331507d1c311457bed8ed2b956126"}, - {file = "scipy-1.15.3-cp313-cp313-win_amd64.whl", hash = "sha256:b90ab29d0c37ec9bf55424c064312930ca5f4bde15ee8619ee44e69319aab163"}, - {file = "scipy-1.15.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:3ac07623267feb3ae308487c260ac684b32ea35fd81e12845039952f558047b8"}, - {file = "scipy-1.15.3-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:6487aa99c2a3d509a5227d9a5e889ff05830a06b2ce08ec30df6d79db5fcd5c5"}, - {file = "scipy-1.15.3-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:50f9e62461c95d933d5c5ef4a1f2ebf9a2b4e83b0db374cb3f1de104d935922e"}, - {file = "scipy-1.15.3-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:14ed70039d182f411ffc74789a16df3835e05dc469b898233a245cdfd7f162cb"}, - {file = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a769105537aa07a69468a0eefcd121be52006db61cdd8cac8a0e68980bbb723"}, - {file = "scipy-1.15.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9db984639887e3dffb3928d118145ffe40eff2fa40cb241a306ec57c219ebbbb"}, - {file = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:40e54d5c7e7ebf1aa596c374c49fa3135f04648a0caabcb66c52884b943f02b4"}, - {file = "scipy-1.15.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:5e721fed53187e71d0ccf382b6bf977644c533e506c4d33c3fb24de89f5c3ed5"}, - {file = "scipy-1.15.3-cp313-cp313t-win_amd64.whl", hash = "sha256:76ad1fb5f8752eabf0fa02e4cc0336b4e8f021e2d5f061ed37d6d264db35e3ca"}, - {file = "scipy-1.15.3.tar.gz", hash = "sha256:eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf"}, -] - -[package.dependencies] -numpy = ">=1.23.5,<2.5" - -[package.extras] -dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodestyle", "pydevtool", "rich-click", "ruff (>=0.0.292)", "types-psutil", "typing_extensions"] -doc = ["intersphinx_registry", "jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.19.1)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0,<8.0.0)", "sphinx-copybutton", "sphinx-design (>=0.4.0)"] -test = ["Cython", "array-api-strict (>=2.0,<2.1.1)", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja ; sys_platform != \"emscripten\"", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] - -[[package]] -name = "six" -version = "1.17.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -groups = ["main"] -files = [ - {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, - {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, -] - -[[package]] -name = "snowballstemmer" -version = "3.0.1" -description = "This package provides 32 stemmers for 30 languages generated from Snowball algorithms." -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*" -groups = ["dev"] -files = [ - {file = "snowballstemmer-3.0.1-py3-none-any.whl", hash = "sha256:6cd7b3897da8d6c9ffb968a6781fa6532dce9c3618a4b127d920dab764a19064"}, - {file = "snowballstemmer-3.0.1.tar.gz", hash = "sha256:6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"}, -] - -[[package]] -name = "soupsieve" -version = "2.8.3" -description = "A modern CSS selector implementation for Beautiful Soup." -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "soupsieve-2.8.3-py3-none-any.whl", hash = "sha256:ed64f2ba4eebeab06cc4962affce381647455978ffc1e36bb79a545b91f45a95"}, - {file = "soupsieve-2.8.3.tar.gz", hash = "sha256:3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349"}, -] - -[[package]] -name = "sphinx" -version = "8.1.3" -description = "Python documentation generator" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -markers = "python_version == \"3.10\"" -files = [ - {file = "sphinx-8.1.3-py3-none-any.whl", hash = "sha256:09719015511837b76bf6e03e42eb7595ac8c2e41eeb9c29c5b755c6b677992a2"}, - {file = "sphinx-8.1.3.tar.gz", hash = "sha256:43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927"}, -] - -[package.dependencies] -alabaster = ">=0.7.14" -babel = ">=2.13" -colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\""} -docutils = ">=0.20,<0.22" -imagesize = ">=1.3" -Jinja2 = ">=3.1" -packaging = ">=23.0" -Pygments = ">=2.17" -requests = ">=2.30.0" -snowballstemmer = ">=2.2" -sphinxcontrib-applehelp = ">=1.0.7" -sphinxcontrib-devhelp = ">=1.0.6" -sphinxcontrib-htmlhelp = ">=2.0.6" -sphinxcontrib-jsmath = ">=1.0.1" -sphinxcontrib-qthelp = ">=1.0.6" -sphinxcontrib-serializinghtml = ">=1.1.9" -tomli = {version = ">=2", markers = "python_version < \"3.11\""} - -[package.extras] -docs = ["sphinxcontrib-websupport"] -lint = ["flake8 (>=6.0)", "mypy (==1.11.1)", "pyright (==1.1.384)", "pytest (>=6.0)", "ruff (==0.6.9)", "sphinx-lint (>=0.9)", "tomli (>=2)", "types-Pillow (==10.2.0.20240822)", "types-Pygments (==2.18.0.20240506)", "types-colorama (==0.4.15.20240311)", "types-defusedxml (==0.7.0.20240218)", "types-docutils (==0.21.0.20241005)", "types-requests (==2.32.0.20240914)", "types-urllib3 (==1.26.25.14)"] -test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools (>=70.0)", "typing_extensions (>=4.9)"] - -[[package]] -name = "sphinx" -version = "8.2.3" -description = "Python documentation generator" -optional = false -python-versions = ">=3.11" -groups = ["dev"] -markers = "python_version >= \"3.11\"" -files = [ - {file = "sphinx-8.2.3-py3-none-any.whl", hash = "sha256:4405915165f13521d875a8c29c8970800a0141c14cc5416a38feca4ea5d9b9c3"}, - {file = "sphinx-8.2.3.tar.gz", hash = "sha256:398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348"}, -] - -[package.dependencies] -alabaster = ">=0.7.14" -babel = ">=2.13" -colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\""} -docutils = ">=0.20,<0.22" -imagesize = ">=1.3" -Jinja2 = ">=3.1" -packaging = ">=23.0" -Pygments = ">=2.17" -requests = ">=2.30.0" -roman-numerals-py = ">=1.0.0" -snowballstemmer = ">=2.2" -sphinxcontrib-applehelp = ">=1.0.7" -sphinxcontrib-devhelp = ">=1.0.6" -sphinxcontrib-htmlhelp = ">=2.0.6" -sphinxcontrib-jsmath = ">=1.0.1" -sphinxcontrib-qthelp = ">=1.0.6" -sphinxcontrib-serializinghtml = ">=1.1.9" - -[package.extras] -docs = ["sphinxcontrib-websupport"] -lint = ["betterproto (==2.0.0b6)", "mypy (==1.15.0)", "pypi-attestations (==0.0.21)", "pyright (==1.1.395)", "pytest (>=8.0)", "ruff (==0.9.9)", "sphinx-lint (>=0.9)", "types-Pillow (==10.2.0.20240822)", "types-Pygments (==2.19.0.20250219)", "types-colorama (==0.4.15.20240311)", "types-defusedxml (==0.7.0.20240218)", "types-docutils (==0.21.0.20241128)", "types-requests (==2.32.0.20241016)", "types-urllib3 (==1.26.25.14)"] -test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "pytest-xdist[psutil] (>=3.4)", "setuptools (>=70.0)", "typing_extensions (>=4.9)"] - -[[package]] -name = "sphinx-github-changelog" -version = "1.7.1" -description = "Build a sphinx changelog from GitHub Releases" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinx_github_changelog-1.7.1-py3-none-any.whl", hash = "sha256:5accdbdbd900287c2d6a737c322381e3f2b02053b67029006f335519a8025314"}, - {file = "sphinx_github_changelog-1.7.1.tar.gz", hash = "sha256:2ec5a716fbd21edcb4f549f8e4503a7ab08a285585aaf291a7e97d79cd6467ab"}, -] - -[package.dependencies] -docutils = "*" -requests = "*" -sphinx = "*" - -[[package]] -name = "sphinx-intl" -version = "2.3.2" -description = "Sphinx utility that make it easy to translate and to apply translation." -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinx_intl-2.3.2-py3-none-any.whl", hash = "sha256:f0082f9383066bab8406129a2ed531d21c38706d08467bf5ca3714e8914bb2be"}, - {file = "sphinx_intl-2.3.2.tar.gz", hash = "sha256:04b0d8ea04d111a7ba278b17b7b3fe9625c58b6f8ffb78bb8a1dd1288d88c1c7"}, -] - -[package.dependencies] -babel = ">=2.9.0" -click = ">=8.0.0" -sphinx = "*" - -[package.extras] -test = ["pytest (>=8.3.5)"] - -[[package]] -name = "sphinx-rtd-theme" -version = "3.1.0" -description = "Read the Docs theme for Sphinx" -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "sphinx_rtd_theme-3.1.0-py2.py3-none-any.whl", hash = "sha256:1785824ae8e6632060490f67cf3a72d404a85d2d9fc26bce3619944de5682b89"}, - {file = "sphinx_rtd_theme-3.1.0.tar.gz", hash = "sha256:b44276f2c276e909239a4f6c955aa667aaafeb78597923b1c60babc76db78e4c"}, -] - -[package.dependencies] -docutils = ">0.18,<0.23" -sphinx = ">=6,<10" -sphinxcontrib-jquery = ">=4,<5" - -[package.extras] -dev = ["bump2version", "transifex-client", "twine", "wheel"] - -[[package]] -name = "sphinxcontrib-applehelp" -version = "2.0.0" -description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinxcontrib_applehelp-2.0.0-py3-none-any.whl", hash = "sha256:4cd3f0ec4ac5dd9c17ec65e9ab272c9b867ea77425228e68ecf08d6b28ddbdb5"}, - {file = "sphinxcontrib_applehelp-2.0.0.tar.gz", hash = "sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1"}, -] - -[package.extras] -lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] -standalone = ["Sphinx (>=5)"] -test = ["pytest"] - -[[package]] -name = "sphinxcontrib-devhelp" -version = "2.0.0" -description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinxcontrib_devhelp-2.0.0-py3-none-any.whl", hash = "sha256:aefb8b83854e4b0998877524d1029fd3e6879210422ee3780459e28a1f03a8a2"}, - {file = "sphinxcontrib_devhelp-2.0.0.tar.gz", hash = "sha256:411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad"}, -] - -[package.extras] -lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] -standalone = ["Sphinx (>=5)"] -test = ["pytest"] - -[[package]] -name = "sphinxcontrib-htmlhelp" -version = "2.1.0" -description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl", hash = "sha256:166759820b47002d22914d64a075ce08f4c46818e17cfc9470a9786b759b19f8"}, - {file = "sphinxcontrib_htmlhelp-2.1.0.tar.gz", hash = "sha256:c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9"}, -] - -[package.extras] -lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] -standalone = ["Sphinx (>=5)"] -test = ["html5lib", "pytest"] - -[[package]] -name = "sphinxcontrib-jquery" -version = "4.1" -description = "Extension to include jQuery on newer Sphinx releases" -optional = false -python-versions = ">=2.7" -groups = ["dev"] -files = [ - {file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"}, - {file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"}, -] - -[package.dependencies] -Sphinx = ">=1.8" - -[[package]] -name = "sphinxcontrib-jsmath" -version = "1.0.1" -description = "A sphinx extension which renders display math in HTML via JavaScript" -optional = false -python-versions = ">=3.5" -groups = ["dev"] -files = [ - {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, - {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, -] - -[package.extras] -test = ["flake8", "mypy", "pytest"] - -[[package]] -name = "sphinxcontrib-qthelp" -version = "2.0.0" -description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinxcontrib_qthelp-2.0.0-py3-none-any.whl", hash = "sha256:b18a828cdba941ccd6ee8445dbe72ffa3ef8cbe7505d8cd1fa0d42d3f2d5f3eb"}, - {file = "sphinxcontrib_qthelp-2.0.0.tar.gz", hash = "sha256:4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab"}, -] - -[package.extras] -lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] -standalone = ["Sphinx (>=5)"] -test = ["defusedxml (>=0.7.1)", "pytest"] - -[[package]] -name = "sphinxcontrib-serializinghtml" -version = "2.0.0" -description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl", hash = "sha256:6e2cb0eef194e10c27ec0023bfeb25badbbb5868244cf5bc5bdc04e4464bf331"}, - {file = "sphinxcontrib_serializinghtml-2.0.0.tar.gz", hash = "sha256:e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d"}, -] - -[package.extras] -lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] -standalone = ["Sphinx (>=5)"] -test = ["pytest"] - -[[package]] -name = "sqlparse" -version = "0.5.5" -description = "A non-validating SQL parser." -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -files = [ - {file = "sqlparse-0.5.5-py3-none-any.whl", hash = "sha256:12a08b3bf3eec877c519589833aed092e2444e68240a3577e8e26148acc7b1ba"}, - {file = "sqlparse-0.5.5.tar.gz", hash = "sha256:e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e"}, -] - -[package.extras] -dev = ["build"] -doc = ["sphinx"] - -[[package]] -name = "tomli" -version = "2.4.0" -description = "A lil' TOML parser" -optional = false -python-versions = ">=3.8" -groups = ["main", "dev"] -markers = "python_version == \"3.10\"" -files = [ - {file = "tomli-2.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b5ef256a3fd497d4973c11bf142e9ed78b150d36f5773f1ca6088c230ffc5867"}, - {file = "tomli-2.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5572e41282d5268eb09a697c89a7bee84fae66511f87533a6f88bd2f7b652da9"}, - {file = "tomli-2.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:551e321c6ba03b55676970b47cb1b73f14a0a4dce6a3e1a9458fd6d921d72e95"}, - {file = "tomli-2.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5e3f639a7a8f10069d0e15408c0b96a2a828cfdec6fca05296ebcdcc28ca7c76"}, - {file = "tomli-2.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1b168f2731796b045128c45982d3a4874057626da0e2ef1fdd722848b741361d"}, - {file = "tomli-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:133e93646ec4300d651839d382d63edff11d8978be23da4cc106f5a18b7d0576"}, - {file = "tomli-2.4.0-cp311-cp311-win32.whl", hash = "sha256:b6c78bdf37764092d369722d9946cb65b8767bfa4110f902a1b2542d8d173c8a"}, - {file = "tomli-2.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:d3d1654e11d724760cdb37a3d7691f0be9db5fbdaef59c9f532aabf87006dbaa"}, - {file = "tomli-2.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:cae9c19ed12d4e8f3ebf46d1a75090e4c0dc16271c5bce1c833ac168f08fb614"}, - {file = "tomli-2.4.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:920b1de295e72887bafa3ad9f7a792f811847d57ea6b1215154030cf131f16b1"}, - {file = "tomli-2.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7d6d9a4aee98fac3eab4952ad1d73aee87359452d1c086b5ceb43ed02ddb16b8"}, - {file = "tomli-2.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:36b9d05b51e65b254ea6c2585b59d2c4cb91c8a3d91d0ed0f17591a29aaea54a"}, - {file = "tomli-2.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1c8a885b370751837c029ef9bc014f27d80840e48bac415f3412e6593bbc18c1"}, - {file = "tomli-2.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8768715ffc41f0008abe25d808c20c3d990f42b6e2e58305d5da280ae7d1fa3b"}, - {file = "tomli-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7b438885858efd5be02a9a133caf5812b8776ee0c969fea02c45e8e3f296ba51"}, - {file = "tomli-2.4.0-cp312-cp312-win32.whl", hash = "sha256:0408e3de5ec77cc7f81960c362543cbbd91ef883e3138e81b729fc3eea5b9729"}, - {file = "tomli-2.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:685306e2cc7da35be4ee914fd34ab801a6acacb061b6a7abca922aaf9ad368da"}, - {file = "tomli-2.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:5aa48d7c2356055feef06a43611fc401a07337d5b006be13a30f6c58f869e3c3"}, - {file = "tomli-2.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:84d081fbc252d1b6a982e1870660e7330fb8f90f676f6e78b052ad4e64714bf0"}, - {file = "tomli-2.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9a08144fa4cba33db5255f9b74f0b89888622109bd2776148f2597447f92a94e"}, - {file = "tomli-2.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c73add4bb52a206fd0c0723432db123c0c75c280cbd67174dd9d2db228ebb1b4"}, - {file = "tomli-2.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1fb2945cbe303b1419e2706e711b7113da57b7db31ee378d08712d678a34e51e"}, - {file = "tomli-2.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:bbb1b10aa643d973366dc2cb1ad94f99c1726a02343d43cbc011edbfac579e7c"}, - {file = "tomli-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4cbcb367d44a1f0c2be408758b43e1ffb5308abe0ea222897d6bfc8e8281ef2f"}, - {file = "tomli-2.4.0-cp313-cp313-win32.whl", hash = "sha256:7d49c66a7d5e56ac959cb6fc583aff0651094ec071ba9ad43df785abc2320d86"}, - {file = "tomli-2.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:3cf226acb51d8f1c394c1b310e0e0e61fecdd7adcb78d01e294ac297dd2e7f87"}, - {file = "tomli-2.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:d20b797a5c1ad80c516e41bc1fb0443ddb5006e9aaa7bda2d71978346aeb9132"}, - {file = "tomli-2.4.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:26ab906a1eb794cd4e103691daa23d95c6919cc2fa9160000ac02370cc9dd3f6"}, - {file = "tomli-2.4.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:20cedb4ee43278bc4f2fee6cb50daec836959aadaf948db5172e776dd3d993fc"}, - {file = "tomli-2.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:39b0b5d1b6dd03684b3fb276407ebed7090bbec989fa55838c98560c01113b66"}, - {file = "tomli-2.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a26d7ff68dfdb9f87a016ecfd1e1c2bacbe3108f4e0f8bcd2228ef9a766c787d"}, - {file = "tomli-2.4.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:20ffd184fb1df76a66e34bd1b36b4a4641bd2b82954befa32fe8163e79f1a702"}, - {file = "tomli-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:75c2f8bbddf170e8effc98f5e9084a8751f8174ea6ccf4fca5398436e0320bc8"}, - {file = "tomli-2.4.0-cp314-cp314-win32.whl", hash = "sha256:31d556d079d72db7c584c0627ff3a24c5d3fb4f730221d3444f3efb1b2514776"}, - {file = "tomli-2.4.0-cp314-cp314-win_amd64.whl", hash = "sha256:43e685b9b2341681907759cf3a04e14d7104b3580f808cfde1dfdb60ada85475"}, - {file = "tomli-2.4.0-cp314-cp314-win_arm64.whl", hash = "sha256:3d895d56bd3f82ddd6faaff993c275efc2ff38e52322ea264122d72729dca2b2"}, - {file = "tomli-2.4.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:5b5807f3999fb66776dbce568cc9a828544244a8eb84b84b9bafc080c99597b9"}, - {file = "tomli-2.4.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c084ad935abe686bd9c898e62a02a19abfc9760b5a79bc29644463eaf2840cb0"}, - {file = "tomli-2.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f2e3955efea4d1cfbcb87bc321e00dc08d2bcb737fd1d5e398af111d86db5df"}, - {file = "tomli-2.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0e0fe8a0b8312acf3a88077a0802565cb09ee34107813bba1c7cd591fa6cfc8d"}, - {file = "tomli-2.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:413540dce94673591859c4c6f794dfeaa845e98bf35d72ed59636f869ef9f86f"}, - {file = "tomli-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:0dc56fef0e2c1c470aeac5b6ca8cc7b640bb93e92d9803ddaf9ea03e198f5b0b"}, - {file = "tomli-2.4.0-cp314-cp314t-win32.whl", hash = "sha256:d878f2a6707cc9d53a1be1414bbb419e629c3d6e67f69230217bb663e76b5087"}, - {file = "tomli-2.4.0-cp314-cp314t-win_amd64.whl", hash = "sha256:2add28aacc7425117ff6364fe9e06a183bb0251b03f986df0e78e974047571fd"}, - {file = "tomli-2.4.0-cp314-cp314t-win_arm64.whl", hash = "sha256:2b1e3b80e1d5e52e40e9b924ec43d81570f0e7d09d11081b797bc4692765a3d4"}, - {file = "tomli-2.4.0-py3-none-any.whl", hash = "sha256:1f776e7d669ebceb01dee46484485f43a4048746235e683bcdffacdf1fb4785a"}, - {file = "tomli-2.4.0.tar.gz", hash = "sha256:aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c"}, -] - -[[package]] -name = "tomlkit" -version = "0.14.0" -description = "Style preserving TOML library" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "tomlkit-0.14.0-py3-none-any.whl", hash = "sha256:592064ed85b40fa213469f81ac584f67a4f2992509a7c3ea2d632208623a3680"}, - {file = "tomlkit-0.14.0.tar.gz", hash = "sha256:cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064"}, -] - -[[package]] -name = "typing-extensions" -version = "4.15.0" -description = "Backported and Experimental Type Hints for Python 3.9+" -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, - {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, -] - -[[package]] -name = "tzdata" -version = "2025.3" -description = "Provider of IANA time zone data" -optional = false -python-versions = ">=2" -groups = ["main", "dev"] -files = [ - {file = "tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1"}, - {file = "tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7"}, -] -markers = {dev = "sys_platform == \"win32\""} - -[[package]] -name = "uritemplate" -version = "4.2.0" -description = "Implementation of RFC 6570 URI Templates" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "uritemplate-4.2.0-py3-none-any.whl", hash = "sha256:962201ba1c4edcab02e60f9a0d3821e82dfc5d2d6662a21abd533879bdb8a686"}, - {file = "uritemplate-4.2.0.tar.gz", hash = "sha256:480c2ed180878955863323eea31b0ede668795de182617fef9c6ca09e6ec9d0e"}, -] - -[[package]] -name = "urllib3" -version = "2.6.3" -description = "HTTP library with thread-safe connection pooling, file post, and more." -optional = false -python-versions = ">=3.9" -groups = ["main", "dev"] -files = [ - {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, - {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, -] - -[package.extras] -brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""] -h2 = ["h2 (>=4,<5)"] -socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] -zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] - -[[package]] -name = "virtualenv" -version = "20.36.1" -description = "Virtual Python Environment builder" -optional = false -python-versions = ">=3.8" -groups = ["dev"] -files = [ - {file = "virtualenv-20.36.1-py3-none-any.whl", hash = "sha256:575a8d6b124ef88f6f51d56d656132389f961062a9177016a50e4f507bbcc19f"}, - {file = "virtualenv-20.36.1.tar.gz", hash = "sha256:8befb5c81842c641f8ee658481e42641c68b5eab3521d8e092d18320902466ba"}, -] - -[package.dependencies] -distlib = ">=0.3.7,<1" -filelock = {version = ">=3.20.1,<4", markers = "python_version >= \"3.10\""} -platformdirs = ">=3.9.1,<5" -typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\""} - -[package.extras] -docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] -test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8) ; platform_python_implementation == \"PyPy\" or platform_python_implementation == \"GraalVM\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\" and python_version >= \"3.13\"", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10) ; platform_python_implementation == \"CPython\""] - -[[package]] -name = "waitress" -version = "3.0.2" -description = "Waitress WSGI server" -optional = false -python-versions = ">=3.9.0" -groups = ["dev"] -files = [ - {file = "waitress-3.0.2-py3-none-any.whl", hash = "sha256:c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e"}, - {file = "waitress-3.0.2.tar.gz", hash = "sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f"}, -] - -[package.extras] -docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] -testing = ["coverage (>=7.6.0)", "pytest", "pytest-cov"] - -[[package]] -name = "webencodings" -version = "0.5.1" -description = "Character encoding aliases for legacy web content" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, - {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, -] - -[[package]] -name = "webob" -version = "1.8.9" -description = "WSGI request and response object" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -groups = ["dev"] -files = [ - {file = "WebOb-1.8.9-py2.py3-none-any.whl", hash = "sha256:45e34c58ed0c7e2ecd238ffd34432487ff13d9ad459ddfd77895e67abba7c1f9"}, - {file = "webob-1.8.9.tar.gz", hash = "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"}, -] - -[package.dependencies] -legacy-cgi = {version = ">=2.6", markers = "python_version >= \"3.13\""} - -[package.extras] -docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"] -testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] - -[[package]] -name = "webtest" -version = "3.0.7" -description = "Helper to test WSGI applications" -optional = false -python-versions = ">=3.9" -groups = ["dev"] -files = [ - {file = "webtest-3.0.7-py3-none-any.whl", hash = "sha256:2f51a0844f3a8beaef89bc23d225fe05ad816f7e429ffcc655a13013a799ac6c"}, - {file = "webtest-3.0.7.tar.gz", hash = "sha256:7aeab50f970d46c068e7a36dd162cb242591edf72a1d04efd21374772b931741"}, -] - -[package.dependencies] -beautifulsoup4 = "*" -waitress = ">=3.0.2" -WebOb = ">=1.2" - -[package.extras] -docs = ["Sphinx (>=3.0.0)", "docutils", "pylons-sphinx-themes (>=1.0.8)"] -tests = ["PasteDeploy", "WSGIProxy2", "coverage", "pyquery", "pytest", "pytest-cov"] - -[[package]] -name = "yarl" -version = "1.22.0" -description = "Yet another URL library" -optional = false -python-versions = ">=3.9" -groups = ["main"] -files = [ - {file = "yarl-1.22.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c7bd6683587567e5a49ee6e336e0612bec8329be1b7d4c8af5687dcdeb67ee1e"}, - {file = "yarl-1.22.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5cdac20da754f3a723cceea5b3448e1a2074866406adeb4ef35b469d089adb8f"}, - {file = "yarl-1.22.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07a524d84df0c10f41e3ee918846e1974aba4ec017f990dc735aad487a0bdfdf"}, - {file = "yarl-1.22.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1b329cb8146d7b736677a2440e422eadd775d1806a81db2d4cded80a48efc1a"}, - {file = "yarl-1.22.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:75976c6945d85dbb9ee6308cd7ff7b1fb9409380c82d6119bd778d8fcfe2931c"}, - {file = "yarl-1.22.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:80ddf7a5f8c86cb3eb4bc9028b07bbbf1f08a96c5c0bc1244be5e8fefcb94147"}, - {file = "yarl-1.22.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d332fc2e3c94dad927f2112395772a4e4fedbcf8f80efc21ed7cdfae4d574fdb"}, - {file = "yarl-1.22.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0cf71bf877efeac18b38d3930594c0948c82b64547c1cf420ba48722fe5509f6"}, - {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:663e1cadaddae26be034a6ab6072449a8426ddb03d500f43daf952b74553bba0"}, - {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6dcbb0829c671f305be48a7227918cfcd11276c2d637a8033a99a02b67bf9eda"}, - {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:f0d97c18dfd9a9af4490631905a3f131a8e4c9e80a39353919e2cfed8f00aedc"}, - {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:437840083abe022c978470b942ff832c3940b2ad3734d424b7eaffcd07f76737"}, - {file = "yarl-1.22.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a899cbd98dce6f5d8de1aad31cb712ec0a530abc0a86bd6edaa47c1090138467"}, - {file = "yarl-1.22.0-cp310-cp310-win32.whl", hash = "sha256:595697f68bd1f0c1c159fcb97b661fc9c3f5db46498043555d04805430e79bea"}, - {file = "yarl-1.22.0-cp310-cp310-win_amd64.whl", hash = "sha256:cb95a9b1adaa48e41815a55ae740cfda005758104049a640a398120bf02515ca"}, - {file = "yarl-1.22.0-cp310-cp310-win_arm64.whl", hash = "sha256:b85b982afde6df99ecc996990d4ad7ccbdbb70e2a4ba4de0aecde5922ba98a0b"}, - {file = "yarl-1.22.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1ab72135b1f2db3fed3997d7e7dc1b80573c67138023852b6efb336a5eae6511"}, - {file = "yarl-1.22.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:669930400e375570189492dc8d8341301578e8493aec04aebc20d4717f899dd6"}, - {file = "yarl-1.22.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:792a2af6d58177ef7c19cbf0097aba92ca1b9cb3ffdd9c7470e156c8f9b5e028"}, - {file = "yarl-1.22.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3ea66b1c11c9150f1372f69afb6b8116f2dd7286f38e14ea71a44eee9ec51b9d"}, - {file = "yarl-1.22.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3e2daa88dc91870215961e96a039ec73e4937da13cf77ce17f9cad0c18df3503"}, - {file = "yarl-1.22.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ba440ae430c00eee41509353628600212112cd5018d5def7e9b05ea7ac34eb65"}, - {file = "yarl-1.22.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e6438cc8f23a9c1478633d216b16104a586b9761db62bfacb6425bac0a36679e"}, - {file = "yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c52a6e78aef5cf47a98ef8e934755abf53953379b7d53e68b15ff4420e6683d"}, - {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3b06bcadaac49c70f4c88af4ffcfbe3dc155aab3163e75777818092478bcbbe7"}, - {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:6944b2dc72c4d7f7052683487e3677456050ff77fcf5e6204e98caf785ad1967"}, - {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:d5372ca1df0f91a86b047d1277c2aaf1edb32d78bbcefffc81b40ffd18f027ed"}, - {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:51af598701f5299012b8416486b40fceef8c26fc87dc6d7d1f6fc30609ea0aa6"}, - {file = "yarl-1.22.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b266bd01fedeffeeac01a79ae181719ff848a5a13ce10075adbefc8f1daee70e"}, - {file = "yarl-1.22.0-cp311-cp311-win32.whl", hash = "sha256:a9b1ba5610a4e20f655258d5a1fdc7ebe3d837bb0e45b581398b99eb98b1f5ca"}, - {file = "yarl-1.22.0-cp311-cp311-win_amd64.whl", hash = "sha256:078278b9b0b11568937d9509b589ee83ef98ed6d561dfe2020e24a9fd08eaa2b"}, - {file = "yarl-1.22.0-cp311-cp311-win_arm64.whl", hash = "sha256:b6a6f620cfe13ccec221fa312139135166e47ae169f8253f72a0abc0dae94376"}, - {file = "yarl-1.22.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e340382d1afa5d32b892b3ff062436d592ec3d692aeea3bef3a5cfe11bbf8c6f"}, - {file = "yarl-1.22.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f1e09112a2c31ffe8d80be1b0988fa6a18c5d5cad92a9ffbb1c04c91bfe52ad2"}, - {file = "yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:939fe60db294c786f6b7c2d2e121576628468f65453d86b0fe36cb52f987bd74"}, - {file = "yarl-1.22.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1651bf8e0398574646744c1885a41198eba53dc8a9312b954073f845c90a8df"}, - {file = "yarl-1.22.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b8a0588521a26bf92a57a1705b77b8b59044cdceccac7151bd8d229e66b8dedb"}, - {file = "yarl-1.22.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:42188e6a615c1a75bcaa6e150c3fe8f3e8680471a6b10150c5f7e83f47cc34d2"}, - {file = "yarl-1.22.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f6d2cb59377d99718913ad9a151030d6f83ef420a2b8f521d94609ecc106ee82"}, - {file = "yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50678a3b71c751d58d7908edc96d332af328839eea883bb554a43f539101277a"}, - {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e8fbaa7cec507aa24ea27a01456e8dd4b6fab829059b69844bd348f2d467124"}, - {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:433885ab5431bc3d3d4f2f9bd15bfa1614c522b0f1405d62c4f926ccd69d04fa"}, - {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:b790b39c7e9a4192dc2e201a282109ed2985a1ddbd5ac08dc56d0e121400a8f7"}, - {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:31f0b53913220599446872d757257be5898019c85e7971599065bc55065dc99d"}, - {file = "yarl-1.22.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a49370e8f711daec68d09b821a34e1167792ee2d24d405cbc2387be4f158b520"}, - {file = "yarl-1.22.0-cp312-cp312-win32.whl", hash = "sha256:70dfd4f241c04bd9239d53b17f11e6ab672b9f1420364af63e8531198e3f5fe8"}, - {file = "yarl-1.22.0-cp312-cp312-win_amd64.whl", hash = "sha256:8884d8b332a5e9b88e23f60bb166890009429391864c685e17bd73a9eda9105c"}, - {file = "yarl-1.22.0-cp312-cp312-win_arm64.whl", hash = "sha256:ea70f61a47f3cc93bdf8b2f368ed359ef02a01ca6393916bc8ff877427181e74"}, - {file = "yarl-1.22.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8dee9c25c74997f6a750cd317b8ca63545169c098faee42c84aa5e506c819b53"}, - {file = "yarl-1.22.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:01e73b85a5434f89fc4fe27dcda2aff08ddf35e4d47bbbea3bdcd25321af538a"}, - {file = "yarl-1.22.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:22965c2af250d20c873cdbee8ff958fb809940aeb2e74ba5f20aaf6b7ac8c70c"}, - {file = "yarl-1.22.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b4f15793aa49793ec8d1c708ab7f9eded1aa72edc5174cae703651555ed1b601"}, - {file = "yarl-1.22.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e5542339dcf2747135c5c85f68680353d5cb9ffd741c0f2e8d832d054d41f35a"}, - {file = "yarl-1.22.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5c401e05ad47a75869c3ab3e35137f8468b846770587e70d71e11de797d113df"}, - {file = "yarl-1.22.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:243dda95d901c733f5b59214d28b0120893d91777cb8aa043e6ef059d3cddfe2"}, - {file = "yarl-1.22.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bec03d0d388060058f5d291a813f21c011041938a441c593374da6077fe21b1b"}, - {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b0748275abb8c1e1e09301ee3cf90c8a99678a4e92e4373705f2a2570d581273"}, - {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:47fdb18187e2a4e18fda2c25c05d8251a9e4a521edaed757fef033e7d8498d9a"}, - {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c7044802eec4524fde550afc28edda0dd5784c4c45f0be151a2d3ba017daca7d"}, - {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:139718f35149ff544caba20fce6e8a2f71f1e39b92c700d8438a0b1d2a631a02"}, - {file = "yarl-1.22.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e1b51bebd221006d3d2f95fbe124b22b247136647ae5dcc8c7acafba66e5ee67"}, - {file = "yarl-1.22.0-cp313-cp313-win32.whl", hash = "sha256:d3e32536234a95f513bd374e93d717cf6b2231a791758de6c509e3653f234c95"}, - {file = "yarl-1.22.0-cp313-cp313-win_amd64.whl", hash = "sha256:47743b82b76d89a1d20b83e60d5c20314cbd5ba2befc9cda8f28300c4a08ed4d"}, - {file = "yarl-1.22.0-cp313-cp313-win_arm64.whl", hash = "sha256:5d0fcda9608875f7d052eff120c7a5da474a6796fe4d83e152e0e4d42f6d1a9b"}, - {file = "yarl-1.22.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:719ae08b6972befcba4310e49edb1161a88cdd331e3a694b84466bd938a6ab10"}, - {file = "yarl-1.22.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:47d8a5c446df1c4db9d21b49619ffdba90e77c89ec6e283f453856c74b50b9e3"}, - {file = "yarl-1.22.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:cfebc0ac8333520d2d0423cbbe43ae43c8838862ddb898f5ca68565e395516e9"}, - {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4398557cbf484207df000309235979c79c4356518fd5c99158c7d38203c4da4f"}, - {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2ca6fd72a8cd803be290d42f2dec5cdcd5299eeb93c2d929bf060ad9efaf5de0"}, - {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca1f59c4e1ab6e72f0a23c13fca5430f889634166be85dbf1013683e49e3278e"}, - {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6c5010a52015e7c70f86eb967db0f37f3c8bd503a695a49f8d45700144667708"}, - {file = "yarl-1.22.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d7672ecf7557476642c88497c2f8d8542f8e36596e928e9bcba0e42e1e7d71f"}, - {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3b7c88eeef021579d600e50363e0b6ee4f7f6f728cd3486b9d0f3ee7b946398d"}, - {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f4afb5c34f2c6fecdcc182dfcfc6af6cccf1aa923eed4d6a12e9d96904e1a0d8"}, - {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:59c189e3e99a59cf8d83cbb31d4db02d66cda5a1a4374e8a012b51255341abf5"}, - {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:5a3bf7f62a289fa90f1990422dc8dff5a458469ea71d1624585ec3a4c8d6960f"}, - {file = "yarl-1.22.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:de6b9a04c606978fdfe72666fa216ffcf2d1a9f6a381058d4378f8d7b1e5de62"}, - {file = "yarl-1.22.0-cp313-cp313t-win32.whl", hash = "sha256:1834bb90991cc2999f10f97f5f01317f99b143284766d197e43cd5b45eb18d03"}, - {file = "yarl-1.22.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff86011bd159a9d2dfc89c34cfd8aff12875980e3bd6a39ff097887520e60249"}, - {file = "yarl-1.22.0-cp313-cp313t-win_arm64.whl", hash = "sha256:7861058d0582b847bc4e3a4a4c46828a410bca738673f35a29ba3ca5db0b473b"}, - {file = "yarl-1.22.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:34b36c2c57124530884d89d50ed2c1478697ad7473efd59cfd479945c95650e4"}, - {file = "yarl-1.22.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:0dd9a702591ca2e543631c2a017e4a547e38a5c0f29eece37d9097e04a7ac683"}, - {file = "yarl-1.22.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:594fcab1032e2d2cc3321bb2e51271e7cd2b516c7d9aee780ece81b07ff8244b"}, - {file = "yarl-1.22.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f3d7a87a78d46a2e3d5b72587ac14b4c16952dd0887dbb051451eceac774411e"}, - {file = "yarl-1.22.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:852863707010316c973162e703bddabec35e8757e67fcb8ad58829de1ebc8590"}, - {file = "yarl-1.22.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:131a085a53bfe839a477c0845acf21efc77457ba2bcf5899618136d64f3303a2"}, - {file = "yarl-1.22.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:078a8aefd263f4d4f923a9677b942b445a2be970ca24548a8102689a3a8ab8da"}, - {file = "yarl-1.22.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca03b91c323036913993ff5c738d0842fc9c60c4648e5c8d98331526df89784"}, - {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:68986a61557d37bb90d3051a45b91fa3d5c516d177dfc6dd6f2f436a07ff2b6b"}, - {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4792b262d585ff0dff6bcb787f8492e40698443ec982a3568c2096433660c694"}, - {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ebd4549b108d732dba1d4ace67614b9545b21ece30937a63a65dd34efa19732d"}, - {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f87ac53513d22240c7d59203f25cc3beac1e574c6cd681bbfd321987b69f95fd"}, - {file = "yarl-1.22.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:22b029f2881599e2f1b06f8f1db2ee63bd309e2293ba2d566e008ba12778b8da"}, - {file = "yarl-1.22.0-cp314-cp314-win32.whl", hash = "sha256:6a635ea45ba4ea8238463b4f7d0e721bad669f80878b7bfd1f89266e2ae63da2"}, - {file = "yarl-1.22.0-cp314-cp314-win_amd64.whl", hash = "sha256:0d6e6885777af0f110b0e5d7e5dda8b704efed3894da26220b7f3d887b839a79"}, - {file = "yarl-1.22.0-cp314-cp314-win_arm64.whl", hash = "sha256:8218f4e98d3c10d683584cb40f0424f4b9fd6e95610232dd75e13743b070ee33"}, - {file = "yarl-1.22.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:45c2842ff0e0d1b35a6bf1cd6c690939dacb617a70827f715232b2e0494d55d1"}, - {file = "yarl-1.22.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:d947071e6ebcf2e2bee8fce76e10faca8f7a14808ca36a910263acaacef08eca"}, - {file = "yarl-1.22.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:334b8721303e61b00019474cc103bdac3d7b1f65e91f0bfedeec2d56dfe74b53"}, - {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e7ce67c34138a058fd092f67d07a72b8e31ff0c9236e751957465a24b28910c"}, - {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d77e1b2c6d04711478cb1c4ab90db07f1609ccf06a287d5607fcd90dc9863acf"}, - {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4647674b6150d2cae088fc07de2738a84b8bcedebef29802cf0b0a82ab6face"}, - {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efb07073be061c8f79d03d04139a80ba33cbd390ca8f0297aae9cce6411e4c6b"}, - {file = "yarl-1.22.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e51ac5435758ba97ad69617e13233da53908beccc6cfcd6c34bbed8dcbede486"}, - {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:33e32a0dd0c8205efa8e83d04fc9f19313772b78522d1bdc7d9aed706bfd6138"}, - {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:bf4a21e58b9cde0e401e683ebd00f6ed30a06d14e93f7c8fd059f8b6e8f87b6a"}, - {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e4b582bab49ac33c8deb97e058cd67c2c50dac0dd134874106d9c774fd272529"}, - {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:0b5bcc1a9c4839e7e30b7b30dd47fe5e7e44fb7054ec29b5bb8d526aa1041093"}, - {file = "yarl-1.22.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c0232bce2170103ec23c454e54a57008a9a72b5d1c3105dc2496750da8cfa47c"}, - {file = "yarl-1.22.0-cp314-cp314t-win32.whl", hash = "sha256:8009b3173bcd637be650922ac455946197d858b3630b6d8787aa9e5c4564533e"}, - {file = "yarl-1.22.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9fb17ea16e972c63d25d4a97f016d235c78dd2344820eb35bc034bc32012ee27"}, - {file = "yarl-1.22.0-cp314-cp314t-win_arm64.whl", hash = "sha256:9f6d73c1436b934e3f01df1e1b21ff765cd1d28c77dfb9ace207f746d4610ee1"}, - {file = "yarl-1.22.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3aa27acb6de7a23785d81557577491f6c38a5209a254d1191519d07d8fe51748"}, - {file = "yarl-1.22.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:af74f05666a5e531289cb1cc9c883d1de2088b8e5b4de48004e5ca8a830ac859"}, - {file = "yarl-1.22.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:62441e55958977b8167b2709c164c91a6363e25da322d87ae6dd9c6019ceecf9"}, - {file = "yarl-1.22.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b580e71cac3f8113d3135888770903eaf2f507e9421e5697d6ee6d8cd1c7f054"}, - {file = "yarl-1.22.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e81fda2fb4a07eda1a2252b216aa0df23ebcd4d584894e9612e80999a78fd95b"}, - {file = "yarl-1.22.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:99b6fc1d55782461b78221e95fc357b47ad98b041e8e20f47c1411d0aacddc60"}, - {file = "yarl-1.22.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:088e4e08f033db4be2ccd1f34cf29fe994772fb54cfe004bbf54db320af56890"}, - {file = "yarl-1.22.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e4e1f6f0b4da23e61188676e3ed027ef0baa833a2e633c29ff8530800edccba"}, - {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:84fc3ec96fce86ce5aa305eb4aa9358279d1aa644b71fab7b8ed33fe3ba1a7ca"}, - {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5dbeefd6ca588b33576a01b0ad58aa934bc1b41ef89dee505bf2932b22ddffba"}, - {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:14291620375b1060613f4aab9ebf21850058b6b1b438f386cc814813d901c60b"}, - {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:a4fcfc8eb2c34148c118dfa02e6427ca278bfd0f3df7c5f99e33d2c0e81eae3e"}, - {file = "yarl-1.22.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:029866bde8d7b0878b9c160e72305bbf0a7342bcd20b9999381704ae03308dc8"}, - {file = "yarl-1.22.0-cp39-cp39-win32.whl", hash = "sha256:4dcc74149ccc8bba31ce1944acee24813e93cfdee2acda3c172df844948ddf7b"}, - {file = "yarl-1.22.0-cp39-cp39-win_amd64.whl", hash = "sha256:10619d9fdee46d20edc49d3479e2f8269d0779f1b031e6f7c2aa1c76be04b7ed"}, - {file = "yarl-1.22.0-cp39-cp39-win_arm64.whl", hash = "sha256:dd7afd3f8b0bfb4e0d9fc3c31bfe8a4ec7debe124cfd90619305def3c8ca8cd2"}, - {file = "yarl-1.22.0-py3-none-any.whl", hash = "sha256:1380560bdba02b6b6c90de54133c81c9f2a453dee9912fe58c1dcced1edb7cff"}, - {file = "yarl-1.22.0.tar.gz", hash = "sha256:bebf8557577d4401ba8bd9ff33906f1376c877aa78d1fe216ad01b4d6745af71"}, -] - -[package.dependencies] -idna = ">=2.0" -multidict = ">=4.0" -propcache = ">=0.2.1" - -[extras] -mysql = ["mysqlclient"] -pgsql = ["psycopg2"] -redis = ["redis"] - -[metadata] -lock-version = "2.1" -python-versions = "^3.10" -content-hash = "798acb173c9a4d11435e017df0a9bd3a29d4533e0d51451984400c1a038a40e4" diff --git a/pyproject.toml b/pyproject.toml index 183c28ce4..d8e836132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,118 +1,105 @@ -[tool.poetry] +[project] name = "ephios" -version = "0.0.0" # automatically set by poetry-dynamic-versioning +version = "0.0.0" description = "ephios is a tool to manage shifts for medical services." -authors = ["Julian Baumann ", "Felix Rindt "] -license = "MIT" +authors = [ + { name = "Julian Baumann", email = "julian@ephios.de" }, + { name = "Felix Rindt", email = "felix@ephios.de" }, +] +requires-python = ">=3.11,<4" readme = "README.md" -homepage = "https://ephios.de" -repository = "https://github.com/ephios-dev/ephios" -documentation = "https://docs.ephios.de/en/stable/" - -[tool.poetry.urls] -"Changelog" = "https://docs.ephios.de/en/latest/changelog.html" -"Coverage" = "https://coveralls.io/github/ephios-dev/ephios" -"Report bugs" = "https://github.com/ephios-dev/ephios/issues" - -[tool.poetry.dependencies] -python = "^3.10" -Django = {version = "~5.2", extras = ["argon2"]} -django-environ = ">=0.11.2,<0.13" -django-guardian = "^3.2.0" -django-ical = "^1.8.3" -django-polymorphic = ">=4.1,<5.0" -django-select2 = ">=8.0,<9.0" -reportlab = ">=3.6.11,<5.0.0" -django-formset-js-improved = "^0.5.0" -django-csp = "^4.0" -bleach = ">=6.0.0,<7.0.0" -Markdown = "^3.3.7" +license = "MIT" +dependencies = [ + "Django[argon2]>=5.2,<5.3", + "django-environ>=0.11.2,<0.13", + "django-guardian>=3.2.0,<4", + "django-ical>=1.8.3,<2", + "django-polymorphic>=4.1,<5.0", + "django-select2>=8.0,<9.0", + "reportlab>=3.6.11,<5.0.0", + "django-formset-js-improved>=0.5.0,<0.6", + "django-csp>=4.0,<5", + "bleach>=6.0.0,<7.0.0", + "Markdown>=3.3.7,<4", + "django-compressor>=4.5,<5", + "django-statici18n>=2.3.1,<3", + "django-dynamic-preferences>=1.15.0,<2", + "django-crispy-forms>=2.0,<3", + "django-webpush>=0.3.5,<0.4", + "django-libsass>=0.9,<0.10", + "crispy-bootstrap5>=0.7,<2025.7", + "djangorestframework>=3.13.1,<4", + "django-coverage-plugin>=2.0.3,<4.0.0", + "django-filter>=24,<26", + "djangorestframework-guardian>=0.3,<0.5", + "uritemplate>=4.1.1,<5", + "django-oauth-toolkit>=3.0.1,<3.3.0", + "urllib3>=2.5.0,<3", + "pyyaml>=6.0.1,<7", + "lxml>=4.9.3,<7.0.0", + "beautifulsoup4>=4.13.3,<5", + "css-inline>=0.10.3,<0.20.0", + "requests>=2.31.0,<3", + "requests-oauthlib>=2.0,<3", + "pyjwt>=2.8.0,<3", + "scipy==1.17.0", + "drf-spectacular[sidecar]>=0.27.2,<0.30.0", + "python-dateutil>=2.9.0.post0,<3", + "cryptography>=46.0.3,<47", + "py-vapid>=1.9.4,<2", +] -psycopg2 = {version = "^2.9.3", optional = true} -mysqlclient = {version = "^2.1.1", optional = true} -redis = {extras = ["hiredis"], version = ">=5,<8", optional = true} -django-compressor = "^4.5" -django-statici18n = "^2.3.1" -django-dynamic-preferences = "^1.15.0" -django-crispy-forms = "^2.0" -django-webpush = "^0.3.5" -django-libsass = "^0.9" -crispy-bootstrap5 = ">=0.7,<2025.7" -djangorestframework = "^3.13.1" -django-coverage-plugin = ">=2.0.3,<4.0.0" -django-filter = ">=24,<26" -djangorestframework-guardian = ">=0.3,<0.5" -uritemplate = "^4.1.1" -django-oauth-toolkit = ">=3.0.1,<3.3.0" # pinned because minor versions sometimes require migrations in our models -urllib3 = "^2.5.0" -pyyaml = "^6.0.1" -lxml = ">=4.9.3,<7.0.0" -beautifulsoup4 = "^4.13.3" -css-inline = ">=0.10.3,<0.20.0" -requests = "^2.31.0" -requests-oauthlib = "^2.0" -pyjwt = "^2.8.0" -scipy = "^1.15.0" -black = ">=24.10,<27.0" -drf-spectacular = {extras = ["sidecar"], version = ">=0.27.2,<0.30.0"} -python-dateutil = "^2.9.0.post0" -cryptography = "^46.0.3" -# py-vapid is required by pywebpush (a dependency of django-webpush), but we need to -# explicitly require at least 1.9.4 to work with cryptography >= 46 -py-vapid = "^1.9.4" +[project.optional-dependencies] +pgsql = ["psycopg2>=2.9.3,<3"] +mysql = ["mysqlclient>=2.1.1,<3"] +redis = ["redis[hiredis]>=5,<8"] -[tool.poetry.extras] -pgsql = ["psycopg2"] -mysql = ["mysqlclient"] -redis = ["redis"] +[project.urls] +Homepage = "https://ephios.de" +Repository = "https://github.com/ephios-dev/ephios" +Documentation = "https://docs.ephios.de/en/stable/" +Changelog = "https://docs.ephios.de/en/latest/changelog.html" +Coverage = "https://coveralls.io/github/ephios-dev/ephios" +"Report bugs" = "https://github.com/ephios-dev/ephios/issues" -[tool.poetry.group.dev.dependencies] -black = ">=22.8,<27.0" -pre-commit = ">=2.20,<5.0" -django-debug-toolbar = ">=3.6,<7.0" -pytest-django = "^4.5.2" -django-webtest = "^1.9.9" -django-extensions = ">=3.2.1,<5.0.0" -coverage = ">=6.4,<8.0" -coveralls = ">=3.3.1,<5.0.0" -django-coverage-plugin = ">=2.0.1,<4.0.0" -isort = ">=5.10.1,<8.0.0" -pylint = ">=3.0.0,<5.0.0" -autoflake = ">=1.6,<3.0" -Sphinx = ">=8.1.3,<9.0.0" -sphinx-rtd-theme = ">=3,<4" -sphinx-intl = ">=2.0.1,<4.0.0" -sphinx-github-changelog = "^1.2.0" -djhtml = "^3.0.6" +[dependency-groups] +dev = [ + "django-debug-toolbar>=3.6,<7.0", + "pytest-django>=4.5.2,<5", + "django-webtest>=1.9.9,<2", + "django-extensions>=3.2.1,<5.0.0", + "coverage>=6.4,<8.0", + "coveralls>=3.3.1,<5.0.0", + "django-coverage-plugin>=2.0.1,<4.0.0", + "isort>=5.10.1,<8.0.0", + "pylint>=3.0.0,<5.0.0", + "autoflake>=1.6,<3.0", + "sphinx>=8.2,<9.0.0", + "sphinx-rtd-theme>=3,<4", + "sphinx-intl>=2.0.1,<4.0.0", + "sphinx-github-changelog>=1.2.0,<2", + "djhtml>=3.0.6,<4", + "prek>=0.3.1", + "ruff>=0.15.0", +] -[tool.black] +[tool.ruff] line-length = 100 -# https://github.com/psf/black/blob/master/docs/compatible_configs.md -[tool.isort] -multi_line_output = 3 -include_trailing_comma = true -force_grid_wrap = 0 -use_parentheses = true -ensure_newline_before_comments = true -line_length = 100 +[tool.ruff.format] +preview = true -[tool.pylint.messages_control] -# C0330 and C0301 are disabled for use of black -disable = """C0301, -duplicate-code, attribute-defined-outside-init, missing-module-docstring, missing-class-docstring, -no-member, invalid-name, import-outside-toplevel, unused-argument, too-many-ancestors, missing-function-docstring, -too-few-public-methods, too-many-arguments, cyclic-import, inconsistent-return-statements, -useless-object-inheritance, logging-fstring-interpolation, consider-using-f-string, too-many-positional-arguments, -unsupported-membership-test -""" +[tool.ruff.lint] +preview = true -[tool.pylint.format] -max-line-length = "100" [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "tests.settings" addopts = "--fail-on-template-vars" +pythonpath = [ + "src", # to find ephios + ".", # to find tests and esp. tests.settings +] filterwarnings = [ # displaying naive datetime warnings as errors # as seen in https://docs.djangoproject.com/en/4.1/topics/i18n/timezones/#code @@ -120,16 +107,16 @@ filterwarnings = [ 'error:DateTimeField .* received a naive datetime', ] -[build-system] -requires = ["poetry-core>=1.0.0,<2.0", "poetry-dynamic-versioning"] -build-backend = "poetry_dynamic_versioning.backend" +#[build-system] TODO +#requires = ["poetry-core>=1.0.0,<2.0", "poetry-dynamic-versioning"] +#build-backend = "poetry_dynamic_versioning.backend" [tool.coverage.run] plugins = [ 'django_coverage_plugin', ] -include = ['ephios/*.py', 'ephios/*.html'] +include = ['src/ephios/*.py', 'src/ephios/*.html'] branch = true [tool.coverage.django_coverage_plugin] diff --git a/ephios/__init__.py b/src/ephios/__init__.py similarity index 100% rename from ephios/__init__.py rename to src/ephios/__init__.py diff --git a/ephios/__main__.py b/src/ephios/__main__.py similarity index 100% rename from ephios/__main__.py rename to src/ephios/__main__.py diff --git a/ephios/api/__init__.py b/src/ephios/api/__init__.py similarity index 100% rename from ephios/api/__init__.py rename to src/ephios/api/__init__.py diff --git a/ephios/api/access/auth.py b/src/ephios/api/access/auth.py similarity index 100% rename from ephios/api/access/auth.py rename to src/ephios/api/access/auth.py diff --git a/ephios/api/access/oauth2_urls.py b/src/ephios/api/access/oauth2_urls.py similarity index 100% rename from ephios/api/access/oauth2_urls.py rename to src/ephios/api/access/oauth2_urls.py diff --git a/ephios/api/access/views.py b/src/ephios/api/access/views.py similarity index 100% rename from ephios/api/access/views.py rename to src/ephios/api/access/views.py diff --git a/ephios/api/apps.py b/src/ephios/api/apps.py similarity index 64% rename from ephios/api/apps.py rename to src/ephios/api/apps.py index 6d2ddade8..b2dc522c1 100644 --- a/ephios/api/apps.py +++ b/src/ephios/api/apps.py @@ -5,4 +5,4 @@ class ApiAppConfig(AppConfig): name = "ephios.api" def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/api/fields.py b/src/ephios/api/fields.py similarity index 100% rename from ephios/api/fields.py rename to src/ephios/api/fields.py diff --git a/ephios/api/filters.py b/src/ephios/api/filters.py similarity index 99% rename from ephios/api/filters.py rename to src/ephios/api/filters.py index 10f8d1f5e..2e4268110 100644 --- a/ephios/api/filters.py +++ b/src/ephios/api/filters.py @@ -75,7 +75,6 @@ class Meta: class EventFilterSet(StartEndTimeFilterSet): - class Meta: model = Event fields = [ diff --git a/ephios/api/migrations/0001_initial.py b/src/ephios/api/migrations/0001_initial.py similarity index 100% rename from ephios/api/migrations/0001_initial.py rename to src/ephios/api/migrations/0001_initial.py diff --git a/ephios/api/migrations/0002_accesstoken_description_accesstoken_revoked_and_more.py b/src/ephios/api/migrations/0002_accesstoken_description_accesstoken_revoked_and_more.py similarity index 100% rename from ephios/api/migrations/0002_accesstoken_description_accesstoken_revoked_and_more.py rename to src/ephios/api/migrations/0002_accesstoken_description_accesstoken_revoked_and_more.py diff --git a/ephios/api/migrations/0003_application_post_logout_redirect_uris.py b/src/ephios/api/migrations/0003_application_post_logout_redirect_uris.py similarity index 100% rename from ephios/api/migrations/0003_application_post_logout_redirect_uris.py rename to src/ephios/api/migrations/0003_application_post_logout_redirect_uris.py diff --git a/ephios/api/migrations/0004_application_allowed_origins_and_more.py b/src/ephios/api/migrations/0004_application_allowed_origins_and_more.py similarity index 99% rename from ephios/api/migrations/0004_application_allowed_origins_and_more.py rename to src/ephios/api/migrations/0004_application_allowed_origins_and_more.py index d658493e0..5368dfb4e 100644 --- a/ephios/api/migrations/0004_application_allowed_origins_and_more.py +++ b/src/ephios/api/migrations/0004_application_allowed_origins_and_more.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("api", "0003_application_post_logout_redirect_uris"), ] diff --git a/ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py b/src/ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py similarity index 99% rename from ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py rename to src/ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py index 356e0bb08..13a5eb959 100644 --- a/ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py +++ b/src/ephios/api/migrations/0005_accesstoken_token_checksum_refreshtoken_token_family_and_more.py @@ -17,7 +17,6 @@ def forwards_func(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("api", "0004_application_allowed_origins_and_more"), ] diff --git a/ephios/api/migrations/0006_alter_application_authorization_grant_type.py b/src/ephios/api/migrations/0006_alter_application_authorization_grant_type.py similarity index 99% rename from ephios/api/migrations/0006_alter_application_authorization_grant_type.py rename to src/ephios/api/migrations/0006_alter_application_authorization_grant_type.py index b36ab3471..e8e1f76c5 100644 --- a/ephios/api/migrations/0006_alter_application_authorization_grant_type.py +++ b/src/ephios/api/migrations/0006_alter_application_authorization_grant_type.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("api", "0005_accesstoken_token_checksum_refreshtoken_token_family_and_more"), ] diff --git a/ephios/api/migrations/__init__.py b/src/ephios/api/migrations/__init__.py similarity index 100% rename from ephios/api/migrations/__init__.py rename to src/ephios/api/migrations/__init__.py diff --git a/ephios/api/models.py b/src/ephios/api/models.py similarity index 100% rename from ephios/api/models.py rename to src/ephios/api/models.py diff --git a/ephios/api/permissions.py b/src/ephios/api/permissions.py similarity index 100% rename from ephios/api/permissions.py rename to src/ephios/api/permissions.py diff --git a/ephios/api/serializers.py b/src/ephios/api/serializers.py similarity index 100% rename from ephios/api/serializers.py rename to src/ephios/api/serializers.py diff --git a/ephios/api/signals.py b/src/ephios/api/signals.py similarity index 100% rename from ephios/api/signals.py rename to src/ephios/api/signals.py diff --git a/ephios/api/templates/api/access_token_form.html b/src/ephios/api/templates/api/access_token_form.html similarity index 97% rename from ephios/api/templates/api/access_token_form.html rename to src/ephios/api/templates/api/access_token_form.html index 5d205e7b5..9ea8f2bd5 100644 --- a/ephios/api/templates/api/access_token_form.html +++ b/src/ephios/api/templates/api/access_token_form.html @@ -17,4 +17,4 @@

{% translate "Cancel" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/api/templates/api/access_token_list.html b/src/ephios/api/templates/api/access_token_list.html similarity index 100% rename from ephios/api/templates/api/access_token_list.html rename to src/ephios/api/templates/api/access_token_list.html diff --git a/ephios/api/templates/api/access_token_reveal.html b/src/ephios/api/templates/api/access_token_reveal.html similarity index 98% rename from ephios/api/templates/api/access_token_reveal.html rename to src/ephios/api/templates/api/access_token_reveal.html index 17fa18e21..bad87c050 100644 --- a/ephios/api/templates/api/access_token_reveal.html +++ b/src/ephios/api/templates/api/access_token_reveal.html @@ -35,4 +35,4 @@

{% block javascript %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/api/templates/oauth2_provider/application_confirm_delete.html b/src/ephios/api/templates/oauth2_provider/application_confirm_delete.html similarity index 100% rename from ephios/api/templates/oauth2_provider/application_confirm_delete.html rename to src/ephios/api/templates/oauth2_provider/application_confirm_delete.html diff --git a/ephios/api/templates/oauth2_provider/application_detail.html b/src/ephios/api/templates/oauth2_provider/application_detail.html similarity index 99% rename from ephios/api/templates/oauth2_provider/application_detail.html rename to src/ephios/api/templates/oauth2_provider/application_detail.html index 2b80efbc4..a6d9c798d 100644 --- a/ephios/api/templates/oauth2_provider/application_detail.html +++ b/src/ephios/api/templates/oauth2_provider/application_detail.html @@ -82,4 +82,4 @@

{{ application.name }}

{% block javascript %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/api/templates/oauth2_provider/application_form.html b/src/ephios/api/templates/oauth2_provider/application_form.html similarity index 100% rename from ephios/api/templates/oauth2_provider/application_form.html rename to src/ephios/api/templates/oauth2_provider/application_form.html diff --git a/ephios/api/templates/oauth2_provider/application_list.html b/src/ephios/api/templates/oauth2_provider/application_list.html similarity index 100% rename from ephios/api/templates/oauth2_provider/application_list.html rename to src/ephios/api/templates/oauth2_provider/application_list.html diff --git a/ephios/api/templates/oauth2_provider/application_registration_form.html b/src/ephios/api/templates/oauth2_provider/application_registration_form.html similarity index 100% rename from ephios/api/templates/oauth2_provider/application_registration_form.html rename to src/ephios/api/templates/oauth2_provider/application_registration_form.html diff --git a/ephios/api/templates/oauth2_provider/authorize.html b/src/ephios/api/templates/oauth2_provider/authorize.html similarity index 100% rename from ephios/api/templates/oauth2_provider/authorize.html rename to src/ephios/api/templates/oauth2_provider/authorize.html diff --git a/src/ephios/api/urls.py b/src/ephios/api/urls.py new file mode 100644 index 000000000..141abbf05 --- /dev/null +++ b/src/ephios/api/urls.py @@ -0,0 +1,111 @@ +from django.urls import include, path +from drf_spectacular.views import SpectacularAPIView, SpectacularSwaggerSplitView +from oauth2_provider import views as oauth2_views +from rest_framework import routers + +from ephios.api.access.views import ( + AccessTokenCreateView, + AccessTokenRevealView, + AccessTokenRevokeView, + AccessTokensListView, + AllUserApplicationList, + ApplicationDelete, + ApplicationDetail, + ApplicationUpdate, +) +from ephios.api.views.events import ( + EventViewSet, + ParticipationViewSet, + ShiftViewSet, + UserinfoParticipationViewSet, +) +from ephios.api.views.users import ( + OwnParticipationsViewSet, + UserByMailView, + UserParticipationView, + UserProfileMeView, + UserViewSet, +) +from ephios.extra.permissions import staff_required + +router = routers.DefaultRouter() +router.register(r"events", EventViewSet) +router.register(r"shifts", ShiftViewSet) +router.register(r"participations", ParticipationViewSet, basename="participations") +router.register( + r"participations-userinfo", UserinfoParticipationViewSet, basename="userinfo-participations" +) +router.register(r"users/by_email", UserByMailView, basename="user-by-email") +router.register(r"users", UserViewSet) +router.register(r"users/me/participations", OwnParticipationsViewSet, basename="participations-me") +router.register( + r"users/(?P[\d]+)/participations", UserParticipationView, basename="user-participations" +) + +app_name = "api" +urlpatterns = [ + path("users/me/", UserProfileMeView.as_view(), name="user-profile-me"), + path( + "settings/", + include([ + # Token management views + path( + "token/", + AccessTokensListView.as_view(), + name="settings-access-token-list", + ), + path( + "token/create/", + AccessTokenCreateView.as_view(), + name="settings-access-token-create", + ), + path( + "token/reveal//", + AccessTokenRevealView.as_view(), + name="settings-access-token-reveal", + ), + path( + "token/revoke/", + AccessTokenRevokeView.as_view(), + name="settings-access-token-revoke", + ), + # Application management views + path( + "applications/", + AllUserApplicationList.as_view(), + name="settings-oauth-app-list", + ), + path( + "applications/register/", + staff_required(oauth2_views.ApplicationRegistration.as_view()), + name="settings-oauth-app-register", + ), + path( + "applications//", + ApplicationDetail.as_view(), + name="settings-oauth-app-detail", + ), + path( + "applications//delete/", + ApplicationDelete.as_view(), + name="settings-oauth-app-delete", + ), + path( + "applications//update/", + ApplicationUpdate.as_view(), + name="settings-oauth-app-update", + ), + ]), + ), + path( + "schema/", + SpectacularAPIView.as_view(), + name="openapi-schema", + ), + path( + "schema/swagger-ui/", + SpectacularSwaggerSplitView.as_view(url_name="openapi-schema"), + name="swagger-ui", + ), + path("", include(router.urls)), +] diff --git a/ephios/api/views/events.py b/src/ephios/api/views/events.py similarity index 94% rename from ephios/api/views/events.py rename to src/ephios/api/views/events.py index 5c7479f34..bac7d17e3 100644 --- a/ephios/api/views/events.py +++ b/src/ephios/api/views/events.py @@ -55,7 +55,8 @@ class EventViewSet(viewsets.ReadOnlyModelViewSet): ] queryset = ( - Event.objects.all() + Event.objects + .all() .annotate( start_time=Min("shifts__start_time"), end_time=Max("shifts__end_time"), @@ -75,7 +76,8 @@ class UserinfoParticipationViewSet(viewsets.ReadOnlyModelViewSet): required_scopes = ["CONFIDENTIAL_READ"] queryset = ( - AbstractParticipation.objects.all() + AbstractParticipation.objects + .all() .select_related("shift", "shift__event", "shift__event__type") .order_by("id") ) @@ -93,9 +95,8 @@ class ParticipationViewSet(UserinfoParticipationViewSet): required_scopes = ["CONFIDENTIAL_READ"] queryset = ( - AbstractParticipation.objects.filter( - state__in=AbstractParticipation.States.REQUESTED_AND_CONFIRMED - ) + AbstractParticipation.objects + .filter(state__in=AbstractParticipation.States.REQUESTED_AND_CONFIRMED) .select_related("shift", "shift__event", "shift__event__type") .order_by("id") ) diff --git a/ephios/api/views/users.py b/src/ephios/api/views/users.py similarity index 100% rename from ephios/api/views/users.py rename to src/ephios/api/views/users.py diff --git a/ephios/asgi.py b/src/ephios/asgi.py similarity index 100% rename from ephios/asgi.py rename to src/ephios/asgi.py diff --git a/ephios/core/__init__.py b/src/ephios/core/__init__.py similarity index 100% rename from ephios/core/__init__.py rename to src/ephios/core/__init__.py diff --git a/ephios/core/admin.py b/src/ephios/core/admin.py similarity index 100% rename from ephios/core/admin.py rename to src/ephios/core/admin.py diff --git a/ephios/core/apps.py b/src/ephios/core/apps.py similarity index 79% rename from ephios/core/apps.py rename to src/ephios/core/apps.py index 408828ea6..6edcd95a4 100644 --- a/ephios/core/apps.py +++ b/src/ephios/core/apps.py @@ -12,8 +12,5 @@ class CoreAppConfig(AppConfig): def ready(self): from ephios.core.dynamic_preferences_registry import event_type_preference_registry - from . import checks # pylint: disable=unused-import - from . import signals # pylint: disable=unused-import - EventTypePreference = self.get_model("EventTypePreference") preference_models.register(EventTypePreference, event_type_preference_registry) diff --git a/ephios/core/calendar.py b/src/ephios/core/calendar.py similarity index 100% rename from ephios/core/calendar.py rename to src/ephios/core/calendar.py diff --git a/ephios/core/checks.py b/src/ephios/core/checks.py similarity index 100% rename from ephios/core/checks.py rename to src/ephios/core/checks.py diff --git a/ephios/core/consequences.py b/src/ephios/core/consequences.py similarity index 98% rename from ephios/core/consequences.py rename to src/ephios/core/consequences.py index 6dbc7c611..7510b66e1 100644 --- a/ephios/core/consequences.py +++ b/src/ephios/core/consequences.py @@ -25,7 +25,7 @@ def installed_consequence_handlers(): - for _, handlers in register_consequence_handlers.send_to_all_plugins(None): + for __, handlers in register_consequence_handlers.send_to_all_plugins(None): yield from (h() for h in handlers) diff --git a/ephios/core/context.py b/src/ephios/core/context.py similarity index 93% rename from ephios/core/context.py rename to src/ephios/core/context.py index 090bb255e..89f9b58ab 100644 --- a/ephios/core/context.py +++ b/src/ephios/core/context.py @@ -14,14 +14,14 @@ def ephios_base_context(request): footer = {} - for _, result in footer_link.send(None, request=request): + for __, result in footer_link.send(None, request=request): for label, url in result.items(): footer[label] = url nav = [] nav_groups = defaultdict(list) nav_userprofile = [] - for _, result in nav_link.send(None, request=request): + for __, result in nav_link.send(None, request=request): for item in result: if group := item.get("group"): if group == NAV_USERPROFILE_KEY: diff --git a/ephios/core/dynamic.py b/src/ephios/core/dynamic.py similarity index 91% rename from ephios/core/dynamic.py rename to src/ephios/core/dynamic.py index f0ed89d8e..63aa14b7b 100644 --- a/ephios/core/dynamic.py +++ b/src/ephios/core/dynamic.py @@ -13,7 +13,7 @@ def __init__(self): def __getattr__(self, name): from ephios.core.signals import provide_dynamic_settings - for _, result in provide_dynamic_settings.send(None, name=name): + for __, result in provide_dynamic_settings.send(None, name=name): if result is not None: if result is DynamicSettingsProxy.NONE: return None diff --git a/ephios/core/dynamic_preferences_registry.py b/src/ephios/core/dynamic_preferences_registry.py similarity index 100% rename from ephios/core/dynamic_preferences_registry.py rename to src/ephios/core/dynamic_preferences_registry.py diff --git a/ephios/core/forms/__init__.py b/src/ephios/core/forms/__init__.py similarity index 100% rename from ephios/core/forms/__init__.py rename to src/ephios/core/forms/__init__.py diff --git a/ephios/core/forms/auth.py b/src/ephios/core/forms/auth.py similarity index 100% rename from ephios/core/forms/auth.py rename to src/ephios/core/forms/auth.py diff --git a/ephios/core/forms/events.py b/src/ephios/core/forms/events.py similarity index 100% rename from ephios/core/forms/events.py rename to src/ephios/core/forms/events.py diff --git a/ephios/core/forms/users.py b/src/ephios/core/forms/users.py similarity index 100% rename from ephios/core/forms/users.py rename to src/ephios/core/forms/users.py diff --git a/ephios/core/ical.py b/src/ephios/core/ical.py similarity index 98% rename from ephios/core/ical.py rename to src/ephios/core/ical.py index 0ead8fe56..c1360f031 100644 --- a/ephios/core/ical.py +++ b/src/ephios/core/ical.py @@ -48,7 +48,6 @@ def item_organizer(self, item): class UserEventFeed(EventFeed): - def item_start_datetime(self, item): return item.participations.all()[0].start_time @@ -68,7 +67,8 @@ def items(self): state__in=self.include_participation_states, ).values_list("shift", flat=True) return ( - Shift.objects.filter(pk__in=shift_ids) + Shift.objects + .filter(pk__in=shift_ids) .select_related("event") .prefetch_related(Prefetch("participations", queryset=self.user.participations.all())) ) diff --git a/ephios/core/management/__init__.py b/src/ephios/core/management/__init__.py similarity index 100% rename from ephios/core/management/__init__.py rename to src/ephios/core/management/__init__.py diff --git a/ephios/core/management/commands/__init__.py b/src/ephios/core/management/commands/__init__.py similarity index 100% rename from ephios/core/management/commands/__init__.py rename to src/ephios/core/management/commands/__init__.py diff --git a/ephios/core/management/commands/build.py b/src/ephios/core/management/commands/build.py similarity index 70% rename from ephios/core/management/commands/build.py rename to src/ephios/core/management/commands/build.py index 63e92cb64..d92e7d7cf 100644 --- a/ephios/core/management/commands/build.py +++ b/src/ephios/core/management/commands/build.py @@ -1,3 +1,4 @@ +from django.conf import settings from django.core.management import BaseCommand, call_command @@ -7,5 +8,7 @@ class Command(BaseCommand): def handle(self, *args, **options): call_command("generate_vapid_key", verbosity=1) call_command("collectstatic", verbosity=1, interactive=False) - call_command("compilemessages", verbosity=1) + call_command( + "compilemessages", *[f"--locale={code}" for code, __ in settings.LANGUAGES], verbosity=1 + ) call_command("compilejsi18n", verbosity=1) diff --git a/ephios/core/management/commands/convert_mariadb_uuids.py b/src/ephios/core/management/commands/convert_mariadb_uuids.py similarity index 100% rename from ephios/core/management/commands/convert_mariadb_uuids.py rename to src/ephios/core/management/commands/convert_mariadb_uuids.py diff --git a/ephios/core/management/commands/devdata.py b/src/ephios/core/management/commands/devdata.py similarity index 100% rename from ephios/core/management/commands/devdata.py rename to src/ephios/core/management/commands/devdata.py diff --git a/ephios/core/management/commands/generate_vapid_key.py b/src/ephios/core/management/commands/generate_vapid_key.py similarity index 100% rename from ephios/core/management/commands/generate_vapid_key.py rename to src/ephios/core/management/commands/generate_vapid_key.py diff --git a/ephios/core/management/commands/run_periodic.py b/src/ephios/core/management/commands/run_periodic.py similarity index 100% rename from ephios/core/management/commands/run_periodic.py rename to src/ephios/core/management/commands/run_periodic.py diff --git a/ephios/core/management/commands/send_notifications.py b/src/ephios/core/management/commands/send_notifications.py similarity index 100% rename from ephios/core/management/commands/send_notifications.py rename to src/ephios/core/management/commands/send_notifications.py diff --git a/ephios/core/migrations/0001_initial.py b/src/ephios/core/migrations/0001_initial.py similarity index 100% rename from ephios/core/migrations/0001_initial.py rename to src/ephios/core/migrations/0001_initial.py diff --git a/ephios/core/migrations/0001_squashed_0008_auto_20210207_1309.py b/src/ephios/core/migrations/0001_squashed_0008_auto_20210207_1309.py similarity index 100% rename from ephios/core/migrations/0001_squashed_0008_auto_20210207_1309.py rename to src/ephios/core/migrations/0001_squashed_0008_auto_20210207_1309.py diff --git a/ephios/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py b/src/ephios/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py similarity index 100% rename from ephios/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py rename to src/ephios/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py diff --git a/ephios/core/migrations/0002_initial_permissions.py b/src/ephios/core/migrations/0002_initial_permissions.py similarity index 100% rename from ephios/core/migrations/0002_initial_permissions.py rename to src/ephios/core/migrations/0002_initial_permissions.py diff --git a/ephios/core/migrations/0002_merge_content_type_20210208_0020.py b/src/ephios/core/migrations/0002_merge_content_type_20210208_0020.py similarity index 100% rename from ephios/core/migrations/0002_merge_content_type_20210208_0020.py rename to src/ephios/core/migrations/0002_merge_content_type_20210208_0020.py diff --git a/ephios/core/migrations/0003_migrate_content_type_to_core_20210219_1642.py b/src/ephios/core/migrations/0003_migrate_content_type_to_core_20210219_1642.py similarity index 100% rename from ephios/core/migrations/0003_migrate_content_type_to_core_20210219_1642.py rename to src/ephios/core/migrations/0003_migrate_content_type_to_core_20210219_1642.py diff --git a/ephios/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py b/src/ephios/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py similarity index 100% rename from ephios/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py rename to src/ephios/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py diff --git a/ephios/core/migrations/0004_auto_20201014_1648.py b/src/ephios/core/migrations/0004_auto_20201014_1648.py similarity index 100% rename from ephios/core/migrations/0004_auto_20201014_1648.py rename to src/ephios/core/migrations/0004_auto_20201014_1648.py diff --git a/ephios/core/migrations/0004_auto_20210305_1855.py b/src/ephios/core/migrations/0004_auto_20210305_1855.py similarity index 100% rename from ephios/core/migrations/0004_auto_20210305_1855.py rename to src/ephios/core/migrations/0004_auto_20210305_1855.py diff --git a/ephios/core/migrations/0005_auto_20210106_2219.py b/src/ephios/core/migrations/0005_auto_20210106_2219.py similarity index 100% rename from ephios/core/migrations/0005_auto_20210106_2219.py rename to src/ephios/core/migrations/0005_auto_20210106_2219.py diff --git a/ephios/core/migrations/0005_remove_event_mail_updates.py b/src/ephios/core/migrations/0005_remove_event_mail_updates.py similarity index 100% rename from ephios/core/migrations/0005_remove_event_mail_updates.py rename to src/ephios/core/migrations/0005_remove_event_mail_updates.py diff --git a/ephios/core/migrations/0006_auto_20210109_2230.py b/src/ephios/core/migrations/0006_auto_20210109_2230.py similarity index 100% rename from ephios/core/migrations/0006_auto_20210109_2230.py rename to src/ephios/core/migrations/0006_auto_20210109_2230.py diff --git a/ephios/core/migrations/0006_notification.py b/src/ephios/core/migrations/0006_notification.py similarity index 100% rename from ephios/core/migrations/0006_notification.py rename to src/ephios/core/migrations/0006_notification.py diff --git a/ephios/core/migrations/0007_auto_20210110_0050.py b/src/ephios/core/migrations/0007_auto_20210110_0050.py similarity index 100% rename from ephios/core/migrations/0007_auto_20210110_0050.py rename to src/ephios/core/migrations/0007_auto_20210110_0050.py diff --git a/ephios/core/migrations/0007_auto_20210324_2101.py b/src/ephios/core/migrations/0007_auto_20210324_2101.py similarity index 100% rename from ephios/core/migrations/0007_auto_20210324_2101.py rename to src/ephios/core/migrations/0007_auto_20210324_2101.py diff --git a/ephios/core/migrations/0007_eventtype_color.py b/src/ephios/core/migrations/0007_eventtype_color.py similarity index 100% rename from ephios/core/migrations/0007_eventtype_color.py rename to src/ephios/core/migrations/0007_eventtype_color.py diff --git a/ephios/core/migrations/0008_auto_20210207_1309.py b/src/ephios/core/migrations/0008_auto_20210207_1309.py similarity index 100% rename from ephios/core/migrations/0008_auto_20210207_1309.py rename to src/ephios/core/migrations/0008_auto_20210207_1309.py diff --git a/ephios/core/migrations/0008_auto_20210403_2348.py b/src/ephios/core/migrations/0008_auto_20210403_2348.py similarity index 100% rename from ephios/core/migrations/0008_auto_20210403_2348.py rename to src/ephios/core/migrations/0008_auto_20210403_2348.py diff --git a/ephios/core/migrations/0009_auto_20210528_2230.py b/src/ephios/core/migrations/0009_auto_20210528_2230.py similarity index 100% rename from ephios/core/migrations/0009_auto_20210528_2230.py rename to src/ephios/core/migrations/0009_auto_20210528_2230.py diff --git a/ephios/core/migrations/0010_placeholderparticipation.py b/src/ephios/core/migrations/0010_placeholderparticipation.py similarity index 100% rename from ephios/core/migrations/0010_placeholderparticipation.py rename to src/ephios/core/migrations/0010_placeholderparticipation.py diff --git a/ephios/core/migrations/0011_auto_20210903_1258.py b/src/ephios/core/migrations/0011_auto_20210903_1258.py similarity index 100% rename from ephios/core/migrations/0011_auto_20210903_1258.py rename to src/ephios/core/migrations/0011_auto_20210903_1258.py diff --git a/ephios/core/migrations/0012_rename_included_qualifications_qualification_includes.py b/src/ephios/core/migrations/0012_rename_included_qualifications_qualification_includes.py similarity index 100% rename from ephios/core/migrations/0012_rename_included_qualifications_qualification_includes.py rename to src/ephios/core/migrations/0012_rename_included_qualifications_qualification_includes.py diff --git a/ephios/core/migrations/0013_auto_20211027_2203.py b/src/ephios/core/migrations/0013_auto_20211027_2203.py similarity index 100% rename from ephios/core/migrations/0013_auto_20211027_2203.py rename to src/ephios/core/migrations/0013_auto_20211027_2203.py diff --git a/ephios/core/migrations/0014_auto_20211106_1852.py b/src/ephios/core/migrations/0014_auto_20211106_1852.py similarity index 100% rename from ephios/core/migrations/0014_auto_20211106_1852.py rename to src/ephios/core/migrations/0014_auto_20211106_1852.py diff --git a/ephios/core/migrations/0015_alter_event_options_and_more.py b/src/ephios/core/migrations/0015_alter_event_options_and_more.py similarity index 100% rename from ephios/core/migrations/0015_alter_event_options_and_more.py rename to src/ephios/core/migrations/0015_alter_event_options_and_more.py diff --git a/ephios/core/migrations/0016_alter_userprofile_phone.py b/src/ephios/core/migrations/0016_alter_userprofile_phone.py similarity index 100% rename from ephios/core/migrations/0016_alter_userprofile_phone.py rename to src/ephios/core/migrations/0016_alter_userprofile_phone.py diff --git a/ephios/core/migrations/0017_alter_userprofile_date_of_birth.py b/src/ephios/core/migrations/0017_alter_userprofile_date_of_birth.py similarity index 100% rename from ephios/core/migrations/0017_alter_userprofile_date_of_birth.py rename to src/ephios/core/migrations/0017_alter_userprofile_date_of_birth.py diff --git a/ephios/core/migrations/0018_alter_consequence_options_and_more.py b/src/ephios/core/migrations/0018_alter_consequence_options_and_more.py similarity index 100% rename from ephios/core/migrations/0018_alter_consequence_options_and_more.py rename to src/ephios/core/migrations/0018_alter_consequence_options_and_more.py diff --git a/ephios/core/migrations/0019_userprofile_user_email_ci_uniqueness.py b/src/ephios/core/migrations/0019_userprofile_user_email_ci_uniqueness.py similarity index 100% rename from ephios/core/migrations/0019_userprofile_user_email_ci_uniqueness.py rename to src/ephios/core/migrations/0019_userprofile_user_email_ci_uniqueness.py diff --git a/ephios/core/migrations/0020_qualificationcategory_show_with_user_and_more.py b/src/ephios/core/migrations/0020_qualificationcategory_show_with_user_and_more.py similarity index 100% rename from ephios/core/migrations/0020_qualificationcategory_show_with_user_and_more.py rename to src/ephios/core/migrations/0020_qualificationcategory_show_with_user_and_more.py diff --git a/ephios/core/migrations/0021_userprofile_preferred_language_and_more.py b/src/ephios/core/migrations/0021_userprofile_preferred_language_and_more.py similarity index 100% rename from ephios/core/migrations/0021_userprofile_preferred_language_and_more.py rename to src/ephios/core/migrations/0021_userprofile_preferred_language_and_more.py diff --git a/ephios/core/migrations/0022_identityprovider.py b/src/ephios/core/migrations/0022_identityprovider.py similarity index 100% rename from ephios/core/migrations/0022_identityprovider.py rename to src/ephios/core/migrations/0022_identityprovider.py diff --git a/ephios/core/migrations/0023_remove_userprofile_first_name_and_more.py b/src/ephios/core/migrations/0023_remove_userprofile_first_name_and_more.py similarity index 100% rename from ephios/core/migrations/0023_remove_userprofile_first_name_and_more.py rename to src/ephios/core/migrations/0023_remove_userprofile_first_name_and_more.py diff --git a/ephios/core/migrations/0024_identityprovider_create_missing_groups_and_more.py b/src/ephios/core/migrations/0024_identityprovider_create_missing_groups_and_more.py similarity index 100% rename from ephios/core/migrations/0024_identityprovider_create_missing_groups_and_more.py rename to src/ephios/core/migrations/0024_identityprovider_create_missing_groups_and_more.py diff --git a/ephios/core/migrations/0025_remove_notification_failed_notification_processed_by_and_more.py b/src/ephios/core/migrations/0025_remove_notification_failed_notification_processed_by_and_more.py similarity index 100% rename from ephios/core/migrations/0025_remove_notification_failed_notification_processed_by_and_more.py rename to src/ephios/core/migrations/0025_remove_notification_failed_notification_processed_by_and_more.py diff --git a/ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py b/src/ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py similarity index 97% rename from ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py rename to src/ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py index 777cc3a12..b19fe2cd8 100644 --- a/ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py +++ b/src/ephios/core/migrations/0026_userprofile_disabled_notifications_and_more.py @@ -17,7 +17,8 @@ def migrate_disabled_notifications(apps, schema_editor): for profile in UserProfile.all_objects.using(db_alias).all(): try: preferences = JSONSerializer.deserialize( - UserPreferenceModel.objects.using(db_alias) + UserPreferenceModel.objects + .using(db_alias) .get(section="notifications", name="notifications", instance__pk=profile.pk) .raw_value ) diff --git a/ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py b/src/ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py similarity index 93% rename from ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py rename to src/ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py index 91797d6d0..2aa8f57ee 100644 --- a/ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py +++ b/src/ephios/core/migrations/0027_rename_signup_configuration_shift_structure_configuration_and_more.py @@ -88,15 +88,13 @@ def copy_structure_configuration_to_signup_flow_configuration(apps, schema_edito qualification = pick_important_qualification( section.get("qualifications", []), Qualification ) - teams.append( - { - "title": section.get("title", ""), - "uuid": section.get("uuid", uuid.uuid4()), - "min_count": section.get("min_count", 1), - "max_count": section.get("max_count", None), - "qualification": qualification, - } - ) + teams.append({ + "title": section.get("title", ""), + "uuid": section.get("uuid", uuid.uuid4()), + "min_count": section.get("min_count", 1), + "max_count": section.get("max_count", None), + "qualification": qualification, + }) shift.structure_configuration = { "choose_preferred_team": sections_config.get("choose_preferred_section", False), @@ -122,7 +120,6 @@ def enable_new_plugins(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("core", "0026_userprofile_disabled_notifications_and_more"), ] diff --git a/ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py b/src/ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py similarity index 99% rename from ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py rename to src/ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py index e792d33da..6ae097c88 100644 --- a/ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py +++ b/src/ephios/core/migrations/0028_alter_abstractparticipation_structure_data.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0027_rename_signup_configuration_shift_structure_configuration_and_more"), ] diff --git a/ephios/core/migrations/0029_alter_userprofile_date_of_birth.py b/src/ephios/core/migrations/0029_alter_userprofile_date_of_birth.py similarity index 99% rename from ephios/core/migrations/0029_alter_userprofile_date_of_birth.py rename to src/ephios/core/migrations/0029_alter_userprofile_date_of_birth.py index 840e4c238..7fdfb2455 100644 --- a/ephios/core/migrations/0029_alter_userprofile_date_of_birth.py +++ b/src/ephios/core/migrations/0029_alter_userprofile_date_of_birth.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0028_alter_abstractparticipation_structure_data"), ] diff --git a/ephios/core/migrations/0030_identityprovider_internal_name_and_more.py b/src/ephios/core/migrations/0030_identityprovider_internal_name_and_more.py similarity index 99% rename from ephios/core/migrations/0030_identityprovider_internal_name_and_more.py rename to src/ephios/core/migrations/0030_identityprovider_internal_name_and_more.py index 14db158c9..19821071c 100644 --- a/ephios/core/migrations/0030_identityprovider_internal_name_and_more.py +++ b/src/ephios/core/migrations/0030_identityprovider_internal_name_and_more.py @@ -11,7 +11,6 @@ def set_idp_internal_names(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("core", "0029_alter_userprofile_date_of_birth"), ] diff --git a/ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py b/src/ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py similarity index 99% rename from ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py rename to src/ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py index eec21369a..c2e6e3083 100644 --- a/ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py +++ b/src/ephios/core/migrations/0031_qualificationgrant_externally_managed_and_more.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0030_identityprovider_internal_name_and_more"), ] diff --git a/ephios/core/migrations/0032_shift_label.py b/src/ephios/core/migrations/0032_shift_label.py similarity index 99% rename from ephios/core/migrations/0032_shift_label.py rename to src/ephios/core/migrations/0032_shift_label.py index 171df12b4..3ba23caa8 100644 --- a/ephios/core/migrations/0032_shift_label.py +++ b/src/ephios/core/migrations/0032_shift_label.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0031_qualificationgrant_externally_managed_and_more"), ] diff --git a/ephios/core/migrations/0033_eventtype_show_participant_data.py b/src/ephios/core/migrations/0033_eventtype_show_participant_data.py similarity index 99% rename from ephios/core/migrations/0033_eventtype_show_participant_data.py rename to src/ephios/core/migrations/0033_eventtype_show_participant_data.py index cfad5e869..a13fd4fee 100644 --- a/ephios/core/migrations/0033_eventtype_show_participant_data.py +++ b/src/ephios/core/migrations/0033_eventtype_show_participant_data.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0032_shift_label"), ] diff --git a/ephios/core/migrations/0034_alter_eventtype_show_participant_data.py b/src/ephios/core/migrations/0034_alter_eventtype_show_participant_data.py similarity index 99% rename from ephios/core/migrations/0034_alter_eventtype_show_participant_data.py rename to src/ephios/core/migrations/0034_alter_eventtype_show_participant_data.py index cc0f37d7c..2f7ee12df 100644 --- a/ephios/core/migrations/0034_alter_eventtype_show_participant_data.py +++ b/src/ephios/core/migrations/0034_alter_eventtype_show_participant_data.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0033_eventtype_show_participant_data"), ] diff --git a/ephios/core/migrations/0035_participationcomment.py b/src/ephios/core/migrations/0035_participationcomment.py similarity index 99% rename from ephios/core/migrations/0035_participationcomment.py rename to src/ephios/core/migrations/0035_participationcomment.py index 616c78969..2737cb2a3 100644 --- a/ephios/core/migrations/0035_participationcomment.py +++ b/src/ephios/core/migrations/0035_participationcomment.py @@ -1,7 +1,6 @@ # Generated by Django 5.0.9 on 2025-01-05 12:37 import django.db.models.deletion -import django.utils.timezone from django.conf import settings from django.db import migrations, models @@ -28,7 +27,6 @@ def revert_comments(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("core", "0034_alter_eventtype_show_participant_data"), ] diff --git a/ephios/core/migrations/0036_alter_identityprovider_options.py b/src/ephios/core/migrations/0036_alter_identityprovider_options.py similarity index 99% rename from ephios/core/migrations/0036_alter_identityprovider_options.py rename to src/ephios/core/migrations/0036_alter_identityprovider_options.py index 7b3680611..0c3c7bb00 100644 --- a/ephios/core/migrations/0036_alter_identityprovider_options.py +++ b/src/ephios/core/migrations/0036_alter_identityprovider_options.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0035_participationcomment"), ] diff --git a/ephios/core/migrations/0037_alter_participationcomment_options_and_more.py b/src/ephios/core/migrations/0037_alter_participationcomment_options_and_more.py similarity index 99% rename from ephios/core/migrations/0037_alter_participationcomment_options_and_more.py rename to src/ephios/core/migrations/0037_alter_participationcomment_options_and_more.py index d19f294ff..b434be397 100644 --- a/ephios/core/migrations/0037_alter_participationcomment_options_and_more.py +++ b/src/ephios/core/migrations/0037_alter_participationcomment_options_and_more.py @@ -6,7 +6,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0036_alter_identityprovider_options"), ] diff --git a/ephios/core/migrations/0038_eventtype_default_description.py b/src/ephios/core/migrations/0038_eventtype_default_description.py similarity index 99% rename from ephios/core/migrations/0038_eventtype_default_description.py rename to src/ephios/core/migrations/0038_eventtype_default_description.py index b2ee12c97..9572108be 100644 --- a/ephios/core/migrations/0038_eventtype_default_description.py +++ b/src/ephios/core/migrations/0038_eventtype_default_description.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0037_alter_participationcomment_options_and_more"), ] diff --git a/ephios/core/migrations/__init__.py b/src/ephios/core/migrations/__init__.py similarity index 100% rename from ephios/core/migrations/__init__.py rename to src/ephios/core/migrations/__init__.py diff --git a/src/ephios/core/models/__init__.py b/src/ephios/core/models/__init__.py new file mode 100644 index 000000000..a76c0f678 --- /dev/null +++ b/src/ephios/core/models/__init__.py @@ -0,0 +1,17 @@ +from .events import ( + AbstractParticipation as AbstractParticipation, + Event as Event, + EventType as EventType, + EventTypePreference as EventTypePreference, + LocalParticipation as LocalParticipation, + Shift as Shift, +) +from .users import ( + Consequence as Consequence, + Notification as Notification, + Qualification as Qualification, + QualificationCategory as QualificationCategory, + QualificationGrant as QualificationGrant, + UserProfile as UserProfile, + WorkingHours as WorkingHours, +) diff --git a/ephios/core/models/events.py b/src/ephios/core/models/events.py similarity index 99% rename from ephios/core/models/events.py rename to src/ephios/core/models/events.py index 7b9fd2c39..49d2a6bf6 100644 --- a/ephios/core/models/events.py +++ b/src/ephios/core/models/events.py @@ -41,6 +41,8 @@ if TYPE_CHECKING: from ephios.core.models import UserProfile from ephios.core.signup.participants import AbstractParticipant + from ephios.core.signup.structure import AbstractShiftStructure + from ephios.core.signup.flow import AbstractSignupFlow logger = logging.getLogger(__name__) @@ -159,7 +161,6 @@ def activate(self): class ParticipationQuerySet(PolymorphicQuerySet): - def with_show_participant_data_to(self, participant): return self.annotate( show_participant_data=Case( diff --git a/ephios/core/models/users.py b/src/ephios/core/models/users.py similarity index 98% rename from ephios/core/models/users.py rename to src/ephios/core/models/users.py index 1e0a57c94..5de489cdd 100644 --- a/ephios/core/models/users.py +++ b/src/ephios/core/models/users.py @@ -184,7 +184,8 @@ def qualifications(self): Be careful to not use this in a loop, as it will perform a query for each iteration. """ return ( - Qualification.objects.filter( + Qualification.objects + .filter( pk__in=self.qualification_grants.unexpired().values_list( "qualification_id", flat=True ) @@ -199,7 +200,8 @@ def get_workhour_items(self): from ephios.core.models import AbstractParticipation participations = ( - self.participations.filter(state=AbstractParticipation.States.CONFIRMED) + self.participations + .filter(state=AbstractParticipation.States.CONFIRMED) .annotate( duration=ExpressionWrapper( (F("end_time") - F("start_time")), @@ -336,13 +338,11 @@ class ExpirationDateField(models.DateTimeField): """ def formfield(self, **kwargs): - return super().formfield( - **{ - "widget": CustomDateInput, - "form_class": EndOfDayDateTimeField, - **kwargs, - } - ) + return super().formfield(**{ + "widget": CustomDateInput, + "form_class": EndOfDayDateTimeField, + **kwargs, + }) class QualificationGrant(Model): diff --git a/ephios/core/pdf.py b/src/ephios/core/pdf.py similarity index 89% rename from ephios/core/pdf.py rename to src/ephios/core/pdf.py index bbd3c7201..83b1fa7fb 100644 --- a/ephios/core/pdf.py +++ b/src/ephios/core/pdf.py @@ -49,7 +49,6 @@ def get_story(self): class EventExport(BasePDFExporter): - def get_shift_structure_data_table(self, shift): participation_data = shift.structure.get_list_export_data() col_count = 3 @@ -75,30 +74,29 @@ def get_shift_structure_data_table(self, shift): "CustomStyle", parent=self.style["Normal"], textColor=HexColor("#aa8409") ) description = entry["description"] - if qualification_string := ", ".join( - [q.abbreviation for q in entry["required_qualifications"]] - ): + if qualification_string := ", ".join([ + q.abbreviation for q in entry["required_qualifications"] + ]): description += f" ({qualification_string})" if description else qualification_string - rows.append( - [ - Paragraph(p.participant.display_name, style=name_style) if p else "", - ( - Paragraph( - ", ".join( - p.participant.qualifications.filter( - category__show_with_user=True, - ) - .order_by("category", "title") - .values_list("abbreviation", flat=True) + rows.append([ + Paragraph(p.participant.display_name, style=name_style) if p else "", + ( + Paragraph( + ", ".join( + p.participant.qualifications + .filter( + category__show_with_user=True, ) + .order_by("category", "title") + .values_list("abbreviation", flat=True) ) - if p - else "" - ), - Paragraph(description), - ] - ) + ) + if p + else "" + ), + Paragraph(description), + ]) table = Table( rows, hAlign="LEFT", diff --git a/ephios/core/plugins.py b/src/ephios/core/plugins.py similarity index 100% rename from ephios/core/plugins.py rename to src/ephios/core/plugins.py diff --git a/ephios/core/services/__init__.py b/src/ephios/core/services/__init__.py similarity index 100% rename from ephios/core/services/__init__.py rename to src/ephios/core/services/__init__.py diff --git a/ephios/core/services/files.py b/src/ephios/core/services/files.py similarity index 98% rename from ephios/core/services/files.py rename to src/ephios/core/services/files.py index cb4bb2d44..8985f9501 100644 --- a/ephios/core/services/files.py +++ b/src/ephios/core/services/files.py @@ -58,7 +58,7 @@ def accelerated_media_response(file): def file_ticket(file): key = "".join( - random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(32) + random.SystemRandom().choice(string.ascii_uppercase + string.digits) for __ in range(32) ) cache.set(key, file, 60) return key diff --git a/ephios/core/services/health/__init__.py b/src/ephios/core/services/health/__init__.py similarity index 100% rename from ephios/core/services/health/__init__.py rename to src/ephios/core/services/health/__init__.py diff --git a/ephios/core/services/health/healthchecks.py b/src/ephios/core/services/health/healthchecks.py similarity index 96% rename from ephios/core/services/health/healthchecks.py rename to src/ephios/core/services/health/healthchecks.py index 688034103..9cadb6098 100644 --- a/ephios/core/services/health/healthchecks.py +++ b/src/ephios/core/services/health/healthchecks.py @@ -18,7 +18,7 @@ def run_healthchecks(): - for _, healthchecks in register_healthchecks.send(None): + for __, healthchecks in register_healthchecks.send(None): for HealthCheck in healthchecks: check = HealthCheck() status, message = check.check() @@ -168,10 +168,7 @@ def check(self): return ( HealthCheckStatus.ERROR, mark_safe( - _( - "Less than 100 MB of disk space available. " - "Please free up some disk space." - ) + _("Less than 100 MB of disk space available. Please free up some disk space.") ), ) if free_bytes < 1024 * MEGA: @@ -185,7 +182,7 @@ def check(self): HealthCheckStatus.OK, mark_safe( _("{disk_space} of disk space available.").format( - disk_space=f"{floatformat(free_bytes / MEGA / 1024,1)} GB" + disk_space=f"{floatformat(free_bytes / MEGA / 1024, 1)} GB" ) ), ) diff --git a/ephios/core/services/mail/__init__.py b/src/ephios/core/services/mail/__init__.py similarity index 100% rename from ephios/core/services/mail/__init__.py rename to src/ephios/core/services/mail/__init__.py diff --git a/ephios/core/services/mail/cid.py b/src/ephios/core/services/mail/cid.py similarity index 98% rename from ephios/core/services/mail/cid.py rename to src/ephios/core/services/mail/cid.py index 862779557..61d1c85ac 100644 --- a/ephios/core/services/mail/cid.py +++ b/src/ephios/core/services/mail/cid.py @@ -64,7 +64,7 @@ def attach_cid_images(msg, cid_images, verify_ssl=True): mime_image = convert_image_to_cid(image, cid, verify_ssl) if mime_image: msg.attach(mime_image) - except: + except: # noqa logger.exception("ERROR attaching CID image %s[%s]" % (cid, image)) @@ -103,6 +103,6 @@ def convert_image_to_cid(image_src, cid_id, verify_ssl=True): mime_image = MIMEImage(response.content, _subtype=guess_subtype) mime_image.add_header("Content-ID", "<%s>" % cid_id) return mime_image - except: + except: # noqa logger.exception("ERROR creating mime_image %s[%s]" % (cid_id, image_src)) return None diff --git a/ephios/core/services/mail/send.py b/src/ephios/core/services/mail/send.py similarity index 100% rename from ephios/core/services/mail/send.py rename to src/ephios/core/services/mail/send.py diff --git a/ephios/core/services/matching.py b/src/ephios/core/services/matching.py similarity index 92% rename from ephios/core/services/matching.py rename to src/ephios/core/services/matching.py index 7ee9926a6..97a4747b8 100644 --- a/ephios/core/services/matching.py +++ b/src/ephios/core/services/matching.py @@ -63,7 +63,6 @@ def skill_level(qualifications): class Matching: - def __init__(self, participants, positions, pairings): self.pairings = pairings self.participants = participants @@ -190,25 +189,23 @@ def match_participants_to_positions( designated_participants = frozenset( itertools.chain(*(position.designated_for for position in positions)) ) - costs = csr_matrix( + costs = csr_matrix([ [ - [ - -score_pairing( - participant, - position, - number_of_participants=len(participants), - participant_is_confirmed=is_confirmed, - participant_has_designation=has_designation, - ) - for position in positions - ] - for participant, is_confirmed, has_designation in zip( - participants, - map(lambda p: p in confirmed_participants, participants), - map(lambda p: p in designated_participants, participants), + -score_pairing( + participant, + position, + number_of_participants=len(participants), + participant_is_confirmed=is_confirmed, + participant_has_designation=has_designation, ) + for position in positions ] - ) + for participant, is_confirmed, has_designation in zip( + participants, + map(lambda p: p in confirmed_participants, participants), + map(lambda p: p in designated_participants, participants), + ) + ]) matching = min_weight_full_bipartite_matching(costs) pairings = set() for par_idx, pos_idx in zip(*matching): diff --git a/ephios/core/services/notifications/__init__.py b/src/ephios/core/services/notifications/__init__.py similarity index 100% rename from ephios/core/services/notifications/__init__.py rename to src/ephios/core/services/notifications/__init__.py diff --git a/ephios/core/services/notifications/backends.py b/src/ephios/core/services/notifications/backends.py similarity index 97% rename from ephios/core/services/notifications/backends.py rename to src/ephios/core/services/notifications/backends.py index 529da1e65..a5c337f48 100644 --- a/ephios/core/services/notifications/backends.py +++ b/src/ephios/core/services/notifications/backends.py @@ -24,14 +24,14 @@ def installed_notification_backends(): from ephios.core.signals import register_notification_backends - for _, backends in register_notification_backends.send_to_all_plugins(None): + for __, backends in register_notification_backends.send_to_all_plugins(None): yield from (b() for b in backends) def enabled_notification_backends(): from ephios.core.signals import register_notification_backends - for _, backends in register_notification_backends.send(None): + for __, backends in register_notification_backends.send(None): yield from (b() for b in backends) diff --git a/ephios/core/services/notifications/types.py b/src/ephios/core/services/notifications/types.py similarity index 95% rename from ephios/core/services/notifications/types.py rename to src/ephios/core/services/notifications/types.py index d3446f0a9..d6503a6d3 100644 --- a/ephios/core/services/notifications/types.py +++ b/src/ephios/core/services/notifications/types.py @@ -25,12 +25,12 @@ def installed_notification_types(): - for _, handlers in register_notification_types.send_to_all_plugins(None): + for __, handlers in register_notification_types.send_to_all_plugins(None): yield from (h for h in handlers) def enabled_notification_types(): - for _, handlers in register_notification_types.send(None): + for __, handlers in register_notification_types.send(None): yield from (h for h in handlers) @@ -281,7 +281,7 @@ def get_body(cls, notification): "Your participation for {shift} has been rejected by a responsible user." ).format(shift=shift) if participation.has_customized_signup(): - message += f'\n\n{_("Your time is")} {participation.get_time_display()}' + message += f"\n\n{_('Your time is')} {participation.get_time_display()}" return message @@ -334,25 +334,21 @@ def _other_responsible_users(cls, participation: AbstractParticipation): @classmethod def send(cls, participation: AbstractParticipation, **additional_data): - Notification.objects.bulk_create( - [ - Notification( - slug=cls.slug, - user=user, - data={ - "disposition_url": make_absolute( - reverse( - "core:shift_disposition", kwargs={"pk": participation.shift.pk} - ), - ), - "participation_id": participation.id, - "participation_state": participation.state, - **additional_data, - }, - ) - for user in cls._other_responsible_users(participation) - ] - ) + Notification.objects.bulk_create([ + Notification( + slug=cls.slug, + user=user, + data={ + "disposition_url": make_absolute( + reverse("core:shift_disposition", kwargs={"pk": participation.shift.pk}), + ), + "participation_id": participation.id, + "participation_state": participation.state, + **additional_data, + }, + ) + for user in cls._other_responsible_users(participation) + ]) @classmethod def get_actions(cls, notification): @@ -491,7 +487,6 @@ def get_body(cls, notification): class SubjectBodyDataMixin: - @classmethod def get_subject(cls, notification): return notification.data.get("subject") diff --git a/ephios/core/services/participation.py b/src/ephios/core/services/participation.py similarity index 95% rename from ephios/core/services/participation.py rename to src/ephios/core/services/participation.py index 0fbe0d095..6fffbd894 100644 --- a/ephios/core/services/participation.py +++ b/src/ephios/core/services/participation.py @@ -4,7 +4,6 @@ from django.utils import timezone from ephios.core.models import AbstractParticipation -from ephios.core.services.password_reset import logger logger = logging.getLogger(__name__) diff --git a/ephios/core/services/password_reset.py b/src/ephios/core/services/password_reset.py similarity index 100% rename from ephios/core/services/password_reset.py rename to src/ephios/core/services/password_reset.py diff --git a/ephios/core/services/qualification.py b/src/ephios/core/services/qualification.py similarity index 95% rename from ephios/core/services/qualification.py rename to src/ephios/core/services/qualification.py index e7c993004..e4f48da32 100644 --- a/ephios/core/services/qualification.py +++ b/src/ephios/core/services/qualification.py @@ -26,12 +26,10 @@ def get_graph(cls): @classmethod def build_graph(cls, qualifications): - return DirectedGraph( - { - qualification.uuid: [inc.uuid for inc in qualification.includes.all()] - for qualification in qualifications - } - ) + return DirectedGraph({ + qualification.uuid: [inc.uuid for inc in qualification.includes.all()] + for qualification in qualifications + }) @classmethod def get_qualifications(cls): diff --git a/ephios/core/signals.py b/src/ephios/core/signals.py similarity index 94% rename from ephios/core/signals.py rename to src/ephios/core/signals.py index 1c528facd..2b82409a3 100644 --- a/ephios/core/signals.py +++ b/src/ephios/core/signals.py @@ -12,12 +12,12 @@ insert_html = PluginSignal() """ This signal allows you to put html in various places. -You will get the request as the keyword argument ``request`` +You will get the request as the keyword argument ``request`` and are expected to return HTML. Try to use html elements that fit the existing document structure. Return an empty string to not render anything. -The sender argument specifies the template location and can be one +The sender argument specifies the template location and can be one of these constants: - ``HTML_HEAD``: Add HTML in the tag. @@ -83,7 +83,7 @@ """ This signal is sent out to get sections for the settings. Receivers should return a list of dicts containing key-value-pairs for 'label', 'url', 'group' and a boolean flag 'active'. Only views that the current user is -allowed to view should be returned. Common group choices are ``SETTINGS_PERSONAL_SECTION_KEY`` +allowed to view should be returned. Common group choices are ``SETTINGS_PERSONAL_SECTION_KEY`` and ``SETTINGS_MANAGEMENT_SECTION_KEY`` but can be any other value as well. Receivers will receive a ``request`` keyword argument. """ @@ -132,14 +132,14 @@ """ This signal is sent out to get a list of form fields to show on the signup view, especially to collect user input for shift structures. Receivers will receive the ``shift``, ``participant``, ``participation``, -and ``signup_choice`` and should return a dict in the form ``{ 'fieldname1': { +and ``signup_choice`` and should return a dict in the form ``{ 'fieldname1': { 'label':, ..., 'help_text':, ..., 'default': ..., 'required': ..., # meaning a non-Falsey value must be provided - 'form_class': ..., - 'form_kwargs': ..., - 'serializer_class': ..., + 'form_class': ..., + 'form_kwargs': ..., + 'serializer_class': ..., 'serializer_kwargs': ..., }, 'fieldname2: { ... } }``. ``label`` (only form), ``help_text`` (only form), ``default`` (only form, as ``initial``), and ``required`` @@ -156,23 +156,26 @@ def collect_signup_form_fields(shift, participant, participation, signup_choice) participation=participation, signup_choice=signup_choice, ) - for _, additional_fields in responses: + for __, additional_fields in responses: for fieldname, field in additional_fields.items(): # add some defaults to form field and serializer kwargs - yield fieldname, { - **field, - "form_kwargs": { - "label": field["label"], - "help_text": field.get("help_text", ""), - "initial": field["default"], - "required": field["required"], - **field["form_kwargs"], - }, - "serializer_kwargs": { - "required": field["required"], - **field["serializer_kwargs"], + yield ( + fieldname, + { + **field, + "form_kwargs": { + "label": field["label"], + "help_text": field.get("help_text", ""), + "initial": field["default"], + "required": field["required"], + **field["form_kwargs"], + }, + "serializer_kwargs": { + "required": field["required"], + **field["serializer_kwargs"], + }, }, - } + ) signup_save = PluginSignal() @@ -245,7 +248,7 @@ def collect_signup_form_fields(shift, participant, participation, signup_choice) provide_dynamic_settings = PluginSignal() """ -Use this signal to overwrite the defaults of django settings accessed +Use this signal to overwrite the defaults of django settings accessed using ``ephios.core.signals.DynamicSettingsProxy``. Receivers receive a ``name`` keyword argument naming the setting. """ diff --git a/ephios/core/signup/__init__.py b/src/ephios/core/signup/__init__.py similarity index 100% rename from ephios/core/signup/__init__.py rename to src/ephios/core/signup/__init__.py diff --git a/ephios/core/signup/disposition.py b/src/ephios/core/signup/disposition.py similarity index 100% rename from ephios/core/signup/disposition.py rename to src/ephios/core/signup/disposition.py diff --git a/ephios/core/signup/fallback.py b/src/ephios/core/signup/fallback.py similarity index 100% rename from ephios/core/signup/fallback.py rename to src/ephios/core/signup/fallback.py diff --git a/ephios/core/signup/flow/__init__.py b/src/ephios/core/signup/flow/__init__.py similarity index 80% rename from ephios/core/signup/flow/__init__.py rename to src/ephios/core/signup/flow/__init__.py index 4891ad185..f941e556f 100644 --- a/ephios/core/signup/flow/__init__.py +++ b/src/ephios/core/signup/flow/__init__.py @@ -8,12 +8,12 @@ def installed_signup_flows(): - for _, methods in register_signup_flows.send_to_all_plugins(None): + for __, methods in register_signup_flows.send_to_all_plugins(None): yield from methods def enabled_signup_flows(): - for _, flows in register_signup_flows.send(None): + for __, flows in register_signup_flows.send(None): yield from flows diff --git a/ephios/core/signup/flow/abstract.py b/src/ephios/core/signup/flow/abstract.py similarity index 100% rename from ephios/core/signup/flow/abstract.py rename to src/ephios/core/signup/flow/abstract.py diff --git a/ephios/core/signup/flow/base.py b/src/ephios/core/signup/flow/base.py similarity index 90% rename from ephios/core/signup/flow/base.py rename to src/ephios/core/signup/flow/base.py index c491080bd..9eeb599e5 100644 --- a/ephios/core/signup/flow/base.py +++ b/src/ephios/core/signup/flow/base.py @@ -111,13 +111,11 @@ def get_signup_info(self): Return key/value pairs about the configuration to show in exports etc. """ form_class = self.configuration_form_class - return OrderedDict( - { - label: getattr(form_class, f"format_{name}", format_anything)(value) - for name, field in form_class.base_fields.items() - if (label := field.label) and (value := getattr(self.configuration, name)) - } - ) + return OrderedDict({ + label: getattr(form_class, f"format_{name}", format_anything)(value) + for name, field in form_class.base_fields.items() + if (label := field.label) and (value := getattr(self.configuration, name)) + }) def get_configuration_form(self, *args, **kwargs): if self.shift is not None: @@ -130,12 +128,9 @@ def get_configuration_form(self, *args, **kwargs): def __init__(self, shift, event=None): super().__init__(shift, event) - self.configuration = Namespace( - **{ - name: field.initial - for name, field in self.configuration_form_class.base_fields.items() - } - ) + self.configuration = Namespace(**{ + name: field.initial for name, field in self.configuration_form_class.base_fields.items() + }) if shift is not None: for key, value in shift.signup_flow_configuration.items(): setattr(self.configuration, key, value) diff --git a/ephios/core/signup/flow/participant_validation.py b/src/ephios/core/signup/flow/participant_validation.py similarity index 99% rename from ephios/core/signup/flow/participant_validation.py rename to src/ephios/core/signup/flow/participant_validation.py index 6f9c731de..d104dcc04 100644 --- a/ephios/core/signup/flow/participant_validation.py +++ b/src/ephios/core/signup/flow/participant_validation.py @@ -206,7 +206,7 @@ def can_customize_signup(self): class BasicSignupActionValidator(BaseSignupActionValidator): def get_checkers(self): signal_checkers = [] - for _, result in participant_signup_checkers.send(None): + for __, result in participant_signup_checkers.send(None): if result: signal_checkers.extend(result) structure_checkers = self.shift.structure.get_checkers() diff --git a/ephios/core/signup/forms.py b/src/ephios/core/signup/forms.py similarity index 100% rename from ephios/core/signup/forms.py rename to src/ephios/core/signup/forms.py diff --git a/ephios/core/signup/participants.py b/src/ephios/core/signup/participants.py similarity index 98% rename from ephios/core/signup/participants.py rename to src/ephios/core/signup/participants.py index b8b09e300..72f905896 100644 --- a/ephios/core/signup/participants.py +++ b/src/ephios/core/signup/participants.py @@ -114,7 +114,6 @@ def reverse_event_detail(self, event): @dataclasses.dataclass(frozen=True) class PlaceholderParticipant(AbstractParticipant): - @property def identifier(self): return f"placeholder-{hash(self)}" @@ -146,6 +145,6 @@ def icon(self): def get_nonlocal_participant_from_request(request): - for _, participant in participant_from_request.send(sender=None, request=request): + for __, participant in participant_from_request.send(sender=None, request=request): if participant is not None: return participant diff --git a/ephios/core/signup/stats.py b/src/ephios/core/signup/stats.py similarity index 100% rename from ephios/core/signup/stats.py rename to src/ephios/core/signup/stats.py diff --git a/src/ephios/core/signup/structure/__init__.py b/src/ephios/core/signup/structure/__init__.py new file mode 100644 index 000000000..546b0e82b --- /dev/null +++ b/src/ephios/core/signup/structure/__init__.py @@ -0,0 +1,24 @@ +import logging +from django.utils.translation import gettext_lazy as _ + + +from ephios.core.signals import register_shift_structures + +logger = logging.getLogger(__name__) + + +def installed_shift_structures(): + for __, structures in register_shift_structures.send_to_all_plugins(None): + yield from structures + + +def enabled_shift_structures(): + for __, structures in register_shift_structures.send(None): + yield from structures + + +def shift_structure_from_slug(slug, shift=None, event=None): + for structure in installed_shift_structures(): + if structure.slug == slug: + return structure(shift, event=event) + raise ValueError(_("Shift structure '{slug}' was not found.").format(slug=slug)) diff --git a/ephios/core/signup/structure/abstract.py b/src/ephios/core/signup/structure/abstract.py similarity index 100% rename from ephios/core/signup/structure/abstract.py rename to src/ephios/core/signup/structure/abstract.py diff --git a/ephios/core/signup/structure/base.py b/src/ephios/core/signup/structure/base.py similarity index 89% rename from ephios/core/signup/structure/base.py rename to src/ephios/core/signup/structure/base.py index c92a09745..348b0e1af 100644 --- a/ephios/core/signup/structure/base.py +++ b/src/ephios/core/signup/structure/base.py @@ -60,13 +60,11 @@ def get_signup_info(self): Return key/value pairs about the configuration to show in exports etc. """ form_class = self.configuration_form_class - return OrderedDict( - { - label: getattr(form_class, f"format_{name}", format_anything)(value) - for name, field in form_class.base_fields.items() - if (label := field.label) and (value := getattr(self.configuration, name)) - } - ) + return OrderedDict({ + label: getattr(form_class, f"format_{name}", format_anything)(value) + for name, field in form_class.base_fields.items() + if (label := field.label) and (value := getattr(self.configuration, name)) + }) def get_checkers(self): return [] @@ -117,12 +115,9 @@ def get_configuration_form(self, *args, **kwargs): def __init__(self, shift, event=None): super().__init__(shift, event) - self.configuration = Namespace( - **{ - name: field.initial - for name, field in self.configuration_form_class.base_fields.items() - } - ) + self.configuration = Namespace(**{ + name: field.initial for name, field in self.configuration_form_class.base_fields.items() + }) if shift is not None: for key, value in shift.structure_configuration.items(): setattr(self.configuration, key, value) diff --git a/ephios/core/signup/views.py b/src/ephios/core/signup/views.py similarity index 96% rename from ephios/core/signup/views.py rename to src/ephios/core/signup/views.py index c75464c1b..5215a558b 100644 --- a/ephios/core/signup/views.py +++ b/src/ephios/core/signup/views.py @@ -34,13 +34,11 @@ class SignupView(FormView): def get_form_kwargs(self): kwargs = super().get_form_kwargs() - kwargs.update( - { - "shift": self.shift, - "participant": self.participant, - "instance": self.participation, - } - ) + kwargs.update({ + "shift": self.shift, + "participant": self.participant, + "instance": self.participation, + }) return kwargs def setup(self, request, *args, **kwargs): @@ -63,7 +61,8 @@ def _get_shift_participant_locked_validator(self): if isinstance(self.participant, LocalUserParticipant): UserProfile._base_manager.select_for_update(of=OF_SELF).get(pk=self.participant.user.pk) return ( - Shift._base_manager.select_for_update(of=OF_SELF) + Shift._base_manager + .select_for_update(of=OF_SELF) .prefetch_related("participations") .select_related("event", "event__type") .get(pk=self.shift.pk) @@ -164,7 +163,7 @@ def _process_signup_action(self, participation, signup_data, validator): success_message = self.shift.signup_flow.decline_success_message case SignupForm.SignupChoices.CUSTOMIZE if validator.can_customize_signup(): # pylint: disable-next=unnecessary-lambda-assignment - flow_action = lambda **kwargs: None # noop + flow_action = lambda **kwargs: None # noop # noqa error_message = _("There was an error saving your participation.") success_message = _("Your participation was saved.") case _: diff --git a/ephios/core/templates/core/disposition/base_participation.html b/src/ephios/core/templates/core/disposition/base_participation.html similarity index 100% rename from ephios/core/templates/core/disposition/base_participation.html rename to src/ephios/core/templates/core/disposition/base_participation.html diff --git a/ephios/core/templates/core/disposition/disposition.html b/src/ephios/core/templates/core/disposition/disposition.html similarity index 100% rename from ephios/core/templates/core/disposition/disposition.html rename to src/ephios/core/templates/core/disposition/disposition.html diff --git a/ephios/core/templates/core/disposition/fragment_participation.html b/src/ephios/core/templates/core/disposition/fragment_participation.html similarity index 100% rename from ephios/core/templates/core/disposition/fragment_participation.html rename to src/ephios/core/templates/core/disposition/fragment_participation.html diff --git a/ephios/core/templates/core/event_bulk_delete.html b/src/ephios/core/templates/core/event_bulk_delete.html similarity index 98% rename from ephios/core/templates/core/event_bulk_delete.html rename to src/ephios/core/templates/core/event_bulk_delete.html index b8db6f12e..ac9632ace 100644 --- a/ephios/core/templates/core/event_bulk_delete.html +++ b/src/ephios/core/templates/core/event_bulk_delete.html @@ -23,4 +23,4 @@

{% translate "Delete events" %}

href="{% url "core:event_list" %}">{% translate "Back" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/event_confirm_delete.html b/src/ephios/core/templates/core/event_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/event_confirm_delete.html rename to src/ephios/core/templates/core/event_confirm_delete.html diff --git a/ephios/core/templates/core/event_copy.html b/src/ephios/core/templates/core/event_copy.html similarity index 95% rename from ephios/core/templates/core/event_copy.html rename to src/ephios/core/templates/core/event_copy.html index e742067aa..a6c7e81a1 100644 --- a/ephios/core/templates/core/event_copy.html +++ b/src/ephios/core/templates/core/event_copy.html @@ -8,7 +8,7 @@ {% endblock %} {% block messages %} - {% for _, errors in form.errors.items %} + {% for __, errors in form.errors.items %} {% for error in errors %} {% endfor %} diff --git a/ephios/core/templates/core/event_detail.html b/src/ephios/core/templates/core/event_detail.html similarity index 100% rename from ephios/core/templates/core/event_detail.html rename to src/ephios/core/templates/core/event_detail.html diff --git a/ephios/core/templates/core/event_form.html b/src/ephios/core/templates/core/event_form.html similarity index 100% rename from ephios/core/templates/core/event_form.html rename to src/ephios/core/templates/core/event_form.html diff --git a/ephios/core/templates/core/event_list.html b/src/ephios/core/templates/core/event_list.html similarity index 100% rename from ephios/core/templates/core/event_list.html rename to src/ephios/core/templates/core/event_list.html diff --git a/ephios/core/templates/core/event_notification.html b/src/ephios/core/templates/core/event_notification.html similarity index 100% rename from ephios/core/templates/core/event_notification.html rename to src/ephios/core/templates/core/event_notification.html diff --git a/ephios/core/templates/core/eventtype_confirm_delete.html b/src/ephios/core/templates/core/eventtype_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/eventtype_confirm_delete.html rename to src/ephios/core/templates/core/eventtype_confirm_delete.html diff --git a/ephios/core/templates/core/eventtype_form.html b/src/ephios/core/templates/core/eventtype_form.html similarity index 97% rename from ephios/core/templates/core/eventtype_form.html rename to src/ephios/core/templates/core/eventtype_form.html index 424666f56..34321e197 100644 --- a/ephios/core/templates/core/eventtype_form.html +++ b/src/ephios/core/templates/core/eventtype_form.html @@ -20,4 +20,4 @@ {% translate "Cancel" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/eventtype_list.html b/src/ephios/core/templates/core/eventtype_list.html similarity index 100% rename from ephios/core/templates/core/eventtype_list.html rename to src/ephios/core/templates/core/eventtype_list.html diff --git a/ephios/core/templates/core/forms/crispy_filter.html b/src/ephios/core/templates/core/forms/crispy_filter.html similarity index 100% rename from ephios/core/templates/core/forms/crispy_filter.html rename to src/ephios/core/templates/core/forms/crispy_filter.html diff --git a/ephios/core/templates/core/fragments/approve_consequences.html b/src/ephios/core/templates/core/fragments/approve_consequences.html similarity index 100% rename from ephios/core/templates/core/fragments/approve_consequences.html rename to src/ephios/core/templates/core/fragments/approve_consequences.html diff --git a/ephios/core/templates/core/fragments/attrs.html b/src/ephios/core/templates/core/fragments/attrs.html similarity index 98% rename from ephios/core/templates/core/fragments/attrs.html rename to src/ephios/core/templates/core/fragments/attrs.html index 2982dd9a8..64770d214 100644 --- a/ephios/core/templates/core/fragments/attrs.html +++ b/src/ephios/core/templates/core/fragments/attrs.html @@ -1 +1 @@ -{% include "django/forms/widgets/attrs.html" with widget=item %} \ No newline at end of file +{% include "django/forms/widgets/attrs.html" with widget=item %} diff --git a/ephios/core/templates/core/fragments/calendar_day.html b/src/ephios/core/templates/core/fragments/calendar_day.html similarity index 100% rename from ephios/core/templates/core/fragments/calendar_day.html rename to src/ephios/core/templates/core/fragments/calendar_day.html diff --git a/ephios/core/templates/core/fragments/event_list_add_event_button.html b/src/ephios/core/templates/core/fragments/event_list_add_event_button.html similarity index 99% rename from ephios/core/templates/core/fragments/event_list_add_event_button.html rename to src/ephios/core/templates/core/fragments/event_list_add_event_button.html index 8fab88f4f..c8c7edfcf 100644 --- a/ephios/core/templates/core/fragments/event_list_add_event_button.html +++ b/src/ephios/core/templates/core/fragments/event_list_add_event_button.html @@ -14,4 +14,4 @@ {% endblocktranslate %} {% endfor %} - \ No newline at end of file + diff --git a/ephios/core/templates/core/fragments/event_list_day_mode.html b/src/ephios/core/templates/core/fragments/event_list_day_mode.html similarity index 99% rename from ephios/core/templates/core/fragments/event_list_day_mode.html rename to src/ephios/core/templates/core/fragments/event_list_day_mode.html index 0d59d1acb..64428b9de 100644 --- a/ephios/core/templates/core/fragments/event_list_day_mode.html +++ b/src/ephios/core/templates/core/fragments/event_list_day_mode.html @@ -113,4 +113,4 @@
{% endfor %} {% endfor %} - \ No newline at end of file + diff --git a/ephios/core/templates/core/fragments/event_list_list_mode.html b/src/ephios/core/templates/core/fragments/event_list_list_mode.html similarity index 99% rename from ephios/core/templates/core/fragments/event_list_list_mode.html rename to src/ephios/core/templates/core/fragments/event_list_list_mode.html index 616839182..160667740 100644 --- a/ephios/core/templates/core/fragments/event_list_list_mode.html +++ b/src/ephios/core/templates/core/fragments/event_list_list_mode.html @@ -138,4 +138,4 @@
{% endfor %} {% include 'core/pagination.html' %} - \ No newline at end of file + diff --git a/ephios/core/templates/core/fragments/pending_consequences.html b/src/ephios/core/templates/core/fragments/pending_consequences.html similarity index 100% rename from ephios/core/templates/core/fragments/pending_consequences.html rename to src/ephios/core/templates/core/fragments/pending_consequences.html diff --git a/ephios/core/templates/core/fragments/plugin_form.html b/src/ephios/core/templates/core/fragments/plugin_form.html similarity index 100% rename from ephios/core/templates/core/fragments/plugin_form.html rename to src/ephios/core/templates/core/fragments/plugin_form.html diff --git a/ephios/core/templates/core/fragments/shift_box_big.html b/src/ephios/core/templates/core/fragments/shift_box_big.html similarity index 100% rename from ephios/core/templates/core/fragments/shift_box_big.html rename to src/ephios/core/templates/core/fragments/shift_box_big.html diff --git a/ephios/core/templates/core/fragments/shift_box_small.html b/src/ephios/core/templates/core/fragments/shift_box_small.html similarity index 99% rename from ephios/core/templates/core/fragments/shift_box_small.html rename to src/ephios/core/templates/core/fragments/shift_box_small.html index 3a1f0b563..c82a0303f 100644 --- a/ephios/core/templates/core/fragments/shift_box_small.html +++ b/src/ephios/core/templates/core/fragments/shift_box_small.html @@ -26,4 +26,4 @@
{% translate "Signup flow" %}: {{ shift.signup_flow.verbose_name }}

- \ No newline at end of file + diff --git a/ephios/core/templates/core/fragments/shift_header.html b/src/ephios/core/templates/core/fragments/shift_header.html similarity index 99% rename from ephios/core/templates/core/fragments/shift_header.html rename to src/ephios/core/templates/core/fragments/shift_header.html index 23b4ee74f..3545fa0ed 100644 --- a/ephios/core/templates/core/fragments/shift_header.html +++ b/src/ephios/core/templates/core/fragments/shift_header.html @@ -67,4 +67,4 @@ {% endif %} - \ No newline at end of file + diff --git a/ephios/core/templates/core/fragments/shift_signup_config_form.html b/src/ephios/core/templates/core/fragments/shift_signup_config_form.html similarity index 96% rename from ephios/core/templates/core/fragments/shift_signup_config_form.html rename to src/ephios/core/templates/core/fragments/shift_signup_config_form.html index 053a1de94..8484e9d8b 100644 --- a/ephios/core/templates/core/fragments/shift_signup_config_form.html +++ b/src/ephios/core/templates/core/fragments/shift_signup_config_form.html @@ -8,4 +8,4 @@

{% endif %} -{{ form }} \ No newline at end of file +{{ form }} diff --git a/ephios/core/templates/core/fragments/shift_structure_render_error.html b/src/ephios/core/templates/core/fragments/shift_structure_render_error.html similarity index 96% rename from ephios/core/templates/core/fragments/shift_structure_render_error.html rename to src/ephios/core/templates/core/fragments/shift_structure_render_error.html index 72d6795b7..d1571ecd2 100644 --- a/ephios/core/templates/core/fragments/shift_structure_render_error.html +++ b/src/ephios/core/templates/core/fragments/shift_structure_render_error.html @@ -2,4 +2,4 @@

{% translate "We're sorry! There is a problem displaying the state of the shift." %} -

\ No newline at end of file +

diff --git a/ephios/core/templates/core/fragments/signup_stats_indicator.html b/src/ephios/core/templates/core/fragments/signup_stats_indicator.html similarity index 98% rename from ephios/core/templates/core/fragments/signup_stats_indicator.html rename to src/ephios/core/templates/core/fragments/signup_stats_indicator.html index c83fd0ff5..04c286642 100644 --- a/ephios/core/templates/core/fragments/signup_stats_indicator.html +++ b/src/ephios/core/templates/core/fragments/signup_stats_indicator.html @@ -22,4 +22,4 @@ {% else %} {% translate "open" %} {% endif %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/ephios/core/templates/core/group_confirm_delete.html b/src/ephios/core/templates/core/group_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/group_confirm_delete.html rename to src/ephios/core/templates/core/group_confirm_delete.html diff --git a/ephios/core/templates/core/group_form.html b/src/ephios/core/templates/core/group_form.html similarity index 100% rename from ephios/core/templates/core/group_form.html rename to src/ephios/core/templates/core/group_form.html diff --git a/ephios/core/templates/core/group_list.html b/src/ephios/core/templates/core/group_list.html similarity index 100% rename from ephios/core/templates/core/group_list.html rename to src/ephios/core/templates/core/group_list.html diff --git a/ephios/core/templates/core/home.html b/src/ephios/core/templates/core/home.html similarity index 100% rename from ephios/core/templates/core/home.html rename to src/ephios/core/templates/core/home.html diff --git a/ephios/core/templates/core/identityprovider_confirm_delete.html b/src/ephios/core/templates/core/identityprovider_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/identityprovider_confirm_delete.html rename to src/ephios/core/templates/core/identityprovider_confirm_delete.html diff --git a/ephios/core/templates/core/identityprovider_discovery.html b/src/ephios/core/templates/core/identityprovider_discovery.html similarity index 100% rename from ephios/core/templates/core/identityprovider_discovery.html rename to src/ephios/core/templates/core/identityprovider_discovery.html diff --git a/ephios/core/templates/core/identityprovider_form.html b/src/ephios/core/templates/core/identityprovider_form.html similarity index 100% rename from ephios/core/templates/core/identityprovider_form.html rename to src/ephios/core/templates/core/identityprovider_form.html diff --git a/ephios/core/templates/core/identityprovider_list.html b/src/ephios/core/templates/core/identityprovider_list.html similarity index 100% rename from ephios/core/templates/core/identityprovider_list.html rename to src/ephios/core/templates/core/identityprovider_list.html diff --git a/ephios/core/templates/core/logentry_list.html b/src/ephios/core/templates/core/logentry_list.html similarity index 100% rename from ephios/core/templates/core/logentry_list.html rename to src/ephios/core/templates/core/logentry_list.html diff --git a/ephios/core/templates/core/login.html b/src/ephios/core/templates/core/login.html similarity index 100% rename from ephios/core/templates/core/login.html rename to src/ephios/core/templates/core/login.html diff --git a/ephios/core/templates/core/mails/base.html b/src/ephios/core/templates/core/mails/base.html similarity index 100% rename from ephios/core/templates/core/mails/base.html rename to src/ephios/core/templates/core/mails/base.html diff --git a/ephios/core/templates/core/mails/base.txt b/src/ephios/core/templates/core/mails/base.txt similarity index 62% rename from ephios/core/templates/core/mails/base.txt rename to src/ephios/core/templates/core/mails/base.txt index 61d27b678..93a26f3ac 100644 --- a/ephios/core/templates/core/mails/base.txt +++ b/src/ephios/core/templates/core/mails/base.txt @@ -1,2 +1,2 @@ {% block content %}{{ body|wordwrap:80 }}{% endblock %} -{% block footer %}{% endblock %} \ No newline at end of file +{% block footer %}{% endblock %} diff --git a/ephios/core/templates/core/mails/new_account_email.html b/src/ephios/core/templates/core/mails/new_account_email.html similarity index 98% rename from ephios/core/templates/core/mails/new_account_email.html rename to src/ephios/core/templates/core/mails/new_account_email.html index a4bc93f21..c64b968ab 100644 --- a/ephios/core/templates/core/mails/new_account_email.html +++ b/src/ephios/core/templates/core/mails/new_account_email.html @@ -13,4 +13,4 @@ {% translate "Your username is your email address:" %} {{ notification.user.email }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/mails/new_event.html b/src/ephios/core/templates/core/mails/new_event.html similarity index 100% rename from ephios/core/templates/core/mails/new_event.html rename to src/ephios/core/templates/core/mails/new_event.html diff --git a/ephios/core/templates/core/mails/notification.html b/src/ephios/core/templates/core/mails/notification.html similarity index 100% rename from ephios/core/templates/core/mails/notification.html rename to src/ephios/core/templates/core/mails/notification.html diff --git a/ephios/core/templates/core/mails/notification.txt b/src/ephios/core/templates/core/mails/notification.txt similarity index 97% rename from ephios/core/templates/core/mails/notification.txt rename to src/ephios/core/templates/core/mails/notification.txt index 16cac6209..0c1259173 100644 --- a/ephios/core/templates/core/mails/notification.txt +++ b/src/ephios/core/templates/core/mails/notification.txt @@ -16,4 +16,4 @@ You are receiving this email as a member of {{ organization_name }}. {% translate "Click here to view and change your notification settings" %}: {{ notification_settings_url }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/mass_notification_write.html b/src/ephios/core/templates/core/mass_notification_write.html similarity index 100% rename from ephios/core/templates/core/mass_notification_write.html rename to src/ephios/core/templates/core/mass_notification_write.html diff --git a/ephios/core/templates/core/notification_detail.html b/src/ephios/core/templates/core/notification_detail.html similarity index 100% rename from ephios/core/templates/core/notification_detail.html rename to src/ephios/core/templates/core/notification_detail.html diff --git a/ephios/core/templates/core/notification_list.html b/src/ephios/core/templates/core/notification_list.html similarity index 100% rename from ephios/core/templates/core/notification_list.html rename to src/ephios/core/templates/core/notification_list.html diff --git a/ephios/core/templates/core/pagination.html b/src/ephios/core/templates/core/pagination.html similarity index 99% rename from ephios/core/templates/core/pagination.html rename to src/ephios/core/templates/core/pagination.html index 14ac8e069..172763303 100644 --- a/ephios/core/templates/core/pagination.html +++ b/src/ephios/core/templates/core/pagination.html @@ -44,5 +44,3 @@ {% endif %} - - diff --git a/ephios/core/templates/core/serviceworker.js b/src/ephios/core/templates/core/serviceworker.js similarity index 99% rename from ephios/core/templates/core/serviceworker.js rename to src/ephios/core/templates/core/serviceworker.js index 2323322b4..1da42cf57 100644 --- a/ephios/core/templates/core/serviceworker.js +++ b/src/ephios/core/templates/core/serviceworker.js @@ -110,4 +110,4 @@ self.addEventListener("fetch", event => { } else { event.respondWith(networkThenCacheOrOffline(event)); } -}); \ No newline at end of file +}); diff --git a/ephios/core/templates/core/settings/password_change_form.html b/src/ephios/core/templates/core/settings/password_change_form.html similarity index 100% rename from ephios/core/templates/core/settings/password_change_form.html rename to src/ephios/core/templates/core/settings/password_change_form.html diff --git a/ephios/core/templates/core/settings/settings_base.html b/src/ephios/core/templates/core/settings/settings_base.html similarity index 100% rename from ephios/core/templates/core/settings/settings_base.html rename to src/ephios/core/templates/core/settings/settings_base.html diff --git a/ephios/core/templates/core/settings/settings_calendar.html b/src/ephios/core/templates/core/settings/settings_calendar.html similarity index 98% rename from ephios/core/templates/core/settings/settings_calendar.html rename to src/ephios/core/templates/core/settings/settings_calendar.html index 1cbc295e1..8eb88de14 100644 --- a/ephios/core/templates/core/settings/settings_calendar.html +++ b/src/ephios/core/templates/core/settings/settings_calendar.html @@ -34,4 +34,4 @@

{% translate "Calendar" %}

{% block javascript %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/settings/settings_instance.html b/src/ephios/core/templates/core/settings/settings_instance.html similarity index 100% rename from ephios/core/templates/core/settings/settings_instance.html rename to src/ephios/core/templates/core/settings/settings_instance.html diff --git a/ephios/core/templates/core/settings/settings_notifications.html b/src/ephios/core/templates/core/settings/settings_notifications.html similarity index 100% rename from ephios/core/templates/core/settings/settings_notifications.html rename to src/ephios/core/templates/core/settings/settings_notifications.html diff --git a/ephios/core/templates/core/settings/settings_personal_data.html b/src/ephios/core/templates/core/settings/settings_personal_data.html similarity index 99% rename from ephios/core/templates/core/settings/settings_personal_data.html rename to src/ephios/core/templates/core/settings/settings_personal_data.html index 11e1b9bf2..0e5504f2d 100644 --- a/ephios/core/templates/core/settings/settings_personal_data.html +++ b/src/ephios/core/templates/core/settings/settings_personal_data.html @@ -53,4 +53,4 @@

{% translate "Language" %}

{% collect_insert_html_signal "personal_data_page" %}
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/shift_confirm_delete.html b/src/ephios/core/templates/core/shift_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/shift_confirm_delete.html rename to src/ephios/core/templates/core/shift_confirm_delete.html diff --git a/ephios/core/templates/core/shift_copy.html b/src/ephios/core/templates/core/shift_copy.html similarity index 95% rename from ephios/core/templates/core/shift_copy.html rename to src/ephios/core/templates/core/shift_copy.html index 9cea8b7e2..86ae8bc4d 100644 --- a/ephios/core/templates/core/shift_copy.html +++ b/src/ephios/core/templates/core/shift_copy.html @@ -11,7 +11,7 @@ {% endblock %} {% block messages %} - {% for _, errors in form.errors.items %} + {% for __, errors in form.errors.items %} {% for error in errors %} {% endfor %} diff --git a/ephios/core/templates/core/shift_form.html b/src/ephios/core/templates/core/shift_form.html similarity index 99% rename from ephios/core/templates/core/shift_form.html rename to src/ephios/core/templates/core/shift_form.html index d1cd95826..e2c7d0991 100644 --- a/ephios/core/templates/core/shift_form.html +++ b/src/ephios/core/templates/core/shift_form.html @@ -118,4 +118,4 @@
{% translate "Shift" %}
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/signup.html b/src/ephios/core/templates/core/signup.html similarity index 100% rename from ephios/core/templates/core/signup.html rename to src/ephios/core/templates/core/signup.html diff --git a/ephios/core/templates/core/userprofile_confirm_delete.html b/src/ephios/core/templates/core/userprofile_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/userprofile_confirm_delete.html rename to src/ephios/core/templates/core/userprofile_confirm_delete.html diff --git a/ephios/core/templates/core/userprofile_confirm_password_reset.html b/src/ephios/core/templates/core/userprofile_confirm_password_reset.html similarity index 98% rename from ephios/core/templates/core/userprofile_confirm_password_reset.html rename to src/ephios/core/templates/core/userprofile_confirm_password_reset.html index 57eceadfa..67cc5058b 100644 --- a/ephios/core/templates/core/userprofile_confirm_password_reset.html +++ b/src/ephios/core/templates/core/userprofile_confirm_password_reset.html @@ -19,4 +19,4 @@

{% translate "Reset password" %}

href="{% url "core:userprofile_edit" userprofile.pk %}">{% translate "Back" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/userprofile_confirm_password_token_revokation.html b/src/ephios/core/templates/core/userprofile_confirm_password_token_revokation.html similarity index 98% rename from ephios/core/templates/core/userprofile_confirm_password_token_revokation.html rename to src/ephios/core/templates/core/userprofile_confirm_password_token_revokation.html index 456f95506..db5476b3c 100644 --- a/ephios/core/templates/core/userprofile_confirm_password_token_revokation.html +++ b/src/ephios/core/templates/core/userprofile_confirm_password_token_revokation.html @@ -21,4 +21,4 @@

{% translate "Revoke password and API tokens" %}

href="{% url "core:userprofile_edit" userprofile.pk %}">{% translate "Back" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/core/templates/core/userprofile_form.html b/src/ephios/core/templates/core/userprofile_form.html similarity index 100% rename from ephios/core/templates/core/userprofile_form.html rename to src/ephios/core/templates/core/userprofile_form.html diff --git a/ephios/core/templates/core/userprofile_list.html b/src/ephios/core/templates/core/userprofile_list.html similarity index 100% rename from ephios/core/templates/core/userprofile_list.html rename to src/ephios/core/templates/core/userprofile_list.html diff --git a/ephios/core/templates/core/userprofile_workinghours.html b/src/ephios/core/templates/core/userprofile_workinghours.html similarity index 99% rename from ephios/core/templates/core/userprofile_workinghours.html rename to src/ephios/core/templates/core/userprofile_workinghours.html index 93af4aa7c..f9c2260c3 100644 --- a/ephios/core/templates/core/userprofile_workinghours.html +++ b/src/ephios/core/templates/core/userprofile_workinghours.html @@ -57,4 +57,3 @@

{% endblock %} - diff --git a/ephios/core/templates/core/widgets/previous_comments.html b/src/ephios/core/templates/core/widgets/previous_comments.html similarity index 100% rename from ephios/core/templates/core/widgets/previous_comments.html rename to src/ephios/core/templates/core/widgets/previous_comments.html diff --git a/ephios/core/templates/core/workinghours_confirm_delete.html b/src/ephios/core/templates/core/workinghours_confirm_delete.html similarity index 100% rename from ephios/core/templates/core/workinghours_confirm_delete.html rename to src/ephios/core/templates/core/workinghours_confirm_delete.html diff --git a/ephios/core/templates/core/workinghours_form.html b/src/ephios/core/templates/core/workinghours_form.html similarity index 100% rename from ephios/core/templates/core/workinghours_form.html rename to src/ephios/core/templates/core/workinghours_form.html diff --git a/ephios/core/templates/core/workinghours_list.html b/src/ephios/core/templates/core/workinghours_list.html similarity index 100% rename from ephios/core/templates/core/workinghours_list.html rename to src/ephios/core/templates/core/workinghours_list.html diff --git a/ephios/core/templatetags/__init__.py b/src/ephios/core/templatetags/__init__.py similarity index 100% rename from ephios/core/templatetags/__init__.py rename to src/ephios/core/templatetags/__init__.py diff --git a/ephios/core/templatetags/email_extras.py b/src/ephios/core/templatetags/email_extras.py similarity index 100% rename from ephios/core/templatetags/email_extras.py rename to src/ephios/core/templatetags/email_extras.py diff --git a/ephios/core/templatetags/event_extras.py b/src/ephios/core/templatetags/event_extras.py similarity index 87% rename from ephios/core/templatetags/event_extras.py rename to src/ephios/core/templatetags/event_extras.py index 83da97e16..a38ea38fd 100644 --- a/ephios/core/templatetags/event_extras.py +++ b/src/ephios/core/templatetags/event_extras.py @@ -84,7 +84,8 @@ def confirmed_participations(user: UserProfile): # can't use order_by, as postgres gets confused when using the # `start_time` coalesce, the shift select related and order_by on start_time at the same time. return sorted( - user.participations.filter(state=AbstractParticipation.States.CONFIRMED) + user.participations + .filter(state=AbstractParticipation.States.CONFIRMED) .filter(end_time__gte=timezone.now()) .select_related("shift", "shift__event"), key=operator.attrgetter("start_time", "end_time"), @@ -108,13 +109,11 @@ def event_list_signup_state_counts(event): @register.simple_tag(name="event_bulk_actions") def event_bulk_actions(): html = "" - for _, actions in register_event_bulk_action.send(None): - html += "".join( - [ - f"" - for action in actions - ] - ) + for __, actions in register_event_bulk_action.send(None): + html += "".join([ + f"" + for action in actions + ]) return mark_safe(html) @@ -137,15 +136,13 @@ def eventtype_color_css(eventtype): @register.simple_tag(name="event_plugin_actions") def event_plugin_actions(event_detail_view): html = "" - for _, actions in event_menu.send( + for __, actions in event_menu.send( None, event=event_detail_view.object, request=event_detail_view.request ): - html += "".join( - [ - f"
  • {action['label']}
  • " - for action in actions - ] - ) + html += "".join([ + f"
  • {action['label']}
  • " + for action in actions + ]) return mark_safe(html) @@ -153,7 +150,7 @@ def event_plugin_actions(event_detail_view): def shift_plugin_actions(shift, request): return [ action - for _, actions in shift_action.send(None, shift=shift, request=request) + for __, actions in shift_action.send(None, shift=shift, request=request) for action in actions ] diff --git a/ephios/core/templatetags/settings_extras.py b/src/ephios/core/templatetags/settings_extras.py similarity index 100% rename from ephios/core/templatetags/settings_extras.py rename to src/ephios/core/templatetags/settings_extras.py diff --git a/ephios/core/templatetags/signal_extras.py b/src/ephios/core/templatetags/signal_extras.py similarity index 100% rename from ephios/core/templatetags/signal_extras.py rename to src/ephios/core/templatetags/signal_extras.py diff --git a/ephios/core/templatetags/user_extras.py b/src/ephios/core/templatetags/user_extras.py similarity index 98% rename from ephios/core/templatetags/user_extras.py rename to src/ephios/core/templatetags/user_extras.py index ca10a668d..384721a88 100644 --- a/ephios/core/templatetags/user_extras.py +++ b/src/ephios/core/templatetags/user_extras.py @@ -42,7 +42,8 @@ def participation_conflicts(participation): @register.filter(name="shifts_needing_disposition") def shifts_needing_disposition(user): return ( - Shift.objects.filter( + Shift.objects + .filter( event__in=get_objects_for_user( user, perms=["core.change_event"], diff --git a/ephios/core/urls.py b/src/ephios/core/urls.py similarity index 100% rename from ephios/core/urls.py rename to src/ephios/core/urls.py diff --git a/ephios/core/views/__init__.py b/src/ephios/core/views/__init__.py similarity index 100% rename from ephios/core/views/__init__.py rename to src/ephios/core/views/__init__.py diff --git a/ephios/core/views/accounts.py b/src/ephios/core/views/accounts.py similarity index 97% rename from ephios/core/views/accounts.py rename to src/ephios/core/views/accounts.py index 92d618e51..0992fabc0 100644 --- a/ephios/core/views/accounts.py +++ b/src/ephios/core/views/accounts.py @@ -82,9 +82,9 @@ def filter(self, qs: QuerySet[UserProfile]): if qualification := fdata.get("qualification"): qs = qs.filter( qualification_grants__in=QualificationGrant.objects.unexpired().filter( - qualification__uuid__in=uuids_of_qualifications_fulfilling_any_of( - [qualification] - ) + qualification__uuid__in=uuids_of_qualifications_fulfilling_any_of([ + qualification + ]) ) ) @@ -109,9 +109,9 @@ def get_context_data(self, **kwargs): if len(users := self.get_queryset()) <= 200: # as we encode every participant identifier in the URL, we must make sure the URL doesn't get too long # URLs can be 2000 characters long, so with <10 characters per recipient, 200 is a good bound. - ctx["mass_notification_tos"] = urllib.parse.urlencode( - [("to", user.as_participant().identifier) for user in users] - ) + ctx["mass_notification_tos"] = urllib.parse.urlencode([ + ("to", user.as_participant().identifier) for user in users + ]) return ctx def get_queryset(self): @@ -249,11 +249,9 @@ def setup(self, request, *args, **kwargs): def post(self, request, *args, **kwargs): if request.POST.get("confirm"): - form = PasswordResetForm( - { - "email": self.object.email, - } - ) + form = PasswordResetForm({ + "email": self.object.email, + }) if form.is_valid(): form.save(request=request) messages.info( diff --git a/ephios/core/views/auth.py b/src/ephios/core/views/auth.py similarity index 100% rename from ephios/core/views/auth.py rename to src/ephios/core/views/auth.py diff --git a/ephios/core/views/bulk.py b/src/ephios/core/views/bulk.py similarity index 100% rename from ephios/core/views/bulk.py rename to src/ephios/core/views/bulk.py diff --git a/ephios/core/views/consequences.py b/src/ephios/core/views/consequences.py similarity index 84% rename from ephios/core/views/consequences.py rename to src/ephios/core/views/consequences.py index cbcabd74d..30de03d2f 100644 --- a/ephios/core/views/consequences.py +++ b/src/ephios/core/views/consequences.py @@ -20,9 +20,7 @@ def post(self, request, *args, **kwargs): consequence.confirm(request.user) except ConsequenceError as e: fail_reason = str(e) - return JsonResponse( - { - "state": consequence.state, - "fail_reason": fail_reason, - } - ) + return JsonResponse({ + "state": consequence.state, + "fail_reason": fail_reason, + }) diff --git a/ephios/core/views/event.py b/src/ephios/core/views/event.py similarity index 97% rename from ephios/core/views/event.py rename to src/ephios/core/views/event.py index 19582c116..00df59ba1 100644 --- a/ephios/core/views/event.py +++ b/src/ephios/core/views/event.py @@ -127,16 +127,16 @@ def filter_events(self, qs: QuerySet[Event]): if state_filter := fdata.get("state"): qs = { - "confirmed": qs.filter( - **{f"state_{AbstractParticipation.States.CONFIRMED}_count__gt": 0} - ), + "confirmed": qs.filter(**{ + f"state_{AbstractParticipation.States.CONFIRMED}_count__gt": 0 + }), "requested-confirmed": qs.filter( Q(**{f"state_{AbstractParticipation.States.CONFIRMED}_count__gt": 0}) | Q(**{f"state_{AbstractParticipation.States.REQUESTED}_count__gt": 0}) ), - "no-response": qs.filter( - **{f"state_{state}_count": 0 for state in AbstractParticipation.States} - ), + "no-response": qs.filter(**{ + f"state_{state}_count": 0 for state in AbstractParticipation.States + }), "pending": qs.filter(pending_disposition_count__gt=0), }.get(state_filter, qs) @@ -294,7 +294,8 @@ def get_context_data(self, **kwargs): def _get_shifts_for_calendar(self): return ( - Shift.objects.filter( + Shift.objects + .filter( event__in=get_objects_for_user(self.request.user, "core.view_event", klass=Event), ) .annotate( @@ -364,7 +365,8 @@ def _get_day_context(self): shifts = self.filter_form.filter_shifts(shifts) events = ( - Event.objects.filter( + Event.objects + .filter( id__in=shifts.values_list("event_id", flat=True), ) .distinct() @@ -383,14 +385,12 @@ def _get_day_context(self): ) css_context = self._build_day_css_context(events, shifts) - ctx.update( - { - "event_list": events, - "date": this_date, - "hours": range(25), - **css_context, - } - ) + ctx.update({ + "event_list": events, + "date": this_date, + "hours": range(25), + **css_context, + }) return ctx def _build_day_css_context(self, events, shifts): @@ -488,7 +488,8 @@ def get_queryset(self): if (participant := request_to_participant(self.request)) is None: return base return ( - base.prefetch_related("shifts") + base + .prefetch_related("shifts") .prefetch_related( Prefetch( "shifts__participations", diff --git a/ephios/core/views/eventtype.py b/src/ephios/core/views/eventtype.py similarity index 100% rename from ephios/core/views/eventtype.py rename to src/ephios/core/views/eventtype.py diff --git a/ephios/core/views/healthcheck.py b/src/ephios/core/views/healthcheck.py similarity index 100% rename from ephios/core/views/healthcheck.py rename to src/ephios/core/views/healthcheck.py diff --git a/ephios/core/views/log.py b/src/ephios/core/views/log.py similarity index 95% rename from ephios/core/views/log.py rename to src/ephios/core/views/log.py index 31192e550..210068af7 100644 --- a/ephios/core/views/log.py +++ b/src/ephios/core/views/log.py @@ -47,9 +47,10 @@ def __init__(self, *args, **kwargs): ) for content_type in qs: key = content_type.model.lower() - self.fields["object_type"].choices.append( - (key, content_type.model_class()._meta.verbose_name_plural) - ) + self.fields["object_type"].choices.append(( + key, + content_type.model_class()._meta.verbose_name_plural, + )) self.content_types[key] = content_type self.fields["object_type"].widget.choices = self.fields["object_type"].choices diff --git a/ephios/core/views/notifications.py b/src/ephios/core/views/notifications.py similarity index 99% rename from ephios/core/views/notifications.py rename to src/ephios/core/views/notifications.py index dee6e5d0d..f93510586 100644 --- a/ephios/core/views/notifications.py +++ b/src/ephios/core/views/notifications.py @@ -84,9 +84,7 @@ def __init__(self, *args, **kwargs): event_start=date_format( localtime(self.event.get_start_time()), "SHORT_DATETIME_FORMAT" ), - ) + str( - self.request.user - ) + ) + str(self.request.user) self.fields["to_participants"].help_text = _( "You can only select users that have permission to view the event." ) diff --git a/ephios/core/views/pwa.py b/src/ephios/core/views/pwa.py similarity index 100% rename from ephios/core/views/pwa.py rename to src/ephios/core/views/pwa.py diff --git a/ephios/core/views/settings.py b/src/ephios/core/views/settings.py similarity index 78% rename from ephios/core/views/settings.py rename to src/ephios/core/views/settings.py index 0823425bd..2aef0fa84 100644 --- a/ephios/core/views/settings.py +++ b/src/ephios/core/views/settings.py @@ -51,43 +51,33 @@ def get_available_settings_sections(request): }, ] if show_login_form(request, IdentityProvider.objects.all()): - sections[SETTINGS_PERSONAL_SECTION_KEY].append( - { - "label": _("Change password"), - "url": reverse("core:settings_password_change"), - "active": request.resolver_match.url_name == "settings_password_change", - } - ) + sections[SETTINGS_PERSONAL_SECTION_KEY].append({ + "label": _("Change password"), + "url": reverse("core:settings_password_change"), + "active": request.resolver_match.url_name == "settings_password_change", + }) if request.user.is_staff: - sections[SETTINGS_MANAGEMENT_SECTION_KEY].append( - { - "label": pgettext_lazy("Settings section name", "General"), - "url": reverse("core:settings_instance"), - "active": request.resolver_match.url_name == "settings_instance", - } - ) - sections[SETTINGS_MANAGEMENT_SECTION_KEY].append( - { - "label": _("App integrations"), - "url": reverse("api:settings-oauth-app-list"), - "active": "settings-oauth" in request.resolver_match.url_name, - } - ) - sections[SETTINGS_MANAGEMENT_SECTION_KEY].append( - { - "label": _("Identity providers"), - "url": reverse("core:settings_idp_list"), - "active": "settings_idp" in request.resolver_match.url_name, - } - ) + sections[SETTINGS_MANAGEMENT_SECTION_KEY].append({ + "label": pgettext_lazy("Settings section name", "General"), + "url": reverse("core:settings_instance"), + "active": request.resolver_match.url_name == "settings_instance", + }) + sections[SETTINGS_MANAGEMENT_SECTION_KEY].append({ + "label": _("App integrations"), + "url": reverse("api:settings-oauth-app-list"), + "active": "settings-oauth" in request.resolver_match.url_name, + }) + sections[SETTINGS_MANAGEMENT_SECTION_KEY].append({ + "label": _("Identity providers"), + "url": reverse("core:settings_idp_list"), + "active": "settings_idp" in request.resolver_match.url_name, + }) if request.user.has_perm("core.view_eventtype"): - sections[SETTINGS_MANAGEMENT_SECTION_KEY].append( - { - "label": _("Event types"), - "url": reverse("core:settings_eventtype_list"), - "active": request.resolver_match.url_name.startswith("settings_eventtype"), - } - ) + sections[SETTINGS_MANAGEMENT_SECTION_KEY].append({ + "label": _("Event types"), + "url": reverse("core:settings_eventtype_list"), + "active": request.resolver_match.url_name.startswith("settings_eventtype"), + }) for __, result in settings_sections.send(None, request=request): for item in result: diff --git a/ephios/core/views/shift.py b/src/ephios/core/views/shift.py similarity index 97% rename from ephios/core/views/shift.py rename to src/ephios/core/views/shift.py index f87b76122..af206046f 100644 --- a/ephios/core/views/shift.py +++ b/src/ephios/core/views/shift.py @@ -90,13 +90,11 @@ def post(self, *args, **kwargs): structure_configuration_form = structure.get_configuration_form( self.request.POST, event=self.event, request=self.request ) - if not all( - [ - self.is_valid(form), - flow_configuration_form.is_valid(), - structure_configuration_form.is_valid(), - ] - ): + if not all([ + self.is_valid(form), + flow_configuration_form.is_valid(), + structure_configuration_form.is_valid(), + ]): return self.render_to_response( self.get_context_data( form=form, @@ -236,13 +234,11 @@ def post(self, *args, **kwargs): except (ValueError, MultiValueDictKeyError): pass else: - if all( - [ - self.is_valid(form), - flow_configuration_form.is_valid(), - structure_configuration_form.is_valid(), - ] - ): + if all([ + self.is_valid(form), + flow_configuration_form.is_valid(), + structure_configuration_form.is_valid(), + ]): shift = form.save(commit=False) shift.signup_flow_configuration = flow_configuration_form.cleaned_data shift.structure_configuration = structure_configuration_form.cleaned_data diff --git a/ephios/core/views/signup.py b/src/ephios/core/views/signup.py similarity index 100% rename from ephios/core/views/signup.py rename to src/ephios/core/views/signup.py diff --git a/ephios/core/views/workinghour.py b/src/ephios/core/views/workinghour.py similarity index 98% rename from ephios/core/views/workinghour.py rename to src/ephios/core/views/workinghour.py index f1da1108f..8f29f6126 100644 --- a/ephios/core/views/workinghour.py +++ b/src/ephios/core/views/workinghour.py @@ -55,12 +55,14 @@ def _get_working_hours_stats(self, start: date, end: date, eventtype: Optional[E participations = participations.filter(shift__event__type=eventtype) else: workinghours = ( - WorkingHours.objects.filter(date__gte=start, date__lte=end) + WorkingHours.objects + .filter(date__gte=start, date__lte=end) .annotate(hour_sum=Sum("hours")) .values_list("user__pk", "user__display_name", "hour_sum") ) participations = ( - participations.annotate( + participations + .annotate( duration=ExpressionWrapper( (F("end_time") - F("start_time")), output_field=DurationField(), diff --git a/ephios/core/widgets.py b/src/ephios/core/widgets.py similarity index 100% rename from ephios/core/widgets.py rename to src/ephios/core/widgets.py diff --git a/ephios/extra/__init__.py b/src/ephios/extra/__init__.py similarity index 100% rename from ephios/extra/__init__.py rename to src/ephios/extra/__init__.py diff --git a/ephios/extra/apps.py b/src/ephios/extra/apps.py similarity index 60% rename from ephios/extra/apps.py rename to src/ephios/extra/apps.py index 83146d7d2..5f0686f62 100644 --- a/ephios/extra/apps.py +++ b/src/ephios/extra/apps.py @@ -5,4 +5,4 @@ class ExtraConfig(AppConfig): name = "ephios.extra" def ready(self): - from ephios.extra import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/extra/auth.py b/src/ephios/extra/auth.py similarity index 100% rename from ephios/extra/auth.py rename to src/ephios/extra/auth.py diff --git a/ephios/extra/bootstrap.py b/src/ephios/extra/bootstrap.py similarity index 100% rename from ephios/extra/bootstrap.py rename to src/ephios/extra/bootstrap.py diff --git a/ephios/extra/colors.py b/src/ephios/extra/colors.py similarity index 84% rename from ephios/extra/colors.py rename to src/ephios/extra/colors.py index 76d0cfb06..9d8084d12 100644 --- a/ephios/extra/colors.py +++ b/src/ephios/extra/colors.py @@ -24,13 +24,11 @@ def get_text_color_for_background(background_luminance: int): def get_eventtype_color_style(eventtype: EventType): - luminance = calculate_luminance( - ( - int(eventtype.color[1:3], 16), - int(eventtype.color[3:5], 16), - int(eventtype.color[5:7], 16), - ) - ) + luminance = calculate_luminance(( + int(eventtype.color[1:3], 16), + int(eventtype.color[3:5], 16), + int(eventtype.color[5:7], 16), + )) text_color = get_text_color_for_background(luminance) return ( f".eventtype-{eventtype.pk}-color{{background-color:{eventtype.color};color:{text_color};}}" diff --git a/ephios/extra/crispy.py b/src/ephios/extra/crispy.py similarity index 100% rename from ephios/extra/crispy.py rename to src/ephios/extra/crispy.py diff --git a/ephios/extra/csp.py b/src/ephios/extra/csp.py similarity index 100% rename from ephios/extra/csp.py rename to src/ephios/extra/csp.py diff --git a/ephios/extra/database.py b/src/ephios/extra/database.py similarity index 100% rename from ephios/extra/database.py rename to src/ephios/extra/database.py diff --git a/ephios/extra/fields.py b/src/ephios/extra/fields.py similarity index 100% rename from ephios/extra/fields.py rename to src/ephios/extra/fields.py diff --git a/ephios/extra/graphs.py b/src/ephios/extra/graphs.py similarity index 100% rename from ephios/extra/graphs.py rename to src/ephios/extra/graphs.py diff --git a/ephios/extra/i18n.py b/src/ephios/extra/i18n.py similarity index 100% rename from ephios/extra/i18n.py rename to src/ephios/extra/i18n.py diff --git a/ephios/extra/json.py b/src/ephios/extra/json.py similarity index 100% rename from ephios/extra/json.py rename to src/ephios/extra/json.py diff --git a/ephios/extra/middleware.py b/src/ephios/extra/middleware.py similarity index 100% rename from ephios/extra/middleware.py rename to src/ephios/extra/middleware.py diff --git a/ephios/extra/mixins.py b/src/ephios/extra/mixins.py similarity index 98% rename from ephios/extra/mixins.py rename to src/ephios/extra/mixins.py index 9f3d45cf5..4977fef48 100644 --- a/ephios/extra/mixins.py +++ b/src/ephios/extra/mixins.py @@ -1,5 +1,5 @@ import functools -from typing import Collection +from typing import Collection, TYPE_CHECKING from django.contrib.auth.mixins import AccessMixin from django.contrib.auth.mixins import PermissionRequiredMixin as DjangoPermissionRequiredMixin @@ -7,6 +7,9 @@ from django.urls import resolve from guardian.mixins import PermissionRequiredMixin as GuardianPermissionRequiredMixin +if TYPE_CHECKING: + from ephios.core.forms import BasePluginFormMixin + class CustomPermissionRequiredMixin(GuardianPermissionRequiredMixin): """ diff --git a/ephios/extra/permissions.py b/src/ephios/extra/permissions.py similarity index 91% rename from ephios/extra/permissions.py rename to src/ephios/extra/permissions.py index 77e94efc8..b9a987397 100644 --- a/ephios/extra/permissions.py +++ b/src/ephios/extra/permissions.py @@ -77,24 +77,20 @@ def get_groups_with_perms( if obj is not None: qs = qs.filter( Q(permissions=perm) - | Q( - **{ - f"{group_perms_rel_name}__permission": perm, - **obj_filter, - } - ) + | Q(**{ + f"{group_perms_rel_name}__permission": perm, + **obj_filter, + }) ) else: qs = qs.filter(permissions=perm) else: if obj is not None: qs = qs.filter( - Q( - **{ - f"{group_perms_rel_name}__permission": perm, - **obj_filter, - } - ) + Q(**{ + f"{group_perms_rel_name}__permission": perm, + **obj_filter, + }) ) else: qs = qs.none() @@ -102,12 +98,10 @@ def get_groups_with_perms( if obj is not None: qs = qs.filter( Q(permissions__in=required_perms if accept_global_perms else []) - | Q( - **{ - f"{group_perms_rel_name}__permission__in": required_perms, - **obj_filter, - } - ) + | Q(**{ + f"{group_perms_rel_name}__permission__in": required_perms, + **obj_filter, + }) ) elif required_perms and accept_global_perms: qs = qs.filter(Q(permissions__in=required_perms)) diff --git a/ephios/extra/preferences.py b/src/ephios/extra/preferences.py similarity index 100% rename from ephios/extra/preferences.py rename to src/ephios/extra/preferences.py diff --git a/ephios/extra/secrets.py b/src/ephios/extra/secrets.py similarity index 100% rename from ephios/extra/secrets.py rename to src/ephios/extra/secrets.py diff --git a/ephios/extra/signals.py b/src/ephios/extra/signals.py similarity index 100% rename from ephios/extra/signals.py rename to src/ephios/extra/signals.py diff --git a/ephios/extra/templates/extra/widgets/custom_date_input.html b/src/ephios/extra/templates/extra/widgets/custom_date_input.html similarity index 100% rename from ephios/extra/templates/extra/widgets/custom_date_input.html rename to src/ephios/extra/templates/extra/widgets/custom_date_input.html diff --git a/ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html b/src/ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html similarity index 96% rename from ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html rename to src/ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html index 79120eaad..4bfffa85c 100644 --- a/ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html +++ b/src/ephios/extra/templates/extra/widgets/custom_split_date_time_widget.html @@ -2,4 +2,4 @@ {% spaceless %}{% for widget in widget.subwidgets %}
    {% include widget.template_name %}
    {% endfor %}{% endspaceless %} - \ No newline at end of file + diff --git a/ephios/extra/templates/extra/widgets/custom_time_input.html b/src/ephios/extra/templates/extra/widgets/custom_time_input.html similarity index 100% rename from ephios/extra/templates/extra/widgets/custom_time_input.html rename to src/ephios/extra/templates/extra/widgets/custom_time_input.html diff --git a/ephios/extra/templates/extra/widgets/recurrence_picker.html b/src/ephios/extra/templates/extra/widgets/recurrence_picker.html similarity index 100% rename from ephios/extra/templates/extra/widgets/recurrence_picker.html rename to src/ephios/extra/templates/extra/widgets/recurrence_picker.html diff --git a/ephios/extra/templatetags/__init__.py b/src/ephios/extra/templatetags/__init__.py similarity index 100% rename from ephios/extra/templatetags/__init__.py rename to src/ephios/extra/templatetags/__init__.py diff --git a/ephios/extra/templatetags/bootstrap.py b/src/ephios/extra/templatetags/bootstrap.py similarity index 100% rename from ephios/extra/templatetags/bootstrap.py rename to src/ephios/extra/templatetags/bootstrap.py diff --git a/ephios/extra/templatetags/ephios_crispy.py b/src/ephios/extra/templatetags/ephios_crispy.py similarity index 100% rename from ephios/extra/templatetags/ephios_crispy.py rename to src/ephios/extra/templatetags/ephios_crispy.py diff --git a/ephios/extra/templatetags/rich_text.py b/src/ephios/extra/templatetags/rich_text.py similarity index 100% rename from ephios/extra/templatetags/rich_text.py rename to src/ephios/extra/templatetags/rich_text.py diff --git a/ephios/extra/templatetags/utils.py b/src/ephios/extra/templatetags/utils.py similarity index 100% rename from ephios/extra/templatetags/utils.py rename to src/ephios/extra/templatetags/utils.py diff --git a/ephios/extra/utils.py b/src/ephios/extra/utils.py similarity index 100% rename from ephios/extra/utils.py rename to src/ephios/extra/utils.py diff --git a/ephios/extra/widgets.py b/src/ephios/extra/widgets.py similarity index 100% rename from ephios/extra/widgets.py rename to src/ephios/extra/widgets.py diff --git a/ephios/locale/de/LC_MESSAGES/django.po b/src/ephios/locale/de/LC_MESSAGES/django.po similarity index 100% rename from ephios/locale/de/LC_MESSAGES/django.po rename to src/ephios/locale/de/LC_MESSAGES/django.po diff --git a/ephios/locale/de/LC_MESSAGES/djangojs.po b/src/ephios/locale/de/LC_MESSAGES/djangojs.po similarity index 100% rename from ephios/locale/de/LC_MESSAGES/djangojs.po rename to src/ephios/locale/de/LC_MESSAGES/djangojs.po diff --git a/ephios/modellogging/__init__.py b/src/ephios/modellogging/__init__.py similarity index 100% rename from ephios/modellogging/__init__.py rename to src/ephios/modellogging/__init__.py diff --git a/ephios/modellogging/admin.py b/src/ephios/modellogging/admin.py similarity index 100% rename from ephios/modellogging/admin.py rename to src/ephios/modellogging/admin.py diff --git a/ephios/modellogging/apps.py b/src/ephios/modellogging/apps.py similarity index 100% rename from ephios/modellogging/apps.py rename to src/ephios/modellogging/apps.py diff --git a/ephios/modellogging/json.py b/src/ephios/modellogging/json.py similarity index 100% rename from ephios/modellogging/json.py rename to src/ephios/modellogging/json.py diff --git a/ephios/modellogging/log.py b/src/ephios/modellogging/log.py similarity index 100% rename from ephios/modellogging/log.py rename to src/ephios/modellogging/log.py diff --git a/ephios/modellogging/middleware.py b/src/ephios/modellogging/middleware.py similarity index 100% rename from ephios/modellogging/middleware.py rename to src/ephios/modellogging/middleware.py diff --git a/ephios/modellogging/migrations/0001_initial.py b/src/ephios/modellogging/migrations/0001_initial.py similarity index 100% rename from ephios/modellogging/migrations/0001_initial.py rename to src/ephios/modellogging/migrations/0001_initial.py diff --git a/ephios/modellogging/migrations/0002_auto_20210403_2348.py b/src/ephios/modellogging/migrations/0002_auto_20210403_2348.py similarity index 100% rename from ephios/modellogging/migrations/0002_auto_20210403_2348.py rename to src/ephios/modellogging/migrations/0002_auto_20210403_2348.py diff --git a/ephios/modellogging/migrations/0003_alter_logentry_id.py b/src/ephios/modellogging/migrations/0003_alter_logentry_id.py similarity index 100% rename from ephios/modellogging/migrations/0003_alter_logentry_id.py rename to src/ephios/modellogging/migrations/0003_alter_logentry_id.py diff --git a/ephios/modellogging/migrations/0004_alter_logentry_user.py b/src/ephios/modellogging/migrations/0004_alter_logentry_user.py similarity index 100% rename from ephios/modellogging/migrations/0004_alter_logentry_user.py rename to src/ephios/modellogging/migrations/0004_alter_logentry_user.py diff --git a/ephios/modellogging/migrations/0005_alter_logentry_datetime.py b/src/ephios/modellogging/migrations/0005_alter_logentry_datetime.py similarity index 100% rename from ephios/modellogging/migrations/0005_alter_logentry_datetime.py rename to src/ephios/modellogging/migrations/0005_alter_logentry_datetime.py diff --git a/ephios/modellogging/migrations/__init__.py b/src/ephios/modellogging/migrations/__init__.py similarity index 100% rename from ephios/modellogging/migrations/__init__.py rename to src/ephios/modellogging/migrations/__init__.py diff --git a/ephios/modellogging/models.py b/src/ephios/modellogging/models.py similarity index 100% rename from ephios/modellogging/models.py rename to src/ephios/modellogging/models.py diff --git a/ephios/modellogging/recorders.py b/src/ephios/modellogging/recorders.py similarity index 99% rename from ephios/modellogging/recorders.py rename to src/ephios/modellogging/recorders.py index ee71e5094..7138e9119 100644 --- a/ephios/modellogging/recorders.py +++ b/src/ephios/modellogging/recorders.py @@ -287,9 +287,7 @@ def value_statements(self): @receiver(m2m_changed) -def _m2m_changed( - sender, instance, action, reverse, model, pk_set, **kwargs -): # pylint: disable=unused-argument +def _m2m_changed(sender, instance, action, reverse, model, pk_set, **kwargs): # pylint: disable=unused-argument from ephios.modellogging.log import LOGGED_MODELS, update_log if type(instance) not in LOGGED_MODELS: diff --git a/ephios/modellogging/templates/modellogging/logentry.html b/src/ephios/modellogging/templates/modellogging/logentry.html similarity index 100% rename from ephios/modellogging/templates/modellogging/logentry.html rename to src/ephios/modellogging/templates/modellogging/logentry.html diff --git a/ephios/modellogging/templates/modellogging/logentry_grouped_list.html b/src/ephios/modellogging/templates/modellogging/logentry_grouped_list.html similarity index 100% rename from ephios/modellogging/templates/modellogging/logentry_grouped_list.html rename to src/ephios/modellogging/templates/modellogging/logentry_grouped_list.html diff --git a/ephios/modellogging/templates/modellogging/statement.html b/src/ephios/modellogging/templates/modellogging/statement.html similarity index 97% rename from ephios/modellogging/templates/modellogging/statement.html rename to src/ephios/modellogging/templates/modellogging/statement.html index ce0e51584..9c50c3554 100644 --- a/ephios/modellogging/templates/modellogging/statement.html +++ b/src/ephios/modellogging/templates/modellogging/statement.html @@ -11,4 +11,4 @@ {{ statement.old_value|linkify_absolute_url|default_if_none:NONE }} → {% endif %} {{ statement.value|linkify_absolute_url|default_if_none:NONE }} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/ephios/modellogging/templatetags/logentries.py b/src/ephios/modellogging/templatetags/logentries.py similarity index 100% rename from ephios/modellogging/templatetags/logentries.py rename to src/ephios/modellogging/templatetags/logentries.py diff --git a/ephios/plugins/__init__.py b/src/ephios/plugins/__init__.py similarity index 100% rename from ephios/plugins/__init__.py rename to src/ephios/plugins/__init__.py diff --git a/ephios/plugins/baseshiftstructures/__init__.py b/src/ephios/plugins/baseshiftstructures/__init__.py similarity index 100% rename from ephios/plugins/baseshiftstructures/__init__.py rename to src/ephios/plugins/baseshiftstructures/__init__.py diff --git a/ephios/plugins/baseshiftstructures/apps.py b/src/ephios/plugins/baseshiftstructures/apps.py similarity index 85% rename from ephios/plugins/baseshiftstructures/apps.py rename to src/ephios/plugins/baseshiftstructures/apps.py index 2080fe988..001f423d7 100644 --- a/ephios/plugins/baseshiftstructures/apps.py +++ b/src/ephios/plugins/baseshiftstructures/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugins adds the standard shift structures.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/baseshiftstructures/signals.py b/src/ephios/plugins/baseshiftstructures/signals.py similarity index 100% rename from ephios/plugins/baseshiftstructures/signals.py rename to src/ephios/plugins/baseshiftstructures/signals.py diff --git a/ephios/plugins/baseshiftstructures/structure/__init__.py b/src/ephios/plugins/baseshiftstructures/structure/__init__.py similarity index 100% rename from ephios/plugins/baseshiftstructures/structure/__init__.py rename to src/ephios/plugins/baseshiftstructures/structure/__init__.py diff --git a/ephios/plugins/baseshiftstructures/structure/common.py b/src/ephios/plugins/baseshiftstructures/structure/common.py similarity index 91% rename from ephios/plugins/baseshiftstructures/structure/common.py rename to src/ephios/plugins/baseshiftstructures/structure/common.py index 4f32a88f9..fbf05be0d 100644 --- a/ephios/plugins/baseshiftstructures/structure/common.py +++ b/src/ephios/plugins/baseshiftstructures/structure/common.py @@ -21,7 +21,6 @@ class MinimumAgeConfigForm(forms.Form): class MinimumAgeMixin(_Base): - def get_checkers(self): def check_participant_age(shift, participant): minimum_age = getattr(shift.structure.configuration, "minimum_age", None) @@ -49,13 +48,11 @@ def check_maximum_number_of_participants(shift, participant): not shift.signup_flow.uses_requested_state and shift.structure.configuration.maximum_number_of_participants is not None ): - current_count = len( - [ - participation - for participation in shift.participations.all() - if participation.state == AbstractParticipation.States.CONFIRMED - ] - ) + current_count = len([ + participation + for participation in shift.participations.all() + if participation.state == AbstractParticipation.States.CONFIRMED + ]) if current_count >= shift.structure.configuration.maximum_number_of_participants: raise SignupDisallowedError(_("The maximum number of participants is reached.")) @@ -122,7 +119,8 @@ class ConfigurationForm(super().configuration_form_class): "Participants also need to have the qualifications {qualifications} to participate in {eventtype}" ).format( qualifications=",".join( - self.event.type.preferences.get("general_required_qualifications") + self.event.type.preferences + .get("general_required_qualifications") .all() .values_list("title", flat=True) ), @@ -169,13 +167,11 @@ def slug(self): def get_list_export_data(self): export_data = [] for participation in self.shift.participations.all(): - export_data.append( - { - "participation": participation, - "required_qualifications": self.configuration.required_qualifications, - "description": "", - } - ) + export_data.append({ + "participation": participation, + "required_qualifications": self.configuration.required_qualifications, + "description": "", + }) min_count, max_count = self.get_participant_count_bounds() rendered_count = max(min_count or 0, max_count or 0) if len(export_data) < rendered_count: diff --git a/ephios/plugins/baseshiftstructures/structure/group_common.py b/src/ephios/plugins/baseshiftstructures/structure/group_common.py similarity index 99% rename from ephios/plugins/baseshiftstructures/structure/group_common.py rename to src/ephios/plugins/baseshiftstructures/structure/group_common.py index 17af5b23b..75f450032 100644 --- a/ephios/plugins/baseshiftstructures/structure/group_common.py +++ b/src/ephios/plugins/baseshiftstructures/structure/group_common.py @@ -18,7 +18,6 @@ def format_min_max_count(min_count, max_count): class BaseGroupBasedShiftStructure(BaseShiftStructure): - def get_signup_stats(self): from ephios.core.signup.stats import SignupStats diff --git a/ephios/plugins/baseshiftstructures/structure/named_teams.py b/src/ephios/plugins/baseshiftstructures/structure/named_teams.py similarity index 94% rename from ephios/plugins/baseshiftstructures/structure/named_teams.py rename to src/ephios/plugins/baseshiftstructures/structure/named_teams.py index 4dff84966..a67810b8f 100644 --- a/ephios/plugins/baseshiftstructures/structure/named_teams.py +++ b/src/ephios/plugins/baseshiftstructures/structure/named_teams.py @@ -268,7 +268,8 @@ def _get_teams_with_users(self): { "name": str(participation.participant), "relevant_qualifications": ", ".join( - participation.participant.qualifications.filter( + participation.participant.qualifications + .filter( category__show_with_user=True, ) .order_by("category", "abbreviation") @@ -315,32 +316,26 @@ def get_list_export_data(self): for p in participants_by_team_uuid[team_uuid]: if p.state in AbstractParticipation.States.REQUESTED_AND_CONFIRMED: missing_count -= 1 - export_data.append( - { - "participation": p, - "required_qualifications": team_qualifications, - "description": team["title"] if team else "", - } - ) + export_data.append({ + "participation": p, + "required_qualifications": team_qualifications, + "description": team["title"] if team else "", + }) # fill up team with empty slots - for _ in range(missing_count): - export_data.append( - { - "participation": None, - "required_qualifications": team_qualifications, - "description": team["title"] if team else "", - } - ) + for __ in range(missing_count): + export_data.append({ + "participation": None, + "required_qualifications": team_qualifications, + "description": team["title"] if team else "", + }) # unassigned participations for p in participants_by_team_uuid[NamedTeamsShiftStructure.NO_TEAM_UUID]: - export_data.append( - { - "participation": p, - "required_qualifications": [], - "description": "", - } - ) + export_data.append({ + "participation": p, + "required_qualifications": [], + "description": "", + }) return export_data diff --git a/ephios/plugins/baseshiftstructures/structure/qualification_mix.py b/src/ephios/plugins/baseshiftstructures/structure/qualification_mix.py similarity index 94% rename from ephios/plugins/baseshiftstructures/structure/qualification_mix.py rename to src/ephios/plugins/baseshiftstructures/structure/qualification_mix.py index 984247225..3b6663d57 100644 --- a/ephios/plugins/baseshiftstructures/structure/qualification_mix.py +++ b/src/ephios/plugins/baseshiftstructures/structure/qualification_mix.py @@ -168,13 +168,11 @@ def get_shift_state_context_data(self, request, **kwargs): ), "has_free": self._could_sign_up_for_requirement(qualifications), "missing": stats_per_group[requirement_id].missing, - "confirmed_count": len( - [ - p - for p in participations_for_requirement - if p.state == AbstractParticipation.States.CONFIRMED - ] - ), + "confirmed_count": len([ + p + for p in participations_for_requirement + if p.state == AbstractParticipation.States.CONFIRMED + ]), "participations": participations_for_requirement, "placeholder": list( range(max(0, requirement["min_count"] - len(participations_for_requirement))) @@ -204,13 +202,11 @@ def _get_signup_stats_per_group(self, participations): # confirmed influences missing, and missing needs to be calculated per # each requirement, so we need to iterate over all requirements for requirement_id, requirement, __ in self._requirements: - confirmed_count = len( - [ - participation - for participation, position in matching.participation_pairings - if position.id.split("-")[0] == requirement_id - ] - ) + confirmed_count = len([ + participation + for participation, position in matching.participation_pairings + if position.id.split("-")[0] == requirement_id + ]) requirement_stats[requirement_id] = SignupStats( requested_count=0, confirmed_count=confirmed_count, @@ -225,13 +221,11 @@ def _get_signup_stats_per_group(self, participations): ) # still got to deal with unpaired participants and all requested participations - requested_count = len( - [ - participation - for participation in participations - if participation.state == AbstractParticipation.States.REQUESTED - ] - ) + requested_count = len([ + participation + for participation in participations + if participation.state == AbstractParticipation.States.REQUESTED + ]) requirement_stats["unpaired"] = SignupStats.ZERO.replace( requested_count=requested_count, confirmed_count=len(matching.unpaired_participations) ) diff --git a/ephios/plugins/baseshiftstructures/structure/uniform.py b/src/ephios/plugins/baseshiftstructures/structure/uniform.py similarity index 100% rename from ephios/plugins/baseshiftstructures/structure/uniform.py rename to src/ephios/plugins/baseshiftstructures/structure/uniform.py diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_groups_common_state.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_groups_common_state.html similarity index 100% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_groups_common_state.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_groups_common_state.html diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html similarity index 97% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html index fb021b02e..c6cd748c4 100644 --- a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html +++ b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/fragment_participation_pills_shift_state.html @@ -7,4 +7,4 @@ {% for index in empty_spots %}   {% endfor %} - \ No newline at end of file + diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html similarity index 99% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html index fdbfa321a..c8bd9b06d 100644 --- a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html +++ b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/configuration_form.html @@ -77,4 +77,4 @@

    {% translate "Teams" %}

    {% endescapescript %} - \ No newline at end of file + diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_participation.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_participation.html similarity index 100% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_participation.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_participation.html diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html similarity index 99% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html index 8f5f1a5cb..503302809 100644 --- a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html +++ b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/named_teams/fragment_state.html @@ -42,4 +42,4 @@ {% endif %} {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/participation_card_inline.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/participation_card_inline.html similarity index 100% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/participation_card_inline.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/participation_card_inline.html diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html similarity index 99% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html index f15f3f314..5948b5cf5 100644 --- a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html +++ b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/configuration_form.html @@ -71,4 +71,4 @@

    {% translate "Qualifications" %}

    {% endescapescript %} - \ No newline at end of file + diff --git a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html similarity index 99% rename from ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html rename to src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html index 3db19155c..57fc1d986 100644 --- a/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html +++ b/src/ephios/plugins/baseshiftstructures/templates/baseshiftstructures/qualification_mix/fragment_state.html @@ -47,4 +47,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/plugins/baseshiftstructures/urls.py b/src/ephios/plugins/baseshiftstructures/urls.py similarity index 100% rename from ephios/plugins/baseshiftstructures/urls.py rename to src/ephios/plugins/baseshiftstructures/urls.py diff --git a/ephios/plugins/basesignupflows/__init__.py b/src/ephios/plugins/basesignupflows/__init__.py similarity index 100% rename from ephios/plugins/basesignupflows/__init__.py rename to src/ephios/plugins/basesignupflows/__init__.py diff --git a/ephios/plugins/basesignupflows/apps.py b/src/ephios/plugins/basesignupflows/apps.py similarity index 85% rename from ephios/plugins/basesignupflows/apps.py rename to src/ephios/plugins/basesignupflows/apps.py index 0e07965a4..091df3f20 100644 --- a/ephios/plugins/basesignupflows/apps.py +++ b/src/ephios/plugins/basesignupflows/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugins adds the standard signup flows.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/basesignupflows/flow/__init__.py b/src/ephios/plugins/basesignupflows/flow/__init__.py similarity index 100% rename from ephios/plugins/basesignupflows/flow/__init__.py rename to src/ephios/plugins/basesignupflows/flow/__init__.py diff --git a/ephios/plugins/basesignupflows/flow/coupled.py b/src/ephios/plugins/basesignupflows/flow/coupled.py similarity index 100% rename from ephios/plugins/basesignupflows/flow/coupled.py rename to src/ephios/plugins/basesignupflows/flow/coupled.py diff --git a/ephios/plugins/basesignupflows/flow/manual.py b/src/ephios/plugins/basesignupflows/flow/manual.py similarity index 100% rename from ephios/plugins/basesignupflows/flow/manual.py rename to src/ephios/plugins/basesignupflows/flow/manual.py diff --git a/ephios/plugins/basesignupflows/flow/participant.py b/src/ephios/plugins/basesignupflows/flow/participant.py similarity index 100% rename from ephios/plugins/basesignupflows/flow/participant.py rename to src/ephios/plugins/basesignupflows/flow/participant.py diff --git a/ephios/plugins/basesignupflows/signals.py b/src/ephios/plugins/basesignupflows/signals.py similarity index 100% rename from ephios/plugins/basesignupflows/signals.py rename to src/ephios/plugins/basesignupflows/signals.py diff --git a/ephios/plugins/complexsignup/__init__.py b/src/ephios/plugins/complexsignup/__init__.py similarity index 100% rename from ephios/plugins/complexsignup/__init__.py rename to src/ephios/plugins/complexsignup/__init__.py diff --git a/ephios/plugins/complexsignup/admin.py b/src/ephios/plugins/complexsignup/admin.py similarity index 100% rename from ephios/plugins/complexsignup/admin.py rename to src/ephios/plugins/complexsignup/admin.py diff --git a/ephios/plugins/complexsignup/api.py b/src/ephios/plugins/complexsignup/api.py similarity index 100% rename from ephios/plugins/complexsignup/api.py rename to src/ephios/plugins/complexsignup/api.py diff --git a/ephios/plugins/complexsignup/apps.py b/src/ephios/plugins/complexsignup/apps.py similarity index 88% rename from ephios/plugins/complexsignup/apps.py rename to src/ephios/plugins/complexsignup/apps.py index 14fa5997b..c6506e5ee 100644 --- a/ephios/plugins/complexsignup/apps.py +++ b/src/ephios/plugins/complexsignup/apps.py @@ -15,4 +15,4 @@ class EphiosPluginMeta: ) def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/complexsignup/migrations/0001_initial.py b/src/ephios/plugins/complexsignup/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/complexsignup/migrations/0001_initial.py rename to src/ephios/plugins/complexsignup/migrations/0001_initial.py diff --git a/ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py b/src/ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py similarity index 99% rename from ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py rename to src/ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py index 44cb72463..e7cc1a65f 100644 --- a/ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py +++ b/src/ephios/plugins/complexsignup/migrations/0002_blockcomposition_label.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("complexsignup", "0001_initial"), ] diff --git a/ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py b/src/ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py similarity index 99% rename from ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py rename to src/ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py index d5ae4865a..04980f6d5 100644 --- a/ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py +++ b/src/ephios/plugins/complexsignup/migrations/0003_alter_buildingblock_sub_blocks.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("complexsignup", "0002_blockcomposition_label"), ] diff --git a/ephios/plugins/complexsignup/migrations/0004_multiblock.py b/src/ephios/plugins/complexsignup/migrations/0004_multiblock.py similarity index 99% rename from ephios/plugins/complexsignup/migrations/0004_multiblock.py rename to src/ephios/plugins/complexsignup/migrations/0004_multiblock.py index 776eef6c0..d2c593b0a 100644 --- a/ephios/plugins/complexsignup/migrations/0004_multiblock.py +++ b/src/ephios/plugins/complexsignup/migrations/0004_multiblock.py @@ -46,7 +46,6 @@ def adjust_multiblock(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("core", "0038_eventtype_default_description"), ("complexsignup", "0003_alter_buildingblock_sub_blocks"), diff --git a/ephios/plugins/complexsignup/migrations/__init__.py b/src/ephios/plugins/complexsignup/migrations/__init__.py similarity index 100% rename from ephios/plugins/complexsignup/migrations/__init__.py rename to src/ephios/plugins/complexsignup/migrations/__init__.py diff --git a/ephios/plugins/complexsignup/models.py b/src/ephios/plugins/complexsignup/models.py similarity index 100% rename from ephios/plugins/complexsignup/models.py rename to src/ephios/plugins/complexsignup/models.py diff --git a/ephios/plugins/complexsignup/serializers.py b/src/ephios/plugins/complexsignup/serializers.py similarity index 100% rename from ephios/plugins/complexsignup/serializers.py rename to src/ephios/plugins/complexsignup/serializers.py diff --git a/ephios/plugins/complexsignup/signals.py b/src/ephios/plugins/complexsignup/signals.py similarity index 100% rename from ephios/plugins/complexsignup/signals.py rename to src/ephios/plugins/complexsignup/signals.py diff --git a/ephios/plugins/complexsignup/static/complexsignup/editor.js b/src/ephios/plugins/complexsignup/static/complexsignup/editor.js similarity index 99% rename from ephios/plugins/complexsignup/static/complexsignup/editor.js rename to src/ephios/plugins/complexsignup/static/complexsignup/editor.js index 1c6b91298..819afa2a0 100644 --- a/ephios/plugins/complexsignup/static/complexsignup/editor.js +++ b/src/ephios/plugins/complexsignup/static/complexsignup/editor.js @@ -312,4 +312,4 @@ document.addEventListener('DOMContentLoaded', (event) => { }, delimiters: ['[[', ']]'] }).mount('#editor'); -}); \ No newline at end of file +}); diff --git a/ephios/plugins/complexsignup/structure.py b/src/ephios/plugins/complexsignup/structure.py similarity index 96% rename from ephios/plugins/complexsignup/structure.py rename to src/ephios/plugins/complexsignup/structure.py index 99ec47309..78212794d 100644 --- a/ephios/plugins/complexsignup/structure.py +++ b/src/ephios/plugins/complexsignup/structure.py @@ -181,11 +181,13 @@ def participations(self): return list( sorted( filter( - lambda p: p.state - in { - AbstractParticipation.States.REQUESTED, - AbstractParticipation.States.CONFIRMED, - }, + lambda p: ( + p.state + in { + AbstractParticipation.States.REQUESTED, + AbstractParticipation.States.CONFIRMED, + } + ), self.shift.participations.all(), ), key=attrgetter("state"), @@ -252,14 +254,12 @@ def _starting_blocks(self): for unit in self.configuration.starting_blocks: if unit["building_block"] not in id_to_block: continue # block missing from DB - starting_blocks.append( - ( - unit["uuid"], - id_to_block[unit["building_block"]], - unit["label"], - unit["optional"], - ) - ) + starting_blocks.append(( + unit["uuid"], + id_to_block[unit["building_block"]], + unit["label"], + unit["optional"], + )) return starting_blocks def get_shift_state_context_data(self, request, **kwargs): @@ -322,13 +322,11 @@ def get_list_export_data(self): ): if not participation and not position.required: continue - export_data.append( - { - "participation": participation, - "required_qualifications": position.required_qualifications, - "description": block["display_with_path"], - } - ) + export_data.append({ + "participation": participation, + "required_qualifications": position.required_qualifications, + "description": block["display_with_path"], + }) return export_data def get_signup_form_fields(self, participant, participation, signup_choice): @@ -439,9 +437,9 @@ def build_structure_from_starting_blocks(starting_blocks, participations, matchi ) all_positions.extend(positions) structure["sub_blocks"].append(sub_structure) - structure["signup_stats"] = SignupStats.reduce( - [s["signup_stats"] for s in structure["sub_blocks"]] - ) + structure["signup_stats"] = SignupStats.reduce([ + s["signup_stats"] for s in structure["sub_blocks"] + ]) return all_positions, structure @@ -492,7 +490,8 @@ def _search_block( } if block.is_composite(): for composition in ( - block.sub_compositions.all() + block.sub_compositions + .all() .select_related( "sub_block", ) @@ -602,7 +601,7 @@ def _build_atomic_block_structure( allow_more_count = int(block.allow_more) * ( len(participations) + 1 ) # 1 extra in case of signup matching check - for _ in range(allow_more_count): + for __ in range(allow_more_count): opt_match_id = _build_position_id( path, is_more=True, position_id=next(block_usage_counter[str(block.id)]) ) @@ -634,7 +633,7 @@ def _build_atomic_block_structure( structure["positions"].append(p) structure["participations"].append(participation) - for _ in range(max(0, len(designated_for) - len(block.positions.all()) - allow_more_count)): + for __ in range(max(0, len(designated_for) - len(block.positions.all()) - allow_more_count)): # if more designated participants than we have positions, we need to add placeholder anyway opt_match_id = _build_position_id( path, is_more=True, position_id=next(block_usage_counter[str(block.id)]) diff --git a/ephios/plugins/complexsignup/templates/complexsignup/configuration_form.html b/src/ephios/plugins/complexsignup/templates/complexsignup/configuration_form.html similarity index 100% rename from ephios/plugins/complexsignup/templates/complexsignup/configuration_form.html rename to src/ephios/plugins/complexsignup/templates/complexsignup/configuration_form.html diff --git a/ephios/plugins/complexsignup/templates/complexsignup/fragment_participation.html b/src/ephios/plugins/complexsignup/templates/complexsignup/fragment_participation.html similarity index 100% rename from ephios/plugins/complexsignup/templates/complexsignup/fragment_participation.html rename to src/ephios/plugins/complexsignup/templates/complexsignup/fragment_participation.html diff --git a/ephios/plugins/complexsignup/templates/complexsignup/shift_state.html b/src/ephios/plugins/complexsignup/templates/complexsignup/shift_state.html similarity index 97% rename from ephios/plugins/complexsignup/templates/complexsignup/shift_state.html rename to src/ephios/plugins/complexsignup/templates/complexsignup/shift_state.html index 6b25cae71..0a4739ca1 100644 --- a/ephios/plugins/complexsignup/templates/complexsignup/shift_state.html +++ b/src/ephios/plugins/complexsignup/templates/complexsignup/shift_state.html @@ -15,4 +15,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html b/src/ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html similarity index 99% rename from ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html rename to src/ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html index 52e9c7902..e28aa1e88 100644 --- a/ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html +++ b/src/ephios/plugins/complexsignup/templates/complexsignup/shift_state_block.html @@ -82,4 +82,4 @@ {% endif %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/ephios/plugins/complexsignup/templates/complexsignup/vue_editor.html b/src/ephios/plugins/complexsignup/templates/complexsignup/vue_editor.html similarity index 100% rename from ephios/plugins/complexsignup/templates/complexsignup/vue_editor.html rename to src/ephios/plugins/complexsignup/templates/complexsignup/vue_editor.html diff --git a/ephios/plugins/complexsignup/templatetags/__init__.py b/src/ephios/plugins/complexsignup/templatetags/__init__.py similarity index 100% rename from ephios/plugins/complexsignup/templatetags/__init__.py rename to src/ephios/plugins/complexsignup/templatetags/__init__.py diff --git a/ephios/plugins/complexsignup/templatetags/complex_extra.py b/src/ephios/plugins/complexsignup/templatetags/complex_extra.py similarity index 96% rename from ephios/plugins/complexsignup/templatetags/complex_extra.py rename to src/ephios/plugins/complexsignup/templatetags/complex_extra.py index 762fa9142..1e164f33e 100644 --- a/ephios/plugins/complexsignup/templatetags/complex_extra.py +++ b/src/ephios/plugins/complexsignup/templatetags/complex_extra.py @@ -64,9 +64,9 @@ def has_complex_free(atomic_block_structure, shift): # Collect every qualification required for every position in this block. qualifications = frozenset( - itertools.chain( - *[pos.required_qualifications for pos in atomic_block_structure["positions"]] - ) + itertools.chain(*[ + pos.required_qualifications for pos in atomic_block_structure["positions"] + ]) ) extra_participant = PlaceholderParticipant( "Extra participant", diff --git a/ephios/plugins/complexsignup/urls.py b/src/ephios/plugins/complexsignup/urls.py similarity index 100% rename from ephios/plugins/complexsignup/urls.py rename to src/ephios/plugins/complexsignup/urls.py diff --git a/ephios/plugins/complexsignup/views.py b/src/ephios/plugins/complexsignup/views.py similarity index 100% rename from ephios/plugins/complexsignup/views.py rename to src/ephios/plugins/complexsignup/views.py diff --git a/ephios/plugins/eventautoqualification/__init__.py b/src/ephios/plugins/eventautoqualification/__init__.py similarity index 100% rename from ephios/plugins/eventautoqualification/__init__.py rename to src/ephios/plugins/eventautoqualification/__init__.py diff --git a/ephios/plugins/eventautoqualification/apps.py b/src/ephios/plugins/eventautoqualification/apps.py similarity index 88% rename from ephios/plugins/eventautoqualification/apps.py rename to src/ephios/plugins/eventautoqualification/apps.py index 00fe2da9e..847f9e044 100644 --- a/ephios/plugins/eventautoqualification/apps.py +++ b/src/ephios/plugins/eventautoqualification/apps.py @@ -14,4 +14,4 @@ class EphiosPluginMeta: ) def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/eventautoqualification/consequences.py b/src/ephios/plugins/eventautoqualification/consequences.py similarity index 94% rename from ephios/plugins/eventautoqualification/consequences.py rename to src/ephios/plugins/eventautoqualification/consequences.py index e548bd569..cbb3f19ca 100644 --- a/ephios/plugins/eventautoqualification/consequences.py +++ b/src/ephios/plugins/eventautoqualification/consequences.py @@ -53,8 +53,8 @@ def create_qualification_consequence(sender, participation, **kwargs): # skip if extent/refresh only but the user does not have a grant if ( event.auto_qualification_config.extend_only - and not event.auto_qualification_config.qualification_id - in user.qualification_grants.values_list("qualification_id", flat=True) + and event.auto_qualification_config.qualification_id + not in user.qualification_grants.values_list("qualification_id", flat=True) ): return diff --git a/ephios/plugins/eventautoqualification/forms.py b/src/ephios/plugins/eventautoqualification/forms.py similarity index 100% rename from ephios/plugins/eventautoqualification/forms.py rename to src/ephios/plugins/eventautoqualification/forms.py diff --git a/ephios/plugins/eventautoqualification/migrations/0001_initial.py b/src/ephios/plugins/eventautoqualification/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/eventautoqualification/migrations/0001_initial.py rename to src/ephios/plugins/eventautoqualification/migrations/0001_initial.py diff --git a/ephios/plugins/eventautoqualification/migrations/0002_auto_20210403_2348.py b/src/ephios/plugins/eventautoqualification/migrations/0002_auto_20210403_2348.py similarity index 100% rename from ephios/plugins/eventautoqualification/migrations/0002_auto_20210403_2348.py rename to src/ephios/plugins/eventautoqualification/migrations/0002_auto_20210403_2348.py diff --git a/ephios/plugins/eventautoqualification/migrations/0003_alter_eventautoqualificationconfiguration_id.py b/src/ephios/plugins/eventautoqualification/migrations/0003_alter_eventautoqualificationconfiguration_id.py similarity index 100% rename from ephios/plugins/eventautoqualification/migrations/0003_alter_eventautoqualificationconfiguration_id.py rename to src/ephios/plugins/eventautoqualification/migrations/0003_alter_eventautoqualificationconfiguration_id.py diff --git a/ephios/plugins/eventautoqualification/migrations/0004_alter_eventautoqualificationconfiguration_expiration_date.py b/src/ephios/plugins/eventautoqualification/migrations/0004_alter_eventautoqualificationconfiguration_expiration_date.py similarity index 100% rename from ephios/plugins/eventautoqualification/migrations/0004_alter_eventautoqualificationconfiguration_expiration_date.py rename to src/ephios/plugins/eventautoqualification/migrations/0004_alter_eventautoqualificationconfiguration_expiration_date.py diff --git a/ephios/plugins/eventautoqualification/migrations/__init__.py b/src/ephios/plugins/eventautoqualification/migrations/__init__.py similarity index 100% rename from ephios/plugins/eventautoqualification/migrations/__init__.py rename to src/ephios/plugins/eventautoqualification/migrations/__init__.py diff --git a/ephios/plugins/eventautoqualification/models.py b/src/ephios/plugins/eventautoqualification/models.py similarity index 100% rename from ephios/plugins/eventautoqualification/models.py rename to src/ephios/plugins/eventautoqualification/models.py diff --git a/ephios/plugins/eventautoqualification/signals.py b/src/ephios/plugins/eventautoqualification/signals.py similarity index 100% rename from ephios/plugins/eventautoqualification/signals.py rename to src/ephios/plugins/eventautoqualification/signals.py diff --git a/ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html b/src/ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html similarity index 95% rename from ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html rename to src/ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html index e5698b700..955849243 100644 --- a/ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html +++ b/src/ephios/plugins/eventautoqualification/templates/eventautoqualification/auto_qualification_setup_form.html @@ -8,4 +8,4 @@ {% endif %} {{ block.super }} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/plugins/federation/__init__.py b/src/ephios/plugins/federation/__init__.py similarity index 100% rename from ephios/plugins/federation/__init__.py rename to src/ephios/plugins/federation/__init__.py diff --git a/ephios/plugins/federation/admin.py b/src/ephios/plugins/federation/admin.py similarity index 100% rename from ephios/plugins/federation/admin.py rename to src/ephios/plugins/federation/admin.py diff --git a/ephios/plugins/federation/apps.py b/src/ephios/plugins/federation/apps.py similarity index 86% rename from ephios/plugins/federation/apps.py rename to src/ephios/plugins/federation/apps.py index 4c9cd2e05..1958612b8 100644 --- a/ephios/plugins/federation/apps.py +++ b/src/ephios/plugins/federation/apps.py @@ -14,4 +14,4 @@ class EphiosPluginMeta: ) def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/federation/forms.py b/src/ephios/plugins/federation/forms.py similarity index 100% rename from ephios/plugins/federation/forms.py rename to src/ephios/plugins/federation/forms.py diff --git a/ephios/plugins/federation/migrations/0001_initial.py b/src/ephios/plugins/federation/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/federation/migrations/0001_initial.py rename to src/ephios/plugins/federation/migrations/0001_initial.py diff --git a/ephios/plugins/federation/migrations/0002_federatedeventshare.py b/src/ephios/plugins/federation/migrations/0002_federatedeventshare.py similarity index 100% rename from ephios/plugins/federation/migrations/0002_federatedeventshare.py rename to src/ephios/plugins/federation/migrations/0002_federatedeventshare.py diff --git a/ephios/plugins/federation/migrations/0003_alter_federatedguest_access_token_and_more.py b/src/ephios/plugins/federation/migrations/0003_alter_federatedguest_access_token_and_more.py similarity index 100% rename from ephios/plugins/federation/migrations/0003_alter_federatedguest_access_token_and_more.py rename to src/ephios/plugins/federation/migrations/0003_alter_federatedguest_access_token_and_more.py diff --git a/ephios/plugins/federation/migrations/0004_remove_federateduser_first_name_and_more.py b/src/ephios/plugins/federation/migrations/0004_remove_federateduser_first_name_and_more.py similarity index 100% rename from ephios/plugins/federation/migrations/0004_remove_federateduser_first_name_and_more.py rename to src/ephios/plugins/federation/migrations/0004_remove_federateduser_first_name_and_more.py diff --git a/ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py b/src/ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py similarity index 99% rename from ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py rename to src/ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py index 55ab3be80..dd7799856 100644 --- a/ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py +++ b/src/ephios/plugins/federation/migrations/0005_alter_federatedeventshare_options_and_more.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("federation", "0004_remove_federateduser_first_name_and_more"), ] diff --git a/ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py b/src/ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py similarity index 99% rename from ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py rename to src/ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py index a0b44ad5b..ca33bdef5 100644 --- a/ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py +++ b/src/ephios/plugins/federation/migrations/0006_alter_federateduser_date_of_birth.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("federation", "0005_alter_federatedeventshare_options_and_more"), ] diff --git a/ephios/plugins/federation/migrations/__init__.py b/src/ephios/plugins/federation/migrations/__init__.py similarity index 100% rename from ephios/plugins/federation/migrations/__init__.py rename to src/ephios/plugins/federation/migrations/__init__.py diff --git a/ephios/plugins/federation/models.py b/src/ephios/plugins/federation/models.py similarity index 97% rename from ephios/plugins/federation/models.py rename to src/ephios/plugins/federation/models.py index 20d5b0c98..6605943b0 100644 --- a/ephios/plugins/federation/models.py +++ b/src/ephios/plugins/federation/models.py @@ -92,9 +92,11 @@ def is_expired(self): def get_share_string(self): return base64.b64encode( - json.dumps( - {"guest_url": self.url, "code": self.code, "host_url": dynamic_settings.SITE_URL} - ).encode() + json.dumps({ + "guest_url": self.url, + "code": self.code, + "host_url": dynamic_settings.SITE_URL, + }).encode() ).decode() class Meta: diff --git a/ephios/plugins/federation/serializers.py b/src/ephios/plugins/federation/serializers.py similarity index 100% rename from ephios/plugins/federation/serializers.py rename to src/ephios/plugins/federation/serializers.py diff --git a/ephios/plugins/federation/signals.py b/src/ephios/plugins/federation/signals.py similarity index 100% rename from ephios/plugins/federation/signals.py rename to src/ephios/plugins/federation/signals.py diff --git a/ephios/plugins/federation/templates/federation/event_detail.html b/src/ephios/plugins/federation/templates/federation/event_detail.html similarity index 100% rename from ephios/plugins/federation/templates/federation/event_detail.html rename to src/ephios/plugins/federation/templates/federation/event_detail.html diff --git a/ephios/plugins/federation/templates/federation/external_event_list.html b/src/ephios/plugins/federation/templates/federation/external_event_list.html similarity index 100% rename from ephios/plugins/federation/templates/federation/external_event_list.html rename to src/ephios/plugins/federation/templates/federation/external_event_list.html diff --git a/ephios/plugins/federation/templates/federation/federatedguest_confirm_delete.html b/src/ephios/plugins/federation/templates/federation/federatedguest_confirm_delete.html similarity index 100% rename from ephios/plugins/federation/templates/federation/federatedguest_confirm_delete.html rename to src/ephios/plugins/federation/templates/federation/federatedguest_confirm_delete.html diff --git a/ephios/plugins/federation/templates/federation/federatedhost_confirm_delete.html b/src/ephios/plugins/federation/templates/federation/federatedhost_confirm_delete.html similarity index 100% rename from ephios/plugins/federation/templates/federation/federatedhost_confirm_delete.html rename to src/ephios/plugins/federation/templates/federation/federatedhost_confirm_delete.html diff --git a/ephios/plugins/federation/templates/federation/federation_settings.html b/src/ephios/plugins/federation/templates/federation/federation_settings.html similarity index 100% rename from ephios/plugins/federation/templates/federation/federation_settings.html rename to src/ephios/plugins/federation/templates/federation/federation_settings.html diff --git a/ephios/plugins/federation/templates/federation/invitecode_form.html b/src/ephios/plugins/federation/templates/federation/invitecode_form.html similarity index 100% rename from ephios/plugins/federation/templates/federation/invitecode_form.html rename to src/ephios/plugins/federation/templates/federation/invitecode_form.html diff --git a/ephios/plugins/federation/templates/federation/invitecode_reveal.html b/src/ephios/plugins/federation/templates/federation/invitecode_reveal.html similarity index 100% rename from ephios/plugins/federation/templates/federation/invitecode_reveal.html rename to src/ephios/plugins/federation/templates/federation/invitecode_reveal.html diff --git a/ephios/plugins/federation/templates/federation/redeem_invite_code.html b/src/ephios/plugins/federation/templates/federation/redeem_invite_code.html similarity index 100% rename from ephios/plugins/federation/templates/federation/redeem_invite_code.html rename to src/ephios/plugins/federation/templates/federation/redeem_invite_code.html diff --git a/ephios/plugins/federation/urls.py b/src/ephios/plugins/federation/urls.py similarity index 100% rename from ephios/plugins/federation/urls.py rename to src/ephios/plugins/federation/urls.py diff --git a/ephios/plugins/federation/views/api.py b/src/ephios/plugins/federation/views/api.py similarity index 99% rename from ephios/plugins/federation/views/api.py rename to src/ephios/plugins/federation/views/api.py index 2cdd3aa81..61401731b 100644 --- a/ephios/plugins/federation/views/api.py +++ b/src/ephios/plugins/federation/views/api.py @@ -74,7 +74,8 @@ def get_queryset(self): except FederatedGuest.DoesNotExist as exc: raise APIPermissionDenied from exc return ( - Event.objects.filter(federatedeventshare__shared_with=guest) + Event.objects + .filter(federatedeventshare__shared_with=guest) .annotate( start_time=Min("shifts__start_time"), end_time=Max("shifts__end_time"), diff --git a/ephios/plugins/federation/views/frontend.py b/src/ephios/plugins/federation/views/frontend.py similarity index 99% rename from ephios/plugins/federation/views/frontend.py rename to src/ephios/plugins/federation/views/frontend.py index 755ad6792..f71a292e1 100644 --- a/ephios/plugins/federation/views/frontend.py +++ b/src/ephios/plugins/federation/views/frontend.py @@ -102,7 +102,8 @@ class FederatedEventDetailView(CheckFederatedAccessTokenMixin, DetailView): def get_queryset(self): return ( - Event.objects.all() + Event.objects + .all() .prefetch_related("shifts") .prefetch_related( Prefetch( diff --git a/ephios/plugins/files/__init__.py b/src/ephios/plugins/files/__init__.py similarity index 100% rename from ephios/plugins/files/__init__.py rename to src/ephios/plugins/files/__init__.py diff --git a/ephios/plugins/files/admin.py b/src/ephios/plugins/files/admin.py similarity index 100% rename from ephios/plugins/files/admin.py rename to src/ephios/plugins/files/admin.py diff --git a/ephios/plugins/files/apps.py b/src/ephios/plugins/files/apps.py similarity index 85% rename from ephios/plugins/files/apps.py rename to src/ephios/plugins/files/apps.py index acb17cf11..54acec571 100644 --- a/ephios/plugins/files/apps.py +++ b/src/ephios/plugins/files/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugins allows you to upload files and link to them in events.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/files/forms.py b/src/ephios/plugins/files/forms.py similarity index 100% rename from ephios/plugins/files/forms.py rename to src/ephios/plugins/files/forms.py diff --git a/ephios/plugins/files/migrations/0001_initial.py b/src/ephios/plugins/files/migrations/0001_initial.py similarity index 99% rename from ephios/plugins/files/migrations/0001_initial.py rename to src/ephios/plugins/files/migrations/0001_initial.py index bd166bc3f..a13a1a39d 100644 --- a/ephios/plugins/files/migrations/0001_initial.py +++ b/src/ephios/plugins/files/migrations/0001_initial.py @@ -7,7 +7,6 @@ class Migration(migrations.Migration): - initial = True dependencies = [ diff --git a/ephios/plugins/files/migrations/0002_alter_document_options.py b/src/ephios/plugins/files/migrations/0002_alter_document_options.py similarity index 99% rename from ephios/plugins/files/migrations/0002_alter_document_options.py rename to src/ephios/plugins/files/migrations/0002_alter_document_options.py index fca072a66..0042522c9 100644 --- a/ephios/plugins/files/migrations/0002_alter_document_options.py +++ b/src/ephios/plugins/files/migrations/0002_alter_document_options.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("files", "0001_initial"), ] diff --git a/ephios/plugins/files/migrations/__init__.py b/src/ephios/plugins/files/migrations/__init__.py similarity index 100% rename from ephios/plugins/files/migrations/__init__.py rename to src/ephios/plugins/files/migrations/__init__.py diff --git a/ephios/plugins/files/models.py b/src/ephios/plugins/files/models.py similarity index 100% rename from ephios/plugins/files/models.py rename to src/ephios/plugins/files/models.py diff --git a/ephios/plugins/files/signals.py b/src/ephios/plugins/files/signals.py similarity index 100% rename from ephios/plugins/files/signals.py rename to src/ephios/plugins/files/signals.py diff --git a/ephios/plugins/files/templates/files/document_attachement.html b/src/ephios/plugins/files/templates/files/document_attachement.html similarity index 100% rename from ephios/plugins/files/templates/files/document_attachement.html rename to src/ephios/plugins/files/templates/files/document_attachement.html diff --git a/ephios/plugins/files/templates/files/document_confirm_delete.html b/src/ephios/plugins/files/templates/files/document_confirm_delete.html similarity index 100% rename from ephios/plugins/files/templates/files/document_confirm_delete.html rename to src/ephios/plugins/files/templates/files/document_confirm_delete.html diff --git a/ephios/plugins/files/templates/files/document_form.html b/src/ephios/plugins/files/templates/files/document_form.html similarity index 100% rename from ephios/plugins/files/templates/files/document_form.html rename to src/ephios/plugins/files/templates/files/document_form.html diff --git a/ephios/plugins/files/templates/files/document_list.html b/src/ephios/plugins/files/templates/files/document_list.html similarity index 100% rename from ephios/plugins/files/templates/files/document_list.html rename to src/ephios/plugins/files/templates/files/document_list.html diff --git a/ephios/plugins/files/urls.py b/src/ephios/plugins/files/urls.py similarity index 100% rename from ephios/plugins/files/urls.py rename to src/ephios/plugins/files/urls.py diff --git a/ephios/plugins/files/views.py b/src/ephios/plugins/files/views.py similarity index 100% rename from ephios/plugins/files/views.py rename to src/ephios/plugins/files/views.py diff --git a/ephios/plugins/guests/__init__.py b/src/ephios/plugins/guests/__init__.py similarity index 100% rename from ephios/plugins/guests/__init__.py rename to src/ephios/plugins/guests/__init__.py diff --git a/ephios/plugins/guests/admin.py b/src/ephios/plugins/guests/admin.py similarity index 100% rename from ephios/plugins/guests/admin.py rename to src/ephios/plugins/guests/admin.py diff --git a/ephios/plugins/guests/apps.py b/src/ephios/plugins/guests/apps.py similarity index 88% rename from ephios/plugins/guests/apps.py rename to src/ephios/plugins/guests/apps.py index 839945c1e..ab2a75ea2 100644 --- a/ephios/plugins/guests/apps.py +++ b/src/ephios/plugins/guests/apps.py @@ -14,4 +14,4 @@ class EphiosPluginMeta: ) def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/guests/forms.py b/src/ephios/plugins/guests/forms.py similarity index 100% rename from ephios/plugins/guests/forms.py rename to src/ephios/plugins/guests/forms.py diff --git a/ephios/plugins/guests/migrations/0001_initial.py b/src/ephios/plugins/guests/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/guests/migrations/0001_initial.py rename to src/ephios/plugins/guests/migrations/0001_initial.py diff --git a/ephios/plugins/guests/migrations/0002_auto_20210403_2348.py b/src/ephios/plugins/guests/migrations/0002_auto_20210403_2348.py similarity index 100% rename from ephios/plugins/guests/migrations/0002_auto_20210403_2348.py rename to src/ephios/plugins/guests/migrations/0002_auto_20210403_2348.py diff --git a/ephios/plugins/guests/migrations/0003_auto_20210528_2230.py b/src/ephios/plugins/guests/migrations/0003_auto_20210528_2230.py similarity index 100% rename from ephios/plugins/guests/migrations/0003_auto_20210528_2230.py rename to src/ephios/plugins/guests/migrations/0003_auto_20210528_2230.py diff --git a/ephios/plugins/guests/migrations/0004_alter_guestparticipation_options_and_more.py b/src/ephios/plugins/guests/migrations/0004_alter_guestparticipation_options_and_more.py similarity index 100% rename from ephios/plugins/guests/migrations/0004_alter_guestparticipation_options_and_more.py rename to src/ephios/plugins/guests/migrations/0004_alter_guestparticipation_options_and_more.py diff --git a/ephios/plugins/guests/migrations/0005_alter_guestuser_unique_together_and_more.py b/src/ephios/plugins/guests/migrations/0005_alter_guestuser_unique_together_and_more.py similarity index 100% rename from ephios/plugins/guests/migrations/0005_alter_guestuser_unique_together_and_more.py rename to src/ephios/plugins/guests/migrations/0005_alter_guestuser_unique_together_and_more.py diff --git a/ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py b/src/ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py similarity index 99% rename from ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py rename to src/ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py index 42c60b632..c44df90f3 100644 --- a/ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py +++ b/src/ephios/plugins/guests/migrations/0006_alter_guestuser_qualifications.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0037_alter_participationcomment_options_and_more"), ("guests", "0005_alter_guestuser_unique_together_and_more"), diff --git a/ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py b/src/ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py similarity index 99% rename from ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py rename to src/ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py index 455d02d60..9e502a9fc 100644 --- a/ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py +++ b/src/ephios/plugins/guests/migrations/0007_alter_guestuser_unique_together.py @@ -32,7 +32,6 @@ def deduplicate_guest_participations(apps, schema_editor): class Migration(migrations.Migration): - dependencies = [ ("core", "0038_eventtype_default_description"), ("guests", "0006_alter_guestuser_qualifications"), diff --git a/ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py b/src/ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py similarity index 99% rename from ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py rename to src/ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py index 364469635..2d1140698 100644 --- a/ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py +++ b/src/ephios/plugins/guests/migrations/0008_alter_guestuser_unique_together.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0038_eventtype_default_description"), ("guests", "0007_alter_guestuser_unique_together"), diff --git a/ephios/plugins/guests/migrations/__init__.py b/src/ephios/plugins/guests/migrations/__init__.py similarity index 100% rename from ephios/plugins/guests/migrations/__init__.py rename to src/ephios/plugins/guests/migrations/__init__.py diff --git a/ephios/plugins/guests/models.py b/src/ephios/plugins/guests/models.py similarity index 100% rename from ephios/plugins/guests/models.py rename to src/ephios/plugins/guests/models.py diff --git a/ephios/plugins/guests/notifications.py b/src/ephios/plugins/guests/notifications.py similarity index 100% rename from ephios/plugins/guests/notifications.py rename to src/ephios/plugins/guests/notifications.py diff --git a/ephios/plugins/guests/signals.py b/src/ephios/plugins/guests/signals.py similarity index 100% rename from ephios/plugins/guests/signals.py rename to src/ephios/plugins/guests/signals.py diff --git a/ephios/plugins/guests/templates/guests/event_detail.html b/src/ephios/plugins/guests/templates/guests/event_detail.html similarity index 100% rename from ephios/plugins/guests/templates/guests/event_detail.html rename to src/ephios/plugins/guests/templates/guests/event_detail.html diff --git a/ephios/plugins/guests/templates/guests/guestuser_form.html b/src/ephios/plugins/guests/templates/guests/guestuser_form.html similarity index 100% rename from ephios/plugins/guests/templates/guests/guestuser_form.html rename to src/ephios/plugins/guests/templates/guests/guestuser_form.html diff --git a/ephios/plugins/guests/urls.py b/src/ephios/plugins/guests/urls.py similarity index 55% rename from ephios/plugins/guests/urls.py rename to src/ephios/plugins/guests/urls.py index 80f141c0c..7c1a75151 100644 --- a/ephios/plugins/guests/urls.py +++ b/src/ephios/plugins/guests/urls.py @@ -15,15 +15,13 @@ ), path( "guests//", - include( - [ - path("", GuestEventDetailView.as_view(), name="event_detail"), - path( - "shifts//signup-action/", - GuestUserShiftActionView.as_view(), - name="signup_action", - ), - ] - ), + include([ + path("", GuestEventDetailView.as_view(), name="event_detail"), + path( + "shifts//signup-action/", + GuestUserShiftActionView.as_view(), + name="signup_action", + ), + ]), ), ] diff --git a/ephios/plugins/guests/views.py b/src/ephios/plugins/guests/views.py similarity index 98% rename from ephios/plugins/guests/views.py rename to src/ephios/plugins/guests/views.py index c15e9f018..ab18561c1 100644 --- a/ephios/plugins/guests/views.py +++ b/src/ephios/plugins/guests/views.py @@ -109,7 +109,8 @@ def get_authenticated_url(self): def get_event(self): return ( - Event.objects.filter(id=self.get_object().event_id) + Event.objects + .filter(id=self.get_object().event_id) .prefetch_related( Prefetch( "shifts__participations", diff --git a/ephios/plugins/pages/__init__.py b/src/ephios/plugins/pages/__init__.py similarity index 100% rename from ephios/plugins/pages/__init__.py rename to src/ephios/plugins/pages/__init__.py diff --git a/ephios/plugins/pages/admin.py b/src/ephios/plugins/pages/admin.py similarity index 100% rename from ephios/plugins/pages/admin.py rename to src/ephios/plugins/pages/admin.py diff --git a/ephios/plugins/pages/apps.py b/src/ephios/plugins/pages/apps.py similarity index 87% rename from ephios/plugins/pages/apps.py rename to src/ephios/plugins/pages/apps.py index c1f0b5492..b2978f538 100644 --- a/ephios/plugins/pages/apps.py +++ b/src/ephios/plugins/pages/apps.py @@ -14,4 +14,4 @@ class EphiosPluginMeta: ) def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/pages/migrations/0001_initial.py b/src/ephios/plugins/pages/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/pages/migrations/0001_initial.py rename to src/ephios/plugins/pages/migrations/0001_initial.py diff --git a/ephios/plugins/pages/migrations/0002_alter_page_id.py b/src/ephios/plugins/pages/migrations/0002_alter_page_id.py similarity index 100% rename from ephios/plugins/pages/migrations/0002_alter_page_id.py rename to src/ephios/plugins/pages/migrations/0002_alter_page_id.py diff --git a/ephios/plugins/pages/migrations/0003_alter_page_options_alter_page_content_and_more.py b/src/ephios/plugins/pages/migrations/0003_alter_page_options_alter_page_content_and_more.py similarity index 100% rename from ephios/plugins/pages/migrations/0003_alter_page_options_alter_page_content_and_more.py rename to src/ephios/plugins/pages/migrations/0003_alter_page_options_alter_page_content_and_more.py diff --git a/ephios/plugins/pages/migrations/__init__.py b/src/ephios/plugins/pages/migrations/__init__.py similarity index 100% rename from ephios/plugins/pages/migrations/__init__.py rename to src/ephios/plugins/pages/migrations/__init__.py diff --git a/ephios/plugins/pages/models.py b/src/ephios/plugins/pages/models.py similarity index 100% rename from ephios/plugins/pages/models.py rename to src/ephios/plugins/pages/models.py diff --git a/ephios/plugins/pages/signals.py b/src/ephios/plugins/pages/signals.py similarity index 100% rename from ephios/plugins/pages/signals.py rename to src/ephios/plugins/pages/signals.py diff --git a/ephios/plugins/pages/templates/pages/page_confirm_delete.html b/src/ephios/plugins/pages/templates/pages/page_confirm_delete.html similarity index 100% rename from ephios/plugins/pages/templates/pages/page_confirm_delete.html rename to src/ephios/plugins/pages/templates/pages/page_confirm_delete.html diff --git a/ephios/plugins/pages/templates/pages/page_detail.html b/src/ephios/plugins/pages/templates/pages/page_detail.html similarity index 100% rename from ephios/plugins/pages/templates/pages/page_detail.html rename to src/ephios/plugins/pages/templates/pages/page_detail.html diff --git a/ephios/plugins/pages/templates/pages/page_form.html b/src/ephios/plugins/pages/templates/pages/page_form.html similarity index 100% rename from ephios/plugins/pages/templates/pages/page_form.html rename to src/ephios/plugins/pages/templates/pages/page_form.html diff --git a/ephios/plugins/pages/templates/pages/page_list.html b/src/ephios/plugins/pages/templates/pages/page_list.html similarity index 100% rename from ephios/plugins/pages/templates/pages/page_list.html rename to src/ephios/plugins/pages/templates/pages/page_list.html diff --git a/ephios/plugins/pages/urls.py b/src/ephios/plugins/pages/urls.py similarity index 100% rename from ephios/plugins/pages/urls.py rename to src/ephios/plugins/pages/urls.py diff --git a/ephios/plugins/pages/views.py b/src/ephios/plugins/pages/views.py similarity index 100% rename from ephios/plugins/pages/views.py rename to src/ephios/plugins/pages/views.py diff --git a/ephios/plugins/qualification_management/__init__.py b/src/ephios/plugins/qualification_management/__init__.py similarity index 100% rename from ephios/plugins/qualification_management/__init__.py rename to src/ephios/plugins/qualification_management/__init__.py diff --git a/ephios/plugins/qualification_management/apps.py b/src/ephios/plugins/qualification_management/apps.py similarity index 86% rename from ephios/plugins/qualification_management/apps.py rename to src/ephios/plugins/qualification_management/apps.py index 836fff9f1..f90ed8d02 100644 --- a/ephios/plugins/qualification_management/apps.py +++ b/src/ephios/plugins/qualification_management/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugins lets you add and edit qualifications.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/qualification_management/dynamic_preferences_registry.py b/src/ephios/plugins/qualification_management/dynamic_preferences_registry.py similarity index 100% rename from ephios/plugins/qualification_management/dynamic_preferences_registry.py rename to src/ephios/plugins/qualification_management/dynamic_preferences_registry.py diff --git a/ephios/plugins/qualification_management/forms.py b/src/ephios/plugins/qualification_management/forms.py similarity index 94% rename from ephios/plugins/qualification_management/forms.py rename to src/ephios/plugins/qualification_management/forms.py index 8d4d441dd..7db43477e 100644 --- a/ephios/plugins/qualification_management/forms.py +++ b/src/ephios/plugins/qualification_management/forms.py @@ -111,12 +111,10 @@ def __init__(self, *args, **kwargs): self.helper = FormHelper() self.helper.layout = Layout( - TabHolder( - *[ - Tab(category["object"].title, *category["field_names"]) - for category in self.categories_by_uuid.values() - ] - ), + TabHolder(*[ + Tab(category["object"].title, *category["field_names"]) + for category in self.categories_by_uuid.values() + ]), FormActions( Submit("submit", _("Save"), css_class="float-end"), AbortLink(href=reverse("qualification_management:settings_qualification_list")), @@ -222,16 +220,14 @@ def __init__(self, *args, **kwargs): def perform_reassignment(self): assert self.is_valid() - users = UserProfile.objects.filter( - *[ - Exists( - QualificationGrant.objects.unexpired().filter( - qualification=qualification, user=OuterRef("pk") - ) + users = UserProfile.objects.filter(*[ + Exists( + QualificationGrant.objects.unexpired().filter( + qualification=qualification, user=OuterRef("pk") ) - for qualification in self.cleaned_data["current_qualifications"] - ] - ) + ) + for qualification in self.cleaned_data["current_qualifications"] + ]) created_count = 0 for user in users: _, created = QualificationGrant.objects.get_or_create( diff --git a/ephios/plugins/qualification_management/importing.py b/src/ephios/plugins/qualification_management/importing.py similarity index 97% rename from ephios/plugins/qualification_management/importing.py rename to src/ephios/plugins/qualification_management/importing.py index 8eccb48b3..6136dcfdf 100644 --- a/ephios/plugins/qualification_management/importing.py +++ b/src/ephios/plugins/qualification_management/importing.py @@ -38,7 +38,8 @@ class RepoError(Exception): def fetch_deserialized_qualifications_from_repo(): repo_urls = ( stripped_url - for url in global_preferences_registry.manager() + for url in global_preferences_registry + .manager() .get("general__qualification_management_repos") .splitlines() if (stripped_url := url.strip()) @@ -131,9 +132,9 @@ def _perform_qualification_db_operations(self): # Finally, set m2m inclusions for uuid, inclusions in self.graph.adjancent_nodes.items(): qualification = self.existing_qualifications_by_uuid[uuid] - qualification.includes.set( - [self.existing_qualifications_by_uuid[inclusion] for inclusion in inclusions] - ) + qualification.includes.set([ + self.existing_qualifications_by_uuid[inclusion] for inclusion in inclusions + ]) def _prepare_qualification_category_db(self): uuids_of_used_categories = { diff --git a/ephios/plugins/qualification_management/migrations/__init__.py b/src/ephios/plugins/qualification_management/migrations/__init__.py similarity index 100% rename from ephios/plugins/qualification_management/migrations/__init__.py rename to src/ephios/plugins/qualification_management/migrations/__init__.py diff --git a/ephios/plugins/qualification_management/serializers.py b/src/ephios/plugins/qualification_management/serializers.py similarity index 100% rename from ephios/plugins/qualification_management/serializers.py rename to src/ephios/plugins/qualification_management/serializers.py diff --git a/ephios/plugins/qualification_management/signals.py b/src/ephios/plugins/qualification_management/signals.py similarity index 100% rename from ephios/plugins/qualification_management/signals.py rename to src/ephios/plugins/qualification_management/signals.py diff --git a/ephios/plugins/qualification_management/templates/core/import.html b/src/ephios/plugins/qualification_management/templates/core/import.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/import.html rename to src/ephios/plugins/qualification_management/templates/core/import.html diff --git a/ephios/plugins/qualification_management/templates/core/qualification_confirm_delete.html b/src/ephios/plugins/qualification_management/templates/core/qualification_confirm_delete.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/qualification_confirm_delete.html rename to src/ephios/plugins/qualification_management/templates/core/qualification_confirm_delete.html diff --git a/ephios/plugins/qualification_management/templates/core/qualification_form.html b/src/ephios/plugins/qualification_management/templates/core/qualification_form.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/qualification_form.html rename to src/ephios/plugins/qualification_management/templates/core/qualification_form.html diff --git a/ephios/plugins/qualification_management/templates/core/qualification_list.html b/src/ephios/plugins/qualification_management/templates/core/qualification_list.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/qualification_list.html rename to src/ephios/plugins/qualification_management/templates/core/qualification_list.html diff --git a/ephios/plugins/qualification_management/templates/core/qualification_reassignment.html b/src/ephios/plugins/qualification_management/templates/core/qualification_reassignment.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/qualification_reassignment.html rename to src/ephios/plugins/qualification_management/templates/core/qualification_reassignment.html diff --git a/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html b/src/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html similarity index 100% rename from ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html rename to src/ephios/plugins/qualification_management/templates/core/qualificationcategories_form.html diff --git a/ephios/plugins/qualification_management/urls.py b/src/ephios/plugins/qualification_management/urls.py similarity index 100% rename from ephios/plugins/qualification_management/urls.py rename to src/ephios/plugins/qualification_management/urls.py diff --git a/ephios/plugins/qualification_management/views.py b/src/ephios/plugins/qualification_management/views.py similarity index 100% rename from ephios/plugins/qualification_management/views.py rename to src/ephios/plugins/qualification_management/views.py diff --git a/ephios/plugins/questionnaires/__init__.py b/src/ephios/plugins/questionnaires/__init__.py similarity index 100% rename from ephios/plugins/questionnaires/__init__.py rename to src/ephios/plugins/questionnaires/__init__.py diff --git a/ephios/plugins/questionnaires/admin.py b/src/ephios/plugins/questionnaires/admin.py similarity index 100% rename from ephios/plugins/questionnaires/admin.py rename to src/ephios/plugins/questionnaires/admin.py diff --git a/ephios/plugins/questionnaires/apps.py b/src/ephios/plugins/questionnaires/apps.py similarity index 86% rename from ephios/plugins/questionnaires/apps.py rename to src/ephios/plugins/questionnaires/apps.py index a5344267a..605288c6a 100644 --- a/ephios/plugins/questionnaires/apps.py +++ b/src/ephios/plugins/questionnaires/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugin collects answers from users during sign-up.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/questionnaires/forms.py b/src/ephios/plugins/questionnaires/forms.py similarity index 100% rename from ephios/plugins/questionnaires/forms.py rename to src/ephios/plugins/questionnaires/forms.py diff --git a/ephios/plugins/questionnaires/migrations/0001_initial.py b/src/ephios/plugins/questionnaires/migrations/0001_initial.py similarity index 99% rename from ephios/plugins/questionnaires/migrations/0001_initial.py rename to src/ephios/plugins/questionnaires/migrations/0001_initial.py index b4c392468..79633229e 100644 --- a/ephios/plugins/questionnaires/migrations/0001_initial.py +++ b/src/ephios/plugins/questionnaires/migrations/0001_initial.py @@ -6,7 +6,6 @@ class Migration(migrations.Migration): - initial = True dependencies = [ diff --git a/ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py b/src/ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py similarity index 99% rename from ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py rename to src/ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py index 49fc31f5e..e0db4666b 100644 --- a/ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py +++ b/src/ephios/plugins/questionnaires/migrations/0002_question_use_saved_answers_alter_question_archived.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("questionnaires", "0001_initial"), ] diff --git a/ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py b/src/ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py similarity index 99% rename from ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py rename to src/ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py index b300eb54f..12bb67c55 100644 --- a/ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py +++ b/src/ephios/plugins/questionnaires/migrations/0003_alter_question_use_saved_answers.py @@ -4,7 +4,6 @@ class Migration(migrations.Migration): - dependencies = [ ("questionnaires", "0002_question_use_saved_answers_alter_question_archived"), ] diff --git a/ephios/plugins/questionnaires/migrations/__init__.py b/src/ephios/plugins/questionnaires/migrations/__init__.py similarity index 100% rename from ephios/plugins/questionnaires/migrations/__init__.py rename to src/ephios/plugins/questionnaires/migrations/__init__.py diff --git a/ephios/plugins/questionnaires/models.py b/src/ephios/plugins/questionnaires/models.py similarity index 97% rename from ephios/plugins/questionnaires/models.py rename to src/ephios/plugins/questionnaires/models.py index 31cceedff..79ddcb921 100644 --- a/ephios/plugins/questionnaires/models.py +++ b/src/ephios/plugins/questionnaires/models.py @@ -88,9 +88,9 @@ def _get_field_kwargs(self): form_kwargs["widget"] = Select2MultipleWidget if self.type != self.Type.TEXT: - assert isinstance( - self.choices, list - ), f"The choices of question {self.name} are not a list" + assert isinstance(self.choices, list), ( + f"The choices of question {self.name} are not a list" + ) # We're intentionally using the plain `choice` as choice key and don't convert it into a slug or similar. # This is uncommon but seems to be the best solution with choices from (potentially changing) user input # pylint: disable=not-an-iterable @@ -221,7 +221,7 @@ class Meta: verbose_name_plural = _("Questionnaires") def __str__(self): - return f'{", ".join(self.questions.values_list("name", flat=True))} @ {self.shift}' + return f"{', '.join(self.questions.values_list('name', flat=True))} @ {self.shift}" def answer_text(answer): diff --git a/ephios/plugins/questionnaires/signals.py b/src/ephios/plugins/questionnaires/signals.py similarity index 99% rename from ephios/plugins/questionnaires/signals.py rename to src/ephios/plugins/questionnaires/signals.py index 81b215021..357d98874 100644 --- a/ephios/plugins/questionnaires/signals.py +++ b/src/ephios/plugins/questionnaires/signals.py @@ -103,7 +103,7 @@ def provide_signup_form_fields( participant: AbstractParticipant, participation: AbstractParticipation, signup_choice, - **kwargs + **kwargs, ): if signup_choice == SignupForm.SignupChoices.DECLINE: return {} @@ -141,7 +141,7 @@ def save_signup( participation: AbstractParticipation, signup_choice, cleaned_data, - **kwargs + **kwargs, ): if signup_choice == SignupForm.SignupChoices.DECLINE: return diff --git a/ephios/plugins/questionnaires/static/questionnaires/choice_visibility.js b/src/ephios/plugins/questionnaires/static/questionnaires/choice_visibility.js similarity index 100% rename from ephios/plugins/questionnaires/static/questionnaires/choice_visibility.js rename to src/ephios/plugins/questionnaires/static/questionnaires/choice_visibility.js diff --git a/ephios/plugins/questionnaires/templates/questionnaires/aggregate_answers.html b/src/ephios/plugins/questionnaires/templates/questionnaires/aggregate_answers.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/aggregate_answers.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/aggregate_answers.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/disposition_participation_answers.html b/src/ephios/plugins/questionnaires/templates/questionnaires/disposition_participation_answers.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/disposition_participation_answers.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/disposition_participation_answers.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_archive.html b/src/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_archive.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/question_confirm_archive.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_archive.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_delete.html b/src/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_delete.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/question_confirm_delete.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/question_confirm_delete.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/question_form.html b/src/ephios/plugins/questionnaires/templates/questionnaires/question_form.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/question_form.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/question_form.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/question_list.html b/src/ephios/plugins/questionnaires/templates/questionnaires/question_list.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/question_list.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/question_list.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_confirm_delete.html b/src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_confirm_delete.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/savedanswer_confirm_delete.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_confirm_delete.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_form.html b/src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_form.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/savedanswer_form.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_form.html diff --git a/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_list.html b/src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_list.html similarity index 100% rename from ephios/plugins/questionnaires/templates/questionnaires/savedanswer_list.html rename to src/ephios/plugins/questionnaires/templates/questionnaires/savedanswer_list.html diff --git a/ephios/plugins/questionnaires/urls.py b/src/ephios/plugins/questionnaires/urls.py similarity index 100% rename from ephios/plugins/questionnaires/urls.py rename to src/ephios/plugins/questionnaires/urls.py diff --git a/ephios/plugins/questionnaires/views.py b/src/ephios/plugins/questionnaires/views.py similarity index 99% rename from ephios/plugins/questionnaires/views.py rename to src/ephios/plugins/questionnaires/views.py index 69e0fd58a..de48fca78 100644 --- a/ephios/plugins/questionnaires/views.py +++ b/src/ephios/plugins/questionnaires/views.py @@ -95,7 +95,8 @@ class SavedAnswerListView(LoginRequiredMixin, ListView): def get_queryset(self): queryset = super().get_queryset() return ( - queryset.select_related("question") + queryset + .select_related("question") .filter(user=self.request.user) .order_by("question__archived", "-question__use_saved_answers") ) diff --git a/ephios/plugins/simpleresource/__init__.py b/src/ephios/plugins/simpleresource/__init__.py similarity index 100% rename from ephios/plugins/simpleresource/__init__.py rename to src/ephios/plugins/simpleresource/__init__.py diff --git a/ephios/plugins/simpleresource/admin.py b/src/ephios/plugins/simpleresource/admin.py similarity index 100% rename from ephios/plugins/simpleresource/admin.py rename to src/ephios/plugins/simpleresource/admin.py diff --git a/ephios/plugins/simpleresource/apps.py b/src/ephios/plugins/simpleresource/apps.py similarity index 86% rename from ephios/plugins/simpleresource/apps.py rename to src/ephios/plugins/simpleresource/apps.py index 2b81e8bb7..c2dd9da75 100644 --- a/ephios/plugins/simpleresource/apps.py +++ b/src/ephios/plugins/simpleresource/apps.py @@ -12,4 +12,4 @@ class EphiosPluginMeta: description = _("This plugins provides a simple resource management system.") def ready(self): - from . import signals # pylint: disable=unused-import + from . import signals # noqa diff --git a/ephios/plugins/simpleresource/forms.py b/src/ephios/plugins/simpleresource/forms.py similarity index 100% rename from ephios/plugins/simpleresource/forms.py rename to src/ephios/plugins/simpleresource/forms.py diff --git a/ephios/plugins/simpleresource/migrations/0001_initial.py b/src/ephios/plugins/simpleresource/migrations/0001_initial.py similarity index 100% rename from ephios/plugins/simpleresource/migrations/0001_initial.py rename to src/ephios/plugins/simpleresource/migrations/0001_initial.py diff --git a/ephios/plugins/simpleresource/migrations/0002_resourcecategory_icon.py b/src/ephios/plugins/simpleresource/migrations/0002_resourcecategory_icon.py similarity index 100% rename from ephios/plugins/simpleresource/migrations/0002_resourcecategory_icon.py rename to src/ephios/plugins/simpleresource/migrations/0002_resourcecategory_icon.py diff --git a/ephios/plugins/simpleresource/migrations/0003_alter_resource_category_alter_resource_title_and_more.py b/src/ephios/plugins/simpleresource/migrations/0003_alter_resource_category_alter_resource_title_and_more.py similarity index 100% rename from ephios/plugins/simpleresource/migrations/0003_alter_resource_category_alter_resource_title_and_more.py rename to src/ephios/plugins/simpleresource/migrations/0003_alter_resource_category_alter_resource_title_and_more.py diff --git a/ephios/plugins/simpleresource/migrations/0004_alter_resource_options_and_more.py b/src/ephios/plugins/simpleresource/migrations/0004_alter_resource_options_and_more.py similarity index 100% rename from ephios/plugins/simpleresource/migrations/0004_alter_resource_options_and_more.py rename to src/ephios/plugins/simpleresource/migrations/0004_alter_resource_options_and_more.py diff --git a/ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py b/src/ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py similarity index 99% rename from ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py rename to src/ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py index b9ed2296f..f00365749 100644 --- a/ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py +++ b/src/ephios/plugins/simpleresource/migrations/0005_alter_resourceallocation_shift_and_more.py @@ -5,7 +5,6 @@ class Migration(migrations.Migration): - dependencies = [ ("core", "0035_participationcomment"), ("simpleresource", "0004_alter_resource_options_and_more"), diff --git a/ephios/plugins/simpleresource/migrations/__init__.py b/src/ephios/plugins/simpleresource/migrations/__init__.py similarity index 100% rename from ephios/plugins/simpleresource/migrations/__init__.py rename to src/ephios/plugins/simpleresource/migrations/__init__.py diff --git a/ephios/plugins/simpleresource/models.py b/src/ephios/plugins/simpleresource/models.py similarity index 100% rename from ephios/plugins/simpleresource/models.py rename to src/ephios/plugins/simpleresource/models.py diff --git a/ephios/plugins/simpleresource/signals.py b/src/ephios/plugins/simpleresource/signals.py similarity index 100% rename from ephios/plugins/simpleresource/signals.py rename to src/ephios/plugins/simpleresource/signals.py diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resource_allocations.html b/src/ephios/plugins/simpleresource/templates/simpleresource/resource_allocations.html similarity index 100% rename from ephios/plugins/simpleresource/templates/simpleresource/resource_allocations.html rename to src/ephios/plugins/simpleresource/templates/simpleresource/resource_allocations.html diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resource_confirm_delete.html b/src/ephios/plugins/simpleresource/templates/simpleresource/resource_confirm_delete.html similarity index 100% rename from ephios/plugins/simpleresource/templates/simpleresource/resource_confirm_delete.html rename to src/ephios/plugins/simpleresource/templates/simpleresource/resource_confirm_delete.html diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resource_form.html b/src/ephios/plugins/simpleresource/templates/simpleresource/resource_form.html similarity index 100% rename from ephios/plugins/simpleresource/templates/simpleresource/resource_form.html rename to src/ephios/plugins/simpleresource/templates/simpleresource/resource_form.html diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resource_list.html b/src/ephios/plugins/simpleresource/templates/simpleresource/resource_list.html similarity index 99% rename from ephios/plugins/simpleresource/templates/simpleresource/resource_list.html rename to src/ephios/plugins/simpleresource/templates/simpleresource/resource_list.html index 1ea969c36..e7a78ad82 100644 --- a/ephios/plugins/simpleresource/templates/simpleresource/resource_list.html +++ b/src/ephios/plugins/simpleresource/templates/simpleresource/resource_list.html @@ -36,4 +36,4 @@

    {% translate "Resources" %}

    {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html b/src/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html similarity index 100% rename from ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html rename to src/ephios/plugins/simpleresource/templates/simpleresource/resourcecategories_form.html diff --git a/ephios/plugins/simpleresource/urls.py b/src/ephios/plugins/simpleresource/urls.py similarity index 100% rename from ephios/plugins/simpleresource/urls.py rename to src/ephios/plugins/simpleresource/urls.py diff --git a/ephios/plugins/simpleresource/views.py b/src/ephios/plugins/simpleresource/views.py similarity index 100% rename from ephios/plugins/simpleresource/views.py rename to src/ephios/plugins/simpleresource/views.py diff --git a/ephios/settings.py b/src/ephios/settings.py similarity index 87% rename from ephios/settings.py rename to src/ephios/settings.py index 9fb6766ec..ce31e594c 100644 --- a/ephios/settings.py +++ b/src/ephios/settings.py @@ -16,20 +16,22 @@ from ephios.extra.secrets import django_secret_from_file -# BASE_DIR is the directory containing the ephios package -BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +# PACKAGE_DIR is the directory containing this settings.py file, which is usually src/ephios +PACKAGE_DIR = os.path.dirname(os.path.abspath(__file__)) +# REPO_DIR defaults to the directory containing the src folder +REPO_DIR = os.path.dirname(os.path.dirname(PACKAGE_DIR)) env = environ.Env() # for syntax see https://django-environ.readthedocs.io/en/latest/ # read env file from ENV_PATH or fall back to a .env file in the project root -env_path = env.str("ENV_PATH", default=os.path.join(BASE_DIR, ".env")) +env_path = env.str("ENV_PATH", default=os.path.join(REPO_DIR, ".env")) print(f"Loading ephios environment from {Path(env_path).absolute()}") environ.Env.read_env(env_file=env_path) DEBUG = env.bool("DEBUG") -DATA_DIR = env.str("DATA_DIR", os.path.join(BASE_DIR, "data")) +DATA_DIR = env.str("DATA_DIR", os.path.join(REPO_DIR, "data")) PUBLIC_DIR = env.str("PUBLIC_DIR", os.path.join(DATA_DIR, "public")) STATIC_ROOT = env.str("STATIC_ROOT", os.path.join(PUBLIC_DIR, "static")) @@ -147,7 +149,7 @@ TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", - "DIRS": [os.path.join(BASE_DIR, "ephios/templates")], + "DIRS": [os.path.join(PACKAGE_DIR, "templates")], "APP_DIRS": True, "OPTIONS": { "context_processors": [ @@ -161,12 +163,10 @@ ], "debug": DEBUG, }, - }, + } ] -LOCALE_PATHS = [ - os.path.join(BASE_DIR, "ephios/locale"), -] +LOCALE_PATHS = [os.path.join(PACKAGE_DIR, "locale")] WSGI_APPLICATION = "ephios.wsgi.application" @@ -190,18 +190,10 @@ # https://docs.djangoproject.com/en/3.0/ref/settings/#auth-password-validators AUTH_PASSWORD_VALIDATORS = [ - { - "NAME": "django.contrib.auth.password_validation.UserAttributeSimilarityValidator", - }, - { - "NAME": "ephios.core.services.password_reset.CustomMinimumLengthValidator", - }, - { - "NAME": "django.contrib.auth.password_validation.CommonPasswordValidator", - }, - { - "NAME": "django.contrib.auth.password_validation.NumericPasswordValidator", - }, + {"NAME": "django.contrib.auth.password_validation.UserAttributeSimilarityValidator"}, + {"NAME": "ephios.core.services.password_reset.CustomMinimumLengthValidator"}, + {"NAME": "django.contrib.auth.password_validation.CommonPasswordValidator"}, + {"NAME": "django.contrib.auth.password_validation.NumericPasswordValidator"}, ] PASSWORD_HASHERS = [ @@ -227,10 +219,7 @@ # https://docs.djangoproject.com/en/3.0/topics/i18n/ LANGUAGE_CODE = "de" -LANGUAGES = [ - ("de", gettext_lazy("German")), - ("en", gettext_lazy("English")), -] +LANGUAGES = [("de", gettext_lazy("German")), ("en", gettext_lazy("English"))] TIME_ZONE = "Europe/Berlin" @@ -251,7 +240,7 @@ DEFAULT_BRAND_COLOR = "#ff033f" DEFAULT_BRAND_STATIC_PATH = "ephios/img/brand/" -STATICFILES_DIRS = (os.path.join(BASE_DIR, "ephios/static"),) +STATICFILES_DIRS = (os.path.join(PACKAGE_DIR, "static"),) STATICFILES_FINDERS = [ "django.contrib.staticfiles.finders.FileSystemFinder", "django.contrib.staticfiles.finders.AppDirectoriesFinder", @@ -274,16 +263,10 @@ LOGGING = { "version": 1, "disable_existing_loggers": False, - "formatters": { - "default": {"format": "[%(levelname)s] %(asctime)s %(name)s :: %(message)s"}, - }, + "formatters": {"default": {"format": "[%(levelname)s] %(asctime)s %(name)s :: %(message)s"}}, "filters": { - "require_debug_false": { - "()": "django.utils.log.RequireDebugFalse", - }, - "require_debug_true": { - "()": "django.utils.log.RequireDebugTrue", - }, + "require_debug_false": {"()": "django.utils.log.RequireDebugFalse"}, + "require_debug_true": {"()": "django.utils.log.RequireDebugTrue"}, }, "handlers": { "console": { @@ -301,16 +284,14 @@ "level": "DEBUG", "formatter": "default", "filters": [], - **( - { - "class": "logging.handlers.TimedRotatingFileHandler", - "filename": os.path.join(LOG_DIR, "ephios.log"), - "when": "midnight", - "backupCount": env.int("LOGGING_BACKUP_DAYS", default=14), - "atTime": datetime.time(4), - "encoding": "utf-8", - } - ), + **({ + "class": "logging.handlers.TimedRotatingFileHandler", + "filename": os.path.join(LOG_DIR, "ephios.log"), + "when": "midnight", + "backupCount": env.int("LOGGING_BACKUP_DAYS", default=14), + "atTime": datetime.time(4), + "encoding": "utf-8", + }), }, }, "loggers": { @@ -319,21 +300,10 @@ "level": "DEBUG" if DEBUG else "INFO", "propagate": False, }, - "django": { - "handlers": [], - "level": "INFO", - "propagate": True, - }, - "django.server": { - "handlers": [], - "level": "INFO", - "propagate": True, - }, - }, - "root": { - "handlers": ["mail_admins", "console", "file"], - "level": "INFO", + "django": {"handlers": [], "level": "INFO", "propagate": True}, + "django.server": {"handlers": [], "level": "INFO", "propagate": True}, }, + "root": {"handlers": ["mail_admins", "console", "file"], "level": "INFO"}, } @@ -379,7 +349,7 @@ def GET_USERCONTENT_QUOTA(): "script-src": [ SELF ], # must be explicit as we append to this directive in `csp_allow_unsafe_eval` - }, + } } # django-crispy-forms diff --git a/ephios/static/bootstrap/LICENSE b/src/ephios/static/bootstrap/LICENSE similarity index 100% rename from ephios/static/bootstrap/LICENSE rename to src/ephios/static/bootstrap/LICENSE diff --git a/ephios/static/bootstrap/js/bootstrap.bundle.js b/src/ephios/static/bootstrap/js/bootstrap.bundle.js similarity index 100% rename from ephios/static/bootstrap/js/bootstrap.bundle.js rename to src/ephios/static/bootstrap/js/bootstrap.bundle.js diff --git a/ephios/static/bootstrap/js/bootstrap.bundle.js.map b/src/ephios/static/bootstrap/js/bootstrap.bundle.js.map similarity index 99% rename from ephios/static/bootstrap/js/bootstrap.bundle.js.map rename to src/ephios/static/bootstrap/js/bootstrap.bundle.js.map index bf4fdd4a7..2992da230 100644 --- a/ephios/static/bootstrap/js/bootstrap.bundle.js.map +++ b/src/ephios/static/bootstrap/js/bootstrap.bundle.js.map @@ -1 +1 @@ -{"version":3,"file":"bootstrap.bundle.js","sources":["../../js/src/dom/data.js","../../js/src/util/index.js","../../js/src/dom/event-handler.js","../../js/src/dom/manipulator.js","../../js/src/util/config.js","../../js/src/base-component.js","../../js/src/dom/selector-engine.js","../../js/src/util/component-functions.js","../../js/src/alert.js","../../js/src/button.js","../../js/src/util/swipe.js","../../js/src/carousel.js","../../js/src/collapse.js","../../node_modules/@popperjs/core/lib/enums.js","../../node_modules/@popperjs/core/lib/dom-utils/getNodeName.js","../../node_modules/@popperjs/core/lib/dom-utils/getWindow.js","../../node_modules/@popperjs/core/lib/dom-utils/instanceOf.js","../../node_modules/@popperjs/core/lib/modifiers/applyStyles.js","../../node_modules/@popperjs/core/lib/utils/getBasePlacement.js","../../node_modules/@popperjs/core/lib/utils/math.js","../../node_modules/@popperjs/core/lib/utils/userAgent.js","../../node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js","../../node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js","../../node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js","../../node_modules/@popperjs/core/lib/dom-utils/contains.js","../../node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js","../../node_modules/@popperjs/core/lib/dom-utils/isTableElement.js","../../node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js","../../node_modules/@popperjs/core/lib/dom-utils/getParentNode.js","../../node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js","../../node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js","../../node_modules/@popperjs/core/lib/utils/within.js","../../node_modules/@popperjs/core/lib/utils/getFreshSideObject.js","../../node_modules/@popperjs/core/lib/utils/mergePaddingObject.js","../../node_modules/@popperjs/core/lib/utils/expandToHashMap.js","../../node_modules/@popperjs/core/lib/modifiers/arrow.js","../../node_modules/@popperjs/core/lib/utils/getVariation.js","../../node_modules/@popperjs/core/lib/modifiers/computeStyles.js","../../node_modules/@popperjs/core/lib/modifiers/eventListeners.js","../../node_modules/@popperjs/core/lib/utils/getOppositePlacement.js","../../node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js","../../node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js","../../node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js","../../node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js","../../node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js","../../node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js","../../node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js","../../node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js","../../node_modules/@popperjs/core/lib/utils/rectToClientRect.js","../../node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js","../../node_modules/@popperjs/core/lib/utils/computeOffsets.js","../../node_modules/@popperjs/core/lib/utils/detectOverflow.js","../../node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js","../../node_modules/@popperjs/core/lib/modifiers/flip.js","../../node_modules/@popperjs/core/lib/modifiers/hide.js","../../node_modules/@popperjs/core/lib/modifiers/offset.js","../../node_modules/@popperjs/core/lib/modifiers/popperOffsets.js","../../node_modules/@popperjs/core/lib/utils/getAltAxis.js","../../node_modules/@popperjs/core/lib/modifiers/preventOverflow.js","../../node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js","../../node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js","../../node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js","../../node_modules/@popperjs/core/lib/utils/orderModifiers.js","../../node_modules/@popperjs/core/lib/utils/debounce.js","../../node_modules/@popperjs/core/lib/utils/mergeByName.js","../../node_modules/@popperjs/core/lib/createPopper.js","../../node_modules/@popperjs/core/lib/popper-lite.js","../../node_modules/@popperjs/core/lib/popper.js","../../js/src/dropdown.js","../../js/src/util/backdrop.js","../../js/src/util/focustrap.js","../../js/src/util/scrollbar.js","../../js/src/modal.js","../../js/src/offcanvas.js","../../js/src/util/sanitizer.js","../../js/src/util/template-factory.js","../../js/src/tooltip.js","../../js/src/popover.js","../../js/src/scrollspy.js","../../js/src/tab.js","../../js/src/toast.js","../../js/index.umd.js"],"sourcesContent":["/**\n * --------------------------------------------------------------------------\n * Bootstrap dom/data.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n/**\n * Constants\n */\n\nconst elementMap = new Map()\n\nexport default {\n set(element, key, instance) {\n if (!elementMap.has(element)) {\n elementMap.set(element, new Map())\n }\n\n const instanceMap = elementMap.get(element)\n\n // make it clear we only want one instance per element\n // can be removed later when multiple key/instances are fine to be used\n if (!instanceMap.has(key) && instanceMap.size !== 0) {\n // eslint-disable-next-line no-console\n console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`)\n return\n }\n\n instanceMap.set(key, instance)\n },\n\n get(element, key) {\n if (elementMap.has(element)) {\n return elementMap.get(element).get(key) || null\n }\n\n return null\n },\n\n remove(element, key) {\n if (!elementMap.has(element)) {\n return\n }\n\n const instanceMap = elementMap.get(element)\n\n instanceMap.delete(key)\n\n // free up element references if there are no instances left for an element\n if (instanceMap.size === 0) {\n elementMap.delete(element)\n }\n }\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/index.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nconst MAX_UID = 1_000_000\nconst MILLISECONDS_MULTIPLIER = 1000\nconst TRANSITION_END = 'transitionend'\n\n/**\n * Properly escape IDs selectors to handle weird IDs\n * @param {string} selector\n * @returns {string}\n */\nconst parseSelector = selector => {\n if (selector && window.CSS && window.CSS.escape) {\n // document.querySelector needs escaping to handle IDs (html5+) containing for instance /\n selector = selector.replace(/#([^\\s\"#']+)/g, (match, id) => `#${CSS.escape(id)}`)\n }\n\n return selector\n}\n\n// Shout-out Angus Croll (https://goo.gl/pxwQGp)\nconst toType = object => {\n if (object === null || object === undefined) {\n return `${object}`\n }\n\n return Object.prototype.toString.call(object).match(/\\s([a-z]+)/i)[1].toLowerCase()\n}\n\n/**\n * Public Util API\n */\n\nconst getUID = prefix => {\n do {\n prefix += Math.floor(Math.random() * MAX_UID)\n } while (document.getElementById(prefix))\n\n return prefix\n}\n\nconst getTransitionDurationFromElement = element => {\n if (!element) {\n return 0\n }\n\n // Get transition-duration of the element\n let { transitionDuration, transitionDelay } = window.getComputedStyle(element)\n\n const floatTransitionDuration = Number.parseFloat(transitionDuration)\n const floatTransitionDelay = Number.parseFloat(transitionDelay)\n\n // Return 0 if element or transition duration is not found\n if (!floatTransitionDuration && !floatTransitionDelay) {\n return 0\n }\n\n // If multiple durations are defined, take the first\n transitionDuration = transitionDuration.split(',')[0]\n transitionDelay = transitionDelay.split(',')[0]\n\n return (Number.parseFloat(transitionDuration) + Number.parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER\n}\n\nconst triggerTransitionEnd = element => {\n element.dispatchEvent(new Event(TRANSITION_END))\n}\n\nconst isElement = object => {\n if (!object || typeof object !== 'object') {\n return false\n }\n\n if (typeof object.jquery !== 'undefined') {\n object = object[0]\n }\n\n return typeof object.nodeType !== 'undefined'\n}\n\nconst getElement = object => {\n // it's a jQuery object or a node element\n if (isElement(object)) {\n return object.jquery ? object[0] : object\n }\n\n if (typeof object === 'string' && object.length > 0) {\n return document.querySelector(parseSelector(object))\n }\n\n return null\n}\n\nconst isVisible = element => {\n if (!isElement(element) || element.getClientRects().length === 0) {\n return false\n }\n\n const elementIsVisible = getComputedStyle(element).getPropertyValue('visibility') === 'visible'\n // Handle `details` element as its content may falsie appear visible when it is closed\n const closedDetails = element.closest('details:not([open])')\n\n if (!closedDetails) {\n return elementIsVisible\n }\n\n if (closedDetails !== element) {\n const summary = element.closest('summary')\n if (summary && summary.parentNode !== closedDetails) {\n return false\n }\n\n if (summary === null) {\n return false\n }\n }\n\n return elementIsVisible\n}\n\nconst isDisabled = element => {\n if (!element || element.nodeType !== Node.ELEMENT_NODE) {\n return true\n }\n\n if (element.classList.contains('disabled')) {\n return true\n }\n\n if (typeof element.disabled !== 'undefined') {\n return element.disabled\n }\n\n return element.hasAttribute('disabled') && element.getAttribute('disabled') !== 'false'\n}\n\nconst findShadowRoot = element => {\n if (!document.documentElement.attachShadow) {\n return null\n }\n\n // Can find the shadow root otherwise it'll return the document\n if (typeof element.getRootNode === 'function') {\n const root = element.getRootNode()\n return root instanceof ShadowRoot ? root : null\n }\n\n if (element instanceof ShadowRoot) {\n return element\n }\n\n // when we don't find a shadow root\n if (!element.parentNode) {\n return null\n }\n\n return findShadowRoot(element.parentNode)\n}\n\nconst noop = () => {}\n\n/**\n * Trick to restart an element's animation\n *\n * @param {HTMLElement} element\n * @return void\n *\n * @see https://www.charistheo.io/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation\n */\nconst reflow = element => {\n element.offsetHeight // eslint-disable-line no-unused-expressions\n}\n\nconst getjQuery = () => {\n if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {\n return window.jQuery\n }\n\n return null\n}\n\nconst DOMContentLoadedCallbacks = []\n\nconst onDOMContentLoaded = callback => {\n if (document.readyState === 'loading') {\n // add listener on the first call when the document is in loading state\n if (!DOMContentLoadedCallbacks.length) {\n document.addEventListener('DOMContentLoaded', () => {\n for (const callback of DOMContentLoadedCallbacks) {\n callback()\n }\n })\n }\n\n DOMContentLoadedCallbacks.push(callback)\n } else {\n callback()\n }\n}\n\nconst isRTL = () => document.documentElement.dir === 'rtl'\n\nconst defineJQueryPlugin = plugin => {\n onDOMContentLoaded(() => {\n const $ = getjQuery()\n /* istanbul ignore if */\n if ($) {\n const name = plugin.NAME\n const JQUERY_NO_CONFLICT = $.fn[name]\n $.fn[name] = plugin.jQueryInterface\n $.fn[name].Constructor = plugin\n $.fn[name].noConflict = () => {\n $.fn[name] = JQUERY_NO_CONFLICT\n return plugin.jQueryInterface\n }\n }\n })\n}\n\nconst execute = (possibleCallback, args = [], defaultValue = possibleCallback) => {\n return typeof possibleCallback === 'function' ? possibleCallback(...args) : defaultValue\n}\n\nconst executeAfterTransition = (callback, transitionElement, waitForTransition = true) => {\n if (!waitForTransition) {\n execute(callback)\n return\n }\n\n const durationPadding = 5\n const emulatedDuration = getTransitionDurationFromElement(transitionElement) + durationPadding\n\n let called = false\n\n const handler = ({ target }) => {\n if (target !== transitionElement) {\n return\n }\n\n called = true\n transitionElement.removeEventListener(TRANSITION_END, handler)\n execute(callback)\n }\n\n transitionElement.addEventListener(TRANSITION_END, handler)\n setTimeout(() => {\n if (!called) {\n triggerTransitionEnd(transitionElement)\n }\n }, emulatedDuration)\n}\n\n/**\n * Return the previous/next element of a list.\n *\n * @param {array} list The list of elements\n * @param activeElement The active element\n * @param shouldGetNext Choose to get next or previous element\n * @param isCycleAllowed\n * @return {Element|elem} The proper element\n */\nconst getNextActiveElement = (list, activeElement, shouldGetNext, isCycleAllowed) => {\n const listLength = list.length\n let index = list.indexOf(activeElement)\n\n // if the element does not exist in the list return an element\n // depending on the direction and if cycle is allowed\n if (index === -1) {\n return !shouldGetNext && isCycleAllowed ? list[listLength - 1] : list[0]\n }\n\n index += shouldGetNext ? 1 : -1\n\n if (isCycleAllowed) {\n index = (index + listLength) % listLength\n }\n\n return list[Math.max(0, Math.min(index, listLength - 1))]\n}\n\nexport {\n defineJQueryPlugin,\n execute,\n executeAfterTransition,\n findShadowRoot,\n getElement,\n getjQuery,\n getNextActiveElement,\n getTransitionDurationFromElement,\n getUID,\n isDisabled,\n isElement,\n isRTL,\n isVisible,\n noop,\n onDOMContentLoaded,\n parseSelector,\n reflow,\n triggerTransitionEnd,\n toType\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap dom/event-handler.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport { getjQuery } from '../util/index.js'\n\n/**\n * Constants\n */\n\nconst namespaceRegex = /[^.]*(?=\\..*)\\.|.*/\nconst stripNameRegex = /\\..*/\nconst stripUidRegex = /::\\d+$/\nconst eventRegistry = {} // Events storage\nlet uidEvent = 1\nconst customEvents = {\n mouseenter: 'mouseover',\n mouseleave: 'mouseout'\n}\n\nconst nativeEvents = new Set([\n 'click',\n 'dblclick',\n 'mouseup',\n 'mousedown',\n 'contextmenu',\n 'mousewheel',\n 'DOMMouseScroll',\n 'mouseover',\n 'mouseout',\n 'mousemove',\n 'selectstart',\n 'selectend',\n 'keydown',\n 'keypress',\n 'keyup',\n 'orientationchange',\n 'touchstart',\n 'touchmove',\n 'touchend',\n 'touchcancel',\n 'pointerdown',\n 'pointermove',\n 'pointerup',\n 'pointerleave',\n 'pointercancel',\n 'gesturestart',\n 'gesturechange',\n 'gestureend',\n 'focus',\n 'blur',\n 'change',\n 'reset',\n 'select',\n 'submit',\n 'focusin',\n 'focusout',\n 'load',\n 'unload',\n 'beforeunload',\n 'resize',\n 'move',\n 'DOMContentLoaded',\n 'readystatechange',\n 'error',\n 'abort',\n 'scroll'\n])\n\n/**\n * Private methods\n */\n\nfunction makeEventUid(element, uid) {\n return (uid && `${uid}::${uidEvent++}`) || element.uidEvent || uidEvent++\n}\n\nfunction getElementEvents(element) {\n const uid = makeEventUid(element)\n\n element.uidEvent = uid\n eventRegistry[uid] = eventRegistry[uid] || {}\n\n return eventRegistry[uid]\n}\n\nfunction bootstrapHandler(element, fn) {\n return function handler(event) {\n hydrateObj(event, { delegateTarget: element })\n\n if (handler.oneOff) {\n EventHandler.off(element, event.type, fn)\n }\n\n return fn.apply(element, [event])\n }\n}\n\nfunction bootstrapDelegationHandler(element, selector, fn) {\n return function handler(event) {\n const domElements = element.querySelectorAll(selector)\n\n for (let { target } = event; target && target !== this; target = target.parentNode) {\n for (const domElement of domElements) {\n if (domElement !== target) {\n continue\n }\n\n hydrateObj(event, { delegateTarget: target })\n\n if (handler.oneOff) {\n EventHandler.off(element, event.type, selector, fn)\n }\n\n return fn.apply(target, [event])\n }\n }\n }\n}\n\nfunction findHandler(events, callable, delegationSelector = null) {\n return Object.values(events)\n .find(event => event.callable === callable && event.delegationSelector === delegationSelector)\n}\n\nfunction normalizeParameters(originalTypeEvent, handler, delegationFunction) {\n const isDelegated = typeof handler === 'string'\n // TODO: tooltip passes `false` instead of selector, so we need to check\n const callable = isDelegated ? delegationFunction : (handler || delegationFunction)\n let typeEvent = getTypeEvent(originalTypeEvent)\n\n if (!nativeEvents.has(typeEvent)) {\n typeEvent = originalTypeEvent\n }\n\n return [isDelegated, callable, typeEvent]\n}\n\nfunction addHandler(element, originalTypeEvent, handler, delegationFunction, oneOff) {\n if (typeof originalTypeEvent !== 'string' || !element) {\n return\n }\n\n let [isDelegated, callable, typeEvent] = normalizeParameters(originalTypeEvent, handler, delegationFunction)\n\n // in case of mouseenter or mouseleave wrap the handler within a function that checks for its DOM position\n // this prevents the handler from being dispatched the same way as mouseover or mouseout does\n if (originalTypeEvent in customEvents) {\n const wrapFunction = fn => {\n return function (event) {\n if (!event.relatedTarget || (event.relatedTarget !== event.delegateTarget && !event.delegateTarget.contains(event.relatedTarget))) {\n return fn.call(this, event)\n }\n }\n }\n\n callable = wrapFunction(callable)\n }\n\n const events = getElementEvents(element)\n const handlers = events[typeEvent] || (events[typeEvent] = {})\n const previousFunction = findHandler(handlers, callable, isDelegated ? handler : null)\n\n if (previousFunction) {\n previousFunction.oneOff = previousFunction.oneOff && oneOff\n\n return\n }\n\n const uid = makeEventUid(callable, originalTypeEvent.replace(namespaceRegex, ''))\n const fn = isDelegated ?\n bootstrapDelegationHandler(element, handler, callable) :\n bootstrapHandler(element, callable)\n\n fn.delegationSelector = isDelegated ? handler : null\n fn.callable = callable\n fn.oneOff = oneOff\n fn.uidEvent = uid\n handlers[uid] = fn\n\n element.addEventListener(typeEvent, fn, isDelegated)\n}\n\nfunction removeHandler(element, events, typeEvent, handler, delegationSelector) {\n const fn = findHandler(events[typeEvent], handler, delegationSelector)\n\n if (!fn) {\n return\n }\n\n element.removeEventListener(typeEvent, fn, Boolean(delegationSelector))\n delete events[typeEvent][fn.uidEvent]\n}\n\nfunction removeNamespacedHandlers(element, events, typeEvent, namespace) {\n const storeElementEvent = events[typeEvent] || {}\n\n for (const [handlerKey, event] of Object.entries(storeElementEvent)) {\n if (handlerKey.includes(namespace)) {\n removeHandler(element, events, typeEvent, event.callable, event.delegationSelector)\n }\n }\n}\n\nfunction getTypeEvent(event) {\n // allow to get the native events from namespaced events ('click.bs.button' --> 'click')\n event = event.replace(stripNameRegex, '')\n return customEvents[event] || event\n}\n\nconst EventHandler = {\n on(element, event, handler, delegationFunction) {\n addHandler(element, event, handler, delegationFunction, false)\n },\n\n one(element, event, handler, delegationFunction) {\n addHandler(element, event, handler, delegationFunction, true)\n },\n\n off(element, originalTypeEvent, handler, delegationFunction) {\n if (typeof originalTypeEvent !== 'string' || !element) {\n return\n }\n\n const [isDelegated, callable, typeEvent] = normalizeParameters(originalTypeEvent, handler, delegationFunction)\n const inNamespace = typeEvent !== originalTypeEvent\n const events = getElementEvents(element)\n const storeElementEvent = events[typeEvent] || {}\n const isNamespace = originalTypeEvent.startsWith('.')\n\n if (typeof callable !== 'undefined') {\n // Simplest case: handler is passed, remove that listener ONLY.\n if (!Object.keys(storeElementEvent).length) {\n return\n }\n\n removeHandler(element, events, typeEvent, callable, isDelegated ? handler : null)\n return\n }\n\n if (isNamespace) {\n for (const elementEvent of Object.keys(events)) {\n removeNamespacedHandlers(element, events, elementEvent, originalTypeEvent.slice(1))\n }\n }\n\n for (const [keyHandlers, event] of Object.entries(storeElementEvent)) {\n const handlerKey = keyHandlers.replace(stripUidRegex, '')\n\n if (!inNamespace || originalTypeEvent.includes(handlerKey)) {\n removeHandler(element, events, typeEvent, event.callable, event.delegationSelector)\n }\n }\n },\n\n trigger(element, event, args) {\n if (typeof event !== 'string' || !element) {\n return null\n }\n\n const $ = getjQuery()\n const typeEvent = getTypeEvent(event)\n const inNamespace = event !== typeEvent\n\n let jQueryEvent = null\n let bubbles = true\n let nativeDispatch = true\n let defaultPrevented = false\n\n if (inNamespace && $) {\n jQueryEvent = $.Event(event, args)\n\n $(element).trigger(jQueryEvent)\n bubbles = !jQueryEvent.isPropagationStopped()\n nativeDispatch = !jQueryEvent.isImmediatePropagationStopped()\n defaultPrevented = jQueryEvent.isDefaultPrevented()\n }\n\n const evt = hydrateObj(new Event(event, { bubbles, cancelable: true }), args)\n\n if (defaultPrevented) {\n evt.preventDefault()\n }\n\n if (nativeDispatch) {\n element.dispatchEvent(evt)\n }\n\n if (evt.defaultPrevented && jQueryEvent) {\n jQueryEvent.preventDefault()\n }\n\n return evt\n }\n}\n\nfunction hydrateObj(obj, meta = {}) {\n for (const [key, value] of Object.entries(meta)) {\n try {\n obj[key] = value\n } catch {\n Object.defineProperty(obj, key, {\n configurable: true,\n get() {\n return value\n }\n })\n }\n }\n\n return obj\n}\n\nexport default EventHandler\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap dom/manipulator.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nfunction normalizeData(value) {\n if (value === 'true') {\n return true\n }\n\n if (value === 'false') {\n return false\n }\n\n if (value === Number(value).toString()) {\n return Number(value)\n }\n\n if (value === '' || value === 'null') {\n return null\n }\n\n if (typeof value !== 'string') {\n return value\n }\n\n try {\n return JSON.parse(decodeURIComponent(value))\n } catch {\n return value\n }\n}\n\nfunction normalizeDataKey(key) {\n return key.replace(/[A-Z]/g, chr => `-${chr.toLowerCase()}`)\n}\n\nconst Manipulator = {\n setDataAttribute(element, key, value) {\n element.setAttribute(`data-bs-${normalizeDataKey(key)}`, value)\n },\n\n removeDataAttribute(element, key) {\n element.removeAttribute(`data-bs-${normalizeDataKey(key)}`)\n },\n\n getDataAttributes(element) {\n if (!element) {\n return {}\n }\n\n const attributes = {}\n const bsKeys = Object.keys(element.dataset).filter(key => key.startsWith('bs') && !key.startsWith('bsConfig'))\n\n for (const key of bsKeys) {\n let pureKey = key.replace(/^bs/, '')\n pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1, pureKey.length)\n attributes[pureKey] = normalizeData(element.dataset[key])\n }\n\n return attributes\n },\n\n getDataAttribute(element, key) {\n return normalizeData(element.getAttribute(`data-bs-${normalizeDataKey(key)}`))\n }\n}\n\nexport default Manipulator\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/config.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Manipulator from '../dom/manipulator.js'\nimport { isElement, toType } from './index.js'\n\n/**\n * Class definition\n */\n\nclass Config {\n // Getters\n static get Default() {\n return {}\n }\n\n static get DefaultType() {\n return {}\n }\n\n static get NAME() {\n throw new Error('You have to implement the static method \"NAME\", for each component!')\n }\n\n _getConfig(config) {\n config = this._mergeConfigObj(config)\n config = this._configAfterMerge(config)\n this._typeCheckConfig(config)\n return config\n }\n\n _configAfterMerge(config) {\n return config\n }\n\n _mergeConfigObj(config, element) {\n const jsonConfig = isElement(element) ? Manipulator.getDataAttribute(element, 'config') : {} // try to parse\n\n return {\n ...this.constructor.Default,\n ...(typeof jsonConfig === 'object' ? jsonConfig : {}),\n ...(isElement(element) ? Manipulator.getDataAttributes(element) : {}),\n ...(typeof config === 'object' ? config : {})\n }\n }\n\n _typeCheckConfig(config, configTypes = this.constructor.DefaultType) {\n for (const [property, expectedTypes] of Object.entries(configTypes)) {\n const value = config[property]\n const valueType = isElement(value) ? 'element' : toType(value)\n\n if (!new RegExp(expectedTypes).test(valueType)) {\n throw new TypeError(\n `${this.constructor.NAME.toUpperCase()}: Option \"${property}\" provided type \"${valueType}\" but expected type \"${expectedTypes}\".`\n )\n }\n }\n }\n}\n\nexport default Config\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap base-component.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Data from './dom/data.js'\nimport EventHandler from './dom/event-handler.js'\nimport Config from './util/config.js'\nimport { executeAfterTransition, getElement } from './util/index.js'\n\n/**\n * Constants\n */\n\nconst VERSION = '5.3.0'\n\n/**\n * Class definition\n */\n\nclass BaseComponent extends Config {\n constructor(element, config) {\n super()\n\n element = getElement(element)\n if (!element) {\n return\n }\n\n this._element = element\n this._config = this._getConfig(config)\n\n Data.set(this._element, this.constructor.DATA_KEY, this)\n }\n\n // Public\n dispose() {\n Data.remove(this._element, this.constructor.DATA_KEY)\n EventHandler.off(this._element, this.constructor.EVENT_KEY)\n\n for (const propertyName of Object.getOwnPropertyNames(this)) {\n this[propertyName] = null\n }\n }\n\n _queueCallback(callback, element, isAnimated = true) {\n executeAfterTransition(callback, element, isAnimated)\n }\n\n _getConfig(config) {\n config = this._mergeConfigObj(config, this._element)\n config = this._configAfterMerge(config)\n this._typeCheckConfig(config)\n return config\n }\n\n // Static\n static getInstance(element) {\n return Data.get(getElement(element), this.DATA_KEY)\n }\n\n static getOrCreateInstance(element, config = {}) {\n return this.getInstance(element) || new this(element, typeof config === 'object' ? config : null)\n }\n\n static get VERSION() {\n return VERSION\n }\n\n static get DATA_KEY() {\n return `bs.${this.NAME}`\n }\n\n static get EVENT_KEY() {\n return `.${this.DATA_KEY}`\n }\n\n static eventName(name) {\n return `${name}${this.EVENT_KEY}`\n }\n}\n\nexport default BaseComponent\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap dom/selector-engine.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport { isDisabled, isVisible, parseSelector } from '../util/index.js'\n\nconst getSelector = element => {\n let selector = element.getAttribute('data-bs-target')\n\n if (!selector || selector === '#') {\n let hrefAttribute = element.getAttribute('href')\n\n // The only valid content that could double as a selector are IDs or classes,\n // so everything starting with `#` or `.`. If a \"real\" URL is used as the selector,\n // `document.querySelector` will rightfully complain it is invalid.\n // See https://github.com/twbs/bootstrap/issues/32273\n if (!hrefAttribute || (!hrefAttribute.includes('#') && !hrefAttribute.startsWith('.'))) {\n return null\n }\n\n // Just in case some CMS puts out a full URL with the anchor appended\n if (hrefAttribute.includes('#') && !hrefAttribute.startsWith('#')) {\n hrefAttribute = `#${hrefAttribute.split('#')[1]}`\n }\n\n selector = hrefAttribute && hrefAttribute !== '#' ? hrefAttribute.trim() : null\n }\n\n return parseSelector(selector)\n}\n\nconst SelectorEngine = {\n find(selector, element = document.documentElement) {\n return [].concat(...Element.prototype.querySelectorAll.call(element, selector))\n },\n\n findOne(selector, element = document.documentElement) {\n return Element.prototype.querySelector.call(element, selector)\n },\n\n children(element, selector) {\n return [].concat(...element.children).filter(child => child.matches(selector))\n },\n\n parents(element, selector) {\n const parents = []\n let ancestor = element.parentNode.closest(selector)\n\n while (ancestor) {\n parents.push(ancestor)\n ancestor = ancestor.parentNode.closest(selector)\n }\n\n return parents\n },\n\n prev(element, selector) {\n let previous = element.previousElementSibling\n\n while (previous) {\n if (previous.matches(selector)) {\n return [previous]\n }\n\n previous = previous.previousElementSibling\n }\n\n return []\n },\n // TODO: this is now unused; remove later along with prev()\n next(element, selector) {\n let next = element.nextElementSibling\n\n while (next) {\n if (next.matches(selector)) {\n return [next]\n }\n\n next = next.nextElementSibling\n }\n\n return []\n },\n\n focusableChildren(element) {\n const focusables = [\n 'a',\n 'button',\n 'input',\n 'textarea',\n 'select',\n 'details',\n '[tabindex]',\n '[contenteditable=\"true\"]'\n ].map(selector => `${selector}:not([tabindex^=\"-\"])`).join(',')\n\n return this.find(focusables, element).filter(el => !isDisabled(el) && isVisible(el))\n },\n\n getSelectorFromElement(element) {\n const selector = getSelector(element)\n\n if (selector) {\n return SelectorEngine.findOne(selector) ? selector : null\n }\n\n return null\n },\n\n getElementFromSelector(element) {\n const selector = getSelector(element)\n\n return selector ? SelectorEngine.findOne(selector) : null\n },\n\n getMultipleElementsFromSelector(element) {\n const selector = getSelector(element)\n\n return selector ? SelectorEngine.find(selector) : []\n }\n}\n\nexport default SelectorEngine\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/component-functions.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler.js'\nimport SelectorEngine from '../dom/selector-engine.js'\nimport { isDisabled } from './index.js'\n\nconst enableDismissTrigger = (component, method = 'hide') => {\n const clickEvent = `click.dismiss${component.EVENT_KEY}`\n const name = component.NAME\n\n EventHandler.on(document, clickEvent, `[data-bs-dismiss=\"${name}\"]`, function (event) {\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n if (isDisabled(this)) {\n return\n }\n\n const target = SelectorEngine.getElementFromSelector(this) || this.closest(`.${name}`)\n const instance = component.getOrCreateInstance(target)\n\n // Method argument is left, for Alert and only, as it doesn't implement the 'hide' method\n instance[method]()\n })\n}\n\nexport {\n enableDismissTrigger\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap alert.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport { enableDismissTrigger } from './util/component-functions.js'\nimport { defineJQueryPlugin } from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'alert'\nconst DATA_KEY = 'bs.alert'\nconst EVENT_KEY = `.${DATA_KEY}`\n\nconst EVENT_CLOSE = `close${EVENT_KEY}`\nconst EVENT_CLOSED = `closed${EVENT_KEY}`\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\n\n/**\n * Class definition\n */\n\nclass Alert extends BaseComponent {\n // Getters\n static get NAME() {\n return NAME\n }\n\n // Public\n close() {\n const closeEvent = EventHandler.trigger(this._element, EVENT_CLOSE)\n\n if (closeEvent.defaultPrevented) {\n return\n }\n\n this._element.classList.remove(CLASS_NAME_SHOW)\n\n const isAnimated = this._element.classList.contains(CLASS_NAME_FADE)\n this._queueCallback(() => this._destroyElement(), this._element, isAnimated)\n }\n\n // Private\n _destroyElement() {\n this._element.remove()\n EventHandler.trigger(this._element, EVENT_CLOSED)\n this.dispose()\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Alert.getOrCreateInstance(this)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (data[config] === undefined || config.startsWith('_') || config === 'constructor') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](this)\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nenableDismissTrigger(Alert, 'close')\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Alert)\n\nexport default Alert\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap button.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport { defineJQueryPlugin } from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'button'\nconst DATA_KEY = 'bs.button'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst CLASS_NAME_ACTIVE = 'active'\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"button\"]'\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\n/**\n * Class definition\n */\n\nclass Button extends BaseComponent {\n // Getters\n static get NAME() {\n return NAME\n }\n\n // Public\n toggle() {\n // Toggle class and sync the `aria-pressed` attribute with the return value of the `.toggle()` method\n this._element.setAttribute('aria-pressed', this._element.classList.toggle(CLASS_NAME_ACTIVE))\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Button.getOrCreateInstance(this)\n\n if (config === 'toggle') {\n data[config]()\n }\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => {\n event.preventDefault()\n\n const button = event.target.closest(SELECTOR_DATA_TOGGLE)\n const data = Button.getOrCreateInstance(button)\n\n data.toggle()\n})\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Button)\n\nexport default Button\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/swipe.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler.js'\nimport Config from './config.js'\nimport { execute } from './index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'swipe'\nconst EVENT_KEY = '.bs.swipe'\nconst EVENT_TOUCHSTART = `touchstart${EVENT_KEY}`\nconst EVENT_TOUCHMOVE = `touchmove${EVENT_KEY}`\nconst EVENT_TOUCHEND = `touchend${EVENT_KEY}`\nconst EVENT_POINTERDOWN = `pointerdown${EVENT_KEY}`\nconst EVENT_POINTERUP = `pointerup${EVENT_KEY}`\nconst POINTER_TYPE_TOUCH = 'touch'\nconst POINTER_TYPE_PEN = 'pen'\nconst CLASS_NAME_POINTER_EVENT = 'pointer-event'\nconst SWIPE_THRESHOLD = 40\n\nconst Default = {\n endCallback: null,\n leftCallback: null,\n rightCallback: null\n}\n\nconst DefaultType = {\n endCallback: '(function|null)',\n leftCallback: '(function|null)',\n rightCallback: '(function|null)'\n}\n\n/**\n * Class definition\n */\n\nclass Swipe extends Config {\n constructor(element, config) {\n super()\n this._element = element\n\n if (!element || !Swipe.isSupported()) {\n return\n }\n\n this._config = this._getConfig(config)\n this._deltaX = 0\n this._supportPointerEvents = Boolean(window.PointerEvent)\n this._initEvents()\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n dispose() {\n EventHandler.off(this._element, EVENT_KEY)\n }\n\n // Private\n _start(event) {\n if (!this._supportPointerEvents) {\n this._deltaX = event.touches[0].clientX\n\n return\n }\n\n if (this._eventIsPointerPenTouch(event)) {\n this._deltaX = event.clientX\n }\n }\n\n _end(event) {\n if (this._eventIsPointerPenTouch(event)) {\n this._deltaX = event.clientX - this._deltaX\n }\n\n this._handleSwipe()\n execute(this._config.endCallback)\n }\n\n _move(event) {\n this._deltaX = event.touches && event.touches.length > 1 ?\n 0 :\n event.touches[0].clientX - this._deltaX\n }\n\n _handleSwipe() {\n const absDeltaX = Math.abs(this._deltaX)\n\n if (absDeltaX <= SWIPE_THRESHOLD) {\n return\n }\n\n const direction = absDeltaX / this._deltaX\n\n this._deltaX = 0\n\n if (!direction) {\n return\n }\n\n execute(direction > 0 ? this._config.rightCallback : this._config.leftCallback)\n }\n\n _initEvents() {\n if (this._supportPointerEvents) {\n EventHandler.on(this._element, EVENT_POINTERDOWN, event => this._start(event))\n EventHandler.on(this._element, EVENT_POINTERUP, event => this._end(event))\n\n this._element.classList.add(CLASS_NAME_POINTER_EVENT)\n } else {\n EventHandler.on(this._element, EVENT_TOUCHSTART, event => this._start(event))\n EventHandler.on(this._element, EVENT_TOUCHMOVE, event => this._move(event))\n EventHandler.on(this._element, EVENT_TOUCHEND, event => this._end(event))\n }\n }\n\n _eventIsPointerPenTouch(event) {\n return this._supportPointerEvents && (event.pointerType === POINTER_TYPE_PEN || event.pointerType === POINTER_TYPE_TOUCH)\n }\n\n // Static\n static isSupported() {\n return 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0\n }\n}\n\nexport default Swipe\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap carousel.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport Manipulator from './dom/manipulator.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport {\n defineJQueryPlugin,\n getNextActiveElement,\n isRTL,\n isVisible,\n reflow,\n triggerTransitionEnd\n} from './util/index.js'\nimport Swipe from './util/swipe.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'carousel'\nconst DATA_KEY = 'bs.carousel'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst ARROW_LEFT_KEY = 'ArrowLeft'\nconst ARROW_RIGHT_KEY = 'ArrowRight'\nconst TOUCHEVENT_COMPAT_WAIT = 500 // Time for mouse compat events to fire after touch\n\nconst ORDER_NEXT = 'next'\nconst ORDER_PREV = 'prev'\nconst DIRECTION_LEFT = 'left'\nconst DIRECTION_RIGHT = 'right'\n\nconst EVENT_SLIDE = `slide${EVENT_KEY}`\nconst EVENT_SLID = `slid${EVENT_KEY}`\nconst EVENT_KEYDOWN = `keydown${EVENT_KEY}`\nconst EVENT_MOUSEENTER = `mouseenter${EVENT_KEY}`\nconst EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`\nconst EVENT_DRAG_START = `dragstart${EVENT_KEY}`\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_CAROUSEL = 'carousel'\nconst CLASS_NAME_ACTIVE = 'active'\nconst CLASS_NAME_SLIDE = 'slide'\nconst CLASS_NAME_END = 'carousel-item-end'\nconst CLASS_NAME_START = 'carousel-item-start'\nconst CLASS_NAME_NEXT = 'carousel-item-next'\nconst CLASS_NAME_PREV = 'carousel-item-prev'\n\nconst SELECTOR_ACTIVE = '.active'\nconst SELECTOR_ITEM = '.carousel-item'\nconst SELECTOR_ACTIVE_ITEM = SELECTOR_ACTIVE + SELECTOR_ITEM\nconst SELECTOR_ITEM_IMG = '.carousel-item img'\nconst SELECTOR_INDICATORS = '.carousel-indicators'\nconst SELECTOR_DATA_SLIDE = '[data-bs-slide], [data-bs-slide-to]'\nconst SELECTOR_DATA_RIDE = '[data-bs-ride=\"carousel\"]'\n\nconst KEY_TO_DIRECTION = {\n [ARROW_LEFT_KEY]: DIRECTION_RIGHT,\n [ARROW_RIGHT_KEY]: DIRECTION_LEFT\n}\n\nconst Default = {\n interval: 5000,\n keyboard: true,\n pause: 'hover',\n ride: false,\n touch: true,\n wrap: true\n}\n\nconst DefaultType = {\n interval: '(number|boolean)', // TODO:v6 remove boolean support\n keyboard: 'boolean',\n pause: '(string|boolean)',\n ride: '(boolean|string)',\n touch: 'boolean',\n wrap: 'boolean'\n}\n\n/**\n * Class definition\n */\n\nclass Carousel extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n this._interval = null\n this._activeElement = null\n this._isSliding = false\n this.touchTimeout = null\n this._swipeHelper = null\n\n this._indicatorsElement = SelectorEngine.findOne(SELECTOR_INDICATORS, this._element)\n this._addEventListeners()\n\n if (this._config.ride === CLASS_NAME_CAROUSEL) {\n this.cycle()\n }\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n next() {\n this._slide(ORDER_NEXT)\n }\n\n nextWhenVisible() {\n // FIXME TODO use `document.visibilityState`\n // Don't call next when the page isn't visible\n // or the carousel or its parent isn't visible\n if (!document.hidden && isVisible(this._element)) {\n this.next()\n }\n }\n\n prev() {\n this._slide(ORDER_PREV)\n }\n\n pause() {\n if (this._isSliding) {\n triggerTransitionEnd(this._element)\n }\n\n this._clearInterval()\n }\n\n cycle() {\n this._clearInterval()\n this._updateInterval()\n\n this._interval = setInterval(() => this.nextWhenVisible(), this._config.interval)\n }\n\n _maybeEnableCycle() {\n if (!this._config.ride) {\n return\n }\n\n if (this._isSliding) {\n EventHandler.one(this._element, EVENT_SLID, () => this.cycle())\n return\n }\n\n this.cycle()\n }\n\n to(index) {\n const items = this._getItems()\n if (index > items.length - 1 || index < 0) {\n return\n }\n\n if (this._isSliding) {\n EventHandler.one(this._element, EVENT_SLID, () => this.to(index))\n return\n }\n\n const activeIndex = this._getItemIndex(this._getActive())\n if (activeIndex === index) {\n return\n }\n\n const order = index > activeIndex ? ORDER_NEXT : ORDER_PREV\n\n this._slide(order, items[index])\n }\n\n dispose() {\n if (this._swipeHelper) {\n this._swipeHelper.dispose()\n }\n\n super.dispose()\n }\n\n // Private\n _configAfterMerge(config) {\n config.defaultInterval = config.interval\n return config\n }\n\n _addEventListeners() {\n if (this._config.keyboard) {\n EventHandler.on(this._element, EVENT_KEYDOWN, event => this._keydown(event))\n }\n\n if (this._config.pause === 'hover') {\n EventHandler.on(this._element, EVENT_MOUSEENTER, () => this.pause())\n EventHandler.on(this._element, EVENT_MOUSELEAVE, () => this._maybeEnableCycle())\n }\n\n if (this._config.touch && Swipe.isSupported()) {\n this._addTouchEventListeners()\n }\n }\n\n _addTouchEventListeners() {\n for (const img of SelectorEngine.find(SELECTOR_ITEM_IMG, this._element)) {\n EventHandler.on(img, EVENT_DRAG_START, event => event.preventDefault())\n }\n\n const endCallBack = () => {\n if (this._config.pause !== 'hover') {\n return\n }\n\n // If it's a touch-enabled device, mouseenter/leave are fired as\n // part of the mouse compatibility events on first tap - the carousel\n // would stop cycling until user tapped out of it;\n // here, we listen for touchend, explicitly pause the carousel\n // (as if it's the second time we tap on it, mouseenter compat event\n // is NOT fired) and after a timeout (to allow for mouse compatibility\n // events to fire) we explicitly restart cycling\n\n this.pause()\n if (this.touchTimeout) {\n clearTimeout(this.touchTimeout)\n }\n\n this.touchTimeout = setTimeout(() => this._maybeEnableCycle(), TOUCHEVENT_COMPAT_WAIT + this._config.interval)\n }\n\n const swipeConfig = {\n leftCallback: () => this._slide(this._directionToOrder(DIRECTION_LEFT)),\n rightCallback: () => this._slide(this._directionToOrder(DIRECTION_RIGHT)),\n endCallback: endCallBack\n }\n\n this._swipeHelper = new Swipe(this._element, swipeConfig)\n }\n\n _keydown(event) {\n if (/input|textarea/i.test(event.target.tagName)) {\n return\n }\n\n const direction = KEY_TO_DIRECTION[event.key]\n if (direction) {\n event.preventDefault()\n this._slide(this._directionToOrder(direction))\n }\n }\n\n _getItemIndex(element) {\n return this._getItems().indexOf(element)\n }\n\n _setActiveIndicatorElement(index) {\n if (!this._indicatorsElement) {\n return\n }\n\n const activeIndicator = SelectorEngine.findOne(SELECTOR_ACTIVE, this._indicatorsElement)\n\n activeIndicator.classList.remove(CLASS_NAME_ACTIVE)\n activeIndicator.removeAttribute('aria-current')\n\n const newActiveIndicator = SelectorEngine.findOne(`[data-bs-slide-to=\"${index}\"]`, this._indicatorsElement)\n\n if (newActiveIndicator) {\n newActiveIndicator.classList.add(CLASS_NAME_ACTIVE)\n newActiveIndicator.setAttribute('aria-current', 'true')\n }\n }\n\n _updateInterval() {\n const element = this._activeElement || this._getActive()\n\n if (!element) {\n return\n }\n\n const elementInterval = Number.parseInt(element.getAttribute('data-bs-interval'), 10)\n\n this._config.interval = elementInterval || this._config.defaultInterval\n }\n\n _slide(order, element = null) {\n if (this._isSliding) {\n return\n }\n\n const activeElement = this._getActive()\n const isNext = order === ORDER_NEXT\n const nextElement = element || getNextActiveElement(this._getItems(), activeElement, isNext, this._config.wrap)\n\n if (nextElement === activeElement) {\n return\n }\n\n const nextElementIndex = this._getItemIndex(nextElement)\n\n const triggerEvent = eventName => {\n return EventHandler.trigger(this._element, eventName, {\n relatedTarget: nextElement,\n direction: this._orderToDirection(order),\n from: this._getItemIndex(activeElement),\n to: nextElementIndex\n })\n }\n\n const slideEvent = triggerEvent(EVENT_SLIDE)\n\n if (slideEvent.defaultPrevented) {\n return\n }\n\n if (!activeElement || !nextElement) {\n // Some weirdness is happening, so we bail\n // TODO: change tests that use empty divs to avoid this check\n return\n }\n\n const isCycling = Boolean(this._interval)\n this.pause()\n\n this._isSliding = true\n\n this._setActiveIndicatorElement(nextElementIndex)\n this._activeElement = nextElement\n\n const directionalClassName = isNext ? CLASS_NAME_START : CLASS_NAME_END\n const orderClassName = isNext ? CLASS_NAME_NEXT : CLASS_NAME_PREV\n\n nextElement.classList.add(orderClassName)\n\n reflow(nextElement)\n\n activeElement.classList.add(directionalClassName)\n nextElement.classList.add(directionalClassName)\n\n const completeCallBack = () => {\n nextElement.classList.remove(directionalClassName, orderClassName)\n nextElement.classList.add(CLASS_NAME_ACTIVE)\n\n activeElement.classList.remove(CLASS_NAME_ACTIVE, orderClassName, directionalClassName)\n\n this._isSliding = false\n\n triggerEvent(EVENT_SLID)\n }\n\n this._queueCallback(completeCallBack, activeElement, this._isAnimated())\n\n if (isCycling) {\n this.cycle()\n }\n }\n\n _isAnimated() {\n return this._element.classList.contains(CLASS_NAME_SLIDE)\n }\n\n _getActive() {\n return SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element)\n }\n\n _getItems() {\n return SelectorEngine.find(SELECTOR_ITEM, this._element)\n }\n\n _clearInterval() {\n if (this._interval) {\n clearInterval(this._interval)\n this._interval = null\n }\n }\n\n _directionToOrder(direction) {\n if (isRTL()) {\n return direction === DIRECTION_LEFT ? ORDER_PREV : ORDER_NEXT\n }\n\n return direction === DIRECTION_LEFT ? ORDER_NEXT : ORDER_PREV\n }\n\n _orderToDirection(order) {\n if (isRTL()) {\n return order === ORDER_PREV ? DIRECTION_LEFT : DIRECTION_RIGHT\n }\n\n return order === ORDER_PREV ? DIRECTION_RIGHT : DIRECTION_LEFT\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Carousel.getOrCreateInstance(this, config)\n\n if (typeof config === 'number') {\n data.to(config)\n return\n }\n\n if (typeof config === 'string') {\n if (data[config] === undefined || config.startsWith('_') || config === 'constructor') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_SLIDE, function (event) {\n const target = SelectorEngine.getElementFromSelector(this)\n\n if (!target || !target.classList.contains(CLASS_NAME_CAROUSEL)) {\n return\n }\n\n event.preventDefault()\n\n const carousel = Carousel.getOrCreateInstance(target)\n const slideIndex = this.getAttribute('data-bs-slide-to')\n\n if (slideIndex) {\n carousel.to(slideIndex)\n carousel._maybeEnableCycle()\n return\n }\n\n if (Manipulator.getDataAttribute(this, 'slide') === 'next') {\n carousel.next()\n carousel._maybeEnableCycle()\n return\n }\n\n carousel.prev()\n carousel._maybeEnableCycle()\n})\n\nEventHandler.on(window, EVENT_LOAD_DATA_API, () => {\n const carousels = SelectorEngine.find(SELECTOR_DATA_RIDE)\n\n for (const carousel of carousels) {\n Carousel.getOrCreateInstance(carousel)\n }\n})\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Carousel)\n\nexport default Carousel\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap collapse.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport {\n defineJQueryPlugin,\n getElement,\n reflow\n} from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'collapse'\nconst DATA_KEY = 'bs.collapse'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_COLLAPSE = 'collapse'\nconst CLASS_NAME_COLLAPSING = 'collapsing'\nconst CLASS_NAME_COLLAPSED = 'collapsed'\nconst CLASS_NAME_DEEPER_CHILDREN = `:scope .${CLASS_NAME_COLLAPSE} .${CLASS_NAME_COLLAPSE}`\nconst CLASS_NAME_HORIZONTAL = 'collapse-horizontal'\n\nconst WIDTH = 'width'\nconst HEIGHT = 'height'\n\nconst SELECTOR_ACTIVES = '.collapse.show, .collapse.collapsing'\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"collapse\"]'\n\nconst Default = {\n parent: null,\n toggle: true\n}\n\nconst DefaultType = {\n parent: '(null|element)',\n toggle: 'boolean'\n}\n\n/**\n * Class definition\n */\n\nclass Collapse extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n this._isTransitioning = false\n this._triggerArray = []\n\n const toggleList = SelectorEngine.find(SELECTOR_DATA_TOGGLE)\n\n for (const elem of toggleList) {\n const selector = SelectorEngine.getSelectorFromElement(elem)\n const filterElement = SelectorEngine.find(selector)\n .filter(foundElement => foundElement === this._element)\n\n if (selector !== null && filterElement.length) {\n this._triggerArray.push(elem)\n }\n }\n\n this._initializeChildren()\n\n if (!this._config.parent) {\n this._addAriaAndCollapsedClass(this._triggerArray, this._isShown())\n }\n\n if (this._config.toggle) {\n this.toggle()\n }\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n toggle() {\n if (this._isShown()) {\n this.hide()\n } else {\n this.show()\n }\n }\n\n show() {\n if (this._isTransitioning || this._isShown()) {\n return\n }\n\n let activeChildren = []\n\n // find active children\n if (this._config.parent) {\n activeChildren = this._getFirstLevelChildren(SELECTOR_ACTIVES)\n .filter(element => element !== this._element)\n .map(element => Collapse.getOrCreateInstance(element, { toggle: false }))\n }\n\n if (activeChildren.length && activeChildren[0]._isTransitioning) {\n return\n }\n\n const startEvent = EventHandler.trigger(this._element, EVENT_SHOW)\n if (startEvent.defaultPrevented) {\n return\n }\n\n for (const activeInstance of activeChildren) {\n activeInstance.hide()\n }\n\n const dimension = this._getDimension()\n\n this._element.classList.remove(CLASS_NAME_COLLAPSE)\n this._element.classList.add(CLASS_NAME_COLLAPSING)\n\n this._element.style[dimension] = 0\n\n this._addAriaAndCollapsedClass(this._triggerArray, true)\n this._isTransitioning = true\n\n const complete = () => {\n this._isTransitioning = false\n\n this._element.classList.remove(CLASS_NAME_COLLAPSING)\n this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)\n\n this._element.style[dimension] = ''\n\n EventHandler.trigger(this._element, EVENT_SHOWN)\n }\n\n const capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1)\n const scrollSize = `scroll${capitalizedDimension}`\n\n this._queueCallback(complete, this._element, true)\n this._element.style[dimension] = `${this._element[scrollSize]}px`\n }\n\n hide() {\n if (this._isTransitioning || !this._isShown()) {\n return\n }\n\n const startEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n if (startEvent.defaultPrevented) {\n return\n }\n\n const dimension = this._getDimension()\n\n this._element.style[dimension] = `${this._element.getBoundingClientRect()[dimension]}px`\n\n reflow(this._element)\n\n this._element.classList.add(CLASS_NAME_COLLAPSING)\n this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW)\n\n for (const trigger of this._triggerArray) {\n const element = SelectorEngine.getElementFromSelector(trigger)\n\n if (element && !this._isShown(element)) {\n this._addAriaAndCollapsedClass([trigger], false)\n }\n }\n\n this._isTransitioning = true\n\n const complete = () => {\n this._isTransitioning = false\n this._element.classList.remove(CLASS_NAME_COLLAPSING)\n this._element.classList.add(CLASS_NAME_COLLAPSE)\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n }\n\n this._element.style[dimension] = ''\n\n this._queueCallback(complete, this._element, true)\n }\n\n _isShown(element = this._element) {\n return element.classList.contains(CLASS_NAME_SHOW)\n }\n\n // Private\n _configAfterMerge(config) {\n config.toggle = Boolean(config.toggle) // Coerce string values\n config.parent = getElement(config.parent)\n return config\n }\n\n _getDimension() {\n return this._element.classList.contains(CLASS_NAME_HORIZONTAL) ? WIDTH : HEIGHT\n }\n\n _initializeChildren() {\n if (!this._config.parent) {\n return\n }\n\n const children = this._getFirstLevelChildren(SELECTOR_DATA_TOGGLE)\n\n for (const element of children) {\n const selected = SelectorEngine.getElementFromSelector(element)\n\n if (selected) {\n this._addAriaAndCollapsedClass([element], this._isShown(selected))\n }\n }\n }\n\n _getFirstLevelChildren(selector) {\n const children = SelectorEngine.find(CLASS_NAME_DEEPER_CHILDREN, this._config.parent)\n // remove children if greater depth\n return SelectorEngine.find(selector, this._config.parent).filter(element => !children.includes(element))\n }\n\n _addAriaAndCollapsedClass(triggerArray, isOpen) {\n if (!triggerArray.length) {\n return\n }\n\n for (const element of triggerArray) {\n element.classList.toggle(CLASS_NAME_COLLAPSED, !isOpen)\n element.setAttribute('aria-expanded', isOpen)\n }\n }\n\n // Static\n static jQueryInterface(config) {\n const _config = {}\n if (typeof config === 'string' && /show|hide/.test(config)) {\n _config.toggle = false\n }\n\n return this.each(function () {\n const data = Collapse.getOrCreateInstance(this, _config)\n\n if (typeof config === 'string') {\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n }\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n // preventDefault only for elements (which change the URL) not inside the collapsible element\n if (event.target.tagName === 'A' || (event.delegateTarget && event.delegateTarget.tagName === 'A')) {\n event.preventDefault()\n }\n\n for (const element of SelectorEngine.getMultipleElementsFromSelector(this)) {\n Collapse.getOrCreateInstance(element, { toggle: false }).toggle()\n }\n})\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Collapse)\n\nexport default Collapse\n","export var top = 'top';\nexport var bottom = 'bottom';\nexport var right = 'right';\nexport var left = 'left';\nexport var auto = 'auto';\nexport var basePlacements = [top, bottom, right, left];\nexport var start = 'start';\nexport var end = 'end';\nexport var clippingParents = 'clippingParents';\nexport var viewport = 'viewport';\nexport var popper = 'popper';\nexport var reference = 'reference';\nexport var variationPlacements = /*#__PURE__*/basePlacements.reduce(function (acc, placement) {\n return acc.concat([placement + \"-\" + start, placement + \"-\" + end]);\n}, []);\nexport var placements = /*#__PURE__*/[].concat(basePlacements, [auto]).reduce(function (acc, placement) {\n return acc.concat([placement, placement + \"-\" + start, placement + \"-\" + end]);\n}, []); // modifiers that need to read the DOM\n\nexport var beforeRead = 'beforeRead';\nexport var read = 'read';\nexport var afterRead = 'afterRead'; // pure-logic modifiers\n\nexport var beforeMain = 'beforeMain';\nexport var main = 'main';\nexport var afterMain = 'afterMain'; // modifier with the purpose to write to the DOM (or write into a framework state)\n\nexport var beforeWrite = 'beforeWrite';\nexport var write = 'write';\nexport var afterWrite = 'afterWrite';\nexport var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];","export default function getNodeName(element) {\n return element ? (element.nodeName || '').toLowerCase() : null;\n}","export default function getWindow(node) {\n if (node == null) {\n return window;\n }\n\n if (node.toString() !== '[object Window]') {\n var ownerDocument = node.ownerDocument;\n return ownerDocument ? ownerDocument.defaultView || window : window;\n }\n\n return node;\n}","import getWindow from \"./getWindow.js\";\n\nfunction isElement(node) {\n var OwnElement = getWindow(node).Element;\n return node instanceof OwnElement || node instanceof Element;\n}\n\nfunction isHTMLElement(node) {\n var OwnElement = getWindow(node).HTMLElement;\n return node instanceof OwnElement || node instanceof HTMLElement;\n}\n\nfunction isShadowRoot(node) {\n // IE 11 has no ShadowRoot\n if (typeof ShadowRoot === 'undefined') {\n return false;\n }\n\n var OwnElement = getWindow(node).ShadowRoot;\n return node instanceof OwnElement || node instanceof ShadowRoot;\n}\n\nexport { isElement, isHTMLElement, isShadowRoot };","import getNodeName from \"../dom-utils/getNodeName.js\";\nimport { isHTMLElement } from \"../dom-utils/instanceOf.js\"; // This modifier takes the styles prepared by the `computeStyles` modifier\n// and applies them to the HTMLElements such as popper and arrow\n\nfunction applyStyles(_ref) {\n var state = _ref.state;\n Object.keys(state.elements).forEach(function (name) {\n var style = state.styles[name] || {};\n var attributes = state.attributes[name] || {};\n var element = state.elements[name]; // arrow is optional + virtual elements\n\n if (!isHTMLElement(element) || !getNodeName(element)) {\n return;\n } // Flow doesn't support to extend this property, but it's the most\n // effective way to apply styles to an HTMLElement\n // $FlowFixMe[cannot-write]\n\n\n Object.assign(element.style, style);\n Object.keys(attributes).forEach(function (name) {\n var value = attributes[name];\n\n if (value === false) {\n element.removeAttribute(name);\n } else {\n element.setAttribute(name, value === true ? '' : value);\n }\n });\n });\n}\n\nfunction effect(_ref2) {\n var state = _ref2.state;\n var initialStyles = {\n popper: {\n position: state.options.strategy,\n left: '0',\n top: '0',\n margin: '0'\n },\n arrow: {\n position: 'absolute'\n },\n reference: {}\n };\n Object.assign(state.elements.popper.style, initialStyles.popper);\n state.styles = initialStyles;\n\n if (state.elements.arrow) {\n Object.assign(state.elements.arrow.style, initialStyles.arrow);\n }\n\n return function () {\n Object.keys(state.elements).forEach(function (name) {\n var element = state.elements[name];\n var attributes = state.attributes[name] || {};\n var styleProperties = Object.keys(state.styles.hasOwnProperty(name) ? state.styles[name] : initialStyles[name]); // Set all values to an empty string to unset them\n\n var style = styleProperties.reduce(function (style, property) {\n style[property] = '';\n return style;\n }, {}); // arrow is optional + virtual elements\n\n if (!isHTMLElement(element) || !getNodeName(element)) {\n return;\n }\n\n Object.assign(element.style, style);\n Object.keys(attributes).forEach(function (attribute) {\n element.removeAttribute(attribute);\n });\n });\n };\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'applyStyles',\n enabled: true,\n phase: 'write',\n fn: applyStyles,\n effect: effect,\n requires: ['computeStyles']\n};","import { auto } from \"../enums.js\";\nexport default function getBasePlacement(placement) {\n return placement.split('-')[0];\n}","export var max = Math.max;\nexport var min = Math.min;\nexport var round = Math.round;","export default function getUAString() {\n var uaData = navigator.userAgentData;\n\n if (uaData != null && uaData.brands && Array.isArray(uaData.brands)) {\n return uaData.brands.map(function (item) {\n return item.brand + \"/\" + item.version;\n }).join(' ');\n }\n\n return navigator.userAgent;\n}","import getUAString from \"../utils/userAgent.js\";\nexport default function isLayoutViewport() {\n return !/^((?!chrome|android).)*safari/i.test(getUAString());\n}","import { isElement, isHTMLElement } from \"./instanceOf.js\";\nimport { round } from \"../utils/math.js\";\nimport getWindow from \"./getWindow.js\";\nimport isLayoutViewport from \"./isLayoutViewport.js\";\nexport default function getBoundingClientRect(element, includeScale, isFixedStrategy) {\n if (includeScale === void 0) {\n includeScale = false;\n }\n\n if (isFixedStrategy === void 0) {\n isFixedStrategy = false;\n }\n\n var clientRect = element.getBoundingClientRect();\n var scaleX = 1;\n var scaleY = 1;\n\n if (includeScale && isHTMLElement(element)) {\n scaleX = element.offsetWidth > 0 ? round(clientRect.width) / element.offsetWidth || 1 : 1;\n scaleY = element.offsetHeight > 0 ? round(clientRect.height) / element.offsetHeight || 1 : 1;\n }\n\n var _ref = isElement(element) ? getWindow(element) : window,\n visualViewport = _ref.visualViewport;\n\n var addVisualOffsets = !isLayoutViewport() && isFixedStrategy;\n var x = (clientRect.left + (addVisualOffsets && visualViewport ? visualViewport.offsetLeft : 0)) / scaleX;\n var y = (clientRect.top + (addVisualOffsets && visualViewport ? visualViewport.offsetTop : 0)) / scaleY;\n var width = clientRect.width / scaleX;\n var height = clientRect.height / scaleY;\n return {\n width: width,\n height: height,\n top: y,\n right: x + width,\n bottom: y + height,\n left: x,\n x: x,\n y: y\n };\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\"; // Returns the layout rect of an element relative to its offsetParent. Layout\n// means it doesn't take into account transforms.\n\nexport default function getLayoutRect(element) {\n var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed.\n // Fixes https://github.com/popperjs/popper-core/issues/1223\n\n var width = element.offsetWidth;\n var height = element.offsetHeight;\n\n if (Math.abs(clientRect.width - width) <= 1) {\n width = clientRect.width;\n }\n\n if (Math.abs(clientRect.height - height) <= 1) {\n height = clientRect.height;\n }\n\n return {\n x: element.offsetLeft,\n y: element.offsetTop,\n width: width,\n height: height\n };\n}","import { isShadowRoot } from \"./instanceOf.js\";\nexport default function contains(parent, child) {\n var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method\n\n if (parent.contains(child)) {\n return true;\n } // then fallback to custom implementation with Shadow DOM support\n else if (rootNode && isShadowRoot(rootNode)) {\n var next = child;\n\n do {\n if (next && parent.isSameNode(next)) {\n return true;\n } // $FlowFixMe[prop-missing]: need a better way to handle this...\n\n\n next = next.parentNode || next.host;\n } while (next);\n } // Give up, the result is false\n\n\n return false;\n}","import getWindow from \"./getWindow.js\";\nexport default function getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}","import getNodeName from \"./getNodeName.js\";\nexport default function isTableElement(element) {\n return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0;\n}","import { isElement } from \"./instanceOf.js\";\nexport default function getDocumentElement(element) {\n // $FlowFixMe[incompatible-return]: assume body is always available\n return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]\n element.document) || window.document).documentElement;\n}","import getNodeName from \"./getNodeName.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport { isShadowRoot } from \"./instanceOf.js\";\nexport default function getParentNode(element) {\n if (getNodeName(element) === 'html') {\n return element;\n }\n\n return (// this is a quicker (but less type safe) way to save quite some bytes from the bundle\n // $FlowFixMe[incompatible-return]\n // $FlowFixMe[prop-missing]\n element.assignedSlot || // step into the shadow DOM of the parent of a slotted node\n element.parentNode || ( // DOM Element detected\n isShadowRoot(element) ? element.host : null) || // ShadowRoot detected\n // $FlowFixMe[incompatible-call]: HTMLElement is a Node\n getDocumentElement(element) // fallback\n\n );\n}","import getWindow from \"./getWindow.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport { isHTMLElement, isShadowRoot } from \"./instanceOf.js\";\nimport isTableElement from \"./isTableElement.js\";\nimport getParentNode from \"./getParentNode.js\";\nimport getUAString from \"../utils/userAgent.js\";\n\nfunction getTrueOffsetParent(element) {\n if (!isHTMLElement(element) || // https://github.com/popperjs/popper-core/issues/837\n getComputedStyle(element).position === 'fixed') {\n return null;\n }\n\n return element.offsetParent;\n} // `.offsetParent` reports `null` for fixed elements, while absolute elements\n// return the containing block\n\n\nfunction getContainingBlock(element) {\n var isFirefox = /firefox/i.test(getUAString());\n var isIE = /Trident/i.test(getUAString());\n\n if (isIE && isHTMLElement(element)) {\n // In IE 9, 10 and 11 fixed elements containing block is always established by the viewport\n var elementCss = getComputedStyle(element);\n\n if (elementCss.position === 'fixed') {\n return null;\n }\n }\n\n var currentNode = getParentNode(element);\n\n if (isShadowRoot(currentNode)) {\n currentNode = currentNode.host;\n }\n\n while (isHTMLElement(currentNode) && ['html', 'body'].indexOf(getNodeName(currentNode)) < 0) {\n var css = getComputedStyle(currentNode); // This is non-exhaustive but covers the most common CSS properties that\n // create a containing block.\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n\n if (css.transform !== 'none' || css.perspective !== 'none' || css.contain === 'paint' || ['transform', 'perspective'].indexOf(css.willChange) !== -1 || isFirefox && css.willChange === 'filter' || isFirefox && css.filter && css.filter !== 'none') {\n return currentNode;\n } else {\n currentNode = currentNode.parentNode;\n }\n }\n\n return null;\n} // Gets the closest ancestor positioned element. Handles some edge cases,\n// such as table ancestors and cross browser bugs.\n\n\nexport default function getOffsetParent(element) {\n var window = getWindow(element);\n var offsetParent = getTrueOffsetParent(element);\n\n while (offsetParent && isTableElement(offsetParent) && getComputedStyle(offsetParent).position === 'static') {\n offsetParent = getTrueOffsetParent(offsetParent);\n }\n\n if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle(offsetParent).position === 'static')) {\n return window;\n }\n\n return offsetParent || getContainingBlock(element) || window;\n}","export default function getMainAxisFromPlacement(placement) {\n return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';\n}","import { max as mathMax, min as mathMin } from \"./math.js\";\nexport function within(min, value, max) {\n return mathMax(min, mathMin(value, max));\n}\nexport function withinMaxClamp(min, value, max) {\n var v = within(min, value, max);\n return v > max ? max : v;\n}","export default function getFreshSideObject() {\n return {\n top: 0,\n right: 0,\n bottom: 0,\n left: 0\n };\n}","import getFreshSideObject from \"./getFreshSideObject.js\";\nexport default function mergePaddingObject(paddingObject) {\n return Object.assign({}, getFreshSideObject(), paddingObject);\n}","export default function expandToHashMap(value, keys) {\n return keys.reduce(function (hashMap, key) {\n hashMap[key] = value;\n return hashMap;\n }, {});\n}","import getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getLayoutRect from \"../dom-utils/getLayoutRect.js\";\nimport contains from \"../dom-utils/contains.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport getMainAxisFromPlacement from \"../utils/getMainAxisFromPlacement.js\";\nimport { within } from \"../utils/within.js\";\nimport mergePaddingObject from \"../utils/mergePaddingObject.js\";\nimport expandToHashMap from \"../utils/expandToHashMap.js\";\nimport { left, right, basePlacements, top, bottom } from \"../enums.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar toPaddingObject = function toPaddingObject(padding, state) {\n padding = typeof padding === 'function' ? padding(Object.assign({}, state.rects, {\n placement: state.placement\n })) : padding;\n return mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));\n};\n\nfunction arrow(_ref) {\n var _state$modifiersData$;\n\n var state = _ref.state,\n name = _ref.name,\n options = _ref.options;\n var arrowElement = state.elements.arrow;\n var popperOffsets = state.modifiersData.popperOffsets;\n var basePlacement = getBasePlacement(state.placement);\n var axis = getMainAxisFromPlacement(basePlacement);\n var isVertical = [left, right].indexOf(basePlacement) >= 0;\n var len = isVertical ? 'height' : 'width';\n\n if (!arrowElement || !popperOffsets) {\n return;\n }\n\n var paddingObject = toPaddingObject(options.padding, state);\n var arrowRect = getLayoutRect(arrowElement);\n var minProp = axis === 'y' ? top : left;\n var maxProp = axis === 'y' ? bottom : right;\n var endDiff = state.rects.reference[len] + state.rects.reference[axis] - popperOffsets[axis] - state.rects.popper[len];\n var startDiff = popperOffsets[axis] - state.rects.reference[axis];\n var arrowOffsetParent = getOffsetParent(arrowElement);\n var clientSize = arrowOffsetParent ? axis === 'y' ? arrowOffsetParent.clientHeight || 0 : arrowOffsetParent.clientWidth || 0 : 0;\n var centerToReference = endDiff / 2 - startDiff / 2; // Make sure the arrow doesn't overflow the popper if the center point is\n // outside of the popper bounds\n\n var min = paddingObject[minProp];\n var max = clientSize - arrowRect[len] - paddingObject[maxProp];\n var center = clientSize / 2 - arrowRect[len] / 2 + centerToReference;\n var offset = within(min, center, max); // Prevents breaking syntax highlighting...\n\n var axisProp = axis;\n state.modifiersData[name] = (_state$modifiersData$ = {}, _state$modifiersData$[axisProp] = offset, _state$modifiersData$.centerOffset = offset - center, _state$modifiersData$);\n}\n\nfunction effect(_ref2) {\n var state = _ref2.state,\n options = _ref2.options;\n var _options$element = options.element,\n arrowElement = _options$element === void 0 ? '[data-popper-arrow]' : _options$element;\n\n if (arrowElement == null) {\n return;\n } // CSS selector\n\n\n if (typeof arrowElement === 'string') {\n arrowElement = state.elements.popper.querySelector(arrowElement);\n\n if (!arrowElement) {\n return;\n }\n }\n\n if (!contains(state.elements.popper, arrowElement)) {\n return;\n }\n\n state.elements.arrow = arrowElement;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'arrow',\n enabled: true,\n phase: 'main',\n fn: arrow,\n effect: effect,\n requires: ['popperOffsets'],\n requiresIfExists: ['preventOverflow']\n};","export default function getVariation(placement) {\n return placement.split('-')[1];\n}","import { top, left, right, bottom, end } from \"../enums.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport getWindow from \"../dom-utils/getWindow.js\";\nimport getDocumentElement from \"../dom-utils/getDocumentElement.js\";\nimport getComputedStyle from \"../dom-utils/getComputedStyle.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getVariation from \"../utils/getVariation.js\";\nimport { round } from \"../utils/math.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar unsetSides = {\n top: 'auto',\n right: 'auto',\n bottom: 'auto',\n left: 'auto'\n}; // Round the offsets to the nearest suitable subpixel based on the DPR.\n// Zooming can change the DPR, but it seems to report a value that will\n// cleanly divide the values into the appropriate subpixels.\n\nfunction roundOffsetsByDPR(_ref, win) {\n var x = _ref.x,\n y = _ref.y;\n var dpr = win.devicePixelRatio || 1;\n return {\n x: round(x * dpr) / dpr || 0,\n y: round(y * dpr) / dpr || 0\n };\n}\n\nexport function mapToStyles(_ref2) {\n var _Object$assign2;\n\n var popper = _ref2.popper,\n popperRect = _ref2.popperRect,\n placement = _ref2.placement,\n variation = _ref2.variation,\n offsets = _ref2.offsets,\n position = _ref2.position,\n gpuAcceleration = _ref2.gpuAcceleration,\n adaptive = _ref2.adaptive,\n roundOffsets = _ref2.roundOffsets,\n isFixed = _ref2.isFixed;\n var _offsets$x = offsets.x,\n x = _offsets$x === void 0 ? 0 : _offsets$x,\n _offsets$y = offsets.y,\n y = _offsets$y === void 0 ? 0 : _offsets$y;\n\n var _ref3 = typeof roundOffsets === 'function' ? roundOffsets({\n x: x,\n y: y\n }) : {\n x: x,\n y: y\n };\n\n x = _ref3.x;\n y = _ref3.y;\n var hasX = offsets.hasOwnProperty('x');\n var hasY = offsets.hasOwnProperty('y');\n var sideX = left;\n var sideY = top;\n var win = window;\n\n if (adaptive) {\n var offsetParent = getOffsetParent(popper);\n var heightProp = 'clientHeight';\n var widthProp = 'clientWidth';\n\n if (offsetParent === getWindow(popper)) {\n offsetParent = getDocumentElement(popper);\n\n if (getComputedStyle(offsetParent).position !== 'static' && position === 'absolute') {\n heightProp = 'scrollHeight';\n widthProp = 'scrollWidth';\n }\n } // $FlowFixMe[incompatible-cast]: force type refinement, we compare offsetParent with window above, but Flow doesn't detect it\n\n\n offsetParent = offsetParent;\n\n if (placement === top || (placement === left || placement === right) && variation === end) {\n sideY = bottom;\n var offsetY = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing]\n offsetParent[heightProp];\n y -= offsetY - popperRect.height;\n y *= gpuAcceleration ? 1 : -1;\n }\n\n if (placement === left || (placement === top || placement === bottom) && variation === end) {\n sideX = right;\n var offsetX = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing]\n offsetParent[widthProp];\n x -= offsetX - popperRect.width;\n x *= gpuAcceleration ? 1 : -1;\n }\n }\n\n var commonStyles = Object.assign({\n position: position\n }, adaptive && unsetSides);\n\n var _ref4 = roundOffsets === true ? roundOffsetsByDPR({\n x: x,\n y: y\n }, getWindow(popper)) : {\n x: x,\n y: y\n };\n\n x = _ref4.x;\n y = _ref4.y;\n\n if (gpuAcceleration) {\n var _Object$assign;\n\n return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? \"translate(\" + x + \"px, \" + y + \"px)\" : \"translate3d(\" + x + \"px, \" + y + \"px, 0)\", _Object$assign));\n }\n\n return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + \"px\" : '', _Object$assign2[sideX] = hasX ? x + \"px\" : '', _Object$assign2.transform = '', _Object$assign2));\n}\n\nfunction computeStyles(_ref5) {\n var state = _ref5.state,\n options = _ref5.options;\n var _options$gpuAccelerat = options.gpuAcceleration,\n gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat,\n _options$adaptive = options.adaptive,\n adaptive = _options$adaptive === void 0 ? true : _options$adaptive,\n _options$roundOffsets = options.roundOffsets,\n roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets;\n var commonStyles = {\n placement: getBasePlacement(state.placement),\n variation: getVariation(state.placement),\n popper: state.elements.popper,\n popperRect: state.rects.popper,\n gpuAcceleration: gpuAcceleration,\n isFixed: state.options.strategy === 'fixed'\n };\n\n if (state.modifiersData.popperOffsets != null) {\n state.styles.popper = Object.assign({}, state.styles.popper, mapToStyles(Object.assign({}, commonStyles, {\n offsets: state.modifiersData.popperOffsets,\n position: state.options.strategy,\n adaptive: adaptive,\n roundOffsets: roundOffsets\n })));\n }\n\n if (state.modifiersData.arrow != null) {\n state.styles.arrow = Object.assign({}, state.styles.arrow, mapToStyles(Object.assign({}, commonStyles, {\n offsets: state.modifiersData.arrow,\n position: 'absolute',\n adaptive: false,\n roundOffsets: roundOffsets\n })));\n }\n\n state.attributes.popper = Object.assign({}, state.attributes.popper, {\n 'data-popper-placement': state.placement\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'computeStyles',\n enabled: true,\n phase: 'beforeWrite',\n fn: computeStyles,\n data: {}\n};","import getWindow from \"../dom-utils/getWindow.js\"; // eslint-disable-next-line import/no-unused-modules\n\nvar passive = {\n passive: true\n};\n\nfunction effect(_ref) {\n var state = _ref.state,\n instance = _ref.instance,\n options = _ref.options;\n var _options$scroll = options.scroll,\n scroll = _options$scroll === void 0 ? true : _options$scroll,\n _options$resize = options.resize,\n resize = _options$resize === void 0 ? true : _options$resize;\n var window = getWindow(state.elements.popper);\n var scrollParents = [].concat(state.scrollParents.reference, state.scrollParents.popper);\n\n if (scroll) {\n scrollParents.forEach(function (scrollParent) {\n scrollParent.addEventListener('scroll', instance.update, passive);\n });\n }\n\n if (resize) {\n window.addEventListener('resize', instance.update, passive);\n }\n\n return function () {\n if (scroll) {\n scrollParents.forEach(function (scrollParent) {\n scrollParent.removeEventListener('scroll', instance.update, passive);\n });\n }\n\n if (resize) {\n window.removeEventListener('resize', instance.update, passive);\n }\n };\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'eventListeners',\n enabled: true,\n phase: 'write',\n fn: function fn() {},\n effect: effect,\n data: {}\n};","var hash = {\n left: 'right',\n right: 'left',\n bottom: 'top',\n top: 'bottom'\n};\nexport default function getOppositePlacement(placement) {\n return placement.replace(/left|right|bottom|top/g, function (matched) {\n return hash[matched];\n });\n}","var hash = {\n start: 'end',\n end: 'start'\n};\nexport default function getOppositeVariationPlacement(placement) {\n return placement.replace(/start|end/g, function (matched) {\n return hash[matched];\n });\n}","import getWindow from \"./getWindow.js\";\nexport default function getWindowScroll(node) {\n var win = getWindow(node);\n var scrollLeft = win.pageXOffset;\n var scrollTop = win.pageYOffset;\n return {\n scrollLeft: scrollLeft,\n scrollTop: scrollTop\n };\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getWindowScroll from \"./getWindowScroll.js\";\nexport default function getWindowScrollBarX(element) {\n // If has a CSS width greater than the viewport, then this will be\n // incorrect for RTL.\n // Popper 1 is broken in this case and never had a bug report so let's assume\n // it's not an issue. I don't think anyone ever specifies width on \n // anyway.\n // Browsers where the left scrollbar doesn't cause an issue report `0` for\n // this (e.g. Edge 2019, IE11, Safari)\n return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft;\n}","import getWindow from \"./getWindow.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport isLayoutViewport from \"./isLayoutViewport.js\";\nexport default function getViewportRect(element, strategy) {\n var win = getWindow(element);\n var html = getDocumentElement(element);\n var visualViewport = win.visualViewport;\n var width = html.clientWidth;\n var height = html.clientHeight;\n var x = 0;\n var y = 0;\n\n if (visualViewport) {\n width = visualViewport.width;\n height = visualViewport.height;\n var layoutViewport = isLayoutViewport();\n\n if (layoutViewport || !layoutViewport && strategy === 'fixed') {\n x = visualViewport.offsetLeft;\n y = visualViewport.offsetTop;\n }\n }\n\n return {\n width: width,\n height: height,\n x: x + getWindowScrollBarX(element),\n y: y\n };\n}","import getDocumentElement from \"./getDocumentElement.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport getWindowScroll from \"./getWindowScroll.js\";\nimport { max } from \"../utils/math.js\"; // Gets the entire size of the scrollable document area, even extending outside\n// of the `` and `` rect bounds if horizontally scrollable\n\nexport default function getDocumentRect(element) {\n var _element$ownerDocumen;\n\n var html = getDocumentElement(element);\n var winScroll = getWindowScroll(element);\n var body = (_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body;\n var width = max(html.scrollWidth, html.clientWidth, body ? body.scrollWidth : 0, body ? body.clientWidth : 0);\n var height = max(html.scrollHeight, html.clientHeight, body ? body.scrollHeight : 0, body ? body.clientHeight : 0);\n var x = -winScroll.scrollLeft + getWindowScrollBarX(element);\n var y = -winScroll.scrollTop;\n\n if (getComputedStyle(body || html).direction === 'rtl') {\n x += max(html.clientWidth, body ? body.clientWidth : 0) - width;\n }\n\n return {\n width: width,\n height: height,\n x: x,\n y: y\n };\n}","import getComputedStyle from \"./getComputedStyle.js\";\nexport default function isScrollParent(element) {\n // Firefox wants us to check `-x` and `-y` variations as well\n var _getComputedStyle = getComputedStyle(element),\n overflow = _getComputedStyle.overflow,\n overflowX = _getComputedStyle.overflowX,\n overflowY = _getComputedStyle.overflowY;\n\n return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX);\n}","import getParentNode from \"./getParentNode.js\";\nimport isScrollParent from \"./isScrollParent.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nexport default function getScrollParent(node) {\n if (['html', 'body', '#document'].indexOf(getNodeName(node)) >= 0) {\n // $FlowFixMe[incompatible-return]: assume body is always available\n return node.ownerDocument.body;\n }\n\n if (isHTMLElement(node) && isScrollParent(node)) {\n return node;\n }\n\n return getScrollParent(getParentNode(node));\n}","import getScrollParent from \"./getScrollParent.js\";\nimport getParentNode from \"./getParentNode.js\";\nimport getWindow from \"./getWindow.js\";\nimport isScrollParent from \"./isScrollParent.js\";\n/*\ngiven a DOM element, return the list of all scroll parents, up the list of ancesors\nuntil we get to the top window object. This list is what we attach scroll listeners\nto, because if any of these parent elements scroll, we'll need to re-calculate the\nreference element's position.\n*/\n\nexport default function listScrollParents(element, list) {\n var _element$ownerDocumen;\n\n if (list === void 0) {\n list = [];\n }\n\n var scrollParent = getScrollParent(element);\n var isBody = scrollParent === ((_element$ownerDocumen = element.ownerDocument) == null ? void 0 : _element$ownerDocumen.body);\n var win = getWindow(scrollParent);\n var target = isBody ? [win].concat(win.visualViewport || [], isScrollParent(scrollParent) ? scrollParent : []) : scrollParent;\n var updatedList = list.concat(target);\n return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here\n updatedList.concat(listScrollParents(getParentNode(target)));\n}","export default function rectToClientRect(rect) {\n return Object.assign({}, rect, {\n left: rect.x,\n top: rect.y,\n right: rect.x + rect.width,\n bottom: rect.y + rect.height\n });\n}","import { viewport } from \"../enums.js\";\nimport getViewportRect from \"./getViewportRect.js\";\nimport getDocumentRect from \"./getDocumentRect.js\";\nimport listScrollParents from \"./listScrollParents.js\";\nimport getOffsetParent from \"./getOffsetParent.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport getComputedStyle from \"./getComputedStyle.js\";\nimport { isElement, isHTMLElement } from \"./instanceOf.js\";\nimport getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getParentNode from \"./getParentNode.js\";\nimport contains from \"./contains.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport rectToClientRect from \"../utils/rectToClientRect.js\";\nimport { max, min } from \"../utils/math.js\";\n\nfunction getInnerBoundingClientRect(element, strategy) {\n var rect = getBoundingClientRect(element, false, strategy === 'fixed');\n rect.top = rect.top + element.clientTop;\n rect.left = rect.left + element.clientLeft;\n rect.bottom = rect.top + element.clientHeight;\n rect.right = rect.left + element.clientWidth;\n rect.width = element.clientWidth;\n rect.height = element.clientHeight;\n rect.x = rect.left;\n rect.y = rect.top;\n return rect;\n}\n\nfunction getClientRectFromMixedType(element, clippingParent, strategy) {\n return clippingParent === viewport ? rectToClientRect(getViewportRect(element, strategy)) : isElement(clippingParent) ? getInnerBoundingClientRect(clippingParent, strategy) : rectToClientRect(getDocumentRect(getDocumentElement(element)));\n} // A \"clipping parent\" is an overflowable container with the characteristic of\n// clipping (or hiding) overflowing elements with a position different from\n// `initial`\n\n\nfunction getClippingParents(element) {\n var clippingParents = listScrollParents(getParentNode(element));\n var canEscapeClipping = ['absolute', 'fixed'].indexOf(getComputedStyle(element).position) >= 0;\n var clipperElement = canEscapeClipping && isHTMLElement(element) ? getOffsetParent(element) : element;\n\n if (!isElement(clipperElement)) {\n return [];\n } // $FlowFixMe[incompatible-return]: https://github.com/facebook/flow/issues/1414\n\n\n return clippingParents.filter(function (clippingParent) {\n return isElement(clippingParent) && contains(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body';\n });\n} // Gets the maximum area that the element is visible in due to any number of\n// clipping parents\n\n\nexport default function getClippingRect(element, boundary, rootBoundary, strategy) {\n var mainClippingParents = boundary === 'clippingParents' ? getClippingParents(element) : [].concat(boundary);\n var clippingParents = [].concat(mainClippingParents, [rootBoundary]);\n var firstClippingParent = clippingParents[0];\n var clippingRect = clippingParents.reduce(function (accRect, clippingParent) {\n var rect = getClientRectFromMixedType(element, clippingParent, strategy);\n accRect.top = max(rect.top, accRect.top);\n accRect.right = min(rect.right, accRect.right);\n accRect.bottom = min(rect.bottom, accRect.bottom);\n accRect.left = max(rect.left, accRect.left);\n return accRect;\n }, getClientRectFromMixedType(element, firstClippingParent, strategy));\n clippingRect.width = clippingRect.right - clippingRect.left;\n clippingRect.height = clippingRect.bottom - clippingRect.top;\n clippingRect.x = clippingRect.left;\n clippingRect.y = clippingRect.top;\n return clippingRect;\n}","import getBasePlacement from \"./getBasePlacement.js\";\nimport getVariation from \"./getVariation.js\";\nimport getMainAxisFromPlacement from \"./getMainAxisFromPlacement.js\";\nimport { top, right, bottom, left, start, end } from \"../enums.js\";\nexport default function computeOffsets(_ref) {\n var reference = _ref.reference,\n element = _ref.element,\n placement = _ref.placement;\n var basePlacement = placement ? getBasePlacement(placement) : null;\n var variation = placement ? getVariation(placement) : null;\n var commonX = reference.x + reference.width / 2 - element.width / 2;\n var commonY = reference.y + reference.height / 2 - element.height / 2;\n var offsets;\n\n switch (basePlacement) {\n case top:\n offsets = {\n x: commonX,\n y: reference.y - element.height\n };\n break;\n\n case bottom:\n offsets = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n\n case right:\n offsets = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n\n case left:\n offsets = {\n x: reference.x - element.width,\n y: commonY\n };\n break;\n\n default:\n offsets = {\n x: reference.x,\n y: reference.y\n };\n }\n\n var mainAxis = basePlacement ? getMainAxisFromPlacement(basePlacement) : null;\n\n if (mainAxis != null) {\n var len = mainAxis === 'y' ? 'height' : 'width';\n\n switch (variation) {\n case start:\n offsets[mainAxis] = offsets[mainAxis] - (reference[len] / 2 - element[len] / 2);\n break;\n\n case end:\n offsets[mainAxis] = offsets[mainAxis] + (reference[len] / 2 - element[len] / 2);\n break;\n\n default:\n }\n }\n\n return offsets;\n}","import getClippingRect from \"../dom-utils/getClippingRect.js\";\nimport getDocumentElement from \"../dom-utils/getDocumentElement.js\";\nimport getBoundingClientRect from \"../dom-utils/getBoundingClientRect.js\";\nimport computeOffsets from \"./computeOffsets.js\";\nimport rectToClientRect from \"./rectToClientRect.js\";\nimport { clippingParents, reference, popper, bottom, top, right, basePlacements, viewport } from \"../enums.js\";\nimport { isElement } from \"../dom-utils/instanceOf.js\";\nimport mergePaddingObject from \"./mergePaddingObject.js\";\nimport expandToHashMap from \"./expandToHashMap.js\"; // eslint-disable-next-line import/no-unused-modules\n\nexport default function detectOverflow(state, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n _options$placement = _options.placement,\n placement = _options$placement === void 0 ? state.placement : _options$placement,\n _options$strategy = _options.strategy,\n strategy = _options$strategy === void 0 ? state.strategy : _options$strategy,\n _options$boundary = _options.boundary,\n boundary = _options$boundary === void 0 ? clippingParents : _options$boundary,\n _options$rootBoundary = _options.rootBoundary,\n rootBoundary = _options$rootBoundary === void 0 ? viewport : _options$rootBoundary,\n _options$elementConte = _options.elementContext,\n elementContext = _options$elementConte === void 0 ? popper : _options$elementConte,\n _options$altBoundary = _options.altBoundary,\n altBoundary = _options$altBoundary === void 0 ? false : _options$altBoundary,\n _options$padding = _options.padding,\n padding = _options$padding === void 0 ? 0 : _options$padding;\n var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));\n var altContext = elementContext === popper ? reference : popper;\n var popperRect = state.rects.popper;\n var element = state.elements[altBoundary ? altContext : elementContext];\n var clippingClientRect = getClippingRect(isElement(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary, strategy);\n var referenceClientRect = getBoundingClientRect(state.elements.reference);\n var popperOffsets = computeOffsets({\n reference: referenceClientRect,\n element: popperRect,\n strategy: 'absolute',\n placement: placement\n });\n var popperClientRect = rectToClientRect(Object.assign({}, popperRect, popperOffsets));\n var elementClientRect = elementContext === popper ? popperClientRect : referenceClientRect; // positive = overflowing the clipping rect\n // 0 or negative = within the clipping rect\n\n var overflowOffsets = {\n top: clippingClientRect.top - elementClientRect.top + paddingObject.top,\n bottom: elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - elementClientRect.left + paddingObject.left,\n right: elementClientRect.right - clippingClientRect.right + paddingObject.right\n };\n var offsetData = state.modifiersData.offset; // Offsets can be applied only to the popper element\n\n if (elementContext === popper && offsetData) {\n var offset = offsetData[placement];\n Object.keys(overflowOffsets).forEach(function (key) {\n var multiply = [right, bottom].indexOf(key) >= 0 ? 1 : -1;\n var axis = [top, bottom].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key] += offset[axis] * multiply;\n });\n }\n\n return overflowOffsets;\n}","import getVariation from \"./getVariation.js\";\nimport { variationPlacements, basePlacements, placements as allPlacements } from \"../enums.js\";\nimport detectOverflow from \"./detectOverflow.js\";\nimport getBasePlacement from \"./getBasePlacement.js\";\nexport default function computeAutoPlacement(state, options) {\n if (options === void 0) {\n options = {};\n }\n\n var _options = options,\n placement = _options.placement,\n boundary = _options.boundary,\n rootBoundary = _options.rootBoundary,\n padding = _options.padding,\n flipVariations = _options.flipVariations,\n _options$allowedAutoP = _options.allowedAutoPlacements,\n allowedAutoPlacements = _options$allowedAutoP === void 0 ? allPlacements : _options$allowedAutoP;\n var variation = getVariation(placement);\n var placements = variation ? flipVariations ? variationPlacements : variationPlacements.filter(function (placement) {\n return getVariation(placement) === variation;\n }) : basePlacements;\n var allowedPlacements = placements.filter(function (placement) {\n return allowedAutoPlacements.indexOf(placement) >= 0;\n });\n\n if (allowedPlacements.length === 0) {\n allowedPlacements = placements;\n } // $FlowFixMe[incompatible-type]: Flow seems to have problems with two array unions...\n\n\n var overflows = allowedPlacements.reduce(function (acc, placement) {\n acc[placement] = detectOverflow(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding\n })[getBasePlacement(placement)];\n return acc;\n }, {});\n return Object.keys(overflows).sort(function (a, b) {\n return overflows[a] - overflows[b];\n });\n}","import getOppositePlacement from \"../utils/getOppositePlacement.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getOppositeVariationPlacement from \"../utils/getOppositeVariationPlacement.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\nimport computeAutoPlacement from \"../utils/computeAutoPlacement.js\";\nimport { bottom, top, start, right, left, auto } from \"../enums.js\";\nimport getVariation from \"../utils/getVariation.js\"; // eslint-disable-next-line import/no-unused-modules\n\nfunction getExpandedFallbackPlacements(placement) {\n if (getBasePlacement(placement) === auto) {\n return [];\n }\n\n var oppositePlacement = getOppositePlacement(placement);\n return [getOppositeVariationPlacement(placement), oppositePlacement, getOppositeVariationPlacement(oppositePlacement)];\n}\n\nfunction flip(_ref) {\n var state = _ref.state,\n options = _ref.options,\n name = _ref.name;\n\n if (state.modifiersData[name]._skip) {\n return;\n }\n\n var _options$mainAxis = options.mainAxis,\n checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis,\n _options$altAxis = options.altAxis,\n checkAltAxis = _options$altAxis === void 0 ? true : _options$altAxis,\n specifiedFallbackPlacements = options.fallbackPlacements,\n padding = options.padding,\n boundary = options.boundary,\n rootBoundary = options.rootBoundary,\n altBoundary = options.altBoundary,\n _options$flipVariatio = options.flipVariations,\n flipVariations = _options$flipVariatio === void 0 ? true : _options$flipVariatio,\n allowedAutoPlacements = options.allowedAutoPlacements;\n var preferredPlacement = state.options.placement;\n var basePlacement = getBasePlacement(preferredPlacement);\n var isBasePlacement = basePlacement === preferredPlacement;\n var fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipVariations ? [getOppositePlacement(preferredPlacement)] : getExpandedFallbackPlacements(preferredPlacement));\n var placements = [preferredPlacement].concat(fallbackPlacements).reduce(function (acc, placement) {\n return acc.concat(getBasePlacement(placement) === auto ? computeAutoPlacement(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding,\n flipVariations: flipVariations,\n allowedAutoPlacements: allowedAutoPlacements\n }) : placement);\n }, []);\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var checksMap = new Map();\n var makeFallbackChecks = true;\n var firstFittingPlacement = placements[0];\n\n for (var i = 0; i < placements.length; i++) {\n var placement = placements[i];\n\n var _basePlacement = getBasePlacement(placement);\n\n var isStartVariation = getVariation(placement) === start;\n var isVertical = [top, bottom].indexOf(_basePlacement) >= 0;\n var len = isVertical ? 'width' : 'height';\n var overflow = detectOverflow(state, {\n placement: placement,\n boundary: boundary,\n rootBoundary: rootBoundary,\n altBoundary: altBoundary,\n padding: padding\n });\n var mainVariationSide = isVertical ? isStartVariation ? right : left : isStartVariation ? bottom : top;\n\n if (referenceRect[len] > popperRect[len]) {\n mainVariationSide = getOppositePlacement(mainVariationSide);\n }\n\n var altVariationSide = getOppositePlacement(mainVariationSide);\n var checks = [];\n\n if (checkMainAxis) {\n checks.push(overflow[_basePlacement] <= 0);\n }\n\n if (checkAltAxis) {\n checks.push(overflow[mainVariationSide] <= 0, overflow[altVariationSide] <= 0);\n }\n\n if (checks.every(function (check) {\n return check;\n })) {\n firstFittingPlacement = placement;\n makeFallbackChecks = false;\n break;\n }\n\n checksMap.set(placement, checks);\n }\n\n if (makeFallbackChecks) {\n // `2` may be desired in some cases – research later\n var numberOfChecks = flipVariations ? 3 : 1;\n\n var _loop = function _loop(_i) {\n var fittingPlacement = placements.find(function (placement) {\n var checks = checksMap.get(placement);\n\n if (checks) {\n return checks.slice(0, _i).every(function (check) {\n return check;\n });\n }\n });\n\n if (fittingPlacement) {\n firstFittingPlacement = fittingPlacement;\n return \"break\";\n }\n };\n\n for (var _i = numberOfChecks; _i > 0; _i--) {\n var _ret = _loop(_i);\n\n if (_ret === \"break\") break;\n }\n }\n\n if (state.placement !== firstFittingPlacement) {\n state.modifiersData[name]._skip = true;\n state.placement = firstFittingPlacement;\n state.reset = true;\n }\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'flip',\n enabled: true,\n phase: 'main',\n fn: flip,\n requiresIfExists: ['offset'],\n data: {\n _skip: false\n }\n};","import { top, bottom, left, right } from \"../enums.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\n\nfunction getSideOffsets(overflow, rect, preventedOffsets) {\n if (preventedOffsets === void 0) {\n preventedOffsets = {\n x: 0,\n y: 0\n };\n }\n\n return {\n top: overflow.top - rect.height - preventedOffsets.y,\n right: overflow.right - rect.width + preventedOffsets.x,\n bottom: overflow.bottom - rect.height + preventedOffsets.y,\n left: overflow.left - rect.width - preventedOffsets.x\n };\n}\n\nfunction isAnySideFullyClipped(overflow) {\n return [top, right, bottom, left].some(function (side) {\n return overflow[side] >= 0;\n });\n}\n\nfunction hide(_ref) {\n var state = _ref.state,\n name = _ref.name;\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var preventedOffsets = state.modifiersData.preventOverflow;\n var referenceOverflow = detectOverflow(state, {\n elementContext: 'reference'\n });\n var popperAltOverflow = detectOverflow(state, {\n altBoundary: true\n });\n var referenceClippingOffsets = getSideOffsets(referenceOverflow, referenceRect);\n var popperEscapeOffsets = getSideOffsets(popperAltOverflow, popperRect, preventedOffsets);\n var isReferenceHidden = isAnySideFullyClipped(referenceClippingOffsets);\n var hasPopperEscaped = isAnySideFullyClipped(popperEscapeOffsets);\n state.modifiersData[name] = {\n referenceClippingOffsets: referenceClippingOffsets,\n popperEscapeOffsets: popperEscapeOffsets,\n isReferenceHidden: isReferenceHidden,\n hasPopperEscaped: hasPopperEscaped\n };\n state.attributes.popper = Object.assign({}, state.attributes.popper, {\n 'data-popper-reference-hidden': isReferenceHidden,\n 'data-popper-escaped': hasPopperEscaped\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'hide',\n enabled: true,\n phase: 'main',\n requiresIfExists: ['preventOverflow'],\n fn: hide\n};","import getBasePlacement from \"../utils/getBasePlacement.js\";\nimport { top, left, right, placements } from \"../enums.js\"; // eslint-disable-next-line import/no-unused-modules\n\nexport function distanceAndSkiddingToXY(placement, rects, offset) {\n var basePlacement = getBasePlacement(placement);\n var invertDistance = [left, top].indexOf(basePlacement) >= 0 ? -1 : 1;\n\n var _ref = typeof offset === 'function' ? offset(Object.assign({}, rects, {\n placement: placement\n })) : offset,\n skidding = _ref[0],\n distance = _ref[1];\n\n skidding = skidding || 0;\n distance = (distance || 0) * invertDistance;\n return [left, right].indexOf(basePlacement) >= 0 ? {\n x: distance,\n y: skidding\n } : {\n x: skidding,\n y: distance\n };\n}\n\nfunction offset(_ref2) {\n var state = _ref2.state,\n options = _ref2.options,\n name = _ref2.name;\n var _options$offset = options.offset,\n offset = _options$offset === void 0 ? [0, 0] : _options$offset;\n var data = placements.reduce(function (acc, placement) {\n acc[placement] = distanceAndSkiddingToXY(placement, state.rects, offset);\n return acc;\n }, {});\n var _data$state$placement = data[state.placement],\n x = _data$state$placement.x,\n y = _data$state$placement.y;\n\n if (state.modifiersData.popperOffsets != null) {\n state.modifiersData.popperOffsets.x += x;\n state.modifiersData.popperOffsets.y += y;\n }\n\n state.modifiersData[name] = data;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'offset',\n enabled: true,\n phase: 'main',\n requires: ['popperOffsets'],\n fn: offset\n};","import computeOffsets from \"../utils/computeOffsets.js\";\n\nfunction popperOffsets(_ref) {\n var state = _ref.state,\n name = _ref.name;\n // Offsets are the actual position the popper needs to have to be\n // properly positioned near its reference element\n // This is the most basic placement, and will be adjusted by\n // the modifiers in the next step\n state.modifiersData[name] = computeOffsets({\n reference: state.rects.reference,\n element: state.rects.popper,\n strategy: 'absolute',\n placement: state.placement\n });\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'popperOffsets',\n enabled: true,\n phase: 'read',\n fn: popperOffsets,\n data: {}\n};","export default function getAltAxis(axis) {\n return axis === 'x' ? 'y' : 'x';\n}","import { top, left, right, bottom, start } from \"../enums.js\";\nimport getBasePlacement from \"../utils/getBasePlacement.js\";\nimport getMainAxisFromPlacement from \"../utils/getMainAxisFromPlacement.js\";\nimport getAltAxis from \"../utils/getAltAxis.js\";\nimport { within, withinMaxClamp } from \"../utils/within.js\";\nimport getLayoutRect from \"../dom-utils/getLayoutRect.js\";\nimport getOffsetParent from \"../dom-utils/getOffsetParent.js\";\nimport detectOverflow from \"../utils/detectOverflow.js\";\nimport getVariation from \"../utils/getVariation.js\";\nimport getFreshSideObject from \"../utils/getFreshSideObject.js\";\nimport { min as mathMin, max as mathMax } from \"../utils/math.js\";\n\nfunction preventOverflow(_ref) {\n var state = _ref.state,\n options = _ref.options,\n name = _ref.name;\n var _options$mainAxis = options.mainAxis,\n checkMainAxis = _options$mainAxis === void 0 ? true : _options$mainAxis,\n _options$altAxis = options.altAxis,\n checkAltAxis = _options$altAxis === void 0 ? false : _options$altAxis,\n boundary = options.boundary,\n rootBoundary = options.rootBoundary,\n altBoundary = options.altBoundary,\n padding = options.padding,\n _options$tether = options.tether,\n tether = _options$tether === void 0 ? true : _options$tether,\n _options$tetherOffset = options.tetherOffset,\n tetherOffset = _options$tetherOffset === void 0 ? 0 : _options$tetherOffset;\n var overflow = detectOverflow(state, {\n boundary: boundary,\n rootBoundary: rootBoundary,\n padding: padding,\n altBoundary: altBoundary\n });\n var basePlacement = getBasePlacement(state.placement);\n var variation = getVariation(state.placement);\n var isBasePlacement = !variation;\n var mainAxis = getMainAxisFromPlacement(basePlacement);\n var altAxis = getAltAxis(mainAxis);\n var popperOffsets = state.modifiersData.popperOffsets;\n var referenceRect = state.rects.reference;\n var popperRect = state.rects.popper;\n var tetherOffsetValue = typeof tetherOffset === 'function' ? tetherOffset(Object.assign({}, state.rects, {\n placement: state.placement\n })) : tetherOffset;\n var normalizedTetherOffsetValue = typeof tetherOffsetValue === 'number' ? {\n mainAxis: tetherOffsetValue,\n altAxis: tetherOffsetValue\n } : Object.assign({\n mainAxis: 0,\n altAxis: 0\n }, tetherOffsetValue);\n var offsetModifierState = state.modifiersData.offset ? state.modifiersData.offset[state.placement] : null;\n var data = {\n x: 0,\n y: 0\n };\n\n if (!popperOffsets) {\n return;\n }\n\n if (checkMainAxis) {\n var _offsetModifierState$;\n\n var mainSide = mainAxis === 'y' ? top : left;\n var altSide = mainAxis === 'y' ? bottom : right;\n var len = mainAxis === 'y' ? 'height' : 'width';\n var offset = popperOffsets[mainAxis];\n var min = offset + overflow[mainSide];\n var max = offset - overflow[altSide];\n var additive = tether ? -popperRect[len] / 2 : 0;\n var minLen = variation === start ? referenceRect[len] : popperRect[len];\n var maxLen = variation === start ? -popperRect[len] : -referenceRect[len]; // We need to include the arrow in the calculation so the arrow doesn't go\n // outside the reference bounds\n\n var arrowElement = state.elements.arrow;\n var arrowRect = tether && arrowElement ? getLayoutRect(arrowElement) : {\n width: 0,\n height: 0\n };\n var arrowPaddingObject = state.modifiersData['arrow#persistent'] ? state.modifiersData['arrow#persistent'].padding : getFreshSideObject();\n var arrowPaddingMin = arrowPaddingObject[mainSide];\n var arrowPaddingMax = arrowPaddingObject[altSide]; // If the reference length is smaller than the arrow length, we don't want\n // to include its full size in the calculation. If the reference is small\n // and near the edge of a boundary, the popper can overflow even if the\n // reference is not overflowing as well (e.g. virtual elements with no\n // width or height)\n\n var arrowLen = within(0, referenceRect[len], arrowRect[len]);\n var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis : minLen - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis;\n var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis : maxLen + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis;\n var arrowOffsetParent = state.elements.arrow && getOffsetParent(state.elements.arrow);\n var clientOffset = arrowOffsetParent ? mainAxis === 'y' ? arrowOffsetParent.clientTop || 0 : arrowOffsetParent.clientLeft || 0 : 0;\n var offsetModifierValue = (_offsetModifierState$ = offsetModifierState == null ? void 0 : offsetModifierState[mainAxis]) != null ? _offsetModifierState$ : 0;\n var tetherMin = offset + minOffset - offsetModifierValue - clientOffset;\n var tetherMax = offset + maxOffset - offsetModifierValue;\n var preventedOffset = within(tether ? mathMin(min, tetherMin) : min, offset, tether ? mathMax(max, tetherMax) : max);\n popperOffsets[mainAxis] = preventedOffset;\n data[mainAxis] = preventedOffset - offset;\n }\n\n if (checkAltAxis) {\n var _offsetModifierState$2;\n\n var _mainSide = mainAxis === 'x' ? top : left;\n\n var _altSide = mainAxis === 'x' ? bottom : right;\n\n var _offset = popperOffsets[altAxis];\n\n var _len = altAxis === 'y' ? 'height' : 'width';\n\n var _min = _offset + overflow[_mainSide];\n\n var _max = _offset - overflow[_altSide];\n\n var isOriginSide = [top, left].indexOf(basePlacement) !== -1;\n\n var _offsetModifierValue = (_offsetModifierState$2 = offsetModifierState == null ? void 0 : offsetModifierState[altAxis]) != null ? _offsetModifierState$2 : 0;\n\n var _tetherMin = isOriginSide ? _min : _offset - referenceRect[_len] - popperRect[_len] - _offsetModifierValue + normalizedTetherOffsetValue.altAxis;\n\n var _tetherMax = isOriginSide ? _offset + referenceRect[_len] + popperRect[_len] - _offsetModifierValue - normalizedTetherOffsetValue.altAxis : _max;\n\n var _preventedOffset = tether && isOriginSide ? withinMaxClamp(_tetherMin, _offset, _tetherMax) : within(tether ? _tetherMin : _min, _offset, tether ? _tetherMax : _max);\n\n popperOffsets[altAxis] = _preventedOffset;\n data[altAxis] = _preventedOffset - _offset;\n }\n\n state.modifiersData[name] = data;\n} // eslint-disable-next-line import/no-unused-modules\n\n\nexport default {\n name: 'preventOverflow',\n enabled: true,\n phase: 'main',\n fn: preventOverflow,\n requiresIfExists: ['offset']\n};","export default function getHTMLElementScroll(element) {\n return {\n scrollLeft: element.scrollLeft,\n scrollTop: element.scrollTop\n };\n}","import getWindowScroll from \"./getWindowScroll.js\";\nimport getWindow from \"./getWindow.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nimport getHTMLElementScroll from \"./getHTMLElementScroll.js\";\nexport default function getNodeScroll(node) {\n if (node === getWindow(node) || !isHTMLElement(node)) {\n return getWindowScroll(node);\n } else {\n return getHTMLElementScroll(node);\n }\n}","import getBoundingClientRect from \"./getBoundingClientRect.js\";\nimport getNodeScroll from \"./getNodeScroll.js\";\nimport getNodeName from \"./getNodeName.js\";\nimport { isHTMLElement } from \"./instanceOf.js\";\nimport getWindowScrollBarX from \"./getWindowScrollBarX.js\";\nimport getDocumentElement from \"./getDocumentElement.js\";\nimport isScrollParent from \"./isScrollParent.js\";\nimport { round } from \"../utils/math.js\";\n\nfunction isElementScaled(element) {\n var rect = element.getBoundingClientRect();\n var scaleX = round(rect.width) / element.offsetWidth || 1;\n var scaleY = round(rect.height) / element.offsetHeight || 1;\n return scaleX !== 1 || scaleY !== 1;\n} // Returns the composite rect of an element relative to its offsetParent.\n// Composite means it takes into account transforms as well as layout.\n\n\nexport default function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {\n if (isFixed === void 0) {\n isFixed = false;\n }\n\n var isOffsetParentAnElement = isHTMLElement(offsetParent);\n var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent);\n var documentElement = getDocumentElement(offsetParent);\n var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled, isFixed);\n var scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n var offsets = {\n x: 0,\n y: 0\n };\n\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || // https://github.com/popperjs/popper-core/issues/1078\n isScrollParent(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n\n if (isHTMLElement(offsetParent)) {\n offsets = getBoundingClientRect(offsetParent, true);\n offsets.x += offsetParent.clientLeft;\n offsets.y += offsetParent.clientTop;\n } else if (documentElement) {\n offsets.x = getWindowScrollBarX(documentElement);\n }\n }\n\n return {\n x: rect.left + scroll.scrollLeft - offsets.x,\n y: rect.top + scroll.scrollTop - offsets.y,\n width: rect.width,\n height: rect.height\n };\n}","import { modifierPhases } from \"../enums.js\"; // source: https://stackoverflow.com/questions/49875255\n\nfunction order(modifiers) {\n var map = new Map();\n var visited = new Set();\n var result = [];\n modifiers.forEach(function (modifier) {\n map.set(modifier.name, modifier);\n }); // On visiting object, check for its dependencies and visit them recursively\n\n function sort(modifier) {\n visited.add(modifier.name);\n var requires = [].concat(modifier.requires || [], modifier.requiresIfExists || []);\n requires.forEach(function (dep) {\n if (!visited.has(dep)) {\n var depModifier = map.get(dep);\n\n if (depModifier) {\n sort(depModifier);\n }\n }\n });\n result.push(modifier);\n }\n\n modifiers.forEach(function (modifier) {\n if (!visited.has(modifier.name)) {\n // check for visited object\n sort(modifier);\n }\n });\n return result;\n}\n\nexport default function orderModifiers(modifiers) {\n // order based on dependencies\n var orderedModifiers = order(modifiers); // order based on phase\n\n return modifierPhases.reduce(function (acc, phase) {\n return acc.concat(orderedModifiers.filter(function (modifier) {\n return modifier.phase === phase;\n }));\n }, []);\n}","export default function debounce(fn) {\n var pending;\n return function () {\n if (!pending) {\n pending = new Promise(function (resolve) {\n Promise.resolve().then(function () {\n pending = undefined;\n resolve(fn());\n });\n });\n }\n\n return pending;\n };\n}","export default function mergeByName(modifiers) {\n var merged = modifiers.reduce(function (merged, current) {\n var existing = merged[current.name];\n merged[current.name] = existing ? Object.assign({}, existing, current, {\n options: Object.assign({}, existing.options, current.options),\n data: Object.assign({}, existing.data, current.data)\n }) : current;\n return merged;\n }, {}); // IE11 does not support Object.values\n\n return Object.keys(merged).map(function (key) {\n return merged[key];\n });\n}","import getCompositeRect from \"./dom-utils/getCompositeRect.js\";\nimport getLayoutRect from \"./dom-utils/getLayoutRect.js\";\nimport listScrollParents from \"./dom-utils/listScrollParents.js\";\nimport getOffsetParent from \"./dom-utils/getOffsetParent.js\";\nimport orderModifiers from \"./utils/orderModifiers.js\";\nimport debounce from \"./utils/debounce.js\";\nimport mergeByName from \"./utils/mergeByName.js\";\nimport detectOverflow from \"./utils/detectOverflow.js\";\nimport { isElement } from \"./dom-utils/instanceOf.js\";\nvar DEFAULT_OPTIONS = {\n placement: 'bottom',\n modifiers: [],\n strategy: 'absolute'\n};\n\nfunction areValidElements() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return !args.some(function (element) {\n return !(element && typeof element.getBoundingClientRect === 'function');\n });\n}\n\nexport function popperGenerator(generatorOptions) {\n if (generatorOptions === void 0) {\n generatorOptions = {};\n }\n\n var _generatorOptions = generatorOptions,\n _generatorOptions$def = _generatorOptions.defaultModifiers,\n defaultModifiers = _generatorOptions$def === void 0 ? [] : _generatorOptions$def,\n _generatorOptions$def2 = _generatorOptions.defaultOptions,\n defaultOptions = _generatorOptions$def2 === void 0 ? DEFAULT_OPTIONS : _generatorOptions$def2;\n return function createPopper(reference, popper, options) {\n if (options === void 0) {\n options = defaultOptions;\n }\n\n var state = {\n placement: 'bottom',\n orderedModifiers: [],\n options: Object.assign({}, DEFAULT_OPTIONS, defaultOptions),\n modifiersData: {},\n elements: {\n reference: reference,\n popper: popper\n },\n attributes: {},\n styles: {}\n };\n var effectCleanupFns = [];\n var isDestroyed = false;\n var instance = {\n state: state,\n setOptions: function setOptions(setOptionsAction) {\n var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction;\n cleanupModifierEffects();\n state.options = Object.assign({}, defaultOptions, state.options, options);\n state.scrollParents = {\n reference: isElement(reference) ? listScrollParents(reference) : reference.contextElement ? listScrollParents(reference.contextElement) : [],\n popper: listScrollParents(popper)\n }; // Orders the modifiers based on their dependencies and `phase`\n // properties\n\n var orderedModifiers = orderModifiers(mergeByName([].concat(defaultModifiers, state.options.modifiers))); // Strip out disabled modifiers\n\n state.orderedModifiers = orderedModifiers.filter(function (m) {\n return m.enabled;\n });\n runModifierEffects();\n return instance.update();\n },\n // Sync update – it will always be executed, even if not necessary. This\n // is useful for low frequency updates where sync behavior simplifies the\n // logic.\n // For high frequency updates (e.g. `resize` and `scroll` events), always\n // prefer the async Popper#update method\n forceUpdate: function forceUpdate() {\n if (isDestroyed) {\n return;\n }\n\n var _state$elements = state.elements,\n reference = _state$elements.reference,\n popper = _state$elements.popper; // Don't proceed if `reference` or `popper` are not valid elements\n // anymore\n\n if (!areValidElements(reference, popper)) {\n return;\n } // Store the reference and popper rects to be read by modifiers\n\n\n state.rects = {\n reference: getCompositeRect(reference, getOffsetParent(popper), state.options.strategy === 'fixed'),\n popper: getLayoutRect(popper)\n }; // Modifiers have the ability to reset the current update cycle. The\n // most common use case for this is the `flip` modifier changing the\n // placement, which then needs to re-run all the modifiers, because the\n // logic was previously ran for the previous placement and is therefore\n // stale/incorrect\n\n state.reset = false;\n state.placement = state.options.placement; // On each update cycle, the `modifiersData` property for each modifier\n // is filled with the initial data specified by the modifier. This means\n // it doesn't persist and is fresh on each update.\n // To ensure persistent data, use `${name}#persistent`\n\n state.orderedModifiers.forEach(function (modifier) {\n return state.modifiersData[modifier.name] = Object.assign({}, modifier.data);\n });\n\n for (var index = 0; index < state.orderedModifiers.length; index++) {\n if (state.reset === true) {\n state.reset = false;\n index = -1;\n continue;\n }\n\n var _state$orderedModifie = state.orderedModifiers[index],\n fn = _state$orderedModifie.fn,\n _state$orderedModifie2 = _state$orderedModifie.options,\n _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2,\n name = _state$orderedModifie.name;\n\n if (typeof fn === 'function') {\n state = fn({\n state: state,\n options: _options,\n name: name,\n instance: instance\n }) || state;\n }\n }\n },\n // Async and optimistically optimized update – it will not be executed if\n // not necessary (debounced to run at most once-per-tick)\n update: debounce(function () {\n return new Promise(function (resolve) {\n instance.forceUpdate();\n resolve(state);\n });\n }),\n destroy: function destroy() {\n cleanupModifierEffects();\n isDestroyed = true;\n }\n };\n\n if (!areValidElements(reference, popper)) {\n return instance;\n }\n\n instance.setOptions(options).then(function (state) {\n if (!isDestroyed && options.onFirstUpdate) {\n options.onFirstUpdate(state);\n }\n }); // Modifiers have the ability to execute arbitrary code before the first\n // update cycle runs. They will be executed in the same order as the update\n // cycle. This is useful when a modifier adds some persistent data that\n // other modifiers need to use, but the modifier is run after the dependent\n // one.\n\n function runModifierEffects() {\n state.orderedModifiers.forEach(function (_ref) {\n var name = _ref.name,\n _ref$options = _ref.options,\n options = _ref$options === void 0 ? {} : _ref$options,\n effect = _ref.effect;\n\n if (typeof effect === 'function') {\n var cleanupFn = effect({\n state: state,\n name: name,\n instance: instance,\n options: options\n });\n\n var noopFn = function noopFn() {};\n\n effectCleanupFns.push(cleanupFn || noopFn);\n }\n });\n }\n\n function cleanupModifierEffects() {\n effectCleanupFns.forEach(function (fn) {\n return fn();\n });\n effectCleanupFns = [];\n }\n\n return instance;\n };\n}\nexport var createPopper = /*#__PURE__*/popperGenerator(); // eslint-disable-next-line import/no-unused-modules\n\nexport { detectOverflow };","import { popperGenerator, detectOverflow } from \"./createPopper.js\";\nimport eventListeners from \"./modifiers/eventListeners.js\";\nimport popperOffsets from \"./modifiers/popperOffsets.js\";\nimport computeStyles from \"./modifiers/computeStyles.js\";\nimport applyStyles from \"./modifiers/applyStyles.js\";\nvar defaultModifiers = [eventListeners, popperOffsets, computeStyles, applyStyles];\nvar createPopper = /*#__PURE__*/popperGenerator({\n defaultModifiers: defaultModifiers\n}); // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper, popperGenerator, defaultModifiers, detectOverflow };","import { popperGenerator, detectOverflow } from \"./createPopper.js\";\nimport eventListeners from \"./modifiers/eventListeners.js\";\nimport popperOffsets from \"./modifiers/popperOffsets.js\";\nimport computeStyles from \"./modifiers/computeStyles.js\";\nimport applyStyles from \"./modifiers/applyStyles.js\";\nimport offset from \"./modifiers/offset.js\";\nimport flip from \"./modifiers/flip.js\";\nimport preventOverflow from \"./modifiers/preventOverflow.js\";\nimport arrow from \"./modifiers/arrow.js\";\nimport hide from \"./modifiers/hide.js\";\nvar defaultModifiers = [eventListeners, popperOffsets, computeStyles, applyStyles, offset, flip, preventOverflow, arrow, hide];\nvar createPopper = /*#__PURE__*/popperGenerator({\n defaultModifiers: defaultModifiers\n}); // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper, popperGenerator, defaultModifiers, detectOverflow }; // eslint-disable-next-line import/no-unused-modules\n\nexport { createPopper as createPopperLite } from \"./popper-lite.js\"; // eslint-disable-next-line import/no-unused-modules\n\nexport * from \"./modifiers/index.js\";","/**\n * --------------------------------------------------------------------------\n * Bootstrap dropdown.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport * as Popper from '@popperjs/core'\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport Manipulator from './dom/manipulator.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport {\n defineJQueryPlugin,\n execute,\n getElement,\n getNextActiveElement,\n isDisabled,\n isElement,\n isRTL,\n isVisible,\n noop\n} from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'dropdown'\nconst DATA_KEY = 'bs.dropdown'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst ESCAPE_KEY = 'Escape'\nconst TAB_KEY = 'Tab'\nconst ARROW_UP_KEY = 'ArrowUp'\nconst ARROW_DOWN_KEY = 'ArrowDown'\nconst RIGHT_MOUSE_BUTTON = 2 // MouseEvent.button value for the secondary button, usually the right button\n\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYDOWN_DATA_API = `keydown${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYUP_DATA_API = `keyup${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_DROPUP = 'dropup'\nconst CLASS_NAME_DROPEND = 'dropend'\nconst CLASS_NAME_DROPSTART = 'dropstart'\nconst CLASS_NAME_DROPUP_CENTER = 'dropup-center'\nconst CLASS_NAME_DROPDOWN_CENTER = 'dropdown-center'\n\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"dropdown\"]:not(.disabled):not(:disabled)'\nconst SELECTOR_DATA_TOGGLE_SHOWN = `${SELECTOR_DATA_TOGGLE}.${CLASS_NAME_SHOW}`\nconst SELECTOR_MENU = '.dropdown-menu'\nconst SELECTOR_NAVBAR = '.navbar'\nconst SELECTOR_NAVBAR_NAV = '.navbar-nav'\nconst SELECTOR_VISIBLE_ITEMS = '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)'\n\nconst PLACEMENT_TOP = isRTL() ? 'top-end' : 'top-start'\nconst PLACEMENT_TOPEND = isRTL() ? 'top-start' : 'top-end'\nconst PLACEMENT_BOTTOM = isRTL() ? 'bottom-end' : 'bottom-start'\nconst PLACEMENT_BOTTOMEND = isRTL() ? 'bottom-start' : 'bottom-end'\nconst PLACEMENT_RIGHT = isRTL() ? 'left-start' : 'right-start'\nconst PLACEMENT_LEFT = isRTL() ? 'right-start' : 'left-start'\nconst PLACEMENT_TOPCENTER = 'top'\nconst PLACEMENT_BOTTOMCENTER = 'bottom'\n\nconst Default = {\n autoClose: true,\n boundary: 'clippingParents',\n display: 'dynamic',\n offset: [0, 2],\n popperConfig: null,\n reference: 'toggle'\n}\n\nconst DefaultType = {\n autoClose: '(boolean|string)',\n boundary: '(string|element)',\n display: 'string',\n offset: '(array|string|function)',\n popperConfig: '(null|object|function)',\n reference: '(string|element|object)'\n}\n\n/**\n * Class definition\n */\n\nclass Dropdown extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n this._popper = null\n this._parent = this._element.parentNode // dropdown wrapper\n // TODO: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.3/forms/input-group/\n this._menu = SelectorEngine.next(this._element, SELECTOR_MENU)[0] ||\n SelectorEngine.prev(this._element, SELECTOR_MENU)[0] ||\n SelectorEngine.findOne(SELECTOR_MENU, this._parent)\n this._inNavbar = this._detectNavbar()\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n toggle() {\n return this._isShown() ? this.hide() : this.show()\n }\n\n show() {\n if (isDisabled(this._element) || this._isShown()) {\n return\n }\n\n const relatedTarget = {\n relatedTarget: this._element\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, relatedTarget)\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n this._createPopper()\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement && !this._parent.closest(SELECTOR_NAVBAR_NAV)) {\n for (const element of [].concat(...document.body.children)) {\n EventHandler.on(element, 'mouseover', noop)\n }\n }\n\n this._element.focus()\n this._element.setAttribute('aria-expanded', true)\n\n this._menu.classList.add(CLASS_NAME_SHOW)\n this._element.classList.add(CLASS_NAME_SHOW)\n EventHandler.trigger(this._element, EVENT_SHOWN, relatedTarget)\n }\n\n hide() {\n if (isDisabled(this._element) || !this._isShown()) {\n return\n }\n\n const relatedTarget = {\n relatedTarget: this._element\n }\n\n this._completeHide(relatedTarget)\n }\n\n dispose() {\n if (this._popper) {\n this._popper.destroy()\n }\n\n super.dispose()\n }\n\n update() {\n this._inNavbar = this._detectNavbar()\n if (this._popper) {\n this._popper.update()\n }\n }\n\n // Private\n _completeHide(relatedTarget) {\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE, relatedTarget)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n for (const element of [].concat(...document.body.children)) {\n EventHandler.off(element, 'mouseover', noop)\n }\n }\n\n if (this._popper) {\n this._popper.destroy()\n }\n\n this._menu.classList.remove(CLASS_NAME_SHOW)\n this._element.classList.remove(CLASS_NAME_SHOW)\n this._element.setAttribute('aria-expanded', 'false')\n Manipulator.removeDataAttribute(this._menu, 'popper')\n EventHandler.trigger(this._element, EVENT_HIDDEN, relatedTarget)\n }\n\n _getConfig(config) {\n config = super._getConfig(config)\n\n if (typeof config.reference === 'object' && !isElement(config.reference) &&\n typeof config.reference.getBoundingClientRect !== 'function'\n ) {\n // Popper virtual elements require a getBoundingClientRect method\n throw new TypeError(`${NAME.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`)\n }\n\n return config\n }\n\n _createPopper() {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s dropdowns require Popper (https://popper.js.org)')\n }\n\n let referenceElement = this._element\n\n if (this._config.reference === 'parent') {\n referenceElement = this._parent\n } else if (isElement(this._config.reference)) {\n referenceElement = getElement(this._config.reference)\n } else if (typeof this._config.reference === 'object') {\n referenceElement = this._config.reference\n }\n\n const popperConfig = this._getPopperConfig()\n this._popper = Popper.createPopper(referenceElement, this._menu, popperConfig)\n }\n\n _isShown() {\n return this._menu.classList.contains(CLASS_NAME_SHOW)\n }\n\n _getPlacement() {\n const parentDropdown = this._parent\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPEND)) {\n return PLACEMENT_RIGHT\n }\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPSTART)) {\n return PLACEMENT_LEFT\n }\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPUP_CENTER)) {\n return PLACEMENT_TOPCENTER\n }\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPDOWN_CENTER)) {\n return PLACEMENT_BOTTOMCENTER\n }\n\n // We need to trim the value because custom properties can also include spaces\n const isEnd = getComputedStyle(this._menu).getPropertyValue('--bs-position').trim() === 'end'\n\n if (parentDropdown.classList.contains(CLASS_NAME_DROPUP)) {\n return isEnd ? PLACEMENT_TOPEND : PLACEMENT_TOP\n }\n\n return isEnd ? PLACEMENT_BOTTOMEND : PLACEMENT_BOTTOM\n }\n\n _detectNavbar() {\n return this._element.closest(SELECTOR_NAVBAR) !== null\n }\n\n _getOffset() {\n const { offset } = this._config\n\n if (typeof offset === 'string') {\n return offset.split(',').map(value => Number.parseInt(value, 10))\n }\n\n if (typeof offset === 'function') {\n return popperData => offset(popperData, this._element)\n }\n\n return offset\n }\n\n _getPopperConfig() {\n const defaultBsPopperConfig = {\n placement: this._getPlacement(),\n modifiers: [{\n name: 'preventOverflow',\n options: {\n boundary: this._config.boundary\n }\n },\n {\n name: 'offset',\n options: {\n offset: this._getOffset()\n }\n }]\n }\n\n // Disable Popper if we have a static display or Dropdown is in Navbar\n if (this._inNavbar || this._config.display === 'static') {\n Manipulator.setDataAttribute(this._menu, 'popper', 'static') // TODO: v6 remove\n defaultBsPopperConfig.modifiers = [{\n name: 'applyStyles',\n enabled: false\n }]\n }\n\n return {\n ...defaultBsPopperConfig,\n ...execute(this._config.popperConfig, [defaultBsPopperConfig])\n }\n }\n\n _selectMenuItem({ key, target }) {\n const items = SelectorEngine.find(SELECTOR_VISIBLE_ITEMS, this._menu).filter(element => isVisible(element))\n\n if (!items.length) {\n return\n }\n\n // if target isn't included in items (e.g. when expanding the dropdown)\n // allow cycling to get the last item in case key equals ARROW_UP_KEY\n getNextActiveElement(items, target, key === ARROW_DOWN_KEY, !items.includes(target)).focus()\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Dropdown.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n })\n }\n\n static clearMenus(event) {\n if (event.button === RIGHT_MOUSE_BUTTON || (event.type === 'keyup' && event.key !== TAB_KEY)) {\n return\n }\n\n const openToggles = SelectorEngine.find(SELECTOR_DATA_TOGGLE_SHOWN)\n\n for (const toggle of openToggles) {\n const context = Dropdown.getInstance(toggle)\n if (!context || context._config.autoClose === false) {\n continue\n }\n\n const composedPath = event.composedPath()\n const isMenuTarget = composedPath.includes(context._menu)\n if (\n composedPath.includes(context._element) ||\n (context._config.autoClose === 'inside' && !isMenuTarget) ||\n (context._config.autoClose === 'outside' && isMenuTarget)\n ) {\n continue\n }\n\n // Tab navigation through the dropdown menu or events from contained inputs shouldn't close the menu\n if (context._menu.contains(event.target) && ((event.type === 'keyup' && event.key === TAB_KEY) || /input|select|option|textarea|form/i.test(event.target.tagName))) {\n continue\n }\n\n const relatedTarget = { relatedTarget: context._element }\n\n if (event.type === 'click') {\n relatedTarget.clickEvent = event\n }\n\n context._completeHide(relatedTarget)\n }\n }\n\n static dataApiKeydownHandler(event) {\n // If not an UP | DOWN | ESCAPE key => not a dropdown command\n // If input/textarea && if key is other than ESCAPE => not a dropdown command\n\n const isInput = /input|textarea/i.test(event.target.tagName)\n const isEscapeEvent = event.key === ESCAPE_KEY\n const isUpOrDownEvent = [ARROW_UP_KEY, ARROW_DOWN_KEY].includes(event.key)\n\n if (!isUpOrDownEvent && !isEscapeEvent) {\n return\n }\n\n if (isInput && !isEscapeEvent) {\n return\n }\n\n event.preventDefault()\n\n // TODO: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.3/forms/input-group/\n const getToggleButton = this.matches(SELECTOR_DATA_TOGGLE) ?\n this :\n (SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE)[0] ||\n SelectorEngine.next(this, SELECTOR_DATA_TOGGLE)[0] ||\n SelectorEngine.findOne(SELECTOR_DATA_TOGGLE, event.delegateTarget.parentNode))\n\n const instance = Dropdown.getOrCreateInstance(getToggleButton)\n\n if (isUpOrDownEvent) {\n event.stopPropagation()\n instance.show()\n instance._selectMenuItem(event)\n return\n }\n\n if (instance._isShown()) { // else is escape and we check if it is shown\n event.stopPropagation()\n instance.hide()\n getToggleButton.focus()\n }\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_DATA_TOGGLE, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown.dataApiKeydownHandler)\nEventHandler.on(document, EVENT_CLICK_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus)\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n event.preventDefault()\n Dropdown.getOrCreateInstance(this).toggle()\n})\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Dropdown)\n\nexport default Dropdown\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/backdrop.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler.js'\nimport Config from './config.js'\nimport { execute, executeAfterTransition, getElement, reflow } from './index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'backdrop'\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\nconst EVENT_MOUSEDOWN = `mousedown.bs.${NAME}`\n\nconst Default = {\n className: 'modal-backdrop',\n clickCallback: null,\n isAnimated: false,\n isVisible: true, // if false, we use the backdrop helper without adding any element to the dom\n rootElement: 'body' // give the choice to place backdrop under different elements\n}\n\nconst DefaultType = {\n className: 'string',\n clickCallback: '(function|null)',\n isAnimated: 'boolean',\n isVisible: 'boolean',\n rootElement: '(element|string)'\n}\n\n/**\n * Class definition\n */\n\nclass Backdrop extends Config {\n constructor(config) {\n super()\n this._config = this._getConfig(config)\n this._isAppended = false\n this._element = null\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n show(callback) {\n if (!this._config.isVisible) {\n execute(callback)\n return\n }\n\n this._append()\n\n const element = this._getElement()\n if (this._config.isAnimated) {\n reflow(element)\n }\n\n element.classList.add(CLASS_NAME_SHOW)\n\n this._emulateAnimation(() => {\n execute(callback)\n })\n }\n\n hide(callback) {\n if (!this._config.isVisible) {\n execute(callback)\n return\n }\n\n this._getElement().classList.remove(CLASS_NAME_SHOW)\n\n this._emulateAnimation(() => {\n this.dispose()\n execute(callback)\n })\n }\n\n dispose() {\n if (!this._isAppended) {\n return\n }\n\n EventHandler.off(this._element, EVENT_MOUSEDOWN)\n\n this._element.remove()\n this._isAppended = false\n }\n\n // Private\n _getElement() {\n if (!this._element) {\n const backdrop = document.createElement('div')\n backdrop.className = this._config.className\n if (this._config.isAnimated) {\n backdrop.classList.add(CLASS_NAME_FADE)\n }\n\n this._element = backdrop\n }\n\n return this._element\n }\n\n _configAfterMerge(config) {\n // use getElement() with the default \"body\" to get a fresh Element on each instantiation\n config.rootElement = getElement(config.rootElement)\n return config\n }\n\n _append() {\n if (this._isAppended) {\n return\n }\n\n const element = this._getElement()\n this._config.rootElement.append(element)\n\n EventHandler.on(element, EVENT_MOUSEDOWN, () => {\n execute(this._config.clickCallback)\n })\n\n this._isAppended = true\n }\n\n _emulateAnimation(callback) {\n executeAfterTransition(callback, this._getElement(), this._config.isAnimated)\n }\n}\n\nexport default Backdrop\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/focustrap.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport EventHandler from '../dom/event-handler.js'\nimport SelectorEngine from '../dom/selector-engine.js'\nimport Config from './config.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'focustrap'\nconst DATA_KEY = 'bs.focustrap'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst EVENT_FOCUSIN = `focusin${EVENT_KEY}`\nconst EVENT_KEYDOWN_TAB = `keydown.tab${EVENT_KEY}`\n\nconst TAB_KEY = 'Tab'\nconst TAB_NAV_FORWARD = 'forward'\nconst TAB_NAV_BACKWARD = 'backward'\n\nconst Default = {\n autofocus: true,\n trapElement: null // The element to trap focus inside of\n}\n\nconst DefaultType = {\n autofocus: 'boolean',\n trapElement: 'element'\n}\n\n/**\n * Class definition\n */\n\nclass FocusTrap extends Config {\n constructor(config) {\n super()\n this._config = this._getConfig(config)\n this._isActive = false\n this._lastTabNavDirection = null\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n activate() {\n if (this._isActive) {\n return\n }\n\n if (this._config.autofocus) {\n this._config.trapElement.focus()\n }\n\n EventHandler.off(document, EVENT_KEY) // guard against infinite focus loop\n EventHandler.on(document, EVENT_FOCUSIN, event => this._handleFocusin(event))\n EventHandler.on(document, EVENT_KEYDOWN_TAB, event => this._handleKeydown(event))\n\n this._isActive = true\n }\n\n deactivate() {\n if (!this._isActive) {\n return\n }\n\n this._isActive = false\n EventHandler.off(document, EVENT_KEY)\n }\n\n // Private\n _handleFocusin(event) {\n const { trapElement } = this._config\n\n if (event.target === document || event.target === trapElement || trapElement.contains(event.target)) {\n return\n }\n\n const elements = SelectorEngine.focusableChildren(trapElement)\n\n if (elements.length === 0) {\n trapElement.focus()\n } else if (this._lastTabNavDirection === TAB_NAV_BACKWARD) {\n elements[elements.length - 1].focus()\n } else {\n elements[0].focus()\n }\n }\n\n _handleKeydown(event) {\n if (event.key !== TAB_KEY) {\n return\n }\n\n this._lastTabNavDirection = event.shiftKey ? TAB_NAV_BACKWARD : TAB_NAV_FORWARD\n }\n}\n\nexport default FocusTrap\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/scrollBar.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Manipulator from '../dom/manipulator.js'\nimport SelectorEngine from '../dom/selector-engine.js'\nimport { isElement } from './index.js'\n\n/**\n * Constants\n */\n\nconst SELECTOR_FIXED_CONTENT = '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top'\nconst SELECTOR_STICKY_CONTENT = '.sticky-top'\nconst PROPERTY_PADDING = 'padding-right'\nconst PROPERTY_MARGIN = 'margin-right'\n\n/**\n * Class definition\n */\n\nclass ScrollBarHelper {\n constructor() {\n this._element = document.body\n }\n\n // Public\n getWidth() {\n // https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth#usage_notes\n const documentWidth = document.documentElement.clientWidth\n return Math.abs(window.innerWidth - documentWidth)\n }\n\n hide() {\n const width = this.getWidth()\n this._disableOverFlow()\n // give padding to element to balance the hidden scrollbar width\n this._setElementAttributes(this._element, PROPERTY_PADDING, calculatedValue => calculatedValue + width)\n // trick: We adjust positive paddingRight and negative marginRight to sticky-top elements to keep showing fullwidth\n this._setElementAttributes(SELECTOR_FIXED_CONTENT, PROPERTY_PADDING, calculatedValue => calculatedValue + width)\n this._setElementAttributes(SELECTOR_STICKY_CONTENT, PROPERTY_MARGIN, calculatedValue => calculatedValue - width)\n }\n\n reset() {\n this._resetElementAttributes(this._element, 'overflow')\n this._resetElementAttributes(this._element, PROPERTY_PADDING)\n this._resetElementAttributes(SELECTOR_FIXED_CONTENT, PROPERTY_PADDING)\n this._resetElementAttributes(SELECTOR_STICKY_CONTENT, PROPERTY_MARGIN)\n }\n\n isOverflowing() {\n return this.getWidth() > 0\n }\n\n // Private\n _disableOverFlow() {\n this._saveInitialAttribute(this._element, 'overflow')\n this._element.style.overflow = 'hidden'\n }\n\n _setElementAttributes(selector, styleProperty, callback) {\n const scrollbarWidth = this.getWidth()\n const manipulationCallBack = element => {\n if (element !== this._element && window.innerWidth > element.clientWidth + scrollbarWidth) {\n return\n }\n\n this._saveInitialAttribute(element, styleProperty)\n const calculatedValue = window.getComputedStyle(element).getPropertyValue(styleProperty)\n element.style.setProperty(styleProperty, `${callback(Number.parseFloat(calculatedValue))}px`)\n }\n\n this._applyManipulationCallback(selector, manipulationCallBack)\n }\n\n _saveInitialAttribute(element, styleProperty) {\n const actualValue = element.style.getPropertyValue(styleProperty)\n if (actualValue) {\n Manipulator.setDataAttribute(element, styleProperty, actualValue)\n }\n }\n\n _resetElementAttributes(selector, styleProperty) {\n const manipulationCallBack = element => {\n const value = Manipulator.getDataAttribute(element, styleProperty)\n // We only want to remove the property if the value is `null`; the value can also be zero\n if (value === null) {\n element.style.removeProperty(styleProperty)\n return\n }\n\n Manipulator.removeDataAttribute(element, styleProperty)\n element.style.setProperty(styleProperty, value)\n }\n\n this._applyManipulationCallback(selector, manipulationCallBack)\n }\n\n _applyManipulationCallback(selector, callBack) {\n if (isElement(selector)) {\n callBack(selector)\n return\n }\n\n for (const sel of SelectorEngine.find(selector, this._element)) {\n callBack(sel)\n }\n }\n}\n\nexport default ScrollBarHelper\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap modal.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport Backdrop from './util/backdrop.js'\nimport { enableDismissTrigger } from './util/component-functions.js'\nimport FocusTrap from './util/focustrap.js'\nimport { defineJQueryPlugin, isRTL, isVisible, reflow } from './util/index.js'\nimport ScrollBarHelper from './util/scrollbar.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'modal'\nconst DATA_KEY = 'bs.modal'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst ESCAPE_KEY = 'Escape'\n\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDE_PREVENTED = `hidePrevented${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_RESIZE = `resize${EVENT_KEY}`\nconst EVENT_CLICK_DISMISS = `click.dismiss${EVENT_KEY}`\nconst EVENT_MOUSEDOWN_DISMISS = `mousedown.dismiss${EVENT_KEY}`\nconst EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_OPEN = 'modal-open'\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_STATIC = 'modal-static'\n\nconst OPEN_SELECTOR = '.modal.show'\nconst SELECTOR_DIALOG = '.modal-dialog'\nconst SELECTOR_MODAL_BODY = '.modal-body'\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"modal\"]'\n\nconst Default = {\n backdrop: true,\n focus: true,\n keyboard: true\n}\n\nconst DefaultType = {\n backdrop: '(boolean|string)',\n focus: 'boolean',\n keyboard: 'boolean'\n}\n\n/**\n * Class definition\n */\n\nclass Modal extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n this._dialog = SelectorEngine.findOne(SELECTOR_DIALOG, this._element)\n this._backdrop = this._initializeBackDrop()\n this._focustrap = this._initializeFocusTrap()\n this._isShown = false\n this._isTransitioning = false\n this._scrollBar = new ScrollBarHelper()\n\n this._addEventListeners()\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n toggle(relatedTarget) {\n return this._isShown ? this.hide() : this.show(relatedTarget)\n }\n\n show(relatedTarget) {\n if (this._isShown || this._isTransitioning) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, {\n relatedTarget\n })\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n this._isShown = true\n this._isTransitioning = true\n\n this._scrollBar.hide()\n\n document.body.classList.add(CLASS_NAME_OPEN)\n\n this._adjustDialog()\n\n this._backdrop.show(() => this._showElement(relatedTarget))\n }\n\n hide() {\n if (!this._isShown || this._isTransitioning) {\n return\n }\n\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n\n if (hideEvent.defaultPrevented) {\n return\n }\n\n this._isShown = false\n this._isTransitioning = true\n this._focustrap.deactivate()\n\n this._element.classList.remove(CLASS_NAME_SHOW)\n\n this._queueCallback(() => this._hideModal(), this._element, this._isAnimated())\n }\n\n dispose() {\n EventHandler.off(window, EVENT_KEY)\n EventHandler.off(this._dialog, EVENT_KEY)\n\n this._backdrop.dispose()\n this._focustrap.deactivate()\n\n super.dispose()\n }\n\n handleUpdate() {\n this._adjustDialog()\n }\n\n // Private\n _initializeBackDrop() {\n return new Backdrop({\n isVisible: Boolean(this._config.backdrop), // 'static' option will be translated to true, and booleans will keep their value,\n isAnimated: this._isAnimated()\n })\n }\n\n _initializeFocusTrap() {\n return new FocusTrap({\n trapElement: this._element\n })\n }\n\n _showElement(relatedTarget) {\n // try to append dynamic modal\n if (!document.body.contains(this._element)) {\n document.body.append(this._element)\n }\n\n this._element.style.display = 'block'\n this._element.removeAttribute('aria-hidden')\n this._element.setAttribute('aria-modal', true)\n this._element.setAttribute('role', 'dialog')\n this._element.scrollTop = 0\n\n const modalBody = SelectorEngine.findOne(SELECTOR_MODAL_BODY, this._dialog)\n if (modalBody) {\n modalBody.scrollTop = 0\n }\n\n reflow(this._element)\n\n this._element.classList.add(CLASS_NAME_SHOW)\n\n const transitionComplete = () => {\n if (this._config.focus) {\n this._focustrap.activate()\n }\n\n this._isTransitioning = false\n EventHandler.trigger(this._element, EVENT_SHOWN, {\n relatedTarget\n })\n }\n\n this._queueCallback(transitionComplete, this._dialog, this._isAnimated())\n }\n\n _addEventListeners() {\n EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => {\n if (event.key !== ESCAPE_KEY) {\n return\n }\n\n if (this._config.keyboard) {\n this.hide()\n return\n }\n\n this._triggerBackdropTransition()\n })\n\n EventHandler.on(window, EVENT_RESIZE, () => {\n if (this._isShown && !this._isTransitioning) {\n this._adjustDialog()\n }\n })\n\n EventHandler.on(this._element, EVENT_MOUSEDOWN_DISMISS, event => {\n // a bad trick to segregate clicks that may start inside dialog but end outside, and avoid listen to scrollbar clicks\n EventHandler.one(this._element, EVENT_CLICK_DISMISS, event2 => {\n if (this._element !== event.target || this._element !== event2.target) {\n return\n }\n\n if (this._config.backdrop === 'static') {\n this._triggerBackdropTransition()\n return\n }\n\n if (this._config.backdrop) {\n this.hide()\n }\n })\n })\n }\n\n _hideModal() {\n this._element.style.display = 'none'\n this._element.setAttribute('aria-hidden', true)\n this._element.removeAttribute('aria-modal')\n this._element.removeAttribute('role')\n this._isTransitioning = false\n\n this._backdrop.hide(() => {\n document.body.classList.remove(CLASS_NAME_OPEN)\n this._resetAdjustments()\n this._scrollBar.reset()\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n })\n }\n\n _isAnimated() {\n return this._element.classList.contains(CLASS_NAME_FADE)\n }\n\n _triggerBackdropTransition() {\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED)\n if (hideEvent.defaultPrevented) {\n return\n }\n\n const isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight\n const initialOverflowY = this._element.style.overflowY\n // return if the following background transition hasn't yet completed\n if (initialOverflowY === 'hidden' || this._element.classList.contains(CLASS_NAME_STATIC)) {\n return\n }\n\n if (!isModalOverflowing) {\n this._element.style.overflowY = 'hidden'\n }\n\n this._element.classList.add(CLASS_NAME_STATIC)\n this._queueCallback(() => {\n this._element.classList.remove(CLASS_NAME_STATIC)\n this._queueCallback(() => {\n this._element.style.overflowY = initialOverflowY\n }, this._dialog)\n }, this._dialog)\n\n this._element.focus()\n }\n\n /**\n * The following methods are used to handle overflowing modals\n */\n\n _adjustDialog() {\n const isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight\n const scrollbarWidth = this._scrollBar.getWidth()\n const isBodyOverflowing = scrollbarWidth > 0\n\n if (isBodyOverflowing && !isModalOverflowing) {\n const property = isRTL() ? 'paddingLeft' : 'paddingRight'\n this._element.style[property] = `${scrollbarWidth}px`\n }\n\n if (!isBodyOverflowing && isModalOverflowing) {\n const property = isRTL() ? 'paddingRight' : 'paddingLeft'\n this._element.style[property] = `${scrollbarWidth}px`\n }\n }\n\n _resetAdjustments() {\n this._element.style.paddingLeft = ''\n this._element.style.paddingRight = ''\n }\n\n // Static\n static jQueryInterface(config, relatedTarget) {\n return this.each(function () {\n const data = Modal.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](relatedTarget)\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n const target = SelectorEngine.getElementFromSelector(this)\n\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n EventHandler.one(target, EVENT_SHOW, showEvent => {\n if (showEvent.defaultPrevented) {\n // only register focus restorer if modal will actually get shown\n return\n }\n\n EventHandler.one(target, EVENT_HIDDEN, () => {\n if (isVisible(this)) {\n this.focus()\n }\n })\n })\n\n // avoid conflict when clicking modal toggler while another one is open\n const alreadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)\n if (alreadyOpen) {\n Modal.getInstance(alreadyOpen).hide()\n }\n\n const data = Modal.getOrCreateInstance(target)\n\n data.toggle(this)\n})\n\nenableDismissTrigger(Modal)\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Modal)\n\nexport default Modal\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap offcanvas.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport Backdrop from './util/backdrop.js'\nimport { enableDismissTrigger } from './util/component-functions.js'\nimport FocusTrap from './util/focustrap.js'\nimport {\n defineJQueryPlugin,\n isDisabled,\n isVisible\n} from './util/index.js'\nimport ScrollBarHelper from './util/scrollbar.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'offcanvas'\nconst DATA_KEY = 'bs.offcanvas'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\nconst ESCAPE_KEY = 'Escape'\n\nconst CLASS_NAME_SHOW = 'show'\nconst CLASS_NAME_SHOWING = 'showing'\nconst CLASS_NAME_HIDING = 'hiding'\nconst CLASS_NAME_BACKDROP = 'offcanvas-backdrop'\nconst OPEN_SELECTOR = '.offcanvas.show'\n\nconst EVENT_SHOW = `show${EVENT_KEY}`\nconst EVENT_SHOWN = `shown${EVENT_KEY}`\nconst EVENT_HIDE = `hide${EVENT_KEY}`\nconst EVENT_HIDE_PREVENTED = `hidePrevented${EVENT_KEY}`\nconst EVENT_HIDDEN = `hidden${EVENT_KEY}`\nconst EVENT_RESIZE = `resize${EVENT_KEY}`\nconst EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}`\nconst EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}`\n\nconst SELECTOR_DATA_TOGGLE = '[data-bs-toggle=\"offcanvas\"]'\n\nconst Default = {\n backdrop: true,\n keyboard: true,\n scroll: false\n}\n\nconst DefaultType = {\n backdrop: '(boolean|string)',\n keyboard: 'boolean',\n scroll: 'boolean'\n}\n\n/**\n * Class definition\n */\n\nclass Offcanvas extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n this._isShown = false\n this._backdrop = this._initializeBackDrop()\n this._focustrap = this._initializeFocusTrap()\n this._addEventListeners()\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n toggle(relatedTarget) {\n return this._isShown ? this.hide() : this.show(relatedTarget)\n }\n\n show(relatedTarget) {\n if (this._isShown) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, { relatedTarget })\n\n if (showEvent.defaultPrevented) {\n return\n }\n\n this._isShown = true\n this._backdrop.show()\n\n if (!this._config.scroll) {\n new ScrollBarHelper().hide()\n }\n\n this._element.setAttribute('aria-modal', true)\n this._element.setAttribute('role', 'dialog')\n this._element.classList.add(CLASS_NAME_SHOWING)\n\n const completeCallBack = () => {\n if (!this._config.scroll || this._config.backdrop) {\n this._focustrap.activate()\n }\n\n this._element.classList.add(CLASS_NAME_SHOW)\n this._element.classList.remove(CLASS_NAME_SHOWING)\n EventHandler.trigger(this._element, EVENT_SHOWN, { relatedTarget })\n }\n\n this._queueCallback(completeCallBack, this._element, true)\n }\n\n hide() {\n if (!this._isShown) {\n return\n }\n\n const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE)\n\n if (hideEvent.defaultPrevented) {\n return\n }\n\n this._focustrap.deactivate()\n this._element.blur()\n this._isShown = false\n this._element.classList.add(CLASS_NAME_HIDING)\n this._backdrop.hide()\n\n const completeCallback = () => {\n this._element.classList.remove(CLASS_NAME_SHOW, CLASS_NAME_HIDING)\n this._element.removeAttribute('aria-modal')\n this._element.removeAttribute('role')\n\n if (!this._config.scroll) {\n new ScrollBarHelper().reset()\n }\n\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n }\n\n this._queueCallback(completeCallback, this._element, true)\n }\n\n dispose() {\n this._backdrop.dispose()\n this._focustrap.deactivate()\n super.dispose()\n }\n\n // Private\n _initializeBackDrop() {\n const clickCallback = () => {\n if (this._config.backdrop === 'static') {\n EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED)\n return\n }\n\n this.hide()\n }\n\n // 'static' option will be translated to true, and booleans will keep their value\n const isVisible = Boolean(this._config.backdrop)\n\n return new Backdrop({\n className: CLASS_NAME_BACKDROP,\n isVisible,\n isAnimated: true,\n rootElement: this._element.parentNode,\n clickCallback: isVisible ? clickCallback : null\n })\n }\n\n _initializeFocusTrap() {\n return new FocusTrap({\n trapElement: this._element\n })\n }\n\n _addEventListeners() {\n EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => {\n if (event.key !== ESCAPE_KEY) {\n return\n }\n\n if (this._config.keyboard) {\n this.hide()\n return\n }\n\n EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED)\n })\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Offcanvas.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (data[config] === undefined || config.startsWith('_') || config === 'constructor') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config](this)\n })\n }\n}\n\n/**\n * Data API implementation\n */\n\nEventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) {\n const target = SelectorEngine.getElementFromSelector(this)\n\n if (['A', 'AREA'].includes(this.tagName)) {\n event.preventDefault()\n }\n\n if (isDisabled(this)) {\n return\n }\n\n EventHandler.one(target, EVENT_HIDDEN, () => {\n // focus on trigger when it is closed\n if (isVisible(this)) {\n this.focus()\n }\n })\n\n // avoid conflict when clicking a toggler of an offcanvas, while another is open\n const alreadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)\n if (alreadyOpen && alreadyOpen !== target) {\n Offcanvas.getInstance(alreadyOpen).hide()\n }\n\n const data = Offcanvas.getOrCreateInstance(target)\n data.toggle(this)\n})\n\nEventHandler.on(window, EVENT_LOAD_DATA_API, () => {\n for (const selector of SelectorEngine.find(OPEN_SELECTOR)) {\n Offcanvas.getOrCreateInstance(selector).show()\n }\n})\n\nEventHandler.on(window, EVENT_RESIZE, () => {\n for (const element of SelectorEngine.find('[aria-modal][class*=show][class*=offcanvas-]')) {\n if (getComputedStyle(element).position !== 'fixed') {\n Offcanvas.getOrCreateInstance(element).hide()\n }\n }\n})\n\nenableDismissTrigger(Offcanvas)\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Offcanvas)\n\nexport default Offcanvas\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/sanitizer.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\n// js-docs-start allow-list\nconst ARIA_ATTRIBUTE_PATTERN = /^aria-[\\w-]*$/i\n\nexport const DefaultAllowlist = {\n // Global attributes allowed on any supplied element below.\n '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],\n a: ['target', 'href', 'title', 'rel'],\n area: [],\n b: [],\n br: [],\n col: [],\n code: [],\n div: [],\n em: [],\n hr: [],\n h1: [],\n h2: [],\n h3: [],\n h4: [],\n h5: [],\n h6: [],\n i: [],\n img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],\n li: [],\n ol: [],\n p: [],\n pre: [],\n s: [],\n small: [],\n span: [],\n sub: [],\n sup: [],\n strong: [],\n u: [],\n ul: []\n}\n// js-docs-end allow-list\n\nconst uriAttributes = new Set([\n 'background',\n 'cite',\n 'href',\n 'itemtype',\n 'longdesc',\n 'poster',\n 'src',\n 'xlink:href'\n])\n\n/**\n * A pattern that recognizes URLs that are safe wrt. XSS in URL navigation\n * contexts.\n *\n * Shout-out to Angular https://github.com/angular/angular/blob/15.2.8/packages/core/src/sanitization/url_sanitizer.ts#L38\n */\n// eslint-disable-next-line unicorn/better-regex\nconst SAFE_URL_PATTERN = /^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i\n\nconst allowedAttribute = (attribute, allowedAttributeList) => {\n const attributeName = attribute.nodeName.toLowerCase()\n\n if (allowedAttributeList.includes(attributeName)) {\n if (uriAttributes.has(attributeName)) {\n return Boolean(SAFE_URL_PATTERN.test(attribute.nodeValue))\n }\n\n return true\n }\n\n // Check if a regular expression validates the attribute.\n return allowedAttributeList.filter(attributeRegex => attributeRegex instanceof RegExp)\n .some(regex => regex.test(attributeName))\n}\n\nexport function sanitizeHtml(unsafeHtml, allowList, sanitizeFunction) {\n if (!unsafeHtml.length) {\n return unsafeHtml\n }\n\n if (sanitizeFunction && typeof sanitizeFunction === 'function') {\n return sanitizeFunction(unsafeHtml)\n }\n\n const domParser = new window.DOMParser()\n const createdDocument = domParser.parseFromString(unsafeHtml, 'text/html')\n const elements = [].concat(...createdDocument.body.querySelectorAll('*'))\n\n for (const element of elements) {\n const elementName = element.nodeName.toLowerCase()\n\n if (!Object.keys(allowList).includes(elementName)) {\n element.remove()\n continue\n }\n\n const attributeList = [].concat(...element.attributes)\n const allowedAttributes = [].concat(allowList['*'] || [], allowList[elementName] || [])\n\n for (const attribute of attributeList) {\n if (!allowedAttribute(attribute, allowedAttributes)) {\n element.removeAttribute(attribute.nodeName)\n }\n }\n }\n\n return createdDocument.body.innerHTML\n}\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap util/template-factory.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport SelectorEngine from '../dom/selector-engine.js'\nimport Config from './config.js'\nimport { DefaultAllowlist, sanitizeHtml } from './sanitizer.js'\nimport { execute, getElement, isElement } from './index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'TemplateFactory'\n\nconst Default = {\n allowList: DefaultAllowlist,\n content: {}, // { selector : text , selector2 : text2 , }\n extraClass: '',\n html: false,\n sanitize: true,\n sanitizeFn: null,\n template: '
    '\n}\n\nconst DefaultType = {\n allowList: 'object',\n content: 'object',\n extraClass: '(string|function)',\n html: 'boolean',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n template: 'string'\n}\n\nconst DefaultContentType = {\n entry: '(string|element|function|null)',\n selector: '(string|element)'\n}\n\n/**\n * Class definition\n */\n\nclass TemplateFactory extends Config {\n constructor(config) {\n super()\n this._config = this._getConfig(config)\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n getContent() {\n return Object.values(this._config.content)\n .map(config => this._resolvePossibleFunction(config))\n .filter(Boolean)\n }\n\n hasContent() {\n return this.getContent().length > 0\n }\n\n changeContent(content) {\n this._checkContent(content)\n this._config.content = { ...this._config.content, ...content }\n return this\n }\n\n toHtml() {\n const templateWrapper = document.createElement('div')\n templateWrapper.innerHTML = this._maybeSanitize(this._config.template)\n\n for (const [selector, text] of Object.entries(this._config.content)) {\n this._setContent(templateWrapper, text, selector)\n }\n\n const template = templateWrapper.children[0]\n const extraClass = this._resolvePossibleFunction(this._config.extraClass)\n\n if (extraClass) {\n template.classList.add(...extraClass.split(' '))\n }\n\n return template\n }\n\n // Private\n _typeCheckConfig(config) {\n super._typeCheckConfig(config)\n this._checkContent(config.content)\n }\n\n _checkContent(arg) {\n for (const [selector, content] of Object.entries(arg)) {\n super._typeCheckConfig({ selector, entry: content }, DefaultContentType)\n }\n }\n\n _setContent(template, content, selector) {\n const templateElement = SelectorEngine.findOne(selector, template)\n\n if (!templateElement) {\n return\n }\n\n content = this._resolvePossibleFunction(content)\n\n if (!content) {\n templateElement.remove()\n return\n }\n\n if (isElement(content)) {\n this._putElementInTemplate(getElement(content), templateElement)\n return\n }\n\n if (this._config.html) {\n templateElement.innerHTML = this._maybeSanitize(content)\n return\n }\n\n templateElement.textContent = content\n }\n\n _maybeSanitize(arg) {\n return this._config.sanitize ? sanitizeHtml(arg, this._config.allowList, this._config.sanitizeFn) : arg\n }\n\n _resolvePossibleFunction(arg) {\n return execute(arg, [this])\n }\n\n _putElementInTemplate(element, templateElement) {\n if (this._config.html) {\n templateElement.innerHTML = ''\n templateElement.append(element)\n return\n }\n\n templateElement.textContent = element.textContent\n }\n}\n\nexport default TemplateFactory\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap tooltip.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport * as Popper from '@popperjs/core'\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport Manipulator from './dom/manipulator.js'\nimport { defineJQueryPlugin, execute, findShadowRoot, getElement, getUID, isRTL, noop } from './util/index.js'\nimport { DefaultAllowlist } from './util/sanitizer.js'\nimport TemplateFactory from './util/template-factory.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'tooltip'\nconst DISALLOWED_ATTRIBUTES = new Set(['sanitize', 'allowList', 'sanitizeFn'])\n\nconst CLASS_NAME_FADE = 'fade'\nconst CLASS_NAME_MODAL = 'modal'\nconst CLASS_NAME_SHOW = 'show'\n\nconst SELECTOR_TOOLTIP_INNER = '.tooltip-inner'\nconst SELECTOR_MODAL = `.${CLASS_NAME_MODAL}`\n\nconst EVENT_MODAL_HIDE = 'hide.bs.modal'\n\nconst TRIGGER_HOVER = 'hover'\nconst TRIGGER_FOCUS = 'focus'\nconst TRIGGER_CLICK = 'click'\nconst TRIGGER_MANUAL = 'manual'\n\nconst EVENT_HIDE = 'hide'\nconst EVENT_HIDDEN = 'hidden'\nconst EVENT_SHOW = 'show'\nconst EVENT_SHOWN = 'shown'\nconst EVENT_INSERTED = 'inserted'\nconst EVENT_CLICK = 'click'\nconst EVENT_FOCUSIN = 'focusin'\nconst EVENT_FOCUSOUT = 'focusout'\nconst EVENT_MOUSEENTER = 'mouseenter'\nconst EVENT_MOUSELEAVE = 'mouseleave'\n\nconst AttachmentMap = {\n AUTO: 'auto',\n TOP: 'top',\n RIGHT: isRTL() ? 'left' : 'right',\n BOTTOM: 'bottom',\n LEFT: isRTL() ? 'right' : 'left'\n}\n\nconst Default = {\n allowList: DefaultAllowlist,\n animation: true,\n boundary: 'clippingParents',\n container: false,\n customClass: '',\n delay: 0,\n fallbackPlacements: ['top', 'right', 'bottom', 'left'],\n html: false,\n offset: [0, 6],\n placement: 'top',\n popperConfig: null,\n sanitize: true,\n sanitizeFn: null,\n selector: false,\n template: '
    ' +\n '
    ' +\n '
    ' +\n '
    ',\n title: '',\n trigger: 'hover focus'\n}\n\nconst DefaultType = {\n allowList: 'object',\n animation: 'boolean',\n boundary: '(string|element)',\n container: '(string|element|boolean)',\n customClass: '(string|function)',\n delay: '(number|object)',\n fallbackPlacements: 'array',\n html: 'boolean',\n offset: '(array|string|function)',\n placement: '(string|function)',\n popperConfig: '(null|object|function)',\n sanitize: 'boolean',\n sanitizeFn: '(null|function)',\n selector: '(string|boolean)',\n template: 'string',\n title: '(string|element|function)',\n trigger: 'string'\n}\n\n/**\n * Class definition\n */\n\nclass Tooltip extends BaseComponent {\n constructor(element, config) {\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s tooltips require Popper (https://popper.js.org)')\n }\n\n super(element, config)\n\n // Private\n this._isEnabled = true\n this._timeout = 0\n this._isHovered = null\n this._activeTrigger = {}\n this._popper = null\n this._templateFactory = null\n this._newContent = null\n\n // Protected\n this.tip = null\n\n this._setListeners()\n\n if (!this._config.selector) {\n this._fixTitle()\n }\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n enable() {\n this._isEnabled = true\n }\n\n disable() {\n this._isEnabled = false\n }\n\n toggleEnabled() {\n this._isEnabled = !this._isEnabled\n }\n\n toggle() {\n if (!this._isEnabled) {\n return\n }\n\n this._activeTrigger.click = !this._activeTrigger.click\n if (this._isShown()) {\n this._leave()\n return\n }\n\n this._enter()\n }\n\n dispose() {\n clearTimeout(this._timeout)\n\n EventHandler.off(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler)\n\n if (this._element.getAttribute('data-bs-original-title')) {\n this._element.setAttribute('title', this._element.getAttribute('data-bs-original-title'))\n }\n\n this._disposePopper()\n super.dispose()\n }\n\n show() {\n if (this._element.style.display === 'none') {\n throw new Error('Please use show on visible elements')\n }\n\n if (!(this._isWithContent() && this._isEnabled)) {\n return\n }\n\n const showEvent = EventHandler.trigger(this._element, this.constructor.eventName(EVENT_SHOW))\n const shadowRoot = findShadowRoot(this._element)\n const isInTheDom = (shadowRoot || this._element.ownerDocument.documentElement).contains(this._element)\n\n if (showEvent.defaultPrevented || !isInTheDom) {\n return\n }\n\n // TODO: v6 remove this or make it optional\n this._disposePopper()\n\n const tip = this._getTipElement()\n\n this._element.setAttribute('aria-describedby', tip.getAttribute('id'))\n\n const { container } = this._config\n\n if (!this._element.ownerDocument.documentElement.contains(this.tip)) {\n container.append(tip)\n EventHandler.trigger(this._element, this.constructor.eventName(EVENT_INSERTED))\n }\n\n this._popper = this._createPopper(tip)\n\n tip.classList.add(CLASS_NAME_SHOW)\n\n // If this is a touch-enabled device we add extra\n // empty mouseover listeners to the body's immediate children;\n // only needed because of broken event delegation on iOS\n // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html\n if ('ontouchstart' in document.documentElement) {\n for (const element of [].concat(...document.body.children)) {\n EventHandler.on(element, 'mouseover', noop)\n }\n }\n\n const complete = () => {\n EventHandler.trigger(this._element, this.constructor.eventName(EVENT_SHOWN))\n\n if (this._isHovered === false) {\n this._leave()\n }\n\n this._isHovered = false\n }\n\n this._queueCallback(complete, this.tip, this._isAnimated())\n }\n\n hide() {\n if (!this._isShown()) {\n return\n }\n\n const hideEvent = EventHandler.trigger(this._element, this.constructor.eventName(EVENT_HIDE))\n if (hideEvent.defaultPrevented) {\n return\n }\n\n const tip = this._getTipElement()\n tip.classList.remove(CLASS_NAME_SHOW)\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n for (const element of [].concat(...document.body.children)) {\n EventHandler.off(element, 'mouseover', noop)\n }\n }\n\n this._activeTrigger[TRIGGER_CLICK] = false\n this._activeTrigger[TRIGGER_FOCUS] = false\n this._activeTrigger[TRIGGER_HOVER] = false\n this._isHovered = null // it is a trick to support manual triggering\n\n const complete = () => {\n if (this._isWithActiveTrigger()) {\n return\n }\n\n if (!this._isHovered) {\n this._disposePopper()\n }\n\n this._element.removeAttribute('aria-describedby')\n EventHandler.trigger(this._element, this.constructor.eventName(EVENT_HIDDEN))\n }\n\n this._queueCallback(complete, this.tip, this._isAnimated())\n }\n\n update() {\n if (this._popper) {\n this._popper.update()\n }\n }\n\n // Protected\n _isWithContent() {\n return Boolean(this._getTitle())\n }\n\n _getTipElement() {\n if (!this.tip) {\n this.tip = this._createTipElement(this._newContent || this._getContentForTemplate())\n }\n\n return this.tip\n }\n\n _createTipElement(content) {\n const tip = this._getTemplateFactory(content).toHtml()\n\n // TODO: remove this check in v6\n if (!tip) {\n return null\n }\n\n tip.classList.remove(CLASS_NAME_FADE, CLASS_NAME_SHOW)\n // TODO: v6 the following can be achieved with CSS only\n tip.classList.add(`bs-${this.constructor.NAME}-auto`)\n\n const tipId = getUID(this.constructor.NAME).toString()\n\n tip.setAttribute('id', tipId)\n\n if (this._isAnimated()) {\n tip.classList.add(CLASS_NAME_FADE)\n }\n\n return tip\n }\n\n setContent(content) {\n this._newContent = content\n if (this._isShown()) {\n this._disposePopper()\n this.show()\n }\n }\n\n _getTemplateFactory(content) {\n if (this._templateFactory) {\n this._templateFactory.changeContent(content)\n } else {\n this._templateFactory = new TemplateFactory({\n ...this._config,\n // the `content` var has to be after `this._config`\n // to override config.content in case of popover\n content,\n extraClass: this._resolvePossibleFunction(this._config.customClass)\n })\n }\n\n return this._templateFactory\n }\n\n _getContentForTemplate() {\n return {\n [SELECTOR_TOOLTIP_INNER]: this._getTitle()\n }\n }\n\n _getTitle() {\n return this._resolvePossibleFunction(this._config.title) || this._element.getAttribute('data-bs-original-title')\n }\n\n // Private\n _initializeOnDelegatedTarget(event) {\n return this.constructor.getOrCreateInstance(event.delegateTarget, this._getDelegateConfig())\n }\n\n _isAnimated() {\n return this._config.animation || (this.tip && this.tip.classList.contains(CLASS_NAME_FADE))\n }\n\n _isShown() {\n return this.tip && this.tip.classList.contains(CLASS_NAME_SHOW)\n }\n\n _createPopper(tip) {\n const placement = execute(this._config.placement, [this, tip, this._element])\n const attachment = AttachmentMap[placement.toUpperCase()]\n return Popper.createPopper(this._element, tip, this._getPopperConfig(attachment))\n }\n\n _getOffset() {\n const { offset } = this._config\n\n if (typeof offset === 'string') {\n return offset.split(',').map(value => Number.parseInt(value, 10))\n }\n\n if (typeof offset === 'function') {\n return popperData => offset(popperData, this._element)\n }\n\n return offset\n }\n\n _resolvePossibleFunction(arg) {\n return execute(arg, [this._element])\n }\n\n _getPopperConfig(attachment) {\n const defaultBsPopperConfig = {\n placement: attachment,\n modifiers: [\n {\n name: 'flip',\n options: {\n fallbackPlacements: this._config.fallbackPlacements\n }\n },\n {\n name: 'offset',\n options: {\n offset: this._getOffset()\n }\n },\n {\n name: 'preventOverflow',\n options: {\n boundary: this._config.boundary\n }\n },\n {\n name: 'arrow',\n options: {\n element: `.${this.constructor.NAME}-arrow`\n }\n },\n {\n name: 'preSetPlacement',\n enabled: true,\n phase: 'beforeMain',\n fn: data => {\n // Pre-set Popper's placement attribute in order to read the arrow sizes properly.\n // Otherwise, Popper mixes up the width and height dimensions since the initial arrow style is for top placement\n this._getTipElement().setAttribute('data-popper-placement', data.state.placement)\n }\n }\n ]\n }\n\n return {\n ...defaultBsPopperConfig,\n ...execute(this._config.popperConfig, [defaultBsPopperConfig])\n }\n }\n\n _setListeners() {\n const triggers = this._config.trigger.split(' ')\n\n for (const trigger of triggers) {\n if (trigger === 'click') {\n EventHandler.on(this._element, this.constructor.eventName(EVENT_CLICK), this._config.selector, event => {\n const context = this._initializeOnDelegatedTarget(event)\n context.toggle()\n })\n } else if (trigger !== TRIGGER_MANUAL) {\n const eventIn = trigger === TRIGGER_HOVER ?\n this.constructor.eventName(EVENT_MOUSEENTER) :\n this.constructor.eventName(EVENT_FOCUSIN)\n const eventOut = trigger === TRIGGER_HOVER ?\n this.constructor.eventName(EVENT_MOUSELEAVE) :\n this.constructor.eventName(EVENT_FOCUSOUT)\n\n EventHandler.on(this._element, eventIn, this._config.selector, event => {\n const context = this._initializeOnDelegatedTarget(event)\n context._activeTrigger[event.type === 'focusin' ? TRIGGER_FOCUS : TRIGGER_HOVER] = true\n context._enter()\n })\n EventHandler.on(this._element, eventOut, this._config.selector, event => {\n const context = this._initializeOnDelegatedTarget(event)\n context._activeTrigger[event.type === 'focusout' ? TRIGGER_FOCUS : TRIGGER_HOVER] =\n context._element.contains(event.relatedTarget)\n\n context._leave()\n })\n }\n }\n\n this._hideModalHandler = () => {\n if (this._element) {\n this.hide()\n }\n }\n\n EventHandler.on(this._element.closest(SELECTOR_MODAL), EVENT_MODAL_HIDE, this._hideModalHandler)\n }\n\n _fixTitle() {\n const title = this._element.getAttribute('title')\n\n if (!title) {\n return\n }\n\n if (!this._element.getAttribute('aria-label') && !this._element.textContent.trim()) {\n this._element.setAttribute('aria-label', title)\n }\n\n this._element.setAttribute('data-bs-original-title', title) // DO NOT USE IT. Is only for backwards compatibility\n this._element.removeAttribute('title')\n }\n\n _enter() {\n if (this._isShown() || this._isHovered) {\n this._isHovered = true\n return\n }\n\n this._isHovered = true\n\n this._setTimeout(() => {\n if (this._isHovered) {\n this.show()\n }\n }, this._config.delay.show)\n }\n\n _leave() {\n if (this._isWithActiveTrigger()) {\n return\n }\n\n this._isHovered = false\n\n this._setTimeout(() => {\n if (!this._isHovered) {\n this.hide()\n }\n }, this._config.delay.hide)\n }\n\n _setTimeout(handler, timeout) {\n clearTimeout(this._timeout)\n this._timeout = setTimeout(handler, timeout)\n }\n\n _isWithActiveTrigger() {\n return Object.values(this._activeTrigger).includes(true)\n }\n\n _getConfig(config) {\n const dataAttributes = Manipulator.getDataAttributes(this._element)\n\n for (const dataAttribute of Object.keys(dataAttributes)) {\n if (DISALLOWED_ATTRIBUTES.has(dataAttribute)) {\n delete dataAttributes[dataAttribute]\n }\n }\n\n config = {\n ...dataAttributes,\n ...(typeof config === 'object' && config ? config : {})\n }\n config = this._mergeConfigObj(config)\n config = this._configAfterMerge(config)\n this._typeCheckConfig(config)\n return config\n }\n\n _configAfterMerge(config) {\n config.container = config.container === false ? document.body : getElement(config.container)\n\n if (typeof config.delay === 'number') {\n config.delay = {\n show: config.delay,\n hide: config.delay\n }\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString()\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString()\n }\n\n return config\n }\n\n _getDelegateConfig() {\n const config = {}\n\n for (const [key, value] of Object.entries(this._config)) {\n if (this.constructor.Default[key] !== value) {\n config[key] = value\n }\n }\n\n config.selector = false\n config.trigger = 'manual'\n\n // In the future can be replaced with:\n // const keysWithDifferentValues = Object.entries(this._config).filter(entry => this.constructor.Default[entry[0]] !== this._config[entry[0]])\n // `Object.fromEntries(keysWithDifferentValues)`\n return config\n }\n\n _disposePopper() {\n if (this._popper) {\n this._popper.destroy()\n this._popper = null\n }\n\n if (this.tip) {\n this.tip.remove()\n this.tip = null\n }\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Tooltip.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n })\n }\n}\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Tooltip)\n\nexport default Tooltip\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap popover.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport Tooltip from './tooltip.js'\nimport { defineJQueryPlugin } from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'popover'\n\nconst SELECTOR_TITLE = '.popover-header'\nconst SELECTOR_CONTENT = '.popover-body'\n\nconst Default = {\n ...Tooltip.Default,\n content: '',\n offset: [0, 8],\n placement: 'right',\n template: '
    ' +\n '
    ' +\n '

    ' +\n '
    ' +\n '
    ',\n trigger: 'click'\n}\n\nconst DefaultType = {\n ...Tooltip.DefaultType,\n content: '(null|string|element|function)'\n}\n\n/**\n * Class definition\n */\n\nclass Popover extends Tooltip {\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Overrides\n _isWithContent() {\n return this._getTitle() || this._getContent()\n }\n\n // Private\n _getContentForTemplate() {\n return {\n [SELECTOR_TITLE]: this._getTitle(),\n [SELECTOR_CONTENT]: this._getContent()\n }\n }\n\n _getContent() {\n return this._resolvePossibleFunction(this._config.content)\n }\n\n // Static\n static jQueryInterface(config) {\n return this.each(function () {\n const data = Popover.getOrCreateInstance(this, config)\n\n if (typeof config !== 'string') {\n return\n }\n\n if (typeof data[config] === 'undefined') {\n throw new TypeError(`No method named \"${config}\"`)\n }\n\n data[config]()\n })\n }\n}\n\n/**\n * jQuery\n */\n\ndefineJQueryPlugin(Popover)\n\nexport default Popover\n","/**\n * --------------------------------------------------------------------------\n * Bootstrap scrollspy.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport BaseComponent from './base-component.js'\nimport EventHandler from './dom/event-handler.js'\nimport SelectorEngine from './dom/selector-engine.js'\nimport { defineJQueryPlugin, getElement, isDisabled, isVisible } from './util/index.js'\n\n/**\n * Constants\n */\n\nconst NAME = 'scrollspy'\nconst DATA_KEY = 'bs.scrollspy'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\n\nconst EVENT_ACTIVATE = `activate${EVENT_KEY}`\nconst EVENT_CLICK = `click${EVENT_KEY}`\nconst EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}`\n\nconst CLASS_NAME_DROPDOWN_ITEM = 'dropdown-item'\nconst CLASS_NAME_ACTIVE = 'active'\n\nconst SELECTOR_DATA_SPY = '[data-bs-spy=\"scroll\"]'\nconst SELECTOR_TARGET_LINKS = '[href]'\nconst SELECTOR_NAV_LIST_GROUP = '.nav, .list-group'\nconst SELECTOR_NAV_LINKS = '.nav-link'\nconst SELECTOR_NAV_ITEMS = '.nav-item'\nconst SELECTOR_LIST_ITEMS = '.list-group-item'\nconst SELECTOR_LINK_ITEMS = `${SELECTOR_NAV_LINKS}, ${SELECTOR_NAV_ITEMS} > ${SELECTOR_NAV_LINKS}, ${SELECTOR_LIST_ITEMS}`\nconst SELECTOR_DROPDOWN = '.dropdown'\nconst SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle'\n\nconst Default = {\n offset: null, // TODO: v6 @deprecated, keep it for backwards compatibility reasons\n rootMargin: '0px 0px -25%',\n smoothScroll: false,\n target: null,\n threshold: [0.1, 0.5, 1]\n}\n\nconst DefaultType = {\n offset: '(number|null)', // TODO v6 @deprecated, keep it for backwards compatibility reasons\n rootMargin: 'string',\n smoothScroll: 'boolean',\n target: 'element',\n threshold: 'array'\n}\n\n/**\n * Class definition\n */\n\nclass ScrollSpy extends BaseComponent {\n constructor(element, config) {\n super(element, config)\n\n // this._element is the observablesContainer and config.target the menu links wrapper\n this._targetLinks = new Map()\n this._observableSections = new Map()\n this._rootElement = getComputedStyle(this._element).overflowY === 'visible' ? null : this._element\n this._activeTarget = null\n this._observer = null\n this._previousScrollData = {\n visibleEntryTop: 0,\n parentScrollTop: 0\n }\n this.refresh() // initialize\n }\n\n // Getters\n static get Default() {\n return Default\n }\n\n static get DefaultType() {\n return DefaultType\n }\n\n static get NAME() {\n return NAME\n }\n\n // Public\n refresh() {\n this._initializeTargetsAndObservables()\n this._maybeEnableSmoothScroll()\n\n if (this._observer) {\n this._observer.disconnect()\n } else {\n this._observer = this._getNewObserver()\n }\n\n for (const section of this._observableSections.values()) {\n this._observer.observe(section)\n }\n }\n\n dispose() {\n this._observer.disconnect()\n super.dispose()\n }\n\n // Private\n _configAfterMerge(config) {\n // TODO: on v6 target should be given explicitly & remove the {target: 'ss-target'} case\n config.target = getElement(config.target) || document.body\n\n // TODO: v6 Only for backwards compatibility reasons. Use rootMargin only\n config.rootMargin = config.offset ? `${config.offset}px 0px -30%` : config.rootMargin\n\n if (typeof config.threshold === 'string') {\n config.threshold = config.threshold.split(',').map(value => Number.parseFloat(value))\n }\n\n return config\n }\n\n _maybeEnableSmoothScroll() {\n if (!this._config.smoothScroll) {\n return\n }\n\n // unregister any previous listeners\n EventHandler.off(this._config.target, EVENT_CLICK)\n\n EventHandler.on(this._config.target, EVENT_CLICK, SELECTOR_TARGET_LINKS, event => {\n const observableSection = this._observableSections.get(event.target.hash)\n if (observableSection) {\n event.preventDefault()\n const root = this._rootElement || window\n const height = observableSection.offsetTop - this._element.offsetTop\n if (root.scrollTo) {\n root.scrollTo({ top: height, behavior: 'smooth' })\n return\n }\n\n // Chrome 60 doesn't support `scrollTo`\n root.scrollTop = height\n }\n })\n }\n\n _getNewObserver() {\n const options = {\n root: this._rootElement,\n threshold: this._config.threshold,\n rootMargin: this._config.rootMargin\n }\n\n return new IntersectionObserver(entries => this._observerCallback(entries), options)\n }\n\n // The logic of selection\n _observerCallback(entries) {\n const targetElement = entry => this._targetLinks.get(`#${entry.target.id}`)\n const activate = entry => {\n this._previousScrollData.visibleEntryTop = entry.target.offsetTop\n this._process(targetElement(entry))\n }\n\n const parentScrollTop = (this._rootElement || document.documentElement).scrollTop\n const userScrollsDown = parentScrollTop >= this._previousScrollData.parentScrollTop\n this._previousScrollData.parentScrollTop = parentScrollTop\n\n for (const entry of entries) {\n if (!entry.isIntersecting) {\n this._activeTarget = null\n this._clearActiveClass(targetElement(entry))\n\n continue\n }\n\n const entryIsLowerThanPrevious = entry.target.offsetTop >= this._previousScrollData.visibleEntryTop\n // if we are scrolling down, pick the bigger offsetTop\n if (userScrollsDown && entryIsLowerThanPrevious) {\n activate(entry)\n // if parent isn't scrolled, let's keep the first visible item, breaking the iteration\n if (!parentScrollTop) {\n return\n }\n\n continue\n }\n\n // if we are scrolling up, pick the smallest offsetTop\n if (!userScrollsDown && !entryIsLowerThanPrevious) {\n activate(entry)\n }\n }\n }\n\n _initializeTargetsAndObservables() {\n this._targetLinks = new Map()\n this._observableSections = new Map()\n\n const targetLinks = SelectorEngine.find(SELECTOR_TARGET_LINKS, this._config.target)\n\n for (const anchor of targetLinks) {\n // ensure that the anchor has an id and is not disabled\n if (!anchor.hash || isDisabled(anchor)) {\n continue\n }\n\n const observableSection = SelectorEngine.findOne(decodeURI(anchor.hash), this._element)\n\n // ensure that the observableSection exists & is visible\n if (isVisible(observableSection)) {\n this._targetLinks.set(decodeURI(anchor.hash), anchor)\n this._observableSections.set(anchor.hash, observableSection)\n }\n }\n }\n\n _process(target) {\n if (this._activeTarget === target) {\n return\n }\n\n this._clearActiveClass(this._config.target)\n this._activeTarget = target\n target.classList.add(CLASS_NAME_ACTIVE)\n this._activateParents(target)\n\n EventHandler.trigger(this._element, EVENT_ACTIVATE, { relatedTarget: target })\n }\n\n _activateParents(target) {\n // Activate dropdown parents\n if (target.classList.contains(CLASS_NAME_DROPDOWN_ITEM)) {\n SelectorEngine.findOne(SELECTOR_DROPDOWN_TOGGLE, target.closest(SELECTOR_DROPDOWN))\n .classList.add(CLASS_NAME_ACTIVE)\n return\n }\n\n for (const listGroup of SelectorEngine.parents(target, SELECTOR_NAV_LIST_GROUP)) {\n // Set triggered links parents as active\n // With both