Python library for data minimization tools.
pip install data-minimization-tools
See on PyPi.
Feel free to contribute. To install from source run pip install .
.
Run tests by executing tests/test_app.py
.
The following functionality is being tested:
- The
reduce_to_media
function - The
reduce_to_nearest_value
function - The
drop_keys
function - The implementation of the cvdi package (the
anonymoze_journey
function) both from a fitfile or from directly provisioned data.