Metadata-Version: 2.1
Name: flat-file-gdpr-anonymiser
Version: 0.1.2
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/grafton
Author: Yves R. Sagaert
Author-email: yves.r.sagaert@pm.me
License: GNU GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
License-File: LICENSE

This package is discontinued and is tranfserred to grafton. Please use grafton instead ... ... ... 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.

