Metadata-Version: 2.3
Name: wraptext
Version: 1.0.1
Summary: Improved text wrapping and filling.
License: MIT
Keywords: ansi,text,textwrap,unicode
Author: Jonas da Silva
Author-email: phoenixr41414141@gmail.com
Requires-Python: >=3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: wcwidth (>=0.2.13,<0.3.0)
Project-URL: Bug Tracker, https://github.com/phoenix-codes/wraptext/issues
Project-URL: Repository, https://github.com/phoenixr-codes/wraptext
Description-Content-Type: text/markdown

# wraptext: [textwrap][] Improved.

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

