{ "info": { "author": "Robert Williams", "author_email": "robertedwardwilliams@me.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# aws_transcribe_to_docx\n\nProduce Word Document transcriptions using the automatic speech recognition from AWS Transcribe. Requires Python 3.7+\n\n[![Build Status](https://travis-ci.com/kibaffo33/aws_transcribe_to_docx.svg?branch=master)](https://travis-ci.com/kibaffo33/aws_transcribe_to_docx)\n\n# Installation\n\n```bash\npip install tscribe\n```\n\n## Usage\n\n```\n>>> import tscribe\n\n>>> tscribe.write(\"output.json\")\nTranscript output.docx written.\n\n>>> tscribe.write(\"output.json\", save_as=\"transcript.docx\")\nTranscript transcript.docx writen.\n```\n\n## Results\n\n| Time | Speaker | Comment |\n| ------- | ------- | ----------- |\n| 0:00:03 | spk_0 | Is this on? |\n| 0:00:05 | spk_1 | Yep. |\n| 0:00:06 | spk_0 | Great. |\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kibaffo33/aws_transcribe_to_docx", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tscribe", "package_url": "https://pypi.org/project/tscribe/", "platform": "", "project_url": "https://pypi.org/project/tscribe/", "project_urls": { "Homepage": "https://github.com/kibaffo33/aws_transcribe_to_docx" }, "release_url": "https://pypi.org/project/tscribe/1.0.2/", "requires_dist": [ "python-docx", "matplotlib" ], "requires_python": "", "summary": "Produce .docx transcriptions from AWS Transcribe output.", "version": "1.0.2" }, "last_serial": 5874629, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2558e38f6ad7a11ad17c3204fc1e9b2e", "sha256": "047f9433df1a12997e498fe6a7674758a45c212519b055cd3d011b3bb305f24e" }, "downloads": -1, "filename": "tscribe-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2558e38f6ad7a11ad17c3204fc1e9b2e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4751, "upload_time": "2019-06-10T09:43:19", "url": "https://files.pythonhosted.org/packages/90/e3/20ad87740755d3b49b013423f0dac4c91bba5e46854d8c3db90882737a9b/tscribe-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d31fb7881a1ca63b4ca5316d968b533d", "sha256": "58f7a65957460fc734f90cb0d285460ffe97df5dfa153d6203782e7e8ef09478" }, "downloads": -1, "filename": "tscribe-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d31fb7881a1ca63b4ca5316d968b533d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4774, "upload_time": "2019-06-10T10:06:38", "url": "https://files.pythonhosted.org/packages/1a/5f/ad90f0dcc956cc903a41dac7c5bd85d4356c57bfa6d927440ce085e2b433/tscribe-1.0.1-py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "8842d3c24279dd3f7f65d9c92a81c317", "sha256": "8b413641732f0f1e6a5cbe062bcf09aa405e248f295bcd9ebdecfb4b816c2ad2" }, "downloads": -1, "filename": "tscribe-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8842d3c24279dd3f7f65d9c92a81c317", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5084, "upload_time": "2019-09-23T16:20:45", "url": "https://files.pythonhosted.org/packages/b7/fe/81113548ca93b23087f3497e30737dd4ffc0cf51378be17f3f6f35693052/tscribe-1.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8842d3c24279dd3f7f65d9c92a81c317", "sha256": "8b413641732f0f1e6a5cbe062bcf09aa405e248f295bcd9ebdecfb4b816c2ad2" }, "downloads": -1, "filename": "tscribe-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8842d3c24279dd3f7f65d9c92a81c317", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5084, "upload_time": "2019-09-23T16:20:45", "url": "https://files.pythonhosted.org/packages/b7/fe/81113548ca93b23087f3497e30737dd4ffc0cf51378be17f3f6f35693052/tscribe-1.0.2-py3-none-any.whl" } ] }