{ "info": { "author": "Andrew Stewart", "author_email": "andrew@stwrt.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "GFM\n===\n\nGFM is a small module to convert `GitHub Flavored Markdown`_ to HTML.\n\nUsage\n-----\n\nGFM offers two methods, ``gfm`` and ``markdown``.\n\n``gfm`` simply preprocesses the parts of Markdown that GitHub Flavored\nMarkdown is interested in, without converting the Markdown to HTML.\n\n``markdown`` does this as well as passing the result through the\n``markdown`` module to generate HTML.\n\n::\n\n >>> import gfm\n >>> string = \"Roses are red\\nViolets are blue\"\n >>> gfm.gfm(string)\n 'Roses are red \\nViolets are blue'\n >>> gfm.markdown(string)\n '

Roses are red
\\nViolets are blue

'\n\nInstallation\n------------\n\n::\n\n pip install gfm\n\nLicense\n-------\n\nMIT, plain and simple.\n\n.. _GitHub Flavored Markdown: https://help.github.com/articles/github-flavored-markdown", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/stewart/gfm/", "keywords": null, "license": "Copyright (c) 2013 Andrew Stewart\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "gfm", "package_url": "https://pypi.org/project/gfm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gfm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/stewart/gfm/" }, "release_url": "https://pypi.org/project/gfm/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Convert GitHub-Flavored Markdown to HTML", "version": "0.0.3" }, "last_serial": 1129601, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "31507c3989cd9d43ed3ddae78c858d80", "sha256": "e2385f7e207234f7394004f3ebd12aa69ec128847203f898fe14101085e54471" }, "downloads": -1, "filename": "gfm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "31507c3989cd9d43ed3ddae78c858d80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3324, "upload_time": "2013-10-28T16:37:22", "url": "https://files.pythonhosted.org/packages/02/aa/0c3fa8d1c863b65f38febc826b413eb30749035ce9669f8d3af7aad8e916/gfm-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "abc46b716e65588903ab92ce32893ef6", "sha256": "77814756ed0dd42f87ca575311d6af6aec7dce00b423c0cd8135a41a2e9a1e3b" }, "downloads": -1, "filename": "gfm-0.0.2.tar.gz", "has_sig": false, "md5_digest": "abc46b716e65588903ab92ce32893ef6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3310, "upload_time": "2013-10-28T16:58:40", "url": "https://files.pythonhosted.org/packages/a3/f5/c42cfb367208af3f86261d7bf5762e8e857e501c406eb91fcd1d31b875d0/gfm-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a79251bcfc32a12047f6a7b278457507", "sha256": "5b2b26937ecd0994fb4c383f187ee0f1a398355955d56188742adb8c424126c8" }, "downloads": -1, "filename": "gfm-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a79251bcfc32a12047f6a7b278457507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3286, "upload_time": "2014-06-18T20:52:41", "url": "https://files.pythonhosted.org/packages/35/a3/19ba4a886b1586b508b9e035f6a7e6110b5bdba1fbc6326489dfc42e65d6/gfm-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a79251bcfc32a12047f6a7b278457507", "sha256": "5b2b26937ecd0994fb4c383f187ee0f1a398355955d56188742adb8c424126c8" }, "downloads": -1, "filename": "gfm-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a79251bcfc32a12047f6a7b278457507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3286, "upload_time": "2014-06-18T20:52:41", "url": "https://files.pythonhosted.org/packages/35/a3/19ba4a886b1586b508b9e035f6a7e6110b5bdba1fbc6326489dfc42e65d6/gfm-0.0.3.tar.gz" } ] }