KL-Py 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {kl_py-0.3.0 → kl_py-0.3.1}/PKG-INFO +1 -1
- {kl_py-0.3.0 → kl_py-0.3.1}/pyproject.toml +1 -1
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/KL_Py.py +12 -7
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/__init__.py +1 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_translate.py +13 -20
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py.egg-info/PKG-INFO +1 -1
- {kl_py-0.3.0 → kl_py-0.3.1}/LICENSE +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/README.md +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/setup.cfg +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_custom_pandas.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_custom_sqlite.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_custom_turtle.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_error_classes.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/_klang_builtins.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/automl.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/dnd/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/drag_and_drop/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/export/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/fsgdnd/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/fsgui/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/_utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/base.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/button.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/calendar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/canvas.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/center.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/column.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/combo.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/error.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/frame.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/graph.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/helpers.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/image.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/input.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/list_box.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/menu.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/multiline.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/pane.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/radio.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/separator.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/slider.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/spin.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/stretch.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/tab.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/table.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/text.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/elements/tree.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/replace.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/tray.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/hindGui/window.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/k2exe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kexe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/kl2exe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klang2exe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klangexe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/klexe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/ml.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/np/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pd/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/plt/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/psgui/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/px/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pyexe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/pysgdnd/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/__version__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/_internal_utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/adapters.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/api.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/auth.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/certifi/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/certifi/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/certifi/core.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/certifi/py.typed +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/certs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/compat.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/cookies.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/exceptions.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/help.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/hooks.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/codec.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/compat.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/core.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/idnadata.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/intranges.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/package_data.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/py.typed +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/idna/uts46data.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/models.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/packages.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/sessions.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/status_codes.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/structures.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/_collections.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/_version.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/connection.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/fields.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/filepost.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/py.typed +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/response.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/request.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/response.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/url.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/util.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/requests/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/sb/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/sk/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/sns/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/__init__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/__main__.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/config.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/dialogs.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/packaging.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/shims.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/ui.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/utils.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/toexe/validation.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py/when.py +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py.egg-info/SOURCES.txt +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py.egg-info/dependency_links.txt +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py.egg-info/requires.txt +0 -0
- {kl_py-0.3.0 → kl_py-0.3.1}/src/KL_Py.egg-info/top_level.txt +0 -0
|
@@ -1125,7 +1125,7 @@ class Date:
|
|
|
1125
1125
|
int(n)\
|
|
1126
1126
|
if n.is_integer()\
|
|
1127
1127
|
else int(
|
|
1128
|
-
round(n,
|
|
1128
|
+
round(n, 3) * 100
|
|
1129
1129
|
) * 60 // 100\
|
|
1130
1130
|
for n\
|
|
1131
1131
|
in divmod(
|
|
@@ -1203,7 +1203,7 @@ class Date:
|
|
|
1203
1203
|
int(n)\
|
|
1204
1204
|
if n.is_integer()\
|
|
1205
1205
|
else int(
|
|
1206
|
-
round(n,
|
|
1206
|
+
round(n, 3) * 100
|
|
1207
1207
|
) * 60 // 100\
|
|
1208
1208
|
for n\
|
|
1209
1209
|
in divmod(
|
|
@@ -1307,7 +1307,7 @@ class Date:
|
|
|
1307
1307
|
int(n)\
|
|
1308
1308
|
if n.is_integer()\
|
|
1309
1309
|
else int(
|
|
1310
|
-
round(n,
|
|
1310
|
+
round(n, 3) * 100
|
|
1311
1311
|
) * 60 // 100\
|
|
1312
1312
|
for n\
|
|
1313
1313
|
in divmod(
|
|
@@ -1367,7 +1367,7 @@ class Date:
|
|
|
1367
1367
|
int(n)\
|
|
1368
1368
|
if n.is_integer()\
|
|
1369
1369
|
else int(
|
|
1370
|
-
round(n,
|
|
1370
|
+
round(n, 3) * 100
|
|
1371
1371
|
) * 60 // 100\
|
|
1372
1372
|
for n\
|
|
1373
1373
|
in divmod(
|
|
@@ -1437,7 +1437,7 @@ class Date:
|
|
|
1437
1437
|
int(n)\
|
|
1438
1438
|
if n.is_integer()\
|
|
1439
1439
|
else int(
|
|
1440
|
-
round(n,
|
|
1440
|
+
round(n, 3) * 100
|
|
1441
1441
|
) * 60 // 100\
|
|
1442
1442
|
for n\
|
|
1443
1443
|
in divmod(
|
|
@@ -1509,7 +1509,7 @@ class Date:
|
|
|
1509
1509
|
int(n)\
|
|
1510
1510
|
if n.is_integer()\
|
|
1511
1511
|
else int(
|
|
1512
|
-
round(n,
|
|
1512
|
+
round(n, 3) * 100
|
|
1513
1513
|
) * 60 // 100\
|
|
1514
1514
|
for n\
|
|
1515
1515
|
in divmod(
|
|
@@ -1772,7 +1772,9 @@ class Date:
|
|
|
1772
1772
|
)\
|
|
1773
1773
|
.split(sep, 1)[1]
|
|
1774
1774
|
return _today
|
|
1775
|
-
d = date =
|
|
1775
|
+
d = date = tarikh = \
|
|
1776
|
+
tareekh =\
|
|
1777
|
+
long_timeless = timeless_long =\
|
|
1776
1778
|
long_wo_time = long_without_time =\
|
|
1777
1779
|
long_no_time = day
|
|
1778
1780
|
date_short = short_date = day_short =\
|
|
@@ -2581,6 +2583,7 @@ class Date:
|
|
|
2581
2583
|
self\
|
|
2582
2584
|
.add_day()
|
|
2583
2585
|
return self
|
|
2586
|
+
kal_hoga_din = tomorrow
|
|
2584
2587
|
def day_name_tomorrow(
|
|
2585
2588
|
self = None,
|
|
2586
2589
|
*args,
|
|
@@ -2640,6 +2643,7 @@ class Date:
|
|
|
2640
2643
|
self\
|
|
2641
2644
|
.remove_day()
|
|
2642
2645
|
return self
|
|
2646
|
+
kal_tha_din = yesterday
|
|
2643
2647
|
def day_name_yesterday(
|
|
2644
2648
|
self = None,
|
|
2645
2649
|
*args,
|
|
@@ -2914,6 +2918,7 @@ class Date:
|
|
|
2914
2918
|
set_sec =\
|
|
2915
2919
|
set_second =\
|
|
2916
2920
|
set_seconds
|
|
2921
|
+
Tarikh = Tareekh = Date
|
|
2917
2922
|
class Char(str):
|
|
2918
2923
|
def __new__(cls, value: Any):
|
|
2919
2924
|
if value is None:
|
|
@@ -747,22 +747,14 @@ def translate_for_jupyter(code: str) -> None:
|
|
|
747
747
|
code = replace(code, r"\benum (?<enumclassname>\w+)(?= *\:)", "class $enumclassname(Enum)")
|
|
748
748
|
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?<replacement_method>replace(?:_first)?)\(", "$replacement_method($varname, ")
|
|
749
749
|
# >> custom starts_with, and ends_with, that work with arrays as well
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
if callable(getattr(KL_Py, "sentence_case", None)):
|
|
759
|
-
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:sent(?:ence)?_?case|sentn?[cs]s?)\(\)", "sentence_case($varname)")
|
|
760
|
-
if callable(getattr(KL_Py, "is_snake_case", None)):
|
|
761
|
-
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:is_?(?:snake_?case))\(\)", "is_snake_case($varname)")
|
|
762
|
-
if callable(getattr(KL_Py, "snake_case", None)):
|
|
763
|
-
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:snake_?case)\(\)", "snake_case($varname)")
|
|
764
|
-
if callable(getattr(KL_Py, "lambai", None)):
|
|
765
|
-
code = replace(code, r"(?<!\.)\blambai (?<iterable>[\[\{\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\]\}\"\']{1,2}|[A-Za-z_][\w\.]*)", "lambai($iterable)" if "lambai" in {**globals(), **locals()} and isinstance(lambai, Callable) else "len($iterable)")
|
|
750
|
+
code = replace(code, r"\b([A-Za-z_]\w*)\.(?:d(?:e{2})?p?)?copy\(\)", "KL_Py.copy($1)") #custom, comes from KL_Py
|
|
751
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:starts_?with)\(", "startswith($varname, ") #custom, comes from KL_Py
|
|
752
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:ends_?with)\(", "endswith($varname, ") #custom, comes from KL_Py
|
|
753
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:is_?(?:sent(?:ence)?_?case|sentn?[cs]s?))\(\)", "is_sentence_case($varname)")
|
|
754
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:sent(?:ence)?_?case|sentn?[cs]s?)\(\)", "sentence_case($varname)")
|
|
755
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:is_?(?:snake_?case))\(\)", "is_snake_case($varname)")
|
|
756
|
+
code = replace(code, r"(?<!\.)(?<varname>[\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:snake_?case)\(\)", "snake_case($varname)")
|
|
757
|
+
code = replace(code, r"(?<!\.)\blambai (?<iterable>[\[\{\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\]\}\"\']{1,2}|[A-Za-z_][\w\.]*)", "len($iterable)")
|
|
766
758
|
# don't touch it
|
|
767
759
|
# doesn't need a work boundary ^
|
|
768
760
|
code = replace(code, r"(?<!\.)(?<varname>[\[\{\"\']{1,2}(?:[\-\.\w\"\' ](?:, *)?)+[\]\}\"\']{1,2}|[A-Za-z_]\w*)\.\b(?:ki_?)?(?:len(?:gth)?|lambai|size)\b(?! *\()", "lambai($varname)" if "lambai" in {**globals(), **locals()} and isinstance(lambai, Callable) else "len($varname)")
|
|
@@ -1044,7 +1036,7 @@ def KL_Py_pypi_exec_(code: str, eval_mode: bool = False) -> str:
|
|
|
1044
1036
|
)
|
|
1045
1037
|
msg = f"\n {msg} line {lineno} pe"
|
|
1046
1038
|
if len(args) >= 2 and isinstance(args[1], tuple) and len(args[1]) >= 4:
|
|
1047
|
-
msg += f"\n karib yaha: \"\n\t {args[1][3].strip()}\n \" ^^^\n\t\t\t
|
|
1039
|
+
msg += f"\n karib yaha: \"\n\t {args[1][3].strip()}\n \" ^^^\n\t\t\t | |"
|
|
1048
1040
|
msg = replace(
|
|
1049
1041
|
msg,
|
|
1050
1042
|
r"\bf(?=\-string\b|\"[^\"]*\")",
|
|
@@ -1327,7 +1319,7 @@ def KL_Py_pypi_exec_(code: str, eval_mode: bool = False) -> str:
|
|
|
1327
1319
|
)
|
|
1328
1320
|
msg = f"\n {msg} line {lineno} pe"
|
|
1329
1321
|
if len(args) >= 2 and isinstance(args[1], tuple) and len(args[1]) >= 4:
|
|
1330
|
-
msg += f"\n karib yaha: \"\n\t {args[1][3].strip()}\n \" ^^^\n\t\t\t
|
|
1322
|
+
msg += f"\n karib yaha: \"\n\t {args[1][3].strip()}\n \" ^^^\n\t\t\t | |"
|
|
1331
1323
|
msg = replace(
|
|
1332
1324
|
msg,
|
|
1333
1325
|
r"\bf(?=\-string\b|\"[^\"]*\")",
|
|
@@ -1528,11 +1520,12 @@ def translate_for_sql(text: str) -> str:
|
|
|
1528
1520
|
"(?:ba?ra{0,2}ba?r )?he": "=",
|
|
1529
1521
|
# sequence matters
|
|
1530
1522
|
"gira{1,2}o": "drop",
|
|
1531
|
-
"(?:
|
|
1523
|
+
"(?:clea[rn]|sa{1,2}f|kha{1,2}li)[_ ]*(?:karo|table)(?:[_ ]*table)?": "delete from",
|
|
1532
1524
|
"agar": "if",
|
|
1533
1525
|
"na(?:hi)?(?= moj(?:u|oo)d)": "not",
|
|
1534
1526
|
"tor": "as",
|
|
1535
1527
|
"sath": "with",
|
|
1528
|
+
"inhe|vals?": "values",
|
|
1536
1529
|
# sequence matters
|
|
1537
1530
|
"moj(?:u|oo)d": "exists",
|
|
1538
1531
|
# data types
|
|
@@ -1555,7 +1548,7 @@ def translate_for_sql(text: str) -> str:
|
|
|
1555
1548
|
for k, v in dictionary.items():
|
|
1556
1549
|
translation = replacei(translation, fr"\b{k}\b", v)
|
|
1557
1550
|
translation = replacei(translation, r"(?<table_name>(?<!\w)`?[A-Za-z_]\w*`?) me[_ ]?se\b", "from ${table_name}")
|
|
1558
|
-
translation = replacei(translation, r"\b(?:
|
|
1551
|
+
translation = replacei(translation, r"\b(?:a(?:uto)?|khud)[_ ]*(?:\+|barh(?:ti|e))(?!\w)", "autoincrement")
|
|
1559
1552
|
translation = replacei(translation, r" \b(not null)\?(?!\w)", "")
|
|
1560
1553
|
translation = replacei(translation, r" *\| *(?<defaultval>\w*)\b", " default ${defaultval}")
|
|
1561
1554
|
translation = replacei(translation, r"\b(?<dropping_this_to_prvt_a_lgcl_err>default false) (?<instead_keeping>(?:not null )?default [A-Za-z_]\w*)\b", "$instead_keeping")
|
|
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
|
|
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
|
|
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
|