Metadata-Version: 2.4
Name: acronym-expander
Version: 0.1.0
Summary: Lightweight utility to expand common acronyms and abbreviations into full forms.
Author-email: Maanasvee Khetan <maanasveekhetan66@gmail.com>
License: MIT
Keywords: acronym,expand,nlp,text
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# acronym-expander

Tiny utility to expand common acronyms into their full forms.

## Install (TestPyPI first)
```bash
python -m pip install --index-url https://test.pypi.org/simple/ acronym-expander
