Typed-configparser

Latest version: v1.1.0

Safety actively analyzes 626071 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.0

What's Changed

New Features:
- Add support for dataclass field level init. (bug 10)
- Add support for __post_init__ method. (bug 10)
- Add support for InitVar. You can now send initial values to be used in __post_init__ method using `init_var` keyword argument to `parse_section` method. Read more about InitVar [here](https://docs.python.org/3/library/dataclasses.html#init-only-variables).

Bug Fixes and Internal Cleanup:
- Fixed issue 9 where `from __future__ import annotations` was breaking the code.
- Re-written some internal code to use dataclasses in "proper" way instead using hacky workarounds.
- Added a few tests related to above new features.

1.0.2

Bump version to 1.0.2 and minor fixes.

1.0.1

Minor changes in PyPI package

1.0.0

What's Changed
* Added pre-commit, updated readme etc. by ajatkj in https://github.com/ajatkj/typed_configparser/pull/1


**Full Changelog**: https://github.com/ajatkj/typed_configparser/commits/1.0.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.