{ "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 Speach Synthesizer\n=====\n\nDjango Speach Synthesizer 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\n1. Add some apps to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'rest_framework_swagger',\n 'rest_framework',\n 'django_speach_synthesizer',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^syntha/', include('django_speach_synthesizer.urls')),\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/docs/\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://www.example.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-speach-synthesizer", "package_url": "https://pypi.org/project/django-speach-synthesizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-speach-synthesizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-speach-synthesizer/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to generate speach from text", "version": "0.2" }, "last_serial": 2295407, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "509f59c97eabefcdd6ab2a7340d23848", "sha256": "7934ffd74238c30ce6b92a7157499b1ffdc5e9b04e5343690ec51ab486daacd8" }, "downloads": -1, "filename": "django-speach-synthesizer-0.1.tar.gz", "has_sig": false, "md5_digest": "509f59c97eabefcdd6ab2a7340d23848", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5271, "upload_time": "2016-08-18T10:49:04", "url": "https://files.pythonhosted.org/packages/79/ea/1681676ff0f533fe28b526b636c3f2d56f1d0292713a25c8d2e04c68d6ac/django-speach-synthesizer-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "71bbb585ffb9a31399a84f546ce8e1ad", "sha256": "0933f7a3ea80cbe1542359b776e295c5b39abfc755631b095441f68cf49f52e8" }, "downloads": -1, "filename": "django-speach-synthesizer-0.2.tar.gz", "has_sig": false, "md5_digest": "71bbb585ffb9a31399a84f546ce8e1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5568, "upload_time": "2016-08-22T12:39:45", "url": "https://files.pythonhosted.org/packages/4e/d9/8fbf564d721b17cdfd437f56a92ce588a530e1e865faf913f02459bde2fa/django-speach-synthesizer-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71bbb585ffb9a31399a84f546ce8e1ad", "sha256": "0933f7a3ea80cbe1542359b776e295c5b39abfc755631b095441f68cf49f52e8" }, "downloads": -1, "filename": "django-speach-synthesizer-0.2.tar.gz", "has_sig": false, "md5_digest": "71bbb585ffb9a31399a84f546ce8e1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5568, "upload_time": "2016-08-22T12:39:45", "url": "https://files.pythonhosted.org/packages/4e/d9/8fbf564d721b17cdfd437f56a92ce588a530e1e865faf913f02459bde2fa/django-speach-synthesizer-0.2.tar.gz" } ] }