{ "info": { "author": "FND", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "[Markdown Checklist](https://github.com/FND/markdown-checklist)\n\na [Python Markdown](http://pythonhosted.org/Markdown/) extension for lists of\ntasks with checkboxes\n\ninspired by\n[GitHub task lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments):\n\n * [ ] foo\n * [x] bar\n * [ ] baz\n\nbecomes\n\n \n\n* a dash can be used instead of an asterisk for list items\n* both upper- and lowercase \"x\" are accepted to activate checkboxes\n\n\nInstallation\n------------\n\n $ pip install markdown-checklist\n\n\nUsage\n-----\n\n import markdown\n html = markdown.markdown(source, extensions=['markdown_checklist.extension'])\n\nor\n\n import markdown\n from markdown_checklist.extension import ChecklistExtension\n html = markdown.markdown(source, extensions=[ChecklistExtension()])\n\nThere is also a small JavaScript/jQuery library to make checkboxes interactive:\n\n new Checklists(\"article\", function(checkbox, callback) {\n var uri = checkbox.closest(\"article\").find(\"h1 a\").attr(\"href\");\n jQuery.get(uri, callback);\n }, function(markdown, checkbox, callback) {\n var uri = checkbox.closest(\"article\").find(\"h1 a\").attr(\"href\");\n jQuery.ajax({\n type: \"put\",\n uri: uri,\n data: markdown,\n success: callback\n });\n });\n\nSee included `checklists.js` for details.", "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/FND/markdown-checklist", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "markdown-checklist", "package_url": "https://pypi.org/project/markdown-checklist/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/markdown-checklist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/FND/markdown-checklist" }, "release_url": "https://pypi.org/project/markdown-checklist/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Python Markdown extension for task lists with checkboxes", "version": "0.4.1" }, "last_serial": 1398040, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "36c81ac9e4ad2a51ef7525960872b5a2", "sha256": "ad4b13981095f4b2e1123c3a517129f99fb84c0986ef0fa1b6f275f1ee12dcf0" }, "downloads": -1, "filename": "markdown-checklist-0.1.0.tar.gz", "has_sig": false, "md5_digest": "36c81ac9e4ad2a51ef7525960872b5a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2356, "upload_time": "2013-09-01T14:29:46", "url": "https://files.pythonhosted.org/packages/15/95/1b7d40a0b6f39a85f283e6103a82fdfb1dbe467222b9505cda866108cad6/markdown-checklist-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "76abed4869923a6749e2e1d6d5d3ff42", "sha256": "35fe86d88744520c1823b533ce80233e884a90efdeef92d9bcf3e3103366fe92" }, "downloads": -1, "filename": "markdown-checklist-0.2.0.tar.gz", "has_sig": false, "md5_digest": "76abed4869923a6749e2e1d6d5d3ff42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5508, "upload_time": "2013-09-08T08:42:32", "url": "https://files.pythonhosted.org/packages/49/d1/c23ca716138f4a56210187fe74bb66840cbe5b314d20d46d3dfdfea2bcf0/markdown-checklist-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "385b369094c56c86218427f0934302f4", "sha256": "5199c57c96cc2752b667674a04275b231942a10a7b754a41e749ceefe7eab860" }, "downloads": -1, "filename": "markdown-checklist-0.3.0.tar.gz", "has_sig": false, "md5_digest": "385b369094c56c86218427f0934302f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5978, "upload_time": "2013-09-15T08:34:29", "url": "https://files.pythonhosted.org/packages/da/fd/07cdc82759c49818365d99157bb6eb9e6df8756abefdbec2c2f314444cc5/markdown-checklist-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "17d664a15593a2035fc98c7062af282c", "sha256": "0229fda0dc025b17b30e4f9d9851149815665371590ff704906dc5d9ee64555c" }, "downloads": -1, "filename": "markdown-checklist-0.4.0.tar.gz", "has_sig": false, "md5_digest": "17d664a15593a2035fc98c7062af282c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5889, "upload_time": "2014-02-24T10:39:46", "url": "https://files.pythonhosted.org/packages/69/13/244bbcb5b8b6bbf5c5f03cd7367f48a29448f4f8ac02b97f84b7bee60586/markdown-checklist-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "482448cdabd4195a08896844cca478f0", "sha256": "f65dd8f18a2e3588f70ce3f2532f8df54c074b4715dfe1d40461123f7d879c70" }, "downloads": -1, "filename": "markdown-checklist-0.4.1.tar.gz", "has_sig": false, "md5_digest": "482448cdabd4195a08896844cca478f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5887, "upload_time": "2015-01-27T07:12:05", "url": "https://files.pythonhosted.org/packages/44/45/6790a051a3b4e8922105f86fff5de8abd5ae7988a139f87336aeac1b0a27/markdown-checklist-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "482448cdabd4195a08896844cca478f0", "sha256": "f65dd8f18a2e3588f70ce3f2532f8df54c074b4715dfe1d40461123f7d879c70" }, "downloads": -1, "filename": "markdown-checklist-0.4.1.tar.gz", "has_sig": false, "md5_digest": "482448cdabd4195a08896844cca478f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5887, "upload_time": "2015-01-27T07:12:05", "url": "https://files.pythonhosted.org/packages/44/45/6790a051a3b4e8922105f86fff5de8abd5ae7988a139f87336aeac1b0a27/markdown-checklist-0.4.1.tar.gz" } ] }