Metadata-Version: 2.4
Name: profanity-hinglish
Version: 0.1.5
Summary: A lightweight profanity filter for English and Hinglish text, built on top of better_profanity.
License-Expression: MIT
License-File: LICENSE
Author: Poornachandra A N
Author-email: poornachandra308@gmail.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: better-profanity (>=0.7.0)
Description-Content-Type: text/markdown

# Profanity Filter Hinglish

A small package to detect and filter **English + Hinglish** profanity.  
Built on top of [better_profanity](https://pypi.org/project/better-profanity/).

## Installation

```bash
pip install profanity-hinglish
```

