**Release Date**: November 10, 2024
The `config2class` library, designed for Python developers managing complex configuration files, introduces several new features in version 0.2.1. This release focuses on improving flexibility in config handling, automating code generation, and adding utilities for service management.
---
New Features
- **Automatic Config Code Generation**:
A new service to automate the generation of configuration code based on existing config files. This feature streamlines the setup process by allowing developers to generate config-based code automatically, reducing manual coding.
- **Service Utilities**:
Introduced helper functions for managing services effectively. The following commands are now available:
- `start-service`: start a service from config file to python code
- `stop`: Stop a running service.
- `stop-all`: Stop all active services.
- `list-services`: List all currently available services.
These utilities provide easier control over services, enabling developers to manage resources more efficiently.
- **Token-Based Value Replacement in Config Files**:
A flexible new feature for token-based value replacement within configuration files. This addition allows developers to specify tokens within their config, which can be replaced with actual values at runtime, providing greater adaptability in dynamic environments.
- **Load Config as Class Method**:
Config files can now be loaded directly into class methods, allowing for a more structured and object-oriented approach to managing configuration data.
---
Enhancements
- **Expanded Documentation**:
Comprehensive documentation has been added for the new features, covering setup, usage, and examples to ensure a smooth onboarding process.
- **Additional Tests**:
Unit tests have been expanded to cover all new functionalities, enhancing the reliability and stability of the library.
---
**Note**: While this version does not include specific bug fixes, future releases will continue to build on feedback and performance improvements.
---
Thank you for using `config2class`! Your feedback is invaluable as we continue to make configuration management easier and more robust for Python developers.