A package to validate sensitive data in various file formats.
Project description
Sensitive Data Validator
A package to validate sensitive data in various file formats.
Installation
You can install the package using pip:
pip install sensitive_data_validator
Example code:
from sensitive_data_validator import SensitiveAPI
# Exemplo de uso com personalização de campos
api = SensitiveAPI(fields_to_check=['BRAZIL_PERSONAL_ID', 'EMAIL'])
result = api.file_check('example.json', filetype='json')
print(result)
# Exemplo de uso sem personalização de campos (verificando todos os campos)
api = SensitiveAPI()
result = api.file_check('example.json', filetype='json')
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 sensitive_data_validator-0.2.3.tar.gz.
File metadata
- Download URL: sensitive_data_validator-0.2.3.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e12ba96211b51f34b848ea6c5757d42284542bd5de6c68a611c64cd9134d00a1
|
|
| MD5 |
dec6d4d3b3759d8f8461cd7923e4b51b
|
|
| BLAKE2b-256 |
0f4d63102da6b9589425bf142f1db849e6bae2a77d7a6f56dde416bb36a76e0b
|
File details
Details for the file sensitive_data_validator-0.2.3-py3-none-any.whl.
File metadata
- Download URL: sensitive_data_validator-0.2.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7d78b9ae37cecae34834a61eb5f4057ceb32bf15976add00b27e409328e4560
|
|
| MD5 |
72da46f2f83b00a3e7797a85e1a707a2
|
|
| BLAKE2b-256 |
c6c7ffb3b3bf00d7286ea487f9eeeedf76fc42460904ed1886aceadffd33e823
|