{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyPlaintext\n============\n\nA HTML to plaintext converter.\n\nYou can find a hosted demo at `https://bitmazkdemo.webfactional.com/en/pyplaintext/ `_\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install pyplaintext\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/pyplaintext.git#egg=pyplaintext\n\n\nUsage\n-----\n\n.. code-block:: python\n\n from pyplaintext import converter\n html = 'Hello world!'\n parser = converter.HTML2PlainParser()\n result = parser.html_to_plain_text(html)\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 pyplaintext\n make develop\n make test\n open htmlcov/index.html\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/pyplaintext", "keywords": "HTML,plaintext,email,converter", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "pyplaintext", "package_url": "https://pypi.org/project/pyplaintext/", "platform": "OS Independent", "project_url": "https://pypi.org/project/pyplaintext/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/pyplaintext" }, "release_url": "https://pypi.org/project/pyplaintext/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A HTML to plaintext converter.", "version": "0.1.1" }, "last_serial": 1793235, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "35636b526836da2ba50c71e8137e351d", "sha256": "f22389902f008d9a21dd71f54fc99aa0d75fb11552a657d0a033b33a92490a51" }, "downloads": -1, "filename": "pyplaintext-0.1.tar.gz", "has_sig": false, "md5_digest": "35636b526836da2ba50c71e8137e351d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5871, "upload_time": "2014-04-07T04:53:36", "url": "https://files.pythonhosted.org/packages/fb/7d/c986c904c4bafcc1b9221bfdb2d5d28cf26c3407aa003793b871feb535a2/pyplaintext-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "52b10ed7a87b65d2f119b7cc6c31a034", "sha256": "2e659139d9dc6626469b393228623432aa41df091540de5abe9988884fa59f99" }, "downloads": -1, "filename": "pyplaintext-0.1.1.tar.gz", "has_sig": false, "md5_digest": "52b10ed7a87b65d2f119b7cc6c31a034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5952, "upload_time": "2015-10-30T09:15:12", "url": "https://files.pythonhosted.org/packages/f5/89/69413888c62bcde9617028f3da63dc2b650c30e5df435f226ca0a3aea235/pyplaintext-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52b10ed7a87b65d2f119b7cc6c31a034", "sha256": "2e659139d9dc6626469b393228623432aa41df091540de5abe9988884fa59f99" }, "downloads": -1, "filename": "pyplaintext-0.1.1.tar.gz", "has_sig": false, "md5_digest": "52b10ed7a87b65d2f119b7cc6c31a034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5952, "upload_time": "2015-10-30T09:15:12", "url": "https://files.pythonhosted.org/packages/f5/89/69413888c62bcde9617028f3da63dc2b650c30e5df435f226ca0a3aea235/pyplaintext-0.1.1.tar.gz" } ] }