Metadata-Version: 2.1
Name: text_formatter
Version: 1.0.0.dev4
Summary: Pretty formatter for Python strings.
Home-page: https://github.com/diddileija/text_formatter#readme
Author: Diego Ramirez
Author-email: dr01191115@gmail.com
License: UNKNOWN
Project-URL: Documentation, http://github.com/diddileija/text_formatter/blob/main/DOCUMENTATION.md
Project-URL: Tracker, http://github.com/diddileija/text_formatter/issues
Project-URL: Source, http://github.com/diddileija/text_formatter
Keywords: text format pretty strings formatter
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt

# text_formatter

Pretty formatter for Python strings.

## Installation

`text-formatter` is still on development, but future releases are intended to be installed by [`pip`](http://github.com/pypa/pip):

```
pip install text_formatter
```

\(To upgrade, use `pip install --upgrade text-formatter`\)

## Changelog

Read [NEWS.md](http://github.com/diddileija/text_formatter/blob/main/NEWS.md) to know about the new features by version.

## Contributing

Read the [contributing guidelines](http://github.com/diddileija/text_formatter/blob/main/CONTRIBUTING.md) to know how to contribute to this repository.


