This repository provides functions to work Python objects, dictionaries, and JSON
- clean_dict.py : Clean a dictionary by removing keys with empty values (
None,[],""). Recursively clean nested dictionaries and lists - serializers.py : Provides functions to
convert Python objects to dictionaries, omitting specified attributes and applying custom modifications to the keys and attribute values.
more are comming soon...
NOTE: pythonv3.x is required: **see each funcion requirement separately.
We welcome contributions from the community! If you have ideas for new features, improvements, or bug fixes, please feel free to open an issue or submit a pull request. Let's make EASY & LITE python's helpers even better together!
Made with contrib.rocks.