Metadata-Version: 1.1
Name: syllapy
Version: 0.1.1
Summary: Calculate syllables for English words.
Home-page: https://github.com/mholtzscher/syllapy
Author: Michael Holtzscher
Author-email: mholtz@protonmail.com
License: MIT license
Description: =======
        SyllaPy
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/syllapy.svg
                :target: https://pypi.python.org/pypi/syllapy
        
        .. image:: https://img.shields.io/travis/mholtzscher/syllapy.svg
                :target: https://travis-ci.org/mholtzscher/syllapy
        
        .. image:: https://readthedocs.org/projects/syllapy/badge/?version=latest
                :target: https://syllapy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/mholtzscher/syllapy/shield.svg
             :target: https://pyup.io/repos/github/mholtzscher/syllapy/
             :alt: Updates
        
        
        
        Calculate syllable counts for English words.
        
        
        * Free software: MIT license
        * Documentation: https://syllapy.readthedocs.io.
        
        
        ************
        Installation
        ************
        .. code-block:: python
        
            pip install syllapy
        
        *****
        Usage
        *****
        
        .. code-block:: python
        
            import syllapy
            count = syllapy.count('additional')
        
        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.2 (2018-05-29)
        ------------------
        
        * First release on PyPI.
        
Keywords: syllapy
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
