17 Commits

Author SHA1 Message Date
Dominik Krenn
83c90879f1 feat: implement Chainable class with chaining support and custom exceptions 2025-09-26 12:03:20 +02:00
Dominik Krenn
07979575b3 fix: update use_env method to use cls parameter for better class method definition 2025-09-24 11:23:00 +02:00
Dominik Krenn
4e1d9cd620 fix: update Environment initialization in Explainable class and clean up test imports 2025-09-24 11:13:40 +02:00
Dominik Krenn
12c078cd72 feat: add Explainable class for AI-powered code explanations and examples in README.md
chore: update version to 0.3.1 and add OpenAI dependency in setup.py
2025-09-24 11:06:22 +02:00
Dominik Krenn
b965f6e64a chore: update version to 0.3.0 in setup.py and __init__.py 2025-09-23 07:54:18 +02:00
Dominik Krenn
9129fabe03 removed stultus out of the module it be a standalone 2025-09-23 07:53:44 +02:00
7517480cf9 feat: expand stultus module with additional logic, math, and data structure operations 2025-07-12 20:16:03 +02:00
f24b21d9f3 feat: implement stultus module with logic-as-a-service, including operators and custom exceptions 2025-07-12 17:28:42 +02:00
fb0463f5c3 fix: replace RuntimeError with StultusUnavailable exception for better error handling 2025-07-12 16:32:42 +02:00
9b73e9150b feat: update version to 0.2.5 and add stultus module for external API interactions 2025-07-12 16:27:16 +02:00
76c1a2b67f feat: add custom exception for missing environment variables 2025-07-05 17:35:56 +02:00
Dominik Krenn
1e700a485d docs: enhance README.md with detailed examples and features for environment loader
fix: update version to 0.2.2 in setup.py
feat: import json in env.py for future enhancements
2025-07-01 10:19:59 +02:00
Dominik Krenn
be769153b3 feat: add casting functions for environment variable types 2025-07-01 10:09:38 +02:00
Dominik Krenn
fa1f4df594 refactor: remove debug print statements from Environment and test files 2025-07-01 09:42:39 +02:00
Dominik Krenn
1296c118d3 feat: add Environment class for managing environment variables with support for different modes 2025-07-01 09:39:40 +02:00
Dominik Krenn
612bce4907 refactor: remove unused functions and update add function type hints
bump version to 0.1.1 and clean up setup.py classifiers
2025-06-30 11:07:46 +02:00
Dominik Krenn
4b86e74335 rename project from chipi to multinut and add initial functions 2025-06-30 10:42:30 +02:00