{ "info": { "author": "Thomas Robitaille", "author_email": "thomas.robitaille@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "About\n-----\n\n.. image:: https://travis-ci.org/astropy/astropy-changelog.svg\n :target: https://travis-ci.org/astropy/astropy-changelog\n\n.. image:: https://codecov.io/gh/astropy/astropy-changelog/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/astropy/astropy-changelog\n\nThis package contains a parser for the Astropy changelog format. Example usage:\n\n.. code:: python\n\n In [1]: from astropy_changelog import load\n\n In [2]: changes = load('CHANGES.rst')\n\n In [3]: changes.versions\n Out[3]:\n ['0.1',\n '0.2',\n '0.2.1',\n '0.2.2',\n '0.2.3',\n ...]\n\n In [4]: changes.issues\n Out[4]:\n [256,\n 272,\n 291,\n 293,\n 296,\n ...]\n\n In [5]: changes.versions_for_issue(4242)\n Out[5]: ['1.2']\n\n In [6]: changes.issues_for_version('2.0.7')\n Out[6]: [7411, 7248, 7402, 7422, 7469, 7486, 7453, 7493, 7510, 7493]\n\nFormat specification\n--------------------\n\nThe current format uses reStructuredText. Changelog entries should be given as\nbullet point items inside sections for each version. These sections should have\na title with the following syntax::\n\n version (release date)\n\nThe release date can be ``unreleased`` if the version is not released yet.\n\nThe version sections can optionally include sub-sections in which the bullet\nitems are organized, and the file can also optionally include an overall title.\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/astrofrog/astropy-changelog", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "astropy-changelog", "package_url": "https://pypi.org/project/astropy-changelog/", "platform": "", "project_url": "https://pypi.org/project/astropy-changelog/", "project_urls": { "Homepage": "https://github.com/astrofrog/astropy-changelog" }, "release_url": "https://pypi.org/project/astropy-changelog/0.1/", "requires_dist": [ "docutils", "pytest (>=3.5); extra == 'test'", "pytest-flake8; extra == 'test'", "pytest-cov; extra == 'test'", "codecov; extra == 'test'" ], "requires_python": "", "summary": "Helpers for parsing astropy changelogs", "version": "0.1" }, "last_serial": 4517196, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6ed42a219cc00f071adb554af555e657", "sha256": "293b9b0716f799d05db4b7096468c86746c269e1734b7980c98045ff9f812bb7" }, "downloads": -1, "filename": "astropy_changelog-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ed42a219cc00f071adb554af555e657", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6039, "upload_time": "2018-11-22T13:57:21", "url": "https://files.pythonhosted.org/packages/97/a5/4408aece3e1a474d7f31ec90d333ca581f983fbc7b257bfd3c44e387cd38/astropy_changelog-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7adf0fb20e5d8e2da2792b51d64b8b68", "sha256": "34526b7663eb4300fe533c73b16ce139f498b7845230555b864023a3eea58287" }, "downloads": -1, "filename": "astropy-changelog-0.1.tar.gz", "has_sig": false, "md5_digest": "7adf0fb20e5d8e2da2792b51d64b8b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5185, "upload_time": "2018-11-22T13:57:23", "url": "https://files.pythonhosted.org/packages/ec/f4/4fa9f3c8d7de160514170897e82a50c214e9048d314ef1c651d288a502b9/astropy-changelog-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ed42a219cc00f071adb554af555e657", "sha256": "293b9b0716f799d05db4b7096468c86746c269e1734b7980c98045ff9f812bb7" }, "downloads": -1, "filename": "astropy_changelog-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ed42a219cc00f071adb554af555e657", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6039, "upload_time": "2018-11-22T13:57:21", "url": "https://files.pythonhosted.org/packages/97/a5/4408aece3e1a474d7f31ec90d333ca581f983fbc7b257bfd3c44e387cd38/astropy_changelog-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7adf0fb20e5d8e2da2792b51d64b8b68", "sha256": "34526b7663eb4300fe533c73b16ce139f498b7845230555b864023a3eea58287" }, "downloads": -1, "filename": "astropy-changelog-0.1.tar.gz", "has_sig": false, "md5_digest": "7adf0fb20e5d8e2da2792b51d64b8b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5185, "upload_time": "2018-11-22T13:57:23", "url": "https://files.pythonhosted.org/packages/ec/f4/4fa9f3c8d7de160514170897e82a50c214e9048d314ef1c651d288a502b9/astropy-changelog-0.1.tar.gz" } ] }