Metadata-Version: 1.1
Name: wordstart
Version: 0.1.0
Summary: Prints the words in the given string that start with the given letter
Home-page: https://github.com/mmlmpa/wordstart
Author: Monica Londono
Author-email: monilondo@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: =========
        WordStart
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/wordstart.svg
                :target: https://pypi.python.org/pypi/wordstart
        
        .. image:: https://img.shields.io/travis/mmlmpa/wordstart.svg
                :target: https://travis-ci.org/mmlmpa/wordstart
        
        .. image:: https://readthedocs.org/projects/wordstart/badge/?version=latest
                :target: https://wordstart.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Prints the words in the given string that start with the given letter
        
        
        * Free software: MIT license
        * Documentation: https://wordstart.readthedocs.io.
        
        
        Features
        --------
        
        * Still TODO. Nothing to add here yet. It is a very simple package.
        
        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 (2018-03-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: wordstart
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
