Metadata-Version: 2.1
Name: wsclean
Version: 0.1.0
Summary: Cleans the contents of your clipboard by removing redundant whitespace and new lines.
License: BSD-3.0-Clause
Author: Elias Gabriel
Author-email: me@eliasfgabriel.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

# wsclean

Reads and adjusts the contents of your clipboard by normalizing the whitespace. Made for the very specific use case of
copying content with a lot of erroneous whitespace, like OCR content from cookbooks or textbooks.

## Installation

```sh
pip install wsclean
```
