KL-Py 0.4.3__tar.gz → 0.4.4__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.4.3 → kl_py-0.4.4}/PKG-INFO +1 -1
- {kl_py-0.4.3 → kl_py-0.4.4}/pyproject.toml +1 -1
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/KL_Py.py +114 -16
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_custom_sqlite.py +3 -1
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_translate.py +4 -2
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_web_translate.py +1 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py.egg-info/PKG-INFO +1 -1
- {kl_py-0.4.3 → kl_py-0.4.4}/LICENSE +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/README.md +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/setup.cfg +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/_utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/base.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/button.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/calendar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/canvas.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/checkbox.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/column.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/combo.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/error.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/frame.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/graph.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/helpers.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/image.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/input.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/list_box.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/menu.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/multiline.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/option_menu.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/pane.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/progress_bar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/radio.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/separator.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/sizegrip.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/slider.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/spin.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/status_bar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/stretch.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/tab.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/table.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/text.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/elements/tree.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/themes.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/tray.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/FreeSimpleGUI/window.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_custom_pandas.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_custom_turtle.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_error_classes.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_filepaths.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/_klang_builtins.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/automl.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/dnd/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/drag_and_drop/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/export/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/fsgdnd/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/fsgui/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/_utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/base.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/button.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/calendar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/canvas.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/center.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/checkbox.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/column.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/combo.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/error.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/frame.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/graph.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/helpers.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/image.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/input.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/list_box.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/menu.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/multiline.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/option_menu.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/pane.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/progress_bar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/radio.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/separator.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/sizegrip.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/slider.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/spin.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/status_bar.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/stretch.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/tab.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/table.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/text.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/elements/tree.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/replace.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/tray.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/hindGui/window.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/k2exe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kexe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/kl2exe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klang2exe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klangexe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/klexe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/ml.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/np/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pd/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/plt/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/psgui/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/px/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pyexe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/pysgdnd/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/__version__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/_internal_utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/adapters.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/api.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/auth.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/certifi/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/certifi/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/certifi/core.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/certifi/py.typed +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/certs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/api.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/cd.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/cli/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/cli/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/constant.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/legacy.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/md.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/models.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/py.typed +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/charset_normalizer/version.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/compat.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/cookies.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/exceptions.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/help.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/hooks.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/codec.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/compat.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/core.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/idnadata.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/intranges.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/package_data.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/py.typed +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/idna/uts46data.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/models.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/packages.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/sessions.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/status_codes.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/structures.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/_base_connection.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/_collections.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/_request_methods.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/_version.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/connection.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/connectionpool.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/emscripten/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/emscripten/connection.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/emscripten/fetch.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/emscripten/request.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/emscripten/response.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/pyopenssl.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/contrib/socks.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/exceptions.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/fields.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/filepost.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/http2/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/http2/connection.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/http2/probe.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/poolmanager.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/py.typed +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/response.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/connection.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/proxy.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/request.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/response.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/retry.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/ssl_.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/ssl_match_hostname.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/ssltransport.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/timeout.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/url.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/util.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/urllib3/util/wait.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/requests/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/sb/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/sk/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/sns/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/__init__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/__main__.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/config.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/dialogs.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/packaging.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/shims.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/ui.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/utils.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/toexe/validation.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py/when.py +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py.egg-info/SOURCES.txt +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py.egg-info/dependency_links.txt +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py.egg-info/requires.txt +0 -0
- {kl_py-0.4.3 → kl_py-0.4.4}/src/KL_Py.egg-info/top_level.txt +0 -0
|
@@ -496,37 +496,135 @@ def rand_range(start: int = 9, stop: int|None = None) -> list[int]:
|
|
|
496
496
|
if start == 0:
|
|
497
497
|
return []
|
|
498
498
|
length = abs(start)
|
|
499
|
-
return [
|
|
499
|
+
return [
|
|
500
|
+
rand_int(
|
|
501
|
+
0,
|
|
502
|
+
start+1\
|
|
503
|
+
if start > 0\
|
|
504
|
+
else start-1
|
|
505
|
+
)\
|
|
506
|
+
for _ in range(
|
|
507
|
+
length
|
|
508
|
+
)
|
|
509
|
+
]
|
|
500
510
|
else:
|
|
501
511
|
if not isinstance(stop, int):
|
|
502
512
|
stop = 9
|
|
503
513
|
if stop < start:
|
|
504
514
|
start, stop = stop, start
|
|
505
|
-
length = abs(
|
|
515
|
+
length = abs(start)
|
|
506
516
|
if start == stop:
|
|
507
517
|
return [start] * length # or handle this case differently
|
|
508
|
-
return [
|
|
518
|
+
return [
|
|
519
|
+
rand_int(start, stop)\
|
|
520
|
+
for _ in range(length)
|
|
521
|
+
]
|
|
509
522
|
randrange = rand_range
|
|
523
|
+
def randphone(cc: str = "92", n=1) -> str:
|
|
524
|
+
if not isinstance(
|
|
525
|
+
n,
|
|
526
|
+
int
|
|
527
|
+
):
|
|
528
|
+
n = 1
|
|
529
|
+
n = abs(
|
|
530
|
+
n
|
|
531
|
+
)
|
|
532
|
+
DEFAULT_CC: Final[str] = "92"
|
|
533
|
+
if isinstance(cc, int):
|
|
534
|
+
cc = str(
|
|
535
|
+
abs(
|
|
536
|
+
cc
|
|
537
|
+
)
|
|
538
|
+
)
|
|
539
|
+
if not isinstance(
|
|
540
|
+
cc,
|
|
541
|
+
str
|
|
542
|
+
):
|
|
543
|
+
cc = DEFAULT_CC
|
|
544
|
+
cc = cc\
|
|
545
|
+
.strip()\
|
|
546
|
+
.strip("+ ")
|
|
547
|
+
if cc == "0":
|
|
548
|
+
cc = DEFAULT_CC
|
|
549
|
+
results: list[
|
|
550
|
+
str
|
|
551
|
+
] = []
|
|
552
|
+
for _ in range(n):
|
|
553
|
+
num: str = f"+{cc}"
|
|
554
|
+
if cc == "92":
|
|
555
|
+
num += "3"
|
|
556
|
+
else:
|
|
557
|
+
num += str(
|
|
558
|
+
random\
|
|
559
|
+
.randint(
|
|
560
|
+
0,
|
|
561
|
+
9
|
|
562
|
+
)
|
|
563
|
+
)
|
|
564
|
+
num += "".join(
|
|
565
|
+
[
|
|
566
|
+
str(n)\
|
|
567
|
+
for n in [
|
|
568
|
+
random.randint(
|
|
569
|
+
0,
|
|
570
|
+
9
|
|
571
|
+
)\
|
|
572
|
+
for _\
|
|
573
|
+
in range(9)
|
|
574
|
+
]
|
|
575
|
+
]
|
|
576
|
+
)
|
|
577
|
+
results.append(
|
|
578
|
+
num
|
|
579
|
+
)
|
|
580
|
+
if len(results) == 1:
|
|
581
|
+
return results[0]
|
|
582
|
+
return results
|
|
583
|
+
random_phone_number =\
|
|
584
|
+
random_phone =\
|
|
585
|
+
randomphone =\
|
|
586
|
+
rand_phone =\
|
|
587
|
+
randphone
|
|
510
588
|
def rand_str(length: int = 16) -> str:
|
|
511
|
-
if not isinstance(
|
|
512
|
-
length
|
|
513
|
-
|
|
514
|
-
|
|
589
|
+
if not isinstance(
|
|
590
|
+
length,
|
|
591
|
+
int
|
|
592
|
+
):
|
|
593
|
+
length = 16
|
|
594
|
+
if length < 1:
|
|
595
|
+
length = 1
|
|
515
596
|
chars: str = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+=_"
|
|
516
597
|
return_value: str = ""
|
|
517
|
-
for
|
|
518
|
-
return_value += chars[
|
|
598
|
+
for _ in range(length):
|
|
599
|
+
return_value += chars[
|
|
600
|
+
randint(
|
|
601
|
+
0,
|
|
602
|
+
len(
|
|
603
|
+
chars
|
|
604
|
+
) - 1
|
|
605
|
+
)
|
|
606
|
+
]
|
|
519
607
|
return return_value
|
|
520
608
|
randstr = rand_str
|
|
521
609
|
def rand_hex(length: int = 16) -> str:
|
|
522
|
-
if not isinstance(
|
|
523
|
-
length
|
|
524
|
-
|
|
525
|
-
|
|
610
|
+
if not isinstance(
|
|
611
|
+
length,
|
|
612
|
+
int
|
|
613
|
+
):
|
|
614
|
+
length = 16
|
|
615
|
+
if length < 1:
|
|
616
|
+
length = 1
|
|
526
617
|
chars: str = "0123456789abcdef"
|
|
527
618
|
return_value: str = ""
|
|
528
|
-
|
|
529
|
-
return_value += chars[
|
|
619
|
+
for _ in range(length):
|
|
620
|
+
return_value += chars[
|
|
621
|
+
randint(
|
|
622
|
+
0,
|
|
623
|
+
len(
|
|
624
|
+
chars
|
|
625
|
+
) - 1
|
|
626
|
+
)
|
|
627
|
+
]
|
|
530
628
|
return return_value
|
|
531
629
|
randhex = rand_hex
|
|
532
630
|
def rand_uuid() -> str:
|
|
@@ -7104,5 +7202,5 @@ if __name__ == "__main__":
|
|
|
7104
7202
|
print(Flt(" 4.3e5 t hee e "))
|
|
7105
7203
|
print(countries)
|
|
7106
7204
|
print(Int("400.5e-1"))
|
|
7107
|
-
|
|
7205
|
+
|
|
7108
7206
|
|
|
@@ -41,7 +41,7 @@ class SQL:
|
|
|
41
41
|
if filename is not None\
|
|
42
42
|
else "test"
|
|
43
43
|
if re.search(
|
|
44
|
-
"\:(?:[Rr]am|[Mm]emory)\:",
|
|
44
|
+
r"\:(?:[Rr]am|[Mm]emory)\:",
|
|
45
45
|
filename,
|
|
46
46
|
flags=re.IGNORECASE
|
|
47
47
|
):
|
|
@@ -107,6 +107,7 @@ class SQL:
|
|
|
107
107
|
max_=None,
|
|
108
108
|
only=None,
|
|
109
109
|
sirf=None,
|
|
110
|
+
bas=None,
|
|
110
111
|
chuno=None,
|
|
111
112
|
limit=None,
|
|
112
113
|
n=None,
|
|
@@ -128,6 +129,7 @@ class SQL:
|
|
|
128
129
|
or max_\
|
|
129
130
|
or only\
|
|
130
131
|
or sirf\
|
|
132
|
+
or bas\
|
|
131
133
|
or chuno\
|
|
132
134
|
or limit\
|
|
133
135
|
or n\
|
|
@@ -1576,7 +1576,7 @@ def translate_for_sql(text: str) -> str:
|
|
|
1576
1576
|
r"darmya{1,2}n|b(?:i|ee)ch": "into",
|
|
1577
1577
|
r"sab(?:[_ ]?kuch)?": "*",
|
|
1578
1578
|
r"jaha{1,2}n?": "where",
|
|
1579
|
-
r"sirf(?= \d)": "limit",
|
|
1579
|
+
r"(?:sirf|bas)(?= \d)": "limit",
|
|
1580
1580
|
r'bar[ai](?: he)?[_ ]ya[_ ]ba?ra{0,2}ba?r(?: he)?': '>=',
|
|
1581
1581
|
r'chot[ai](?: he)?[_ ]ya[_ ]ba?ra{0,2}ba?r(?: he)?': '<=',
|
|
1582
1582
|
r'bar[ai](?: he)?': '>',
|
|
@@ -1619,7 +1619,7 @@ def translate_for_sql(text: str) -> str:
|
|
|
1619
1619
|
r"bint(?: not null)?": "bigint not null",
|
|
1620
1620
|
r"int(?: not null)?": "integer not null",
|
|
1621
1621
|
r"(?:fl(?:oa)?t|nr)(?: not null)?": "real not null",
|
|
1622
|
-
r"(?:bool
|
|
1622
|
+
r"(?:bool(?:ean)?|ha{1,2}l)(?: not null)?": "integer default 0 not null",
|
|
1623
1623
|
r"[Ss]ach|[Hh]an|True": "true",
|
|
1624
1624
|
r"[Jj]hoot|Nah?|False|nahi(?= *[,\)])": "false",
|
|
1625
1625
|
# keep unchanged
|
|
@@ -2254,6 +2254,8 @@ x dafa= 4
|
|
|
2254
2254
|
"""
|
|
2255
2255
|
)
|
|
2256
2256
|
)
|
|
2257
|
+
print(translate_for_react)
|
|
2258
|
+
|
|
2257
2259
|
|
|
2258
2260
|
|
|
2259
2261
|
if __name__ == "__main__":
|
|
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
|