{ "info": { "author": "Marcin Kurczewski", "author_email": "rr-@sakuya.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Documentation :: Sphinx", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup" ], "description": "docstring_parser\n================\n\nParse Python docstrings. Currently support ReST-style and Google-style\ndocstrings.\n\nExample usage:\n\n```python\n>>> from docstring_parser import parse\n>>>\n>>>\n>>> docstring = parse(\n... '''\n... Short description\n...\n... Long description spanning multiple lines\n... - First line\n... - Second line\n... - Third line\n...\n... :param name: description 1\n... :param int priority: description 2\n... :param str sender: description 3\n... :raises ValueError: if name is invalid\n... ''')\n>>>\n>>> docstring.long_description\n'Long description spanning multiple lines\\n- First line\\n- Second line\\n- Third line'\n>>> docstring.params[1].arg_name\n'priority'\n>>> docstring.raises[0].type_name\n'ValueError'\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rr-/docstring_parser", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "docstring-parser", "package_url": "https://pypi.org/project/docstring-parser/", "platform": "", "project_url": "https://pypi.org/project/docstring-parser/", "project_urls": { "Homepage": "https://github.com/rr-/docstring_parser" }, "release_url": "https://pypi.org/project/docstring-parser/0.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.3" }, "last_serial": 5002605, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8530e028c9d8809579f4e00384684714", "sha256": "accb80c0ddddaede06f196bcd1f43a95519e9459cb7c3e0370cabe5c96e3cee2" }, "downloads": -1, "filename": "docstring_parser-0.1.tar.gz", "has_sig": false, "md5_digest": "8530e028c9d8809579f4e00384684714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3682, "upload_time": "2018-04-17T13:30:36", "url": "https://files.pythonhosted.org/packages/25/cc/a062c509945ce0ff5bab204979eea618165cb0f2d597bea841bd02d5c4e5/docstring_parser-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "17b700b3273c8a4340335b8aaf71ece7", "sha256": "99b208f8c51b4847b5829d99e45ad18ad63e31576f18be46aceb0c48d590b4bb" }, "downloads": -1, "filename": "docstring_parser-0.2.tar.gz", "has_sig": false, "md5_digest": "17b700b3273c8a4340335b8aaf71ece7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3947, "upload_time": "2019-03-28T08:57:06", "url": "https://files.pythonhosted.org/packages/c6/f7/f40e86fa327b94f36483a83aec50177f369698f8efe4e338ba1d9e909cee/docstring_parser-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "1230fae56dda67693a4e516b606892f5", "sha256": "06e012a6e4410427423d401928709f5b10f1bd3f07d947c5dc5a27aa86df272e" }, "downloads": -1, "filename": "docstring_parser-0.3.tar.gz", "has_sig": false, "md5_digest": "1230fae56dda67693a4e516b606892f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6636, "upload_time": "2019-03-29T10:43:25", "url": "https://files.pythonhosted.org/packages/df/ea/774a623b548ece53306b29309e6f423f92373c18d2355ca34b363002fe17/docstring_parser-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1230fae56dda67693a4e516b606892f5", "sha256": "06e012a6e4410427423d401928709f5b10f1bd3f07d947c5dc5a27aa86df272e" }, "downloads": -1, "filename": "docstring_parser-0.3.tar.gz", "has_sig": false, "md5_digest": "1230fae56dda67693a4e516b606892f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6636, "upload_time": "2019-03-29T10:43:25", "url": "https://files.pythonhosted.org/packages/df/ea/774a623b548ece53306b29309e6f423f92373c18d2355ca34b363002fe17/docstring_parser-0.3.tar.gz" } ] }