Pkonfig

Latest version: v2.0.0

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

Scan your dependencies

Page 1 of 2

2.0.0

Added

- Automate compatibility tests in Python

Changed

- Pass storage to the embedded config attributes during initialization
- Simplifies config `Field` validation and casting flow
- Restructures package internal structure
- Improves unit tests
- Flatten multilevel storage during initialization
- Set type variable for `Field` children based on the returning type
- `Bool` field respects truthy strings like: "1", "Y", "T", "yes", "+" and `1` or `True`
- Import built-in **tomli** package for Python >= 3.11

Removed

- `TypeMapper`
- Metaclass for `Config` creation
- `no_cache` flag
- class-level `Config` attributes won't be converted to `Fields` based on typing or default values;
`Field` should be explicitly used whenever config attribute is defined
- `DebugFlag` field to use just `Bool` instead
- Drop maintenance for Python < 3.9

1.2.0

Added

- `DebuFlag` Field type
- env and dotenv storages now accept any key-value pairs if prefix is None

1.1.2

Fixed

- Fixes issue with empty line parsing in dotenv files.

1.1.1

Added

- Adds installation and quickstart sections

Changed

- Improves alias section docs

Removed

- Remove empty sections from CHANGELOG, they occupy too much space and
create too much noise in the file. People will have to assume that the
missing sections were intentionally left out because they contained no
notable changes.

1.1.0

Changed

- Embedded config respects default values

1.0.1

Changed

- Adds badges indicating PyPi downloads, Python versions, Licence

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.