Simple-settings

Latest version: v1.2.0

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

Scan your dependencies

Page 4 of 4

0.3.1

- Avoid to load python modules (as settings) in python files (with this, fix `deepcopy` bug in `as_dict()` method)[https://github.com/drgarcia1986/simple-settings/issues/14]

0.3.0

- Deepcopy in `as_dict` method to anticipate unexpected changes.
- Special Settings Behaviors.
- Override settings values by environment.
- Required settings validation.
- Remove default behavior of override settings values by environment (now it's a special settings).
- Settings Stub (useful for tests)
- Change bahavior of settings `__getattr__` (before may raise `KeyError` if simple-settings do not locate the setting, now raise `AttributeError`)

0.2.0

- Load multiple settings separated by comma (like a pipeline).
- Load settings of _cfg_ files.
- Filter python module attributes to read only user settings [https://github.com/drgarcia1986/simple-settings/issues/9].

0.1.1

- Fix `parser_args error` if using simple-settings with others command line arguments [https://github.com/drgarcia1986/simple-settings/issues/3]

0.1.0

First Release :tada:

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.