{ "info": { "author": "Kane Galba", "author_email": "kane@galba.co", "bugtrack_url": null, "classifiers": [], "description": "##################\nODTReader\n##################\n\nLightweight python module for extracting raw text from OpenDocument (odt) files.\n\nLinux, macOS and Windows platforms supported.\n\nJust point at the file with the ``.odt`` extension and let it print it out for you.\n\nInstallation\n============\n::\n\n $ pip install odtreader\n\nUsage\n=====\n\nYou can simply use it by calling the ``odtToText()`` function. The file is parsed and the text returned to you as a ``unicode`` object.\n\n\n**Example:**\n\n.. sourcecode:: python\n\n from ODTReader.odtreader import odtToText\n \n text = odtToText(\"path/to/file.odt\")\n\n\n\n\nIt can also be used as a command line utility.\n\n\n**Example:**\n::\n\n $ python odtreader.py path/to/file.odt\n This is the contents of the odt file!\n \n $ python odtreader.py path/to/file.odt -o outfile.txt\n Contents written to 'outfile.txt' \n\n\nVersion Support\n===============\n\nThis module only supports Python 2.7 as of now.\n\n\nLicense\n=======\n\n`GNU GPL v3.0 License `_, see LICENSE file.\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/KaneGalba/ODTReader/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KaneGalba/ODTReader/", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "ODTReader", "package_url": "https://pypi.org/project/ODTReader/", "platform": "any", "project_url": "https://pypi.org/project/ODTReader/", "project_urls": { "Download": "https://github.com/KaneGalba/ODTReader/archive/master.zip", "Homepage": "https://github.com/KaneGalba/ODTReader/" }, "release_url": "https://pypi.org/project/ODTReader/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Lightweight python module to allow extracting text from OpenDocument (odt) files.", "version": "0.0.5" }, "last_serial": 2852151, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "738acdc7d5cadbec0e8c1713d0ce36b7", "sha256": "660e4a3c93eaf58e6ff28176a17c7a838cd37362ff7765dd51460a96a3183916" }, "downloads": -1, "filename": "ODTReader-0.0.3.tar.gz", "has_sig": false, "md5_digest": "738acdc7d5cadbec0e8c1713d0ce36b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2272, "upload_time": "2017-05-04T18:49:19", "url": "https://files.pythonhosted.org/packages/e6/2f/2b1d060c1f54655e5cf1f46c6a9b5eacb9aea7613a5ba8d2308c7df7c3d9/ODTReader-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "5d2e6e8e8b66b02cb76031d4ac3a197c", "sha256": "6fe94fba1dfb7a79d3c09786bff146d30434eb40679e3c3e1df5a90d1896453c" }, "downloads": -1, "filename": "ODTReader-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5d2e6e8e8b66b02cb76031d4ac3a197c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2685, "upload_time": "2017-05-04T19:21:18", "url": "https://files.pythonhosted.org/packages/bd/ba/f48c045ccb061e5da1babd34946a165544e035d9ea41eb1b746986233ad9/ODTReader-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "49b28acde4647a5c0d6fb6d62ad08280", "sha256": "2ba680de242b3f7cf0ade1baf40da0fe657a2929d68b78a5fcde9193154a1fd0" }, "downloads": -1, "filename": "ODTReader-0.0.5.tar.gz", "has_sig": false, "md5_digest": "49b28acde4647a5c0d6fb6d62ad08280", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2689, "upload_time": "2017-05-04T19:27:21", "url": "https://files.pythonhosted.org/packages/63/75/90f58c05a3067c1cae6aa254b6f5c063a245d390510c3c16aca841b45db1/ODTReader-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49b28acde4647a5c0d6fb6d62ad08280", "sha256": "2ba680de242b3f7cf0ade1baf40da0fe657a2929d68b78a5fcde9193154a1fd0" }, "downloads": -1, "filename": "ODTReader-0.0.5.tar.gz", "has_sig": false, "md5_digest": "49b28acde4647a5c0d6fb6d62ad08280", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2689, "upload_time": "2017-05-04T19:27:21", "url": "https://files.pythonhosted.org/packages/63/75/90f58c05a3067c1cae6aa254b6f5c063a245d390510c3c16aca841b45db1/ODTReader-0.0.5.tar.gz" } ] }