Metadata-Version: 1.2
Name: flat-file-gdpr-anonymiser
Version: 0.1.1
Summary: Flat File GDPR Anonymiser anonymises data in any input file using an encoding key and informed consent list.
Home-page: https://github.com/yForecasting/flat_file_gdpr_anonymiser
Author: Yves R. Sagaert
Author-email: yves.r.sagaert@pm.me
License: GNU GPLv3
Description: This package Flat File GDPR Anonymiser can anonymise different input files such as CSV, json, XML, ... It handles the files to read/write as a flat file. In line with the GDPR legislation, the required fields are anonimised, so that any further tracking of the subjects is prevented. The key of this anonimisation process is provided in a separate file (CSV) and should be securely stored afterwards. In line with GDPR, only records with informed consent are retained. The approval of consent can be provided in a separate CSV file. The use of this package does not guarantee GDPR compliance. This package performs only the steps described above.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
