2 Commits

Author SHA1 Message Date
5bd10d222e Add environment management classes and casting functions
- Introduced `Environment`, `EnvShared`, and `TestEnv` classes for managing environment variables.
- Added casting functions for various data types in a new `cast.py` module.
- Updated README with usage examples and class descriptions.
2026-01-04 18:27:57 +01:00
24a30cb0a4 Add initial project files including .gitignore, README, and setup script
- Created .gitignore to exclude build artifacts, Python bytecode, and environment files.
- Added README.md with project description, features, use cases, and examples.
- Implemented Environment class for managing environment variables with mode support.
- Defined casting functions for various data types.
- Established setup.py for package distribution.
2026-01-04 17:51:43 +01:00