{ "info": { "author": "John Szakmeister", "author_email": "john@szakmeister.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Text Processing", "Topic :: Text Processing :: Indexing", "Topic :: Utilities" ], "description": "*********\nrst2ctags\n*********\n\nThis application generates ctags-compatible output for the sections of a\nreStructuredText document. It does *not* use the docutils engine since docutils\nis far too slow for my needs.\n\nThe motivation was to have a tool fast enough to use with the `TagBar\n`_ plugin in Vim.\n\nUsing with TagBar\n=================\n\nTo use this tool with TagBar, add the following into your ``~/.vimrc``::\n\n \" Add support for reStructuredText files in tagbar.\n let g:tagbar_type_rst = {\n \\ 'ctagstype': 'rst',\n \\ 'ctagsbin' : '/path/to/rst2ctags.py',\n \\ 'ctagsargs' : '-f - --sort=yes --sro=\u00bb',\n \\ 'kinds' : [\n \\ 's:sections',\n \\ 'i:images'\n \\ ],\n \\ 'sro' : '\u00bb',\n \\ 'kind2scope' : {\n \\ 's' : 'section',\n \\ },\n \\ 'sort': 0,\n \\ }\n\nLicense\n=======\n\nThis tool is licensed under a Simplified BSD license. See ``LICENSE.txt`` for\ndetails.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jszakmeister/rst2ctags", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "rst2ctags", "package_url": "https://pypi.org/project/rst2ctags/", "platform": "", "project_url": "https://pypi.org/project/rst2ctags/", "project_urls": { "Homepage": "https://github.com/jszakmeister/rst2ctags" }, "release_url": "https://pypi.org/project/rst2ctags/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "Generates ctags-compatible output for the sections of a reStructuredText document.", "version": "0.2.3" }, "last_serial": 5388629, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "e4c9c2450bc7166ae55c3a806e275f58", "sha256": "d2f24ca37bd9202d8024781f09c979bbd0d7324cf26f675dfd47bc0af229803b" }, "downloads": -1, "filename": "rst2ctags-0.2.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e4c9c2450bc7166ae55c3a806e275f58", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6538, "upload_time": "2019-06-11T22:52:26", "url": "https://files.pythonhosted.org/packages/fc/ae/26b114fa4cd2e03c1f419e2fc43f6a8b716ab1a5078484bef17e6dc2c5c0/rst2ctags-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5497538d4116fe8d166a49778de69363", "sha256": "cad9d3cade488dd6da11b1c4b2dcdc35d2563be6e729c0de2eac1c0a422d3f9a" }, "downloads": -1, "filename": "rst2ctags-0.2.3.tar.gz", "has_sig": true, "md5_digest": "5497538d4116fe8d166a49778de69363", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2019-06-11T22:52:29", "url": "https://files.pythonhosted.org/packages/15/5e/e86144de8caf0c27be0a5be22442457b6e4aeb5dd0b0d7161a7e73dafc22/rst2ctags-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4c9c2450bc7166ae55c3a806e275f58", "sha256": "d2f24ca37bd9202d8024781f09c979bbd0d7324cf26f675dfd47bc0af229803b" }, "downloads": -1, "filename": "rst2ctags-0.2.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e4c9c2450bc7166ae55c3a806e275f58", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6538, "upload_time": "2019-06-11T22:52:26", "url": "https://files.pythonhosted.org/packages/fc/ae/26b114fa4cd2e03c1f419e2fc43f6a8b716ab1a5078484bef17e6dc2c5c0/rst2ctags-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5497538d4116fe8d166a49778de69363", "sha256": "cad9d3cade488dd6da11b1c4b2dcdc35d2563be6e729c0de2eac1c0a422d3f9a" }, "downloads": -1, "filename": "rst2ctags-0.2.3.tar.gz", "has_sig": true, "md5_digest": "5497538d4116fe8d166a49778de69363", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2019-06-11T22:52:29", "url": "https://files.pythonhosted.org/packages/15/5e/e86144de8caf0c27be0a5be22442457b6e4aeb5dd0b0d7161a7e73dafc22/rst2ctags-0.2.3.tar.gz" } ] }