Metadata-Version: 1.1
Name: syllapy
Version: 0.5.0
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
        
        .. image:: https://api.codacy.com/project/badge/Grade/53a762a9d4ef40ee92fea927774dfc9f    
            :target: https://www.codacy.com/app/mholtzscher/syllapy?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mholtzscher/syllapy&amp;utm_campaign=Badge_Grade
            :alt: Codacy
        
        
        
        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
        
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 :: 3
Classifier: Programming Language :: Python :: 3.6
