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.4.tar.gz (16.6 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.4-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aindo_anonymize-1.1.4.tar.gz
Algorithm Hash digest
SHA256 825b03e180f5a35ab48915dc5ff2daefca6d5f73f5c688a0a0a740cf2e4adca8
MD5 d9632c6fe2567dd32259a368ebcdc39b
BLAKE2b-256 59254c95228598d9326745125b1c9ba97b5774d36649dea15008af9d92c7c222

See more details on using hashes here.

Provenance

The following attestation bundles were made for aindo_anonymize-1.1.4.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.4-py3-none-any.whl.

File metadata

File hashes

Hashes for aindo_anonymize-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 47fbab3dd486e3c4d45c4c7dba0a4b7a94cf506c877a966e096302069ec3378a
MD5 0fe3c1147dbb55a1bc436ddd78fefbb1
BLAKE2b-256 bf2f80c5d6bcf1c67cbe607fc948b78cd4b20a076f101d4dba217718d1385df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for aindo_anonymize-1.1.4-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