{ "info": { "author": "Joshy Cyriac", "author_email": "j.cyriac@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# striprtf\n[![Build Status](https://api.travis-ci.org/joshy/striprtf.svg?branch=master)](https://travis-ci.org/joshy/striprtf)\n\n## Purpose\nThis is a simple library to convert rtf files to python strings. A lot of\nmedical documents are written in rtf format which is not ideal for parsing\nand further processing. This library converts it to plain old text.\n\n## How to use\n```python\nfrom striprtf.striprtf import rtf_to_text\nrtf = \"some rtf encoded string\"\ntext = rtf_to_text(rtf)\nprint(text)\n```\n\n## How to use online\nIf you don't want to install, there is also an online version available at https://striprtf.dev\n\n\n## History\n[Pyth](https://github.com/brendonh/pyth) was not working for the rtf files I\nhad. The next best thing was this gist:\nhttps://gist.github.com/gilsondev/7c1d2d753ddb522e7bc22511cfb08676\n\nVery few additions where made, e.g. better formatting of tables.\n\n## Pushing to PyPi\nRun command\n```\npython setup.py sdist upload -r pypi\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/joshy/striprtf/archive/v0.0.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joshy/striprtf", "keywords": "rtf", "license": "", "maintainer": "", "maintainer_email": "", "name": "striprtf", "package_url": "https://pypi.org/project/striprtf/", "platform": "", "project_url": "https://pypi.org/project/striprtf/", "project_urls": { "Download": "https://github.com/joshy/striprtf/archive/v0.0.4.tar.gz", "Homepage": "https://github.com/joshy/striprtf" }, "release_url": "https://pypi.org/project/striprtf/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "A simple library to convert rtf to text", "version": "0.0.5" }, "last_serial": 5455905, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8a296403932b885d928cabbc2cad80c6", "sha256": "1c4c835ac19bbd011c9ad8b4525d07edabed7fa67c5a8d7f7bc98e543bc330a7" }, "downloads": -1, "filename": "striprtf-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8a296403932b885d928cabbc2cad80c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2955, "upload_time": "2018-03-05T15:45:03", "url": "https://files.pythonhosted.org/packages/c7/55/0eba94fb63aa63e644828be7307af9fc8f2dad65f177ebe4b6840db999f4/striprtf-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d2eb8c26e78f2bb13317245dd02a617f", "sha256": "14fbf6491aeeed5869c140a83cde324d45634b297edbb62ac0cc450423b5f400" }, "downloads": -1, "filename": "striprtf-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d2eb8c26e78f2bb13317245dd02a617f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2942, "upload_time": "2018-03-27T07:59:25", "url": "https://files.pythonhosted.org/packages/e5/c3/14fa5c5cc16be833bf1f226a271bffefe16602414ebae28d541e81497cf0/striprtf-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c407017992c05d8d9a2a27272d084f13", "sha256": "3f29309b4e37fb5b8ce94c01c12238d2ebacac856e44ca1fae1b9457a557e8ff" }, "downloads": -1, "filename": "striprtf-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c407017992c05d8d9a2a27272d084f13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2947, "upload_time": "2018-03-27T08:09:40", "url": "https://files.pythonhosted.org/packages/57/2a/074b69863f76e878990830eeb3da29c60e1467b617bab09b257fecc10def/striprtf-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a0543539906ebb7000218be85c9d1baf", "sha256": "af5fa48d031ac2b910d23f7acb80424e968a00ee6626aebd742eb9bba87def8c" }, "downloads": -1, "filename": "striprtf-0.0.4.tar.gz", "has_sig": false, "md5_digest": "a0543539906ebb7000218be85c9d1baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3981, "upload_time": "2019-04-14T14:32:43", "url": "https://files.pythonhosted.org/packages/e1/01/15095cae3d329676bd2fef45cab000d8126346cd5d92423d83c75360f74b/striprtf-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "301e757eef4b954c58c97ddeff33d8c6", "sha256": "9f1a6afa8fb223273225310ef1306cac4a80cb6dc308f47259046604de4faea8" }, "downloads": -1, "filename": "striprtf-0.0.5.tar.gz", "has_sig": false, "md5_digest": "301e757eef4b954c58c97ddeff33d8c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4189, "upload_time": "2019-06-27T08:45:05", "url": "https://files.pythonhosted.org/packages/f7/4b/57421df02b5e9cfa8fbc4c86c15d9dc49e8e8c2cfac5677391cbe11fd447/striprtf-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "301e757eef4b954c58c97ddeff33d8c6", "sha256": "9f1a6afa8fb223273225310ef1306cac4a80cb6dc308f47259046604de4faea8" }, "downloads": -1, "filename": "striprtf-0.0.5.tar.gz", "has_sig": false, "md5_digest": "301e757eef4b954c58c97ddeff33d8c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4189, "upload_time": "2019-06-27T08:45:05", "url": "https://files.pythonhosted.org/packages/f7/4b/57421df02b5e9cfa8fbc4c86c15d9dc49e8e8c2cfac5677391cbe11fd447/striprtf-0.0.5.tar.gz" } ] }