{ "info": { "author": "Jad Khalili", "author_email": "jad.khalili123@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# CSV-Transcriber\nBreaks down a CSV file into text files containing the contents of each row.\n\n## Installation\nYou can use PIP to install the package. Type the following command into your terminal to install the package.\n```bash\npip install csv_transcriber\n```\n\n## Usage\nThe package contains a transcribe function, which takes in the path to a CSV file, and an output to a directory. A typical use of the function is as follows:\n\n```bash\nimport csv_transcriber\n\ncsv_transcriber.transcribe('./data.csv', './users/')\n```\n\n## License\nA short snippet describing the license (MIT, Apache etc)\n\nMIT \u00c2\u00a9 Jad Khalili 2019.", "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/Video-Lab/CSV-Transcriber/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "csv-transcriber", "package_url": "https://pypi.org/project/csv-transcriber/", "platform": "", "project_url": "https://pypi.org/project/csv-transcriber/", "project_urls": { "Homepage": "https://github.com/Video-Lab/CSV-Transcriber/" }, "release_url": "https://pypi.org/project/csv-transcriber/1.1/", "requires_dist": null, "requires_python": "", "summary": "Breaks down a CSV file into text files containing the contents of each row.", "version": "1.1" }, "last_serial": 5497309, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1aa5e613b91e5652c9d9abe0e2dfaa07", "sha256": "2881aedb332d91dd4e2bdbc190dff0561cd21d57037e79724a25056c9e02ed1a" }, "downloads": -1, "filename": "csv_transcriber-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1aa5e613b91e5652c9d9abe0e2dfaa07", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2929, "upload_time": "2019-07-04T20:30:58", "url": "https://files.pythonhosted.org/packages/8a/eb/acf49f26ef4813ba9fdf28766fd2326fa8661c87568376ff0e0526af20f4/csv_transcriber-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbbbf108602b107d3614a86f544a1edb", "sha256": "2ce42222ce0e497f0ceabccc2e8f4ce166aba63e832ef8bba720a2d9258a93d1" }, "downloads": -1, "filename": "csv_transcriber-1.0.tar.gz", "has_sig": false, "md5_digest": "bbbbf108602b107d3614a86f544a1edb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520, "upload_time": "2019-07-04T20:31:00", "url": "https://files.pythonhosted.org/packages/ca/2d/4bc6c69ef6e003544cbb7aa6f6f64d788d02d536fa963e3dc6b6fa31823c/csv_transcriber-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6347a1641f34146e726ed3a390a24fbd", "sha256": "b8378bf11c5dddcbf0d4bd0c1610638dd7239efc920158ae4bb2435c1bdda47a" }, "downloads": -1, "filename": "csv_transcriber-1.1.tar.gz", "has_sig": false, "md5_digest": "6347a1641f34146e726ed3a390a24fbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1835, "upload_time": "2019-07-07T14:42:19", "url": "https://files.pythonhosted.org/packages/ec/07/6fb6958e2e2b8969a68515b19134602b0f9e203dfdd80aec8095dc8e8326/csv_transcriber-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6347a1641f34146e726ed3a390a24fbd", "sha256": "b8378bf11c5dddcbf0d4bd0c1610638dd7239efc920158ae4bb2435c1bdda47a" }, "downloads": -1, "filename": "csv_transcriber-1.1.tar.gz", "has_sig": false, "md5_digest": "6347a1641f34146e726ed3a390a24fbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1835, "upload_time": "2019-07-07T14:42:19", "url": "https://files.pythonhosted.org/packages/ec/07/6fb6958e2e2b8969a68515b19134602b0f9e203dfdd80aec8095dc8e8326/csv_transcriber-1.1.tar.gz" } ] }