{ "info": { "author": "Sergey Vlasov", "author_email": "g10k.info@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango Text to Speach generator\n=====\n\nDjango Text to Speach is a simple Django app to create .wav files from your text\n\nMust be installed RHVoice-test utilite on Unix Machine\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n\n1. On your machine which you launch django applicaton must be installed RHVoice-test utilite, which create wav files from text.\n Instalation instructions and documentation see there: https://github.com/Olga-Yakovleva/RHVoice.\n Also see there Docker all installed in. https://github.com/g10k/sw_tts\n\n2. Add some apps to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n 'rest_framework',\n 'tts',\n ]\n\n3. Include the polls URLconf in your project urls.py like this::\n\n url(r'^tts/', include('tts.urls')),\n\n4. Run `python manage.py migrate` to create the polls models.\n\n5. Start the development server and visit http://127.0.0.1:8000/tts/\n to see docs and available api", "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/g10k/django-speach-synthesizer", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-tts", "package_url": "https://pypi.org/project/django-tts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/g10k/django-speach-synthesizer" }, "release_url": "https://pypi.org/project/django-tts/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to generate speach from text", "version": "0.3.1" }, "last_serial": 2310539, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "61c10ef1b840d34017e62719acb71b54", "sha256": "38d7b7a074e45c29bc032df9641d05803aa0fa45028ac4c65a1105168926d4fd" }, "downloads": -1, "filename": "django-tts-0.1.tar.gz", "has_sig": false, "md5_digest": "61c10ef1b840d34017e62719acb71b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5166, "upload_time": "2016-08-23T17:02:43", "url": "https://files.pythonhosted.org/packages/65/e9/f90df82f086e01e75292e65293fd57c6cc9f0a579bf77b4d285abdaab0ae/django-tts-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b76b4556f55c006779af16aa1a744a1a", "sha256": "b5e6572d896a9843ffa7e010022109a51e20fa765c6f459bfe15c00523ea76d9" }, "downloads": -1, "filename": "django-tts-0.2.tar.gz", "has_sig": false, "md5_digest": "b76b4556f55c006779af16aa1a744a1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5274, "upload_time": "2016-08-28T20:54:49", "url": "https://files.pythonhosted.org/packages/eb/eb/c873ec09ab8fc2807c79b2e780a781f7d0706d1508a7cecaf505eb5edcbf/django-tts-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "95ec97d2f98b527f94dac7226c793c1d", "sha256": "40e0fc8167b55f2f9d5f1d1734205d1a7af74c7e7ce93dc9e66afaba62865673" }, "downloads": -1, "filename": "django-tts-0.3.tar.gz", "has_sig": false, "md5_digest": "95ec97d2f98b527f94dac7226c793c1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5318, "upload_time": "2016-08-29T08:20:07", "url": "https://files.pythonhosted.org/packages/5b/b9/16929919315237b39e5f9eb3a70f02ec51e54da6fa0e5f72212e6c7adb11/django-tts-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d03f8412d09473ebd7d698d735b50daf", "sha256": "288f12e48cf0f2d677a414e409086705de6ff70c29d98742f2a450f66753e39a" }, "downloads": -1, "filename": "django-tts-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d03f8412d09473ebd7d698d735b50daf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5337, "upload_time": "2016-08-29T08:24:54", "url": "https://files.pythonhosted.org/packages/f2/5a/9985a7545137b819b7e640cd07e79ad496f2bbf3abd9490e0f842a2d7f74/django-tts-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d03f8412d09473ebd7d698d735b50daf", "sha256": "288f12e48cf0f2d677a414e409086705de6ff70c29d98742f2a450f66753e39a" }, "downloads": -1, "filename": "django-tts-0.3.1.tar.gz", "has_sig": false, "md5_digest": "d03f8412d09473ebd7d698d735b50daf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5337, "upload_time": "2016-08-29T08:24:54", "url": "https://files.pythonhosted.org/packages/f2/5a/9985a7545137b819b7e640cd07e79ad496f2bbf3abd9490e0f842a2d7f74/django-tts-0.3.1.tar.gz" } ] }