seedsyncarr 1.2.2__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/PKG-INFO +1 -1
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/poetry.lock +11 -51
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/pyproject.toml +2 -2
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/.gitignore +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/app_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/bounded_ordered_set.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/constants.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/context.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/encryption.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/error.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/job.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/localization.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/multiprocessing_logger.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/persist.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/common/types.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/controller.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/controller_job.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/controller_persist.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/delete/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/delete/delete_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/extract/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/extract/dispatch.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/extract/extract.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/extract/extract_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/file_operation_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/lftp_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/memory_monitor.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/model_builder.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan/active_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan/local_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan/remote_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan/scanner_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/scan_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/controller/webhook_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/arr-setup.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/configuration.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/coverage-gaps.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/faq.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/images/favicon.png +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/images/logo.png +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/images/screenshot-dashboard.png +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/index.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/install.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/docs/name-mangling-tradeoff.md +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/lftp/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/lftp/job_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/lftp/job_status_parser.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/lftp/lftp.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/mkdocs.yml +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/model/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/model/diff.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/model/file.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/model/model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/scan_fs.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/seedsyncarr.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/ssh/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/ssh/sshcp.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/system/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/system/file.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/system/scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/conftest.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/helpers/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/helpers/wsgi_stream.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/test_controller.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/test_extract/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/test_extract/test_extract.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_lftp/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_lftp/test_lftp.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_lftp/test_lftp_protocol.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_controller.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_server.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_stream_log.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_stream_model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_stream_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_webhook.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_web_app.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_app_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_bounded_ordered_set.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_constants.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_context.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_encryption.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_error.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_job.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_localization.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_multiprocessing_logger.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_persist.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_types.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/base.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_auto_delete.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_job.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_persist.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_unit.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_delete_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_extract/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_extract/test_dispatch.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_extract/test_extract_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_file_operation_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_lftp_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_memory_monitor.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_model_builder.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/test_active_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/test_local_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/test_remote_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/test_scanner_process.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_webhook_manager.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_lftp/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_lftp/test_job_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_lftp/test_job_status_parser.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_lftp/test_job_status_parser_components.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_model/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_model/test_diff.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_model/test_file.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_model/test_model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_seedsyncarr.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_ssh/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_ssh/test_sshcp.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_system/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_system/test_file.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_system/test_scanner.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_auth.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_auto_queue_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_config_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_controller_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_server_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_status_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_stream_heartbeat.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_stream_log.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_stream_model_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_stream_status_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_rate_limit.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize_auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize_config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize_log_record.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize_model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_stream_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_web_app.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_webhook_handler.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/utils.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/controller.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/server.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/stream_heartbeat.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/stream_log.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/stream_model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/stream_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/handler/webhook.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/rate_limit.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/__init__.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize_auto_queue.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize_config.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize_log_record.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize_model.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/serialize/serialize_status.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/utils.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/web_app.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/web_app_builder.py +0 -0
- {seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/web/web_app_job.py +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# This file is automatically @generated by Poetry 2.
|
|
1
|
+
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
|
|
2
2
|
|
|
3
3
|
[[package]]
|
|
4
4
|
name = "altgraph"
|
|
@@ -11,7 +11,6 @@ files = [
|
|
|
11
11
|
{file = "altgraph-0.17.5-py2.py3-none-any.whl", hash = "sha256:f3a22400bce1b0c701683820ac4f3b159cd301acab067c51c653e06961600597"},
|
|
12
12
|
{file = "altgraph-0.17.5.tar.gz", hash = "sha256:c87b395dd12fabde9c99573a9749d67da8d29ef9de0125c7f536699b4a9bc9e7"},
|
|
13
13
|
]
|
|
14
|
-
markers = {main = "extra == \"dev\""}
|
|
15
14
|
|
|
16
15
|
[[package]]
|
|
17
16
|
name = "babel"
|
|
@@ -24,7 +23,6 @@ files = [
|
|
|
24
23
|
{file = "babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2"},
|
|
25
24
|
{file = "babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"},
|
|
26
25
|
]
|
|
27
|
-
markers = {main = "extra == \"dev\""}
|
|
28
26
|
|
|
29
27
|
[package.extras]
|
|
30
28
|
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\""]
|
|
@@ -45,7 +43,6 @@ files = [
|
|
|
45
43
|
{file = "backrefs-6.1-py39-none-any.whl", hash = "sha256:a9e99b8a4867852cad177a6430e31b0f6e495d65f8c6c134b68c14c3c95bf4b0"},
|
|
46
44
|
{file = "backrefs-6.1.tar.gz", hash = "sha256:3bba1749aafe1db9b915f00e0dd166cba613b6f788ffd63060ac3485dc9be231"},
|
|
47
45
|
]
|
|
48
|
-
markers = {main = "extra == \"dev\""}
|
|
49
46
|
|
|
50
47
|
[package.extras]
|
|
51
48
|
extras = ["regex"]
|
|
@@ -61,7 +58,6 @@ files = [
|
|
|
61
58
|
{file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"},
|
|
62
59
|
{file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"},
|
|
63
60
|
]
|
|
64
|
-
markers = {main = "extra == \"dev\""}
|
|
65
61
|
|
|
66
62
|
[package.dependencies]
|
|
67
63
|
soupsieve = ">=1.6.1"
|
|
@@ -330,7 +326,6 @@ files = [
|
|
|
330
326
|
{file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"},
|
|
331
327
|
{file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"},
|
|
332
328
|
]
|
|
333
|
-
markers = {main = "extra == \"dev\""}
|
|
334
329
|
|
|
335
330
|
[package.dependencies]
|
|
336
331
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
@@ -346,7 +341,6 @@ files = [
|
|
|
346
341
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
347
342
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
348
343
|
]
|
|
349
|
-
markers = {main = "extra == \"dev\""}
|
|
350
344
|
|
|
351
345
|
[[package]]
|
|
352
346
|
name = "coverage"
|
|
@@ -449,7 +443,6 @@ files = [
|
|
|
449
443
|
{file = "coverage-7.13.3-py3-none-any.whl", hash = "sha256:90a8af9dba6429b2573199622d72e0ebf024d6276f16abce394ad4d181bb0910"},
|
|
450
444
|
{file = "coverage-7.13.3.tar.gz", hash = "sha256:f7f6182d3dfb8802c1747eacbfe611b669455b69b7c037484bb1efbbb56711ac"},
|
|
451
445
|
]
|
|
452
|
-
markers = {main = "extra == \"dev\""}
|
|
453
446
|
|
|
454
447
|
[package.extras]
|
|
455
448
|
toml = ["tomli ; python_full_version <= \"3.11.0a6\""]
|
|
@@ -537,7 +530,6 @@ files = [
|
|
|
537
530
|
{file = "ghp-import-2.1.0.tar.gz", hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343"},
|
|
538
531
|
{file = "ghp_import-2.1.0-py3-none-any.whl", hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619"},
|
|
539
532
|
]
|
|
540
|
-
markers = {main = "extra == \"dev\""}
|
|
541
533
|
|
|
542
534
|
[package.dependencies]
|
|
543
535
|
python-dateutil = ">=2.8.1"
|
|
@@ -571,7 +563,6 @@ files = [
|
|
|
571
563
|
{file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"},
|
|
572
564
|
{file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"},
|
|
573
565
|
]
|
|
574
|
-
markers = {main = "extra == \"dev\""}
|
|
575
566
|
|
|
576
567
|
[[package]]
|
|
577
568
|
name = "jinja2"
|
|
@@ -584,7 +575,6 @@ files = [
|
|
|
584
575
|
{file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"},
|
|
585
576
|
{file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"},
|
|
586
577
|
]
|
|
587
|
-
markers = {main = "extra == \"dev\""}
|
|
588
578
|
|
|
589
579
|
[package.dependencies]
|
|
590
580
|
MarkupSafe = ">=2.0"
|
|
@@ -599,11 +589,11 @@ description = "Mach-O header analysis and editing"
|
|
|
599
589
|
optional = false
|
|
600
590
|
python-versions = "*"
|
|
601
591
|
groups = ["main", "dev"]
|
|
592
|
+
markers = "sys_platform == \"darwin\""
|
|
602
593
|
files = [
|
|
603
594
|
{file = "macholib-1.16.4-py2.py3-none-any.whl", hash = "sha256:da1a3fa8266e30f0ce7e97c6a54eefaae8edd1e5f86f3eb8b95457cae90265ea"},
|
|
604
595
|
{file = "macholib-1.16.4.tar.gz", hash = "sha256:f408c93ab2e995cd2c46e34fe328b130404be143469e41bc366c807448979362"},
|
|
605
596
|
]
|
|
606
|
-
markers = {main = "extra == \"dev\" and sys_platform == \"darwin\"", dev = "sys_platform == \"darwin\""}
|
|
607
597
|
|
|
608
598
|
[package.dependencies]
|
|
609
599
|
altgraph = ">=0.17"
|
|
@@ -619,7 +609,6 @@ files = [
|
|
|
619
609
|
{file = "markdown-3.10-py3-none-any.whl", hash = "sha256:b5b99d6951e2e4948d939255596523444c0e677c669700b1d17aa4a8a464cb7c"},
|
|
620
610
|
{file = "markdown-3.10.tar.gz", hash = "sha256:37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e"},
|
|
621
611
|
]
|
|
622
|
-
markers = {main = "extra == \"dev\""}
|
|
623
612
|
|
|
624
613
|
[package.extras]
|
|
625
614
|
docs = ["mdx_gh_links (>=0.2)", "mkdocs (>=1.6)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python]"]
|
|
@@ -723,7 +712,6 @@ files = [
|
|
|
723
712
|
{file = "markupsafe-3.0.3-cp39-cp39-win_arm64.whl", hash = "sha256:38664109c14ffc9e7437e86b4dceb442b0096dfe3541d7864d9cbe1da4cf36c8"},
|
|
724
713
|
{file = "markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698"},
|
|
725
714
|
]
|
|
726
|
-
markers = {main = "extra == \"dev\""}
|
|
727
715
|
|
|
728
716
|
[[package]]
|
|
729
717
|
name = "mergedeep"
|
|
@@ -736,7 +724,6 @@ files = [
|
|
|
736
724
|
{file = "mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307"},
|
|
737
725
|
{file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
|
|
738
726
|
]
|
|
739
|
-
markers = {main = "extra == \"dev\""}
|
|
740
727
|
|
|
741
728
|
[[package]]
|
|
742
729
|
name = "mkdocs"
|
|
@@ -749,7 +736,6 @@ files = [
|
|
|
749
736
|
{file = "mkdocs-1.6.1-py3-none-any.whl", hash = "sha256:db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e"},
|
|
750
737
|
{file = "mkdocs-1.6.1.tar.gz", hash = "sha256:7b432f01d928c084353ab39c57282f29f92136665bdd6abf7c1ec8d822ef86f2"},
|
|
751
738
|
]
|
|
752
|
-
markers = {main = "extra == \"dev\""}
|
|
753
739
|
|
|
754
740
|
[package.dependencies]
|
|
755
741
|
click = ">=7.0"
|
|
@@ -781,7 +767,6 @@ files = [
|
|
|
781
767
|
{file = "mkdocs_get_deps-0.2.0-py3-none-any.whl", hash = "sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134"},
|
|
782
768
|
{file = "mkdocs_get_deps-0.2.0.tar.gz", hash = "sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c"},
|
|
783
769
|
]
|
|
784
|
-
markers = {main = "extra == \"dev\""}
|
|
785
770
|
|
|
786
771
|
[package.dependencies]
|
|
787
772
|
mergedeep = ">=1.3.4"
|
|
@@ -799,7 +784,6 @@ files = [
|
|
|
799
784
|
{file = "mkdocs_material-9.7.6-py3-none-any.whl", hash = "sha256:71b84353921b8ea1ba84fe11c50912cc512da8fe0881038fcc9a0761c0e635ba"},
|
|
800
785
|
{file = "mkdocs_material-9.7.6.tar.gz", hash = "sha256:00bdde50574f776d328b1862fe65daeaf581ec309bd150f7bff345a098c64a69"},
|
|
801
786
|
]
|
|
802
|
-
markers = {main = "extra == \"dev\""}
|
|
803
787
|
|
|
804
788
|
[package.dependencies]
|
|
805
789
|
babel = ">=2.10"
|
|
@@ -830,7 +814,6 @@ files = [
|
|
|
830
814
|
{file = "mkdocs_material_extensions-1.3.1-py3-none-any.whl", hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31"},
|
|
831
815
|
{file = "mkdocs_material_extensions-1.3.1.tar.gz", hash = "sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443"},
|
|
832
816
|
]
|
|
833
|
-
markers = {main = "extra == \"dev\""}
|
|
834
817
|
|
|
835
818
|
[[package]]
|
|
836
819
|
name = "packaging"
|
|
@@ -843,7 +826,6 @@ files = [
|
|
|
843
826
|
{file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"},
|
|
844
827
|
{file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"},
|
|
845
828
|
]
|
|
846
|
-
markers = {main = "extra == \"dev\""}
|
|
847
829
|
|
|
848
830
|
[[package]]
|
|
849
831
|
name = "paginate"
|
|
@@ -856,7 +838,6 @@ files = [
|
|
|
856
838
|
{file = "paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591"},
|
|
857
839
|
{file = "paginate-0.5.7.tar.gz", hash = "sha256:22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945"},
|
|
858
840
|
]
|
|
859
|
-
markers = {main = "extra == \"dev\""}
|
|
860
841
|
|
|
861
842
|
[package.extras]
|
|
862
843
|
dev = ["pytest", "tox"]
|
|
@@ -892,7 +873,6 @@ files = [
|
|
|
892
873
|
{file = "pathspec-1.0.3-py3-none-any.whl", hash = "sha256:e80767021c1cc524aa3fb14bedda9c34406591343cc42797b386ce7b9354fb6c"},
|
|
893
874
|
{file = "pathspec-1.0.3.tar.gz", hash = "sha256:bac5cf97ae2c2876e2d25ebb15078eb04d76e4b98921ee31c6f85ade8b59444d"},
|
|
894
875
|
]
|
|
895
|
-
markers = {main = "extra == \"dev\""}
|
|
896
876
|
|
|
897
877
|
[package.extras]
|
|
898
878
|
hyperscan = ["hyperscan (>=0.7)"]
|
|
@@ -922,11 +902,11 @@ description = "Python PE parsing module"
|
|
|
922
902
|
optional = false
|
|
923
903
|
python-versions = ">=3.6.0"
|
|
924
904
|
groups = ["main", "dev"]
|
|
905
|
+
markers = "sys_platform == \"win32\""
|
|
925
906
|
files = [
|
|
926
907
|
{file = "pefile-2024.8.26-py3-none-any.whl", hash = "sha256:76f8b485dcd3b1bb8166f1128d395fa3d87af26360c2358fb75b80019b957c6f"},
|
|
927
908
|
{file = "pefile-2024.8.26.tar.gz", hash = "sha256:3ff6c5d8b43e8c37bb6e6dd5085658d658a7a0bdcd20b6a07b1fcfc1c4e9d632"},
|
|
928
909
|
]
|
|
929
|
-
markers = {main = "extra == \"dev\" and sys_platform == \"win32\"", dev = "sys_platform == \"win32\""}
|
|
930
910
|
|
|
931
911
|
[[package]]
|
|
932
912
|
name = "pexpect"
|
|
@@ -954,7 +934,6 @@ files = [
|
|
|
954
934
|
{file = "platformdirs-4.5.1-py3-none-any.whl", hash = "sha256:d03afa3963c806a9bed9d5125c8f4cb2fdaf74a55ab60e5d59b3fde758104d31"},
|
|
955
935
|
{file = "platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"},
|
|
956
936
|
]
|
|
957
|
-
markers = {main = "extra == \"dev\""}
|
|
958
937
|
|
|
959
938
|
[package.extras]
|
|
960
939
|
docs = ["furo (>=2025.9.25)", "proselint (>=0.14)", "sphinx (>=8.2.3)", "sphinx-autodoc-typehints (>=3.2)"]
|
|
@@ -972,7 +951,6 @@ files = [
|
|
|
972
951
|
{file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"},
|
|
973
952
|
{file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"},
|
|
974
953
|
]
|
|
975
|
-
markers = {main = "extra == \"dev\""}
|
|
976
954
|
|
|
977
955
|
[package.extras]
|
|
978
956
|
dev = ["pre-commit", "tox"]
|
|
@@ -1014,7 +992,6 @@ files = [
|
|
|
1014
992
|
{file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"},
|
|
1015
993
|
{file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"},
|
|
1016
994
|
]
|
|
1017
|
-
markers = {main = "extra == \"dev\""}
|
|
1018
995
|
|
|
1019
996
|
[package.extras]
|
|
1020
997
|
windows-terminal = ["colorama (>=0.4.6)"]
|
|
@@ -1040,7 +1017,6 @@ files = [
|
|
|
1040
1017
|
{file = "pyinstaller-6.20.0-py3-none-win_arm64.whl", hash = "sha256:bd53282c0a73e5c95573e1ddc8e5d564d4932bec91efbaed4dc5fdff9c2ae7f2"},
|
|
1041
1018
|
{file = "pyinstaller-6.20.0.tar.gz", hash = "sha256:95c5c7e03d5d61e9dfb8ef259c699cf492bb1041beb6dbe83696608cec07347a"},
|
|
1042
1019
|
]
|
|
1043
|
-
markers = {main = "extra == \"dev\""}
|
|
1044
1020
|
|
|
1045
1021
|
[package.dependencies]
|
|
1046
1022
|
altgraph = "*"
|
|
@@ -1066,7 +1042,6 @@ files = [
|
|
|
1066
1042
|
{file = "pyinstaller_hooks_contrib-2026.4-py3-none-any.whl", hash = "sha256:1de1a5e49a878122010b88c7e295502bc69776c157c4a4dc78741a4e6178b00f"},
|
|
1067
1043
|
{file = "pyinstaller_hooks_contrib-2026.4.tar.gz", hash = "sha256:766c281acb1ecc32e21c8c667056d7ebf5da0aabd5e30c219f9c2a283620eeaa"},
|
|
1068
1044
|
]
|
|
1069
|
-
markers = {main = "extra == \"dev\""}
|
|
1070
1045
|
|
|
1071
1046
|
[package.dependencies]
|
|
1072
1047
|
packaging = ">=22.0"
|
|
@@ -1083,7 +1058,6 @@ files = [
|
|
|
1083
1058
|
{file = "pymdown_extensions-10.20-py3-none-any.whl", hash = "sha256:ea9e62add865da80a271d00bfa1c0fa085b20d133fb3fc97afdc88e682f60b2f"},
|
|
1084
1059
|
{file = "pymdown_extensions-10.20.tar.gz", hash = "sha256:5c73566ab0cf38c6ba084cb7c5ea64a119ae0500cce754ccb682761dfea13a52"},
|
|
1085
1060
|
]
|
|
1086
|
-
markers = {main = "extra == \"dev\""}
|
|
1087
1061
|
|
|
1088
1062
|
[package.dependencies]
|
|
1089
1063
|
markdown = ">=3.6"
|
|
@@ -1103,7 +1077,6 @@ files = [
|
|
|
1103
1077
|
{file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"},
|
|
1104
1078
|
{file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"},
|
|
1105
1079
|
]
|
|
1106
|
-
markers = {main = "extra == \"dev\""}
|
|
1107
1080
|
|
|
1108
1081
|
[package.dependencies]
|
|
1109
1082
|
colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""}
|
|
@@ -1126,7 +1099,6 @@ files = [
|
|
|
1126
1099
|
{file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"},
|
|
1127
1100
|
{file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"},
|
|
1128
1101
|
]
|
|
1129
|
-
markers = {main = "extra == \"dev\""}
|
|
1130
1102
|
|
|
1131
1103
|
[package.dependencies]
|
|
1132
1104
|
coverage = {version = ">=7.10.6", extras = ["toml"]}
|
|
@@ -1147,7 +1119,6 @@ files = [
|
|
|
1147
1119
|
{file = "pytest_timeout-2.4.0-py3-none-any.whl", hash = "sha256:c42667e5cdadb151aeb5b26d114aff6bdf5a907f176a007a30b940d3d865b5c2"},
|
|
1148
1120
|
{file = "pytest_timeout-2.4.0.tar.gz", hash = "sha256:7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a"},
|
|
1149
1121
|
]
|
|
1150
|
-
markers = {main = "extra == \"dev\""}
|
|
1151
1122
|
|
|
1152
1123
|
[package.dependencies]
|
|
1153
1124
|
pytest = ">=7.0.0"
|
|
@@ -1163,21 +1134,20 @@ files = [
|
|
|
1163
1134
|
{file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
|
|
1164
1135
|
{file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
|
|
1165
1136
|
]
|
|
1166
|
-
markers = {main = "extra == \"dev\""}
|
|
1167
1137
|
|
|
1168
1138
|
[package.dependencies]
|
|
1169
1139
|
six = ">=1.5"
|
|
1170
1140
|
|
|
1171
1141
|
[[package]]
|
|
1172
1142
|
name = "pytz"
|
|
1173
|
-
version = "2026.
|
|
1143
|
+
version = "2026.2"
|
|
1174
1144
|
description = "World timezone definitions, modern and historical"
|
|
1175
1145
|
optional = false
|
|
1176
1146
|
python-versions = "*"
|
|
1177
1147
|
groups = ["main"]
|
|
1178
1148
|
files = [
|
|
1179
|
-
{file = "pytz-2026.
|
|
1180
|
-
{file = "pytz-2026.
|
|
1149
|
+
{file = "pytz-2026.2-py2.py3-none-any.whl", hash = "sha256:04156e608bee23d3792fd45c94ae47fae1036688e75032eea2e3bf0323d1f126"},
|
|
1150
|
+
{file = "pytz-2026.2.tar.gz", hash = "sha256:0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a"},
|
|
1181
1151
|
]
|
|
1182
1152
|
|
|
1183
1153
|
[[package]]
|
|
@@ -1187,11 +1157,11 @@ description = "A (partial) reimplementation of pywin32 using ctypes/cffi"
|
|
|
1187
1157
|
optional = false
|
|
1188
1158
|
python-versions = ">=3.6"
|
|
1189
1159
|
groups = ["main", "dev"]
|
|
1160
|
+
markers = "sys_platform == \"win32\""
|
|
1190
1161
|
files = [
|
|
1191
1162
|
{file = "pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755"},
|
|
1192
1163
|
{file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"},
|
|
1193
1164
|
]
|
|
1194
|
-
markers = {main = "extra == \"dev\" and sys_platform == \"win32\"", dev = "sys_platform == \"win32\""}
|
|
1195
1165
|
|
|
1196
1166
|
[[package]]
|
|
1197
1167
|
name = "pyyaml"
|
|
@@ -1275,7 +1245,6 @@ files = [
|
|
|
1275
1245
|
{file = "pyyaml-6.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:2e71d11abed7344e42a8849600193d15b6def118602c4c176f748e4583246007"},
|
|
1276
1246
|
{file = "pyyaml-6.0.3.tar.gz", hash = "sha256:d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f"},
|
|
1277
1247
|
]
|
|
1278
|
-
markers = {main = "extra == \"dev\""}
|
|
1279
1248
|
|
|
1280
1249
|
[[package]]
|
|
1281
1250
|
name = "pyyaml-env-tag"
|
|
@@ -1288,7 +1257,6 @@ files = [
|
|
|
1288
1257
|
{file = "pyyaml_env_tag-1.1-py3-none-any.whl", hash = "sha256:17109e1a528561e32f026364712fee1264bc2ea6715120891174ed1b980d2e04"},
|
|
1289
1258
|
{file = "pyyaml_env_tag-1.1.tar.gz", hash = "sha256:2eb38b75a2d21ee0475d6d97ec19c63287a7e140231e4214969d0eac923cd7ff"},
|
|
1290
1259
|
]
|
|
1291
|
-
markers = {main = "extra == \"dev\""}
|
|
1292
1260
|
|
|
1293
1261
|
[package.dependencies]
|
|
1294
1262
|
pyyaml = "*"
|
|
@@ -1376,7 +1344,6 @@ files = [
|
|
|
1376
1344
|
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
|
|
1377
1345
|
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
|
|
1378
1346
|
]
|
|
1379
|
-
markers = {main = "extra == \"dev\""}
|
|
1380
1347
|
|
|
1381
1348
|
[[package]]
|
|
1382
1349
|
name = "soupsieve"
|
|
@@ -1389,7 +1356,6 @@ files = [
|
|
|
1389
1356
|
{file = "soupsieve-2.8.1-py3-none-any.whl", hash = "sha256:a11fe2a6f3d76ab3cf2de04eb339c1be5b506a8a47f2ceb6d139803177f85434"},
|
|
1390
1357
|
{file = "soupsieve-2.8.1.tar.gz", hash = "sha256:4cf733bc50fa805f5df4b8ef4740fc0e0fa6218cf3006269afd3f9d6d80fd350"},
|
|
1391
1358
|
]
|
|
1392
|
-
markers = {main = "extra == \"dev\""}
|
|
1393
1359
|
|
|
1394
1360
|
[[package]]
|
|
1395
1361
|
name = "tblib"
|
|
@@ -1414,7 +1380,6 @@ files = [
|
|
|
1414
1380
|
{file = "testfixtures-11.0.0-py3-none-any.whl", hash = "sha256:371385596e87388469f2635decba00619cc416cd034671ecde8a059f6625634e"},
|
|
1415
1381
|
{file = "testfixtures-11.0.0.tar.gz", hash = "sha256:06dfeb3792e06c4ea7217e14114391f6c7735c36e0a57e6f4641c6ae5d790ee7"},
|
|
1416
1382
|
]
|
|
1417
|
-
markers = {main = "extra == \"dev\""}
|
|
1418
1383
|
|
|
1419
1384
|
[package.extras]
|
|
1420
1385
|
django = ["django (>=4) ; python_version < \"3.13\"", "django (>=5.1.3) ; python_version >= \"3.13\""]
|
|
@@ -1435,18 +1400,17 @@ files = [
|
|
|
1435
1400
|
{file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
|
|
1436
1401
|
{file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
|
|
1437
1402
|
]
|
|
1438
|
-
markers = {main = "extra == \"dev\""}
|
|
1439
1403
|
|
|
1440
1404
|
[[package]]
|
|
1441
1405
|
name = "urllib3"
|
|
1442
|
-
version = "2.
|
|
1406
|
+
version = "2.7.0"
|
|
1443
1407
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
1444
1408
|
optional = false
|
|
1445
|
-
python-versions = ">=3.
|
|
1409
|
+
python-versions = ">=3.10"
|
|
1446
1410
|
groups = ["main", "dev"]
|
|
1447
1411
|
files = [
|
|
1448
|
-
{file = "urllib3-2.
|
|
1449
|
-
{file = "urllib3-2.
|
|
1412
|
+
{file = "urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897"},
|
|
1413
|
+
{file = "urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c"},
|
|
1450
1414
|
]
|
|
1451
1415
|
|
|
1452
1416
|
[package.extras]
|
|
@@ -1466,7 +1430,6 @@ files = [
|
|
|
1466
1430
|
{file = "waitress-3.0.2-py3-none-any.whl", hash = "sha256:c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e"},
|
|
1467
1431
|
{file = "waitress-3.0.2.tar.gz", hash = "sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f"},
|
|
1468
1432
|
]
|
|
1469
|
-
markers = {main = "extra == \"dev\""}
|
|
1470
1433
|
|
|
1471
1434
|
[package.extras]
|
|
1472
1435
|
docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"]
|
|
@@ -1511,7 +1474,6 @@ files = [
|
|
|
1511
1474
|
{file = "watchdog-6.0.0-py3-none-win_ia64.whl", hash = "sha256:a1914259fa9e1454315171103c6a30961236f508b9b623eae470268bbcc6a22f"},
|
|
1512
1475
|
{file = "watchdog-6.0.0.tar.gz", hash = "sha256:9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282"},
|
|
1513
1476
|
]
|
|
1514
|
-
markers = {main = "extra == \"dev\""}
|
|
1515
1477
|
|
|
1516
1478
|
[package.extras]
|
|
1517
1479
|
watchmedo = ["PyYAML (>=3.10)"]
|
|
@@ -1527,7 +1489,6 @@ files = [
|
|
|
1527
1489
|
{file = "WebOb-1.8.9-py2.py3-none-any.whl", hash = "sha256:45e34c58ed0c7e2ecd238ffd34432487ff13d9ad459ddfd77895e67abba7c1f9"},
|
|
1528
1490
|
{file = "webob-1.8.9.tar.gz", hash = "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"},
|
|
1529
1491
|
]
|
|
1530
|
-
markers = {main = "extra == \"dev\""}
|
|
1531
1492
|
|
|
1532
1493
|
[package.extras]
|
|
1533
1494
|
docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"]
|
|
@@ -1544,7 +1505,6 @@ files = [
|
|
|
1544
1505
|
{file = "webtest-3.0.7-py3-none-any.whl", hash = "sha256:2f51a0844f3a8beaef89bc23d225fe05ad816f7e429ffcc655a13013a799ac6c"},
|
|
1545
1506
|
{file = "webtest-3.0.7.tar.gz", hash = "sha256:7aeab50f970d46c068e7a36dd162cb242591edf72a1d04efd21374772b931741"},
|
|
1546
1507
|
]
|
|
1547
|
-
markers = {main = "extra == \"dev\""}
|
|
1548
1508
|
|
|
1549
1509
|
[package.dependencies]
|
|
1550
1510
|
beautifulsoup4 = "*"
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "seedsyncarr"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.3"
|
|
8
8
|
description = "Fast file syncing from remote servers with a web UI, powered by LFTP"
|
|
9
9
|
authors = [{name = "thejuran"}]
|
|
10
10
|
requires-python = ">=3.11,<3.13"
|
|
@@ -40,7 +40,7 @@ packages = ["."]
|
|
|
40
40
|
|
|
41
41
|
[tool.poetry]
|
|
42
42
|
name = "seedsyncarr"
|
|
43
|
-
version = "1.2.
|
|
43
|
+
version = "1.2.3"
|
|
44
44
|
description = "Fast file syncing from remote servers with a web UI, powered by LFTP"
|
|
45
45
|
authors = ["thejuran"]
|
|
46
46
|
package-mode = false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/test_controller.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_controller/test_extract/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_auto_queue.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_config.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_controller.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_server.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_status.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_stream_log.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_stream_model.py
RENAMED
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/integration/test_web/test_handler/test_webhook.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_bounded_ordered_set.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_common/test_multiprocessing_logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_job.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_persist.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_controller_unit.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_delete_process.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_extract/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_lftp_manager.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_memory_monitor.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_model_builder.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_scan_manager.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_controller/test_webhook_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_config_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_server_handler.py
RENAMED
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_status_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_handler/test_stream_log.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seedsyncarr-1.2.2 → seedsyncarr-1.2.3}/tests/unittests/test_web/test_serialize/test_serialize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|