Commit Graph

14 Commits

Author SHA1 Message Date
jakob.scheid f3dd768446 Bug fix: jeb_utils.utils.is_valid_host returned None instead of False if the host is not valid 2026-04-04 16:28:27 +02:00
jakob.scheid bf8423d762 Fatal bug fix: typing.Union in jeb_utils.utils was used but not imported 2026-04-02 16:18:21 +02:00
jakob.scheid 55d3eb8fab Make library backward compatible: use typing.Union instead of the | operator 2026-04-02 14:28:26 +02:00
jakob.scheid d88b7228fc Update type hint Sequence in jeb_utils.utils.find_nearest_lower_number to Sequence[int | float] 2026-04-02 14:24:23 +02:00
jakob.scheid 2395691e5c Add support for signed=True in jeb_utils.utils.int_to_bytes 2026-04-02 13:39:26 +02:00
jakob.scheid 372bcc0463 Bug fix: is_valid_host, is_valid_port and validate_address_port in jeb_utils.utils were not included in __all__ 2026-04-02 13:08:29 +02:00
jakob.scheid 867e9a9c0c Bug fix: jeb_utils.utils.is_number could return True even if the base is 0 which is mathematically incorrect. 2026-04-02 12:48:18 +02:00
jakob.scheid f89b6445ff Added feature for validating addresses 2026-02-28 03:07:33 +01:00
jakob.scheid 6a2df148ec Removed all the functions and classes that are now in jeb-server-utils, updated index URL 2026-02-28 02:18:03 +01:00
jakob.scheid baa58ff831 Fixed a bug 2026-02-22 21:49:14 +01:00
jakob.scheid 9d106abd9e Fix of a bug in jeb_utils.jeb_utils.validate_topic_name 2026-02-21 14:24:50 +01:00
jakob.scheid 24a0850f55 geändert: README.md
geändert:       pyproject.toml
	geändert:       src/jeb_utils/jeb_utils.py
2026-02-19 18:18:51 +01:00
jakob.scheid 72de06e531 geändert: README.md
geändert:       pyproject.toml
	geändert:       src/jeb_utils/jeb_utils.py
2026-02-19 17:21:17 +01:00
jakob.scheid a0036b6767 neue Datei: .gitignore
neue Datei:     README.md
	neue Datei:     pyproject.toml
	neue Datei:     src/jeb_utils/__init__.py
	neue Datei:     src/jeb_utils/auth_utils.py
	neue Datei:     src/jeb_utils/crypto_utils.py
	neue Datei:     src/jeb_utils/exceptions.py
	neue Datei:     src/jeb_utils/jeb_utils.py
	neue Datei:     src/jeb_utils/jebp_utils.py
	neue Datei:     src/jeb_utils/utils.py
2026-02-19 17:03:49 +01:00