Metadata-Version: 2.4
Name: cleanpad
Version: 0.1.2
Summary: Text cleaner and formatter for handling messy copy-pasted content
Home-page: https://github.com/Omdeepb69/cleanpad
Author: Omdeep Borkar
Author-email: omdeeborkar@gmail.com
Project-URL: Bug Reports, https://github.com/yourusername/cleanpad/issues
Project-URL: Source, https://github.com/yourusername/cleanpad
Keywords: text cleaning formatting normalization
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: General
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# CleanPad - Text Cleaner & Formatter

A versatile Python library for cleaning and formatting messy text, particularly useful for handling copy-pasted content with unwanted formatting.

## Features

- Whitespace normalization
- Line break cleaning
- Emoji removal
- Bullet point cleaning
- Text to list/dict conversion
- HTML tag removal
- Quote normalization
- URL removal
- Special character handling
- Number extraction
- Punctuation spacing normalization
- Data structure parsing
- Line ending standardization
- Indentation cleaning
- Unicode character normalization

## Installation

```bash
pip install cleanpad
