Skip to main content

A lightweight Python library for anonymizing and pseudonymizing tabular data.

Project description

Aindo Anonymize

PyPI release PyPI pyversions PyPI - License

Aindo Anonymize is a lightweight Python library that provides various pseudonymization techniques for anonymizing tabular data.

Quick start

Install

pip install aindo-anonymize

Start anonymizing

Initialize the desired anonymization technique class, set its options, and apply the anonymize method to your data.

import pandas as pd
from aindo.anonymize.techniques import CharacterMasking

col = pd.Series(["John", "Mark", "Lucy", "Alice"])
masking = CharacterMasking(starting_direction="right", mask_length=2)

masking.anonymize_column(col)
# 0     Jo**
# 1     Ma**
# 2     Lu**
# 3    Ali**
# dtype: object

Help

Check the documentation for more details.

Contributing

For instructions on setting up a development environment and how to make a contribution, refer to Contributing to Aindo Anonymize.

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

aindo_anonymize-1.1.2.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aindo_anonymize-1.1.2-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file aindo_anonymize-1.1.2.tar.gz.

File metadata

  • Download URL: aindo_anonymize-1.1.2.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aindo_anonymize-1.1.2.tar.gz
Algorithm Hash digest
SHA256 192c8217f2e52778732412642ca11a234de2a4caee1b47c65ad66fa12e503518
MD5 9078f192f9ac953328307d2cc0b09757
BLAKE2b-256 0cfb7384bc7ad476d3b761204744833aa1ffc0437cacd1518c7ba9896b3a487f

See more details on using hashes here.

Provenance

The following attestation bundles were made for aindo_anonymize-1.1.2.tar.gz:

Publisher: publish.yml on aindo-com/aindo-anonymize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aindo_anonymize-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for aindo_anonymize-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ca685c9abb652b33699054a9508dd31fe7d84bc86cfd9449dc1a38da5cc46c82
MD5 53bb6ee7c9be3e535d6a1beed3bb8b6e
BLAKE2b-256 b5319469f8a97bc6ad730f45435d05b08a2af0c91afb804bcc141a3fc18d206d

See more details on using hashes here.

Provenance

The following attestation bundles were made for aindo_anonymize-1.1.2-py3-none-any.whl:

Publisher: publish.yml on aindo-com/aindo-anonymize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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