Confjson

Latest version: v1.3.0

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

Scan your dependencies

1.3.0

* Made filenames of both user.config.json and default.config.json configurable.
* Added `use_placeholders` argument to Config class. When True, doesn't raise KeyError on attempted access to a nonexistent key, instead returning a placeholder. Assignments of keys to a placeholder will propagate up through the hierarchy and add real dicts as needed.

1.2.2

Added `keys`, `get` and `__contains__` to `ConfigItemProxy` to fix a few problems caused by 1.2.1.

1.2.1

* Enable mixed dict and attribute style access.

1.2.0

- Added attribute-style access to config items.

1.1.0

- Improved handling of nested dicts.
- Added a check to prevent insertion of JSON-incompatible values.
- Made the tests more black-boxish to facilitate upcoming changes to the package internals.

1.0.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.