Pluggable framework for personal data compliance (LGPD/GDPR)
Project description
PrivacySchema
Pluggable framework for anonymization, consent, retention, and access to personal data (LGPD/GDPR).
Purpose
Facilitate the implementation of sensitive data compliance in different languages (Node.js, Python, JS via CDN).
Usage examples
// JavaScript/Node.js
const privacy = require('privacyschema');
privacy.validate(user_data);
privacy.mask('cpf', '123.456.789-00');
# Python
from privacyschema import privacy
privacy.validate(user_data)
privacy.mask('cpf', '123.456.789-00')
Installation
Node.js
npm install privacyschema
Python
pip install privacyschema
CDN
<script src="https://cdn.jsdelivr.net/npm/privacyschema"></script>
Contributing
See CONTRIBUTING.md.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
privacyschema-0.1.1.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file privacyschema-0.1.1.tar.gz.
File metadata
- Download URL: privacyschema-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bba7c70c0a4d28031981cb44c6b7c12995063c0e07ea4ed41e80a7769b7e713b
|
|
| MD5 |
c32eb535de8e90c21ff259a0b45a874e
|
|
| BLAKE2b-256 |
232648f554b2914724edeb04f74462a4456cfd6065a601d13accfadbbb2b6f8c
|
File details
Details for the file privacyschema-0.1.1-py3-none-any.whl.
File metadata
- Download URL: privacyschema-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b4ffb227bef9e40b29621aa79eff5cca0dc0d22794a8d611324b45e5424561
|
|
| MD5 |
cb1bed5e49160aadd863e061f80a95af
|
|
| BLAKE2b-256 |
60b7d112e0ebb5fd27a6ff0b0c97bee244409fbdec21bf4820a073c17f5687eb
|