Metadata-Version: 2.0
Name: string-algorithms
Version: 0.2.0
Summary: Collection of various string algorithms, including KMP, Aho-Corasick, Trie, SuffixArrays
Home-page: https://github.com/mhozza/string_algorithms
Author: Michal Hozza
Author-email: mhozza@gmail.com
License: MIT
Keywords: string_algorithms
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

===============================
String Algorithms
===============================

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

.. image:: https://img.shields.io/travis/mhozza/string_algorithms.svg
        :target: https://travis-ci.org/mhozza/string_algorithms

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


Collection of various string algorithms, including KMP, Aho-Corasick, Trie, SuffixArrays

* Free software: ISC license
* Documentation: https://string_algorithms.readthedocs.org.

Features
--------

* TODO

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


