Metadata-Version: 2.1
Name: pypantera
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/Kekkodf/pypantera
Author: Francesco L. De Faveri
Author-email: francescoluigi.defaveri@phd.unipd.it
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Kekkodf/pypantera/issues
Project-URL: Source, https://github.com/Kekkodf/pypantera
Keywords: Differential Privacy,NLP,Obfuscation,Anonymization
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# pyPANTERA
## Python **P**ackage for n**A**tural la**N**guage obfusca**T**ion **E**nforcing p**R**ivacy & **A**nonymization
<p align="center">
    <img src="./images/pyPANTERA.webp" width="255">
</p>

## What is pyPANTERA?

pyPANTERA[^1] is a Python package that provides a simple interface to obfuscate natural language text. It is designed to help developers and data scientists protect the privacy of their data by obfuscating sensitive information in natural language text. 

The package offers a combination of natural language processing and mathematical transformations to obfuscate natural language text. It replaces sensitive information in the text with semantically similar but obfuscated words, making it difficult for others to understand the original meaning of the text.

## How to use pyPANTERA?

pyPANTERA is designed to be easy to use. You can install it using pip:

```bash
pip install pypantera
```

Once installed, you can use it in your Python code as follows:

```python
import pypantera
```

## What can pyPANTERA do?

Test package for natural language obfuscation.

```python
from pypantera import pantherTest

pantherTest()
```



[^1]: Prompt for DALL-E pyPANTER generation: "A cute panther sitting beside the Python programming language symbol. The panther should have big, expressive eyes and a friendly demeanor, sitting in."

