Metadata-Version: 2.1
Name: obfsc8
Version: 0.0.1
Summary: Enables the easy obfuscation of Personally Identifiable Information (PII) within CSV files
Project-URL: Homepage, https://github.com/jambent/gdpr_obfuscator
Project-URL: Changelog, https://github.com/jambent/gdpr_obfuscator/releases
Project-URL: Issues, https://github.com/jambent/gdpr_obfuscator/issues
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: polars

## obfsc8: Obfuscate CSV file data within Amazon S3
**obfsc8** provides a simple way to obfuscate specific fields within CSV files that are stored in the Amazon S3 service.
Designed to be used within Amazon Lambda, EC2 and ECS services, **obfsc8** returns a bytes object of the obfuscated file data that
can be easily processed, for example by the boto3 S3.Client.put_object function.


## Setup
Install the latest version of obfsc8 with:
```
pip install obfsc8
```
