{ "info": { "author": "David L. Day", "author_email": "dday376@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# Syllables: A fast syllable estimator for Python\n\n[![Latest PyPI version](https://img.shields.io/pypi/v/syllables.svg)](https://pypi.python.org/pypi/syllables)\n\n[![Latest Travis CI build status](https://travis-ci.org/prosegrinder/python-syllables.svg?branch=master)](https://travis-ci.org/prosegrinder/python-syllables)\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b8f26e0833ae4698b927614e64fd91b4)](https://www.codacy.com/app/ProseGrinder/python-syllables?utm_source=github.com&utm_medium=referral&utm_content=prosegrinder/python-syllables&utm_campaign=Badge_Grade)\n\nSyllables is a fast, simple syllable estimator for Python. It's intended for use in places where\nspeed matters. For situations where accuracy matters, please consider the\n[cmudict](https://github.com/prosegrinder/python-cmudict) Python library instead.\n\n## Installation\n\n`syllables` is available on PyPI. Simply install it with `pip`:\n\n $ pip install syllables\n\nYou can also install it from source:\n\n $ git clone https://github.com/prosegrinder/python-syllables.git\n Cloning into 'python-syllables'...\n ...\n\n $ cd python-syllables\n $ python setup.py install\n ...\n\n## Usage\n\nSyllables provides a single function, estimate, which estimates the number fo syllables in a single word.\n\n >>> import syllables\n >>> syllables.estimate('estimate')\n 4\n >>> syllables.estimate('syllables')\n 3\n\n## Credits\n\nBuilt on or modeled after the following open source projects:\n\n* [One Bloke: Counting Syllables Accurately in Python on Google App Engine](http://www.onebloke.com/2011/06/counting-syllables-accurately-in-python-on-google-app-engine/)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/prosegrinder/python-syllables", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "syllables", "package_url": "https://pypi.org/project/syllables/", "platform": "", "project_url": "https://pypi.org/project/syllables/", "project_urls": { "Homepage": "https://github.com/prosegrinder/python-syllables" }, "release_url": "https://pypi.org/project/syllables/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A Python package for estimating the number of syllables in a word.", "version": "0.1.0" }, "last_serial": 4527879, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "34b6c793074d388ac8597e6c25b6c4cc", "sha256": "66718d775b607e2c73f87ce2f6a652daf7c701c4ca8fd1c807b544d4f6bda28b" }, "downloads": -1, "filename": "syllables-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34b6c793074d388ac8597e6c25b6c4cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15378, "upload_time": "2018-11-26T03:52:21", "url": "https://files.pythonhosted.org/packages/16/d9/81a31f640ccf405fdfd0eae8eebfc2579b438804dbf34dc03cad3e76169a/syllables-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b60f5f7e44ab94e4e25c446b4af20e8", "sha256": "4d65e542db97927ccce04f6668bda528f29f346bf7f5d8524c436eabae8a4cd6" }, "downloads": -1, "filename": "syllables-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b60f5f7e44ab94e4e25c446b4af20e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15612, "upload_time": "2018-11-26T03:52:23", "url": "https://files.pythonhosted.org/packages/66/fb/f98f990752a3da8f288b41f62ea0e2661a2fe7d839d8ba29a2a2178edf0c/syllables-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34b6c793074d388ac8597e6c25b6c4cc", "sha256": "66718d775b607e2c73f87ce2f6a652daf7c701c4ca8fd1c807b544d4f6bda28b" }, "downloads": -1, "filename": "syllables-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34b6c793074d388ac8597e6c25b6c4cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15378, "upload_time": "2018-11-26T03:52:21", "url": "https://files.pythonhosted.org/packages/16/d9/81a31f640ccf405fdfd0eae8eebfc2579b438804dbf34dc03cad3e76169a/syllables-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b60f5f7e44ab94e4e25c446b4af20e8", "sha256": "4d65e542db97927ccce04f6668bda528f29f346bf7f5d8524c436eabae8a4cd6" }, "downloads": -1, "filename": "syllables-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b60f5f7e44ab94e4e25c446b4af20e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15612, "upload_time": "2018-11-26T03:52:23", "url": "https://files.pythonhosted.org/packages/66/fb/f98f990752a3da8f288b41f62ea0e2661a2fe7d839d8ba29a2a2178edf0c/syllables-0.1.0.tar.gz" } ] }