Commit Graph

29 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 5abaa71b27 Add tests for jeb_utils.utils.is_valid_host 2026-04-04 16:27:14 +02:00
jakob.scheid 560241179a Add tests for jeb_utils.utils.test_is_valid_host 2026-04-04 16:24:22 +02:00
jakob.scheid 89eacfdbcb Add tests for jeb_utils.utils.find_nearest_lower_number 2026-04-04 15:57:39 +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 c5ba3855b5 Add tests for jeb_utils.utils.get_next_lower_integer_multiple 2026-04-02 14:21:32 +02:00
jakob.scheid 91696ad034 Add tests for jeb_utils.utils.byte_to_bits 2026-04-02 14:11:25 +02:00
jakob.scheid 33e6f0adb9 Add tests for jeb_utils.utils.bits_to_byte 2026-04-02 13:49:47 +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 cee1fb2758 Add tests for jeb_utils.utils.int_to_bytes 2026-04-02 13:38:59 +02:00
jakob.scheid 4656874334 Add tests for jeb_utils.utils.is_number 2026-04-02 13:11:01 +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 32ed782fef Add tests for jebp_utils 2026-04-02 12:34:21 +02:00
jakob.scheid b12555d883 Updated licenses 2026-03-09 18:33:42 +01:00
jakob.scheid f89b6445ff Added feature for validating addresses 2026-02-28 03:07:33 +01:00
jakob.scheid 2ab4cfce4e Fixed bug in the deployment script 2026-02-28 02:21:32 +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 84c300ad60 Updated deployment script 2026-02-23 22:41:25 +01:00
jakob.scheid 2f467a4128 Fixed license error 2026-02-23 22:37:13 +01:00
jakob.scheid 8a21c2e4f0 Added a deploy script 2026-02-22 21:49:49 +01:00
jakob.scheid baa58ff831 Fixed a bug 2026-02-22 21:49:14 +01:00
jakob.scheid 2c23f59f7c Added project license and license notices at the beginnings of the files. 2026-02-21 23:20:02 +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