Metadata-Version: 2.0
Name: textfairy
Version: 0.1.0
Summary: textfairy converts your text to UTF-8
Home-page: https://git.nzoss.org.nz/tim-mcnamara/textfairy
Author: Tim McNamara
Author-email: paperless@timmcnamara.co.nz
License: MIT license
Keywords: textfairy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: General
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Click (>=6.0)
Requires-Dist: chardet

===============================
textfairy
===============================


.. image:: https://img.shields.io/pypi/v/textfairy.svg
        :target: https://pypi.python.org/pypi/textfairy

.. image:: https://img.shields.io/travis/timClicks/textfairy.svg
        :target: https://travis-ci.org/timClicks/textfairy

.. image:: https://readthedocs.org/projects/textfairy/badge/?version=latest
        :target: https://textfairy.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/timClicks/textfairy/shield.svg
     :target: https://pyup.io/repos/github/timClicks/textfairy/
     :alt: Updates


textfairy converts your text to UTF-8. It does this by allowing some mistakes,
as long as the process is fast and easy to use.

Highlights:

* Extremely easy to use
* Pretty quick
* Free software under the MIT license



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


=======
History
=======

0.1.0 (2016-07-17)
------------------

* First release on PyPI.


