Metadata-Version: 2.3
Name: wraptext
Version: 1.0.0
Summary: Improved text wrapping and filling.
Author: Jonas da Silva
Author-email: phoenixr41414141@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: wcwidth (>=0.2.13,<0.3.0)
Description-Content-Type: text/markdown

# wraptext: [textwrap][] Improvded.

This package is a drop-in replacement for the [textwrap][] module in Python's standard library. Unlike
[textwrap][], `wraptext` correctly handles zero-width and full-wide Unicode characters as well as ANSI
escape sequences. These improvements enhance the usage of [textwrap][] when used in console
applications.

[textwrap]: https://docs.python.org/3/library/textwrap.html

