{ "info": { "author": "Khoa Tran", "author_email": "khoatran@berkeley.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: Unix", "Programming Language :: Python :: 2" ], "description": "gittalk\n=======\n\nImagine you are working on a hack, and you just pushed some code. \nInstead of yelling to your teammates and letting them aware of the \nchanges, wouldn't it be cool to have the computer say it out loud \nfor you? \n\n## Installation\n\n`pip install gittalk` \n\n`python setup.py install` should also be just fine, in case you don't \nhave Pip installed.\n\n## Dependencies\n\n* `pyttsx`: https://pypi.python.org/pypi/pyttsx\n\nThe file `requirements.txt` contains all other dependencies I've used \nwhile working on `gittalk`, though most of them are not needed in \nrunning this program.\n\nPyttsx will also install its own dependencies.\n\n## Doesn't work?\n\nMost likely, the installation for pyttsx failed. Check out \nhttps://github.com/parente/pyttsx and see if any previously raised \nissues there are helpful. Unfortunately, I've only tested this on \nUbuntu 12.10 32-bit, so it might not work as expected on Windows/OSX... \n\n## Features and Usage\n\n* Make a git commit as usual. Then type `gittalk` on the terminal. The \nlast commit message should be said out loud. :D\n\n* ... More to come! (see `say_last_push` in `gittalk/core.py` for example)\n\n## Notes\nThis is still pretty basic, and is mostly my attempt at playing with \ndifferent TTS (text-to-speech) packages in Python, as well as learning \nhow to structure a proper Python package and share it via Pip. \n\nThat said, I do plan to extend it further and make this even more fun \nand useful. Please send me a pull request if you would like to \ncontribute. Suggestions/criticism/advice are all welcome!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kqdtran/gittalk", "keywords": "git,audio,gittalk", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gittalk", "package_url": "https://pypi.org/project/gittalk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gittalk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kqdtran/gittalk" }, "release_url": "https://pypi.org/project/gittalk/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "talk with git", "version": "0.1.0" }, "last_serial": 926857, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "67a2f028f1a31519d672fea2d004837a", "sha256": "2f2ce897f0860671b27737257f15c9bf36e0e93a694607e3d16ebe45a2e1dcef" }, "downloads": -1, "filename": "gittalk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "67a2f028f1a31519d672fea2d004837a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3786, "upload_time": "2013-11-22T20:52:08", "url": "https://files.pythonhosted.org/packages/75/96/84ef44f7a3a3020ccddd4591257a452980beca2db1515532939847d28c08/gittalk-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67a2f028f1a31519d672fea2d004837a", "sha256": "2f2ce897f0860671b27737257f15c9bf36e0e93a694607e3d16ebe45a2e1dcef" }, "downloads": -1, "filename": "gittalk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "67a2f028f1a31519d672fea2d004837a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3786, "upload_time": "2013-11-22T20:52:08", "url": "https://files.pythonhosted.org/packages/75/96/84ef44f7a3a3020ccddd4591257a452980beca2db1515532939847d28c08/gittalk-0.1.0.tar.gz" } ] }