testsAndMisc/python_pkg/praca_magisterska_video/generate_images
Krzysztof kuhy Rudnicki 50fd6812d7 refactor: enforce 500-line limit on all Python source files
Split 18+ Python files that exceeded 500 lines into smaller modules
with helper files (prefixed with _). All functions are re-exported
from the original modules to maintain backward compatibility with
test patches and external imports.

Files split:
- moviepy_showcase.py (1212 -> 302 + 3 helpers)
- anki_generator.py (1174 -> 473 + 4 helpers)
- test_analyze_chess_game.py (1152 -> 361 + 2 parts)
- poker_modifier_app.py (1024 -> 263 + 2 helpers)
- transcribe_fw.py (1007 -> 342 + 3 helpers)
- music_generator.py (1002 -> 319 + 2 helpers)
- translator.py (951 -> 442 + 2 helpers)
- cinema_planner.py (893 -> 369 + 2 helpers)
- lichess_bot/main.py (757 -> 495 + _game_logic.py)
- test_translator.py (725 -> 289 + part2 + conftest)
- test_lichess_api.py (680 -> 475 + part2)
- learning_pipe.py (668 -> 375 + 2 helpers)
- cache.py (655 -> 360 + _cache_decks.py)
- analyze_chess_game.py (632 -> 463 + _move_analysis.py)
- visualize_q02.py (609 -> 371 + helper)
- repo_explorer.py (602 -> 347 + 2 helpers)
- keyboard_coop/main.py (515 -> 416 + _dictionary.py)
- scanning.py (501 -> 314 + _enforce_loop.py)

All tests pass: 144 lichess_bot (100% branch coverage), 243 others.
No new lint errors introduced.
2026-03-17 22:47:42 +01:00
..
_agent_cognitive.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_agent_reactive.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_arch_c4.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_arch_layers.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_automata_common.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_automata_fa.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_automata_lba.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_automata_pda.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_automata_tm.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_bf_negative_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_norm_advanced.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_norm_basic.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_norm_higher.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_pattern_navigation.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_pattern_pillars_observer.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_pattern_template_catalog.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_process_bpmn_uml.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_process_epc_fc.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_pubsub_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_pubsub_qos.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_pubsub_topic_content.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_pubsub_type_hierarchical.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9_basics.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9_classic_sync.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9_ipc.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9_race_deadlock.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q9q12_common.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_q9q12_network_flow.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_q9q12_network_graph.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_q9q12_processes.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_q20_architectures.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q20_batch_and_windows.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q20_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q20_late_and_decisions.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q20_platforms.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q20_time_monitoring_sessions.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_architectures.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_diy_unet.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_mean_shift_ncuts.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_mnemonics.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_nn_basics.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_otsu_watershed.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_receptive_transformer.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q23_region_diy.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_fpn_tasks_cnn.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_haar_integral_svm.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_hog_classical.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_iou_nms_detector.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_modern_pipelines.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q24_rcnn_yolo.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q31_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q31_criteria_comparison.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q31_ev_spectrum.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q31_hurwicz_mnemonic.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_q31_regret_matrix.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_robot_movement_ros.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_robot_pyramid_vendor.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_robot_ros_rapid.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_sched_common.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_sched_complexity_edd.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_sched_graham.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_sched_johnson.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_sched_spt_flow_job.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_shortest_path_traversals.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_study_consensus.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_study_network.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
_study_vision.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
anki_approach_1.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
anki_approach_2.py refactor(praca_magisterska_video): fix ruff violations and remove noqa from diagram generators 2026-03-13 20:52:27 +01:00
anki_generator.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_agent_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_anki_final.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_anki_v2.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_anki_v3.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_anki.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_arch_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_automata_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_bf_negative_diagram.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_normalization_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_pattern_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_process_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_pubsub_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_q9_all_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_q9_q12_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_q20_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_q23_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_q24_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_q31_diagrams.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
generate_robot_lang_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_scheduling_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_shortest_path_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
generate_study_diagrams.py refactor: enforce 500-line limit on all Python source files 2026-03-17 22:47:42 +01:00
print_questions.sh feat: added scripts for generating images for praca magisterska obrona 2026-02-22 13:08:14 +01:00
split_questions.py refactor(praca/generate_images): fix ruff violations in diagram generators batch 1 2026-03-14 14:29:54 +01:00