kororo/conff

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Logs

## 0.5.0
- Add Parser class
- Implement T3: simpleeval options
- Add options to extend structure in template
- Integrate with Jinja2, template in JSON/YAML as string or file then covert back to object
- Add more tests
- Update readme to latest protocol

## 0.4.2
- Add support 3.5
- Add more examples and tests
- Expose more functions for encryption

## 0.3.3
- Drop 2.8, 3.0, 3.1, 3.2, 3.3, 3.4 due to Python EOL versions

## 0.3.2
- Update documentation

## 0.3.0
- Change readme to rst format
- Add tox
- fix error on the setup.py
- Add pyyaml requirement
- Drop python 2.7, 3.5
- Update documentation
- Add travis

## 0.1.0
- Added ``conff``
- Initial state