Metadata-Version: 2.0
Name: textmetric
Version: 0.1.0
Summary: Python implementations of common text metric algorithms.
Home-page: https://github.com/sfischer13/python-textmetric
Author: Stefan Fischer
Author-email: sfischer13@ymail.com
License: MIT
Keywords: text metric density readability TTR
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic

==========================
Python Text Metric Package
==========================

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

.. image:: https://img.shields.io/travis/sfischer13/python-textmetric.svg
        :target: https://travis-ci.org/sfischer13/python-textmetric


Python implementations of common text metric algorithms.


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

0.1.0 (2017-05-28)
------------------

* First release on PyPI.


