feat: dict-mapper lib
transforms the structure of a dictionary based on a given set of transformation rules
Showing
.gitignore
0 → 100644
poetry.lock
0 → 100644
pyproject.toml
0 → 100644
src/dict_mapper/__init__.py
0 → 100644
src/dict_mapper/mapping.py
0 → 100644
tests/__init__.py
0 → 100644
tests/test_mapping.py
0 → 100644
Please register or sign in to comment