Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sensitive_data_validator-0.2.3.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

sensitive_data_validator-0.2.3-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file sensitive_data_validator-0.2.3.tar.gz.

File metadata

File hashes

Hashes for sensitive_data_validator-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e12ba96211b51f34b848ea6c5757d42284542bd5de6c68a611c64cd9134d00a1
MD5 dec6d4d3b3759d8f8461cd7923e4b51b
BLAKE2b-256 0f4d63102da6b9589425bf142f1db849e6bae2a77d7a6f56dde416bb36a76e0b

See more details on using hashes here.

File details

Details for the file sensitive_data_validator-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for sensitive_data_validator-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a7d78b9ae37cecae34834a61eb5f4057ceb32bf15976add00b27e409328e4560
MD5 72da46f2f83b00a3e7797a85e1a707a2
BLAKE2b-256 c6c7ffb3b3bf00d7286ea487f9eeeedf76fc42460904ed1886aceadffd33e823

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page