Metadata-Version: 1.1
Name: textunwrap
Version: 0.1.2
Summary: Tries to reverse textwrap.wrap.
Home-page: https://github.com/JulienPalard/textunwrap
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT
Description: ==========
        textunwrap
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/textunwrap.svg
                :target: https://pypi.python.org/pypi/textunwrap
        
        .. image:: https://img.shields.io/travis/JulienPalard/textunwrap.svg
                :target: https://travis-ci.org/JulienPalard/textunwrap
        
        .. image:: https://readthedocs.org/projects/textunwrap/badge/?version=latest
                :target: https://textunwrap.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Tries to reverse ``textwrap.wrap()``.
        
        * Documentation: https://textunwrap.readthedocs.io.
        * Free software: MIT
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Keywords: textunwrap
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
