{ "info": { "author": "The Astropy Developers", "author_email": "astropy.team@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Cython", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Physics" ], "description": "=======\nAstropy\n=======\n\n|Actions Status| |CircleCI Status| |Azure Status| |Coverage Status| |PyPI Status| |Documentation Status| |Zenodo|\n\nThe Astropy Project (http://astropy.org/) is a community effort to develop a\nsingle core package for Astronomy in Python and foster interoperability between\nPython astronomy packages. This repository contains the core package which is\nintended to contain much of the core functionality and some common tools needed\nfor performing astronomy and astrophysics with Python.\n\nReleases are `registered on PyPI `_,\nand development is occurring at the\n`project's GitHub page `_.\n\nFor installation instructions, see the `online documentation `_\nor `docs/install.rst `_ in this source distribution.\n\nContributing Code, Documentation, or Feedback\n---------------------------------------------\n\nThe Astropy Project is made both by and for its users, so we welcome and\nencourage contributions of many kinds. Our goal is to keep this a positive,\ninclusive, successful, and growing community by abiding with the\n`Astropy Community Code of Conduct `_.\n\nMore detailed information on contributing to the project or submitting feedback\ncan be found on the `contributions `_\npage. A `summary of contribution guidelines `_ can also be\nused as a quick reference when you are ready to start writing or validating\ncode for submission.\n\nSupporting the Project\n----------------------\n\n|NumFOCUS| |Donate|\n\nThe Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the\nUnited States. You can donate to the project by using the link above, and this\ndonation will support our mission to promote sustainable, high-level code base\nfor the astronomy community, open code development, educational materials, and\nreproducible scientific research.\n\nLicense\n-------\n\nAstropy is licensed under a 3-clause BSD style license - see the\n`LICENSE.rst `_ file.\n\n.. |Actions Status| image:: https://github.com/astropy/astropy/workflows/CI/badge.svg\n :target: https://github.com/astropy/astropy/actions\n :alt: Astropy's GitHub Actions CI Status\n\n.. |CircleCI Status| image:: https://img.shields.io/circleci/build/github/astropy/astropy/main?logo=circleci&label=CircleCI\n :target: https://circleci.com/gh/astropy/astropy\n :alt: Astropy's CircleCI Status\n\n.. |Azure Status| image:: https://dev.azure.com/astropy-project/astropy/_apis/build/status/astropy.astropy?repoName=astropy%2Fastropy&branchName=main\n :target: https://dev.azure.com/astropy-project/astropy\n :alt: Astropy's Azure Pipelines Status\n\n.. |Coverage Status| image:: https://codecov.io/gh/astropy/astropy/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/astropy/astropy\n :alt: Astropy's Coverage Status\n\n.. |PyPI Status| image:: https://img.shields.io/pypi/v/astropy.svg\n :target: https://pypi.org/project/astropy\n :alt: Astropy's PyPI Status\n\n.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4670728.svg\n :target: https://doi.org/10.5281/zenodo.4670728\n :alt: Zenodo DOI\n\n.. |Documentation Status| image:: https://img.shields.io/readthedocs/astropy/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=stable\n :target: https://docs.astropy.org/en/stable/?badge=stable\n :alt: Documentation Status\n\n.. |NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A\n :target: http://numfocus.org\n :alt: Powered by NumFOCUS\n\n.. |Donate| image:: https://img.shields.io/badge/Donate-to%20Astropy-brightgreen.svg\n :target: https://numfocus.salsalabs.org/donate-to-astropy/index.html\n\n\nIf you locally cloned this repo before 7 Apr 2021\n-------------------------------------------------\n\nThe primary branch for this repo has been transitioned from ``master`` to\n``main``. If you have a local clone of this repository and want to keep your\nlocal branch in sync with this repo, you'll need to do the following in your\nlocal clone from your terminal::\n\n git fetch --all --prune\n # you can stop here if you don't use your local \"master\"/\"main\" branch\n git branch -m master main\n git branch -u origin/main main\n\nIf you are using a GUI to manage your repos you'll have to find the equivalent\ncommands as it's different for different programs. Alternatively, you can just\ndelete your local clone and re-clone!\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://astropy.org", "keywords": "astronomy,astrophysics,cosmology,space,science,units,table,wcs,samp,coordinate,fits,modeling,models,fitting,ascii", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "astropy", "package_url": "https://pypi.org/project/astropy/", "platform": null, "project_url": "https://pypi.org/project/astropy/", "project_urls": { "Documentation": "https://docs.astropy.org", "Homepage": "http://astropy.org", "Source": "https://github.com/astropy/astropy" }, "release_url": "https://pypi.org/project/astropy/5.0.4/", "requires_dist": [ "numpy (>=1.18)", "pyerfa (>=2.0)", "PyYAML (>=3.13)", "packaging (>=19.0)", "scipy (>=1.3) ; extra == 'all'", "matplotlib (!=3.4.0,>=3.1) ; extra == 'all'", "certifi ; extra == 'all'", "dask[array] ; extra == 'all'", "h5py ; extra == 'all'", "pyarrow (>=5.0.0) ; extra == 'all'", "beautifulsoup4 ; extra == 'all'", "html5lib ; extra == 'all'", "bleach ; extra == 'all'", "pandas ; extra == 'all'", "sortedcontainers ; extra == 'all'", "pytz ; extra == 'all'", "jplephem ; extra == 'all'", "mpmath ; extra == 'all'", "asdf (>=2.9.2) ; extra == 'all'", "bottleneck ; extra == 'all'", "ipython (>=4.2) ; extra == 'all'", "pytest (>=7.0) ; extra == 'all'", "typing-extensions (>=3.10.0.1) ; extra == 'all'", "sphinx (<4) ; extra == 'docs'", "sphinx-astropy (>=1.6) ; extra == 'docs'", "pytest (>=7.0) ; extra == 'docs'", "scipy (>=1.3) ; extra == 'docs'", "matplotlib (!=3.4.0,>=3.1) ; extra == 'docs'", "sphinx-changelog (>=1.1.0) ; extra == 'docs'", "Jinja2 (<3.1) ; extra == 'docs'", "scipy (>=1.3) ; extra == 'recommended'", "matplotlib (!=3.4.0,>=3.1) ; extra == 'recommended'", "pytest (>=7.0) ; extra == 'test'", "pytest-doctestplus (>=0.12) ; extra == 'test'", "pytest-astropy-header (>=0.2.1) ; extra == 'test'", "pytest-astropy (>=0.9) ; extra == 'test'", "pytest-xdist ; extra == 'test'", "pytest (>=7.0) ; extra == 'test_all'", "pytest-doctestplus (>=0.12) ; extra == 'test_all'", "pytest-astropy-header (>=0.2.1) ; extra == 'test_all'", "pytest-astropy (>=0.9) ; extra == 'test_all'", "pytest-xdist ; extra == 'test_all'", "objgraph ; extra == 'test_all'", "ipython (>=4.2) ; extra == 'test_all'", "coverage ; extra == 'test_all'", "skyfield (>=1.20) ; extra == 'test_all'", "sgp4 (>=2.3) ; extra == 'test_all'" ], "requires_python": ">=3.8", "summary": "Astronomy and astrophysics core library", "version": "5.0.4", "yanked": false, "yanked_reason": null }, "last_serial": 13676551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c23f98c42c221b76a9fa827527ccfd77", "sha256": "205f4576b6267a362d96f7b9e913e1f21efd3d7c58b9d58ebc0d2ed69382c540" }, "downloads": -1, "filename": "astropy-0.1.tar.gz", "has_sig": false, "md5_digest": "c23f98c42c221b76a9fa827527ccfd77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3109566, "upload_time": "2013-01-26T21:09:13", "upload_time_iso_8601": "2013-01-26T21:09:13.239544Z", "url": "https://files.pythonhosted.org/packages/9b/ba/4d633bb039c65fee730eb768553f6b82603738f830720dd08cb72f7bbc96/astropy-0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1a69f5b402c05c53f0610a60c71b0884", "sha256": "bdaf8e285fe3ae19feb19c918980a4e64c84331b901002d830b9d79cc2c0ee41" }, "downloads": -1, "filename": "astropy-0.2.tar.gz", "has_sig": false, "md5_digest": "1a69f5b402c05c53f0610a60c71b0884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4613996, "upload_time": "2013-02-19T22:44:09", "upload_time_iso_8601": "2013-02-19T22:44:09.271446Z", "url": "https://files.pythonhosted.org/packages/47/7c/8e2ac82923c842b28e8ee2a0c38151ca60a20d03f126804602ce70bf2b99/astropy-0.2.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f311c4df72ea42a2c7478e2ea54f5e25", "sha256": "d336a5e481adee9c26b7ff7a9db76a314fe0451740d596946ea5242d7887e406" }, "downloads": -1, "filename": "astropy-0.2.win32-py2.6.exe", "has_sig": false, "md5_digest": "f311c4df72ea42a2c7478e2ea54f5e25", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4261541, "upload_time": "2013-03-28T17:31:05", "upload_time_iso_8601": "2013-03-28T17:31:05.070004Z", "url": "https://files.pythonhosted.org/packages/0e/bf/a0f01c3f16ce9cbc00495cb686b49a7ea9da31faed23825e7d8181dacf2b/astropy-0.2.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "378c18241903d89b635aac47b77b1a58", "sha256": "7f117942c6e154540992a22a466a05ea721f4cdb07deebb27f930325fc5d76e5" }, "downloads": -1, "filename": "astropy-0.2.win32-py2.7.exe", "has_sig": false, "md5_digest": "378c18241903d89b635aac47b77b1a58", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4251474, "upload_time": "2013-03-28T17:22:55", "upload_time_iso_8601": "2013-03-28T17:22:55.560824Z", "url": "https://files.pythonhosted.org/packages/d9/f1/15b974a5cf836588785f62e530705dfc08c50bd0905b286b15a96e63e21e/astropy-0.2.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe08589699085754ee4212a06d4b8cb7", "sha256": "5b12aadeabc8af5d371dea7a5a0c089d1b2bef5f5cd965991677882a2955978c" }, "downloads": -1, "filename": "astropy-0.2.win32-py3.1.exe", "has_sig": false, "md5_digest": "fe08589699085754ee4212a06d4b8cb7", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4261157, "upload_time": "2013-03-28T17:35:30", "upload_time_iso_8601": "2013-03-28T17:35:30.276530Z", "url": "https://files.pythonhosted.org/packages/2c/12/e9883d73f5537ed695ef065be0df0eb673ff20018e2c05b26151bf4346b0/astropy-0.2.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b74b7577df7becbee81702dd1dd39476", "sha256": "864ce58b10e056a500ef81374289f2a9289eca74ca48769bf61d05fdf14b470e" }, "downloads": -1, "filename": "astropy-0.2.win32-py3.2.exe", "has_sig": false, "md5_digest": "b74b7577df7becbee81702dd1dd39476", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4255885, "upload_time": "2013-03-28T17:43:48", "upload_time_iso_8601": "2013-03-28T17:43:48.730964Z", "url": "https://files.pythonhosted.org/packages/43/c8/63ee5eebe3c0df1cc056043931680e32f0b5847a289d67fb6f1492b48fd0/astropy-0.2.win32-py3.2.exe", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "10e08dbda909031961f3efab23292556", "sha256": "ffd8e8b6cf71f34d55e926b845ea348eb0066a61d07f9f205ca32efff79b8424" }, "downloads": -1, "filename": "astropy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "10e08dbda909031961f3efab23292556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4736810, "upload_time": "2013-04-03T19:53:13", "upload_time_iso_8601": "2013-04-03T19:53:13.946297Z", "url": "https://files.pythonhosted.org/packages/38/b3/740135c67e4a4a51ffa6db42b44295f89139cac13a69d0941c5e6caad140/astropy-0.2.1.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83ce6de805627b23bf95aa58f6fb1665", "sha256": "707af70e05552e6caa94cfef9064625e97c8d26c31dba58988c92fd3f8dfb832" }, "downloads": -1, "filename": "astropy-0.2.1.win32-py2.6.exe", "has_sig": false, "md5_digest": "83ce6de805627b23bf95aa58f6fb1665", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4284779, "upload_time": "2013-04-03T20:06:56", "upload_time_iso_8601": "2013-04-03T20:06:56.518131Z", "url": "https://files.pythonhosted.org/packages/0e/75/0e76789d86c8766328a736a7e19164b82afae3617c3ac605a5ebf6486236/astropy-0.2.1.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6924443e3f318632e2e5eb44c9f1c582", "sha256": "03b79aa5c44a9554c483cf0bfff670d368011e634d0e3a18a2c830be1ad2372d" }, "downloads": -1, "filename": "astropy-0.2.1.win32-py2.7.exe", "has_sig": false, "md5_digest": "6924443e3f318632e2e5eb44c9f1c582", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4274687, "upload_time": "2013-04-03T20:09:55", "upload_time_iso_8601": "2013-04-03T20:09:55.143451Z", "url": "https://files.pythonhosted.org/packages/85/d5/1ba4ab2bff0c6b9c6f80020432aec4b31dff4ce1d74fc928c0f2d8a1dd7c/astropy-0.2.1.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8d5d75f300e6eb3c9dd8982636eb3a9", "sha256": "145c5605560372d98e0c2a0d4a3d4b6894231ab8e9b965190ed555a8f4f5f485" }, "downloads": -1, "filename": "astropy-0.2.1.win32-py3.1.exe", "has_sig": false, "md5_digest": "f8d5d75f300e6eb3c9dd8982636eb3a9", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4284419, "upload_time": "2013-04-03T20:13:40", "upload_time_iso_8601": "2013-04-03T20:13:40.280566Z", "url": "https://files.pythonhosted.org/packages/40/64/9de93b081ba7761a585be24a72eb473f782d6ecc261e37e4dac2cfcf771d/astropy-0.2.1.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d2455b0588aca68fc37b44979196b23", "sha256": "a6507ed0c3bf348c6f2492b34560839eaf52eb1199beff805b0ec60bb17cec3d" }, "downloads": -1, "filename": "astropy-0.2.1.win32-py3.2.exe", "has_sig": false, "md5_digest": "3d2455b0588aca68fc37b44979196b23", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4279000, "upload_time": "2013-04-03T20:18:26", "upload_time_iso_8601": "2013-04-03T20:18:26.361271Z", "url": "https://files.pythonhosted.org/packages/aa/3d/569ea1662316704decd92ad64a7e25849ea2f0d63f87f52795f674f9537d/astropy-0.2.1.win32-py3.2.exe", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "1c6c8791d29c85c3db43ca91624f3fc5", "sha256": "7f36d79f15ea35eb507a72883e6a3f113fa240db043052ed2fddbf62e3138e8e" }, "downloads": -1, "filename": "astropy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1c6c8791d29c85c3db43ca91624f3fc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697431, "upload_time": "2013-05-21T21:00:17", "upload_time_iso_8601": "2013-05-21T21:00:17.936673Z", "url": "https://files.pythonhosted.org/packages/11/2e/0ecef6335afb8cc10e075f412d01263b42ae05b127728fb47507bb73ef59/astropy-0.2.2.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20a80dbffa6d1aed18b130952be0dc07", "sha256": "8fd31943fbdca3268f6ff2084e16bcea12d657ebe86e22d9202fa8d1409387e7" }, "downloads": -1, "filename": "astropy-0.2.2.win32-py2.6.exe", "has_sig": false, "md5_digest": "20a80dbffa6d1aed18b130952be0dc07", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4362841, "upload_time": "2013-05-21T21:16:02", "upload_time_iso_8601": "2013-05-21T21:16:02.030016Z", "url": "https://files.pythonhosted.org/packages/cf/1e/30c1a0ffccafbe5e87807e68eee609b71f19782df89198dcbd6a5c441e4c/astropy-0.2.2.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b0f83600e24df301f45f2a7bcd5d8a0", "sha256": "90d864f291c5fdaca3b10cb91442b08c643392e3421471a14b1a7bd73c07ca90" }, "downloads": -1, "filename": "astropy-0.2.2.win32-py2.7.exe", "has_sig": false, "md5_digest": "2b0f83600e24df301f45f2a7bcd5d8a0", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4353436, "upload_time": "2013-05-21T21:17:46", "upload_time_iso_8601": "2013-05-21T21:17:46.108372Z", "url": "https://files.pythonhosted.org/packages/de/e5/7632954c7805c8072a277e56ebb94f4a481e57fbe06e5435d65abc8b59a9/astropy-0.2.2.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b9baf2e968f2197a319a1a49fda1545", "sha256": "fc785d05ee173cbba7e0874e335f65a89ea00de7e550b742b3514648118b7001" }, "downloads": -1, "filename": "astropy-0.2.2.win32-py3.1.exe", "has_sig": false, "md5_digest": "4b9baf2e968f2197a319a1a49fda1545", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4371035, "upload_time": "2013-05-21T21:25:07", "upload_time_iso_8601": "2013-05-21T21:25:07.294049Z", "url": "https://files.pythonhosted.org/packages/4c/32/f988fe673c136e58192db6bddff23965321df9b93a3488b7a35fb4d5c028/astropy-0.2.2.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e52aa1f3c011047c4fb1b6eaca3e1ed", "sha256": "e13fcd251cee65d2887ae79c731a184c9bcbe16d5c541067f805988d7dfc434c" }, "downloads": -1, "filename": "astropy-0.2.2.win32-py3.2.exe", "has_sig": false, "md5_digest": "3e52aa1f3c011047c4fb1b6eaca3e1ed", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4365784, "upload_time": "2013-05-21T21:37:32", "upload_time_iso_8601": "2013-05-21T21:37:32.278660Z", "url": "https://files.pythonhosted.org/packages/25/65/99e282a0c65b0b7c6bb7c1cf951da454c71155545d2e6b0bbcede0e4f694/astropy-0.2.2.win32-py3.2.exe", "yanked": false, "yanked_reason": null } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c9962b4a519ba63933248dee23ddacc9", "sha256": "b3a5a6b8d93a7ee519f5c8bf056d7ec7d27af4456c0aa1a371b556835320c84f" }, "downloads": -1, "filename": "astropy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c9962b4a519ba63933248dee23ddacc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697986, "upload_time": "2013-05-30T20:38:13", "upload_time_iso_8601": "2013-05-30T20:38:13.061254Z", "url": "https://files.pythonhosted.org/packages/19/91/70ab600b812b8ff4b96b5330cdbccc2ad666bc2f62aadd43d516d53fd31d/astropy-0.2.3.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e1c0b7c7993577d05fe81ce31f6a2e1b", "sha256": "39ffd82476f40d461534590b009bb16a990ae01904d063c2f923d93ed1996617" }, "downloads": -1, "filename": "astropy-0.2.3.win32-py2.6.exe", "has_sig": false, "md5_digest": "e1c0b7c7993577d05fe81ce31f6a2e1b", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4364040, "upload_time": "2013-05-30T22:05:25", "upload_time_iso_8601": "2013-05-30T22:05:25.067320Z", "url": "https://files.pythonhosted.org/packages/48/be/ff0395e5bcae1486a88baf3bda944ee90fc6992c7efd853038485c29e1ad/astropy-0.2.3.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40bb9201a9c45233ba7fe4aa7618249d", "sha256": "156d756799fb8afdf4713226d5999e95328eb8a2f4c29eff07bd63871fb5bd20" }, "downloads": -1, "filename": "astropy-0.2.3.win32-py2.7.exe", "has_sig": false, "md5_digest": "40bb9201a9c45233ba7fe4aa7618249d", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4354647, "upload_time": "2013-05-30T22:11:34", "upload_time_iso_8601": "2013-05-30T22:11:34.247325Z", "url": "https://files.pythonhosted.org/packages/cc/56/21190b05b1fc507e1358b64cf7a3124eb8f48fb83cd958eff2483f1561f2/astropy-0.2.3.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa8ba4ccb808cecba14d77661b9a4d03", "sha256": "064ec34a2bce4964ebe6d1e2e7336b61b28d33b4f67a0ea86a784c667c91b501" }, "downloads": -1, "filename": "astropy-0.2.3.win32-py3.1.exe", "has_sig": false, "md5_digest": "aa8ba4ccb808cecba14d77661b9a4d03", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4372195, "upload_time": "2013-05-30T22:38:24", "upload_time_iso_8601": "2013-05-30T22:38:24.543408Z", "url": "https://files.pythonhosted.org/packages/af/83/80ec0e9dc826810a8e4c0ce79c46e0e5ec0244971ed01f11edff5f6bb235/astropy-0.2.3.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc30337a9768afdb064d96a5f8b47d29", "sha256": "bdf5ebe21db4a447bb9ea47bd0cb2fe5b65d3f20925041a473438d9733c81bad" }, "downloads": -1, "filename": "astropy-0.2.3.win32-py3.2.exe", "has_sig": false, "md5_digest": "cc30337a9768afdb064d96a5f8b47d29", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4366901, "upload_time": "2013-05-30T22:42:25", "upload_time_iso_8601": "2013-05-30T22:42:25.145754Z", "url": "https://files.pythonhosted.org/packages/ca/7a/33ef346157b793d8df5e72aa02474fe88918b52bcb7f8aa370ff925bd852/astropy-0.2.3.win32-py3.2.exe", "yanked": false, "yanked_reason": null } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "b7a8758baea1c88af727fe87d76abdf8", "sha256": "92c99db81ca40c137d50ef5b5f23b0edf7d6e310d67bf8a176c6d8fd072fbd56" }, "downloads": -1, "filename": "astropy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "b7a8758baea1c88af727fe87d76abdf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4703474, "upload_time": "2013-07-24T18:49:00", "upload_time_iso_8601": "2013-07-24T18:49:00.389917Z", "url": "https://files.pythonhosted.org/packages/fa/ba/f4c4d1daa0ad341682cf895f90552e2ad66b37aac0add6a6225e71d29de1/astropy-0.2.4.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60c5ce9c9dbfc8776c2dfc5f8b7ed5ce", "sha256": "b13b0d155613d792ffe767bee57e829d4a9d96738f84abf452a240014f850903" }, "downloads": -1, "filename": "astropy-0.2.4.win32-py2.6.exe", "has_sig": false, "md5_digest": "60c5ce9c9dbfc8776c2dfc5f8b7ed5ce", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4368658, "upload_time": "2013-07-25T15:49:48", "upload_time_iso_8601": "2013-07-25T15:49:48.729873Z", "url": "https://files.pythonhosted.org/packages/81/b9/a21ba7b1c486287fc4aed2250f9456548d293a943b677bf558174fd46c4b/astropy-0.2.4.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8aeee399661f0817f5fe2624aae0dec7", "sha256": "52e879eafd4b696ab996a26af3e8675b25e339bbb85b3dba1899c0bbbc800d2a" }, "downloads": -1, "filename": "astropy-0.2.4.win32-py2.7.exe", "has_sig": false, "md5_digest": "8aeee399661f0817f5fe2624aae0dec7", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4359398, "upload_time": "2013-07-25T15:14:30", "upload_time_iso_8601": "2013-07-25T15:14:30.529914Z", "url": "https://files.pythonhosted.org/packages/08/cf/d7e930c768cdefc773a3da4b308bd733d111445762a8d4d5886a4b6b4faf/astropy-0.2.4.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd63b26a1f5baff3fe929f8cb1815316", "sha256": "35018ae57759356f6a2c8dfa4e709f37b01981fe22354b0b0c6b6584cccac238" }, "downloads": -1, "filename": "astropy-0.2.4.win32-py3.1.exe", "has_sig": false, "md5_digest": "dd63b26a1f5baff3fe929f8cb1815316", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4376794, "upload_time": "2013-07-25T15:54:31", "upload_time_iso_8601": "2013-07-25T15:54:31.734424Z", "url": "https://files.pythonhosted.org/packages/5f/38/7083c0cb3afbcc8e1a491b03afad869835dd5ebc74921e96837d916b08f1/astropy-0.2.4.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8bf894eec0c3896b38f5afc2640b4bc0", "sha256": "d31502906f683d14b83a9ecdcd60a0f3541f26f4da647e53e49f6c81f63d6ed8" }, "downloads": -1, "filename": "astropy-0.2.4.win32-py3.2.exe", "has_sig": false, "md5_digest": "8bf894eec0c3896b38f5afc2640b4bc0", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4371546, "upload_time": "2013-07-25T15:56:39", "upload_time_iso_8601": "2013-07-25T15:56:39.757275Z", "url": "https://files.pythonhosted.org/packages/0e/b8/f66613a73b917c4e98aa40aa3e3b6df951ed9a1ecfaff27aca628871f212/astropy-0.2.4.win32-py3.2.exe", "yanked": false, "yanked_reason": null } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "d25a81d72f4c3743d75f147503aab34f", "sha256": "43d4aec5c046d31094c6c65b8c81e01e55c961ddf5aeb846f71044009b06033d" }, "downloads": -1, "filename": "astropy-0.2.5.tar.gz", "has_sig": false, "md5_digest": "d25a81d72f4c3743d75f147503aab34f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4713028, "upload_time": "2013-10-25T16:32:22", "upload_time_iso_8601": "2013-10-25T16:32:22.385760Z", "url": "https://files.pythonhosted.org/packages/86/d0/2a8a8bedb35d3a0426b4dc1e86cf39a6e3da15b4a3ace9d6958c9b598319/astropy-0.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d9aee73db94d86da1c67607d854c72b7", "sha256": "6c827ed074c1bc83fb0c8909f3c1293531e84a7920c9418747b75c676f60f2d6" }, "downloads": -1, "filename": "astropy-0.3.tar.gz", "has_sig": false, "md5_digest": "d9aee73db94d86da1c67607d854c72b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6122102, "upload_time": "2013-11-21T01:54:53", "upload_time_iso_8601": "2013-11-21T01:54:53.451845Z", "url": "https://files.pythonhosted.org/packages/fe/13/3d99e319bee34e1fbdb3d0632ed14407caef2de22265f62f353c2cedb947/astropy-0.3.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c12f2b82a131082994db57d5882e1801", "sha256": "5f95ab10302af55f2e0705d408044a2d137e3da11effa0c7328c1db707c02e79" }, "downloads": -1, "filename": "astropy-0.3.win32-py2.6.exe", "has_sig": false, "md5_digest": "c12f2b82a131082994db57d5882e1801", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4215280, "upload_time": "2013-11-22T20:42:58", "upload_time_iso_8601": "2013-11-22T20:42:58.222582Z", "url": "https://files.pythonhosted.org/packages/e4/17/6c5d7e7c2f859a5d5ccb521f18caed8d6f299fb90a1879acd307ecda25c6/astropy-0.3.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1187aa8a717c84069b2fe36c28ba3fc8", "sha256": "dc9c42099269f9e08f265c1f39873592e64732c30d90cc83a5c62c0d1b1d4039" }, "downloads": -1, "filename": "astropy-0.3.win32-py2.7.exe", "has_sig": false, "md5_digest": "1187aa8a717c84069b2fe36c28ba3fc8", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4215405, "upload_time": "2013-11-22T20:37:56", "upload_time_iso_8601": "2013-11-22T20:37:56.332814Z", "url": "https://files.pythonhosted.org/packages/4b/3b/aa46e25c48154b1b7c770d165cc190dae9487c1053397a60ade4d5184d0f/astropy-0.3.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8eb9fa38f0e96e798a396ce0b3b4c8fd", "sha256": "11121b7c12a84015d688c11ac5b504f80bd52be0b11ddae00b59c3b9f107e35d" }, "downloads": -1, "filename": "astropy-0.3.win32-py3.1.exe", "has_sig": false, "md5_digest": "8eb9fa38f0e96e798a396ce0b3b4c8fd", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4171582, "upload_time": "2013-11-22T20:52:13", "upload_time_iso_8601": "2013-11-22T20:52:13.600383Z", "url": "https://files.pythonhosted.org/packages/64/46/f6a69c9be2b05657a5f28544eba9a3bd05c49c2604771f916eeb6dd887a5/astropy-0.3.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7dfa52661b84365fbfcbcc1cdd90f43e", "sha256": "03a04dfeaa636e4a6bc7a7b30c2bd3cdd5bdb0f677addacec1f5cb07c066883a" }, "downloads": -1, "filename": "astropy-0.3.win32-py3.2.exe", "has_sig": false, "md5_digest": "7dfa52661b84365fbfcbcc1cdd90f43e", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4168574, "upload_time": "2013-11-22T21:01:49", "upload_time_iso_8601": "2013-11-22T21:01:49.091308Z", "url": "https://files.pythonhosted.org/packages/9d/5e/0e44c9b8e8365f321cd4e07f688623182c4ca5fefc74b2643e00e5a31844/astropy-0.3.win32-py3.2.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99466cb2c6fbc77eda9971edfc21449f", "sha256": "c54edf61ac6d2c97934e61d0ec31307d887f3d25d4556a6d0b566c6430b48ab6" }, "downloads": -1, "filename": "astropy-0.3.win32-py3.3.exe", "has_sig": false, "md5_digest": "99466cb2c6fbc77eda9971edfc21449f", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 4173335, "upload_time": "2013-11-22T21:19:03", "upload_time_iso_8601": "2013-11-22T21:19:03.479823Z", "url": "https://files.pythonhosted.org/packages/f3/c1/e27756fc4d04e59af3bf6a7a345ad02300a9bf366087235f59b626d85030/astropy-0.3.win32-py3.3.exe", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a00f8243fb3cc156327392795de2d672", "sha256": "e296b445943c842adc18db2dcbfe6fb1b79d4b95cae0f5bac768fd78f4af30ac" }, "downloads": -1, "filename": "astropy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a00f8243fb3cc156327392795de2d672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6190259, "upload_time": "2014-03-04T17:58:34", "upload_time_iso_8601": "2014-03-04T17:58:34.777976Z", "url": "https://files.pythonhosted.org/packages/d7/28/e54f23a4b06915f243a48cb650c5f333f5cbe5350cf13b38cdeb574dbaa9/astropy-0.3.1.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9eaa8b3b2d711ba487312cae8aeeefce", "sha256": "d7b78a141d50fad0b78e00719947cf84db8a5244de386f0b85a51eee7ad6d9dc" }, "downloads": -1, "filename": "astropy-0.3.1.win32-py2.6.exe", "has_sig": false, "md5_digest": "9eaa8b3b2d711ba487312cae8aeeefce", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 6040725, "upload_time": "2014-03-04T18:42:16", "upload_time_iso_8601": "2014-03-04T18:42:16.116526Z", "url": "https://files.pythonhosted.org/packages/cc/5c/41b9941909d08d988b487c6730de39972cf45c04d28ae43ad6568438a79e/astropy-0.3.1.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2a3320e0f2fddc9fbf2e3884a9f73cb", "sha256": "842f76f142398edd8d2d315f3a98aa01c792dbff37f6bba41cc992d2717d73ba" }, "downloads": -1, "filename": "astropy-0.3.1.win32-py2.7.exe", "has_sig": false, "md5_digest": "c2a3320e0f2fddc9fbf2e3884a9f73cb", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 6037273, "upload_time": "2014-03-04T18:44:32", "upload_time_iso_8601": "2014-03-04T18:44:32.061698Z", "url": "https://files.pythonhosted.org/packages/e7/d0/7e5817c0c4112b85ca3978bcb894d09a1f00e7b1c9c353553382d1f6de14/astropy-0.3.1.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "546313e2a1910b2662e666caeab5ffe5", "sha256": "8db0032f81d68c008f0d75d578f6e466b9d3dc4afb6f52bb3e90764d29030aef" }, "downloads": -1, "filename": "astropy-0.3.1.win32-py3.1.exe", "has_sig": false, "md5_digest": "546313e2a1910b2662e666caeab5ffe5", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 5718593, "upload_time": "2014-03-04T18:47:45", "upload_time_iso_8601": "2014-03-04T18:47:45.324554Z", "url": "https://files.pythonhosted.org/packages/83/86/ca8db0ae657833ec2617402d92e8595211c4d2a353b1b3236220dd0df366/astropy-0.3.1.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "864edd8577d0e7f86e46d6edbef97f38", "sha256": "0570fb78c6f1581a81795ef8f6efe79e1c91a06d069eb6c556db2d0306a11494" }, "downloads": -1, "filename": "astropy-0.3.1.win32-py3.2.exe", "has_sig": false, "md5_digest": "864edd8577d0e7f86e46d6edbef97f38", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 5713776, "upload_time": "2014-03-04T18:50:50", "upload_time_iso_8601": "2014-03-04T18:50:50.768104Z", "url": "https://files.pythonhosted.org/packages/a6/26/c88d185ea614f49dc5a41cb6d79f000fd1a5e9e660f923e461b4d24273b4/astropy-0.3.1.win32-py3.2.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34f6c4f7859eeab9d7fde7be501f1eca", "sha256": "2918f2cedf4e99937d846dadb2da254d6556108cfa417330d971cb23d80b1e29" }, "downloads": -1, "filename": "astropy-0.3.1.win32-py3.3.exe", "has_sig": false, "md5_digest": "34f6c4f7859eeab9d7fde7be501f1eca", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 5732688, "upload_time": "2014-03-04T18:58:05", "upload_time_iso_8601": "2014-03-04T18:58:05.953945Z", "url": "https://files.pythonhosted.org/packages/2f/c3/0cb650ade081794b9e066b067d44e2e50f0a49d4c677a0d3ba0511d3b08e/astropy-0.3.1.win32-py3.3.exe", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a9ca553a7622c09221068c8b202c21ef", "sha256": "0b564870f5c198885d9bbb1b3d07e526439303f37c2c654a879d1f9dee270915" }, "downloads": -1, "filename": "astropy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "a9ca553a7622c09221068c8b202c21ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6375740, "upload_time": "2014-05-13T16:17:04", "upload_time_iso_8601": "2014-05-13T16:17:04.916228Z", "url": "https://files.pythonhosted.org/packages/a6/4c/4635c1a3b124f03635b4bda9e8cfd46b9727eabe12bbf2bc4e38d2a3961b/astropy-0.3.2.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9de51d8b6b8bbe3ea7a60289af2980a2", "sha256": "349b93e4dbd3a0f2e5f31311e14e80fde08e64fed69baff1d3122ce167a452bb" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py2.6.exe", "has_sig": false, "md5_digest": "9de51d8b6b8bbe3ea7a60289af2980a2", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 6247634, "upload_time": "2014-05-13T19:26:16", "upload_time_iso_8601": "2014-05-13T19:26:16.680531Z", "url": "https://files.pythonhosted.org/packages/7c/09/0e3cb09b94541dd772317d56e6ba01a0ba549ecbae5d45f73b0c51d9db70/astropy-0.3.2.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd0f2754a17bc33bf781c1d03e189dd7", "sha256": "5ae6f474108d7be4d77db07521a389928c7179acbbb81944371e0e3d52590bd5" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py2.7.exe", "has_sig": false, "md5_digest": "bd0f2754a17bc33bf781c1d03e189dd7", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 6244377, "upload_time": "2014-05-14T14:34:55", "upload_time_iso_8601": "2014-05-14T14:34:55.745060Z", "url": "https://files.pythonhosted.org/packages/8d/1e/22d7ab72d6e926a2484c0105d84deb866c3d1c06c0a79dea8492c7bb722c/astropy-0.3.2.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4e56e422524128cf969c0e3552f4567", "sha256": "936bed91803d80ccfb19b300443b6cfb79c9c915d6cb326c47bf2d34f236e933" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py3.1.exe", "has_sig": false, "md5_digest": "e4e56e422524128cf969c0e3552f4567", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 6237549, "upload_time": "2014-05-14T14:37:27", "upload_time_iso_8601": "2014-05-14T14:37:27.136878Z", "url": "https://files.pythonhosted.org/packages/60/b8/9de8ade5efca40a5239e171ae432c9cd60e55d92ac4743feffbc77750555/astropy-0.3.2.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5836fc42bc1301ba5b4f2d99d89b9922", "sha256": "a2b5dec0d4609f0d5386b686d3f90d46293bed2a027c38f3916924b026a85ab7" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py3.2.exe", "has_sig": false, "md5_digest": "5836fc42bc1301ba5b4f2d99d89b9922", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 6239250, "upload_time": "2014-05-14T14:50:56", "upload_time_iso_8601": "2014-05-14T14:50:56.962874Z", "url": "https://files.pythonhosted.org/packages/19/c7/b81bd8ed60cc5dee12022b89a524f3e070954440444bd6717d6933824f6c/astropy-0.3.2.win32-py3.2.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5808b7d21f982f037c80d672746f8e31", "sha256": "181a93a0c320135302b9add1f1ba6cda2f5747572c82c69517aff0c209610f4d" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py3.3.exe", "has_sig": false, "md5_digest": "5808b7d21f982f037c80d672746f8e31", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 6265860, "upload_time": "2014-05-14T14:54:55", "upload_time_iso_8601": "2014-05-14T14:54:55.921890Z", "url": "https://files.pythonhosted.org/packages/4b/11/8384f1b358b1f94409d58a9bdafbb4415608b182432711883f9ae15e75e7/astropy-0.3.2.win32-py3.3.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "caa481090aab86f89a778bf17c9fd77e", "sha256": "65624411d69a2115333f78df1d2e106f64a1c2507cde910b02840e0b10e31963" }, "downloads": -1, "filename": "astropy-0.3.2.win32-py3.4.exe", "has_sig": false, "md5_digest": "caa481090aab86f89a778bf17c9fd77e", "packagetype": "bdist_wininst", "python_version": "3.4", "requires_python": null, "size": 6247587, "upload_time": "2014-05-14T15:09:06", "upload_time_iso_8601": "2014-05-14T15:09:06.598587Z", "url": "https://files.pythonhosted.org/packages/7b/99/c203bcbecac587e80192419e0c5772f0d3895b80f0249e8d9cfb88cb151d/astropy-0.3.2.win32-py3.4.exe", "yanked": false, "yanked_reason": null } ], "0.4": [ { "comment_text": "", "digests": { "md5": "8dba2c6a415cf005616544f254aabdc1", "sha256": "bb600cff736f6dcf98f25b9608638eb92475a0da3095eca0108c03433ee0ffeb" }, "downloads": -1, "filename": "astropy-0.4-cp26-none-win32.whl", "has_sig": false, "md5_digest": "8dba2c6a415cf005616544f254aabdc1", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 4411046, "upload_time": "2014-07-16T21:06:50", "upload_time_iso_8601": "2014-07-16T21:06:50.337252Z", "url": "https://files.pythonhosted.org/packages/de/55/1ae5bf93709c66e6b8978ccc483fc7652f92061b816449f200a1cfac9465/astropy-0.4-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "258708c0c3b85ca999ff397b40d1ffe8", "sha256": "c9be2356e474d745ab4d8403857444e628bc10c5a2869ab9af87a4bd89e93337" }, "downloads": -1, "filename": "astropy-0.4-cp27-none-win32.whl", "has_sig": false, "md5_digest": "258708c0c3b85ca999ff397b40d1ffe8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4410568, "upload_time": "2014-07-16T21:11:02", "upload_time_iso_8601": "2014-07-16T21:11:02.443123Z", "url": "https://files.pythonhosted.org/packages/28/a1/a5ed95fecc60182df2cea6b0da2ab570e87805d51aab11182e5940d73d86/astropy-0.4-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3355dcce7e1c0ed5924e816621a003b", "sha256": "8caea59c74a30bf9a08f97fd48cd8ed67fa82adc690b385a3ea1dc2e2d9716d6" }, "downloads": -1, "filename": "astropy-0.4-cp32-none-win32.whl", "has_sig": false, "md5_digest": "d3355dcce7e1c0ed5924e816621a003b", "packagetype": "bdist_wheel", "python_version": "3.2", "requires_python": null, "size": 4381131, "upload_time": "2014-07-16T21:14:52", "upload_time_iso_8601": "2014-07-16T21:14:52.982161Z", "url": "https://files.pythonhosted.org/packages/0c/b9/c312316c5eb273a67b22f89d30e4140b9d0c467ec24cc9da5b85a6ccce8a/astropy-0.4-cp32-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "558e5bf386c6cf2d22a03a1f682d04d0", "sha256": "78dcd7e95788a52cb575b648d265bfd72553dea26d6beab801fadafb3bc17736" }, "downloads": -1, "filename": "astropy-0.4-cp33-none-win32.whl", "has_sig": false, "md5_digest": "558e5bf386c6cf2d22a03a1f682d04d0", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 4381258, "upload_time": "2014-07-16T21:19:56", "upload_time_iso_8601": "2014-07-16T21:19:56.604294Z", "url": "https://files.pythonhosted.org/packages/3a/f4/686f53a1c9ce078f46a4858636b1d7b1ecbddd588351f89a5c10ff1c8ef8/astropy-0.4-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "abf942dd7bba959a5181b767f0aa61bb", "sha256": "f7e759d926b87f825746ba0473652bbe9925c231bce5c6e05f6d566babdee6e0" }, "downloads": -1, "filename": "astropy-0.4-cp34-none-win32.whl", "has_sig": false, "md5_digest": "abf942dd7bba959a5181b767f0aa61bb", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4381200, "upload_time": "2014-07-16T21:21:56", "upload_time_iso_8601": "2014-07-16T21:21:56.950366Z", "url": "https://files.pythonhosted.org/packages/6a/7f/692105fdd593a5ac097a80f8546458bae5b62c50627a4df13e4c39c66ba6/astropy-0.4-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "edf9cc72ef853cc67657fffeccce0fa2", "sha256": "bcb16f7e01d74851d43c13a372fd5e240014ae9bc695a87ed2e2693d36581aba" }, "downloads": -1, "filename": "astropy-0.4.tar.gz", "has_sig": false, "md5_digest": "edf9cc72ef853cc67657fffeccce0fa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6906375, "upload_time": "2014-07-16T16:23:38", "upload_time_iso_8601": "2014-07-16T16:23:38.975658Z", "url": "https://files.pythonhosted.org/packages/fe/fa/24bda8ced5f6498a6ac6c2fedcb6fd314dd3389775020e44d7980b87ce77/astropy-0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "83216931d0a6afecd7ed08e14d5d011f", "sha256": "8288f6d46a528020b7875c3458063a28a62c08188a5f9f047b825ae9d2a16b32" }, "downloads": -1, "filename": "astropy-0.4.1.tar.gz", "has_sig": false, "md5_digest": "83216931d0a6afecd7ed08e14d5d011f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6994211, "upload_time": "2014-08-14T19:13:26", "upload_time_iso_8601": "2014-08-14T19:13:26.463190Z", "url": "https://files.pythonhosted.org/packages/de/0d/3a467fa152d0116fc1aaa0607280529b766b0c37f98f3ed2bd58531ec073/astropy-0.4.1.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58faa8c6dae486d74b2903f752801902", "sha256": "60ecbf5188c5875e538771799871567731f3899f9d052982b810621f0441b543" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py2.6.exe", "has_sig": false, "md5_digest": "58faa8c6dae486d74b2903f752801902", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4758360, "upload_time": "2014-08-08T16:02:41", "upload_time_iso_8601": "2014-08-08T16:02:41.500684Z", "url": "https://files.pythonhosted.org/packages/5e/be/56154ad89824e6226e09ad62a512863185271006086af6d4e4a9363cdc6f/astropy-0.4.1.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c867612854abe4153ea2a75ee4c69970", "sha256": "3268ab3f813df75561f759112ce8897c131309c72302289fcf301554e6e8fede" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py2.7.exe", "has_sig": false, "md5_digest": "c867612854abe4153ea2a75ee4c69970", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4757908, "upload_time": "2014-08-08T16:48:54", "upload_time_iso_8601": "2014-08-08T16:48:54.565958Z", "url": "https://files.pythonhosted.org/packages/d6/9c/8c79b7dc78878b47e5d606cb9314304e630f837212f3d503b042a16ce8c6/astropy-0.4.1.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e766e4395fad10e1997cc32613a53434", "sha256": "2e8514ee6f83b8a8b2f75e005825583532eb5d6c448bb503cdc09c9ab195e2e6" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py3.1.exe", "has_sig": false, "md5_digest": "e766e4395fad10e1997cc32613a53434", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4728617, "upload_time": "2014-08-08T20:11:39", "upload_time_iso_8601": "2014-08-08T20:11:39.495643Z", "url": "https://files.pythonhosted.org/packages/00/c5/171e93230102673db4b095e1bc5e6512b5d044b6f104c476c91f9d7909c5/astropy-0.4.1.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddfb09e1458118c836b589d73457cbb5", "sha256": "89c68e6df364d03e77c207c3dee53e591c72866801ce2ec12569ddf6addb6bdb" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py3.2.exe", "has_sig": false, "md5_digest": "ddfb09e1458118c836b589d73457cbb5", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4728590, "upload_time": "2014-08-08T20:50:13", "upload_time_iso_8601": "2014-08-08T20:50:13.136287Z", "url": "https://files.pythonhosted.org/packages/20/0e/6e877a823d432c909078578ef8a183fec82f59ba02801064a59dc40d8fdc/astropy-0.4.1.win32-py3.2.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "90689a0762f796fe4d5225e7f77359ab", "sha256": "92af440058355762db94846454704cff5046aebb7346124ffd1ad435c74773d8" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py3.3.exe", "has_sig": false, "md5_digest": "90689a0762f796fe4d5225e7f77359ab", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 4723592, "upload_time": "2014-08-08T20:53:43", "upload_time_iso_8601": "2014-08-08T20:53:43.237947Z", "url": "https://files.pythonhosted.org/packages/6b/71/135cf688cd294212ab7172471978acd8ec811a0406867fbc8eb286cd5862/astropy-0.4.1.win32-py3.3.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89e31cdc019cca1b5fd95cc712b686ef", "sha256": "1a8910602d8a2993d86ba0a6ca17865c0201229661cf59351eca3ecb4812f5bc" }, "downloads": -1, "filename": "astropy-0.4.1.win32-py3.4.exe", "has_sig": false, "md5_digest": "89e31cdc019cca1b5fd95cc712b686ef", "packagetype": "bdist_wininst", "python_version": "3.4", "requires_python": null, "size": 4723483, "upload_time": "2014-08-08T20:56:03", "upload_time_iso_8601": "2014-08-08T20:56:03.668444Z", "url": "https://files.pythonhosted.org/packages/6a/1e/7bdd83c21cbb2937cf2434c18190bf1864c9b292c4af830de7875c843b3f/astropy-0.4.1.win32-py3.4.exe", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "6dc4f643cde37ba0a8b4967dc8becee8", "sha256": "1b94b6fbf0acd2ad7954e8a4fa729612de09d18602194291637a1828de31a362" }, "downloads": -1, "filename": "astropy-0.4.2.tar.gz", "has_sig": false, "md5_digest": "6dc4f643cde37ba0a8b4967dc8becee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7192900, "upload_time": "2014-09-23T21:01:55", "upload_time_iso_8601": "2014-09-23T21:01:55.538583Z", "url": "https://files.pythonhosted.org/packages/dd/58/3df3fce81a6e24046d7ac88c2157db5ec144d1cdcf3869b204361d3d4a03/astropy-0.4.2.tar.gz", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0306bb83709ece4ecbdb856d48517d2c", "sha256": "00ac5a532cca4ab5e4d9812ae299eddb615710497a5ce05370eeab71a700bb2e" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py2.6.exe", "has_sig": false, "md5_digest": "0306bb83709ece4ecbdb856d48517d2c", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 4765139, "upload_time": "2014-09-23T22:35:27", "upload_time_iso_8601": "2014-09-23T22:35:27.429817Z", "url": "https://files.pythonhosted.org/packages/41/b3/45fe6eac0e364e4a66bed4e96cfc55be64e092d240f40c386e7ad892c0a4/astropy-0.4.2.win32-py2.6.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3ce31c53ca7da022e4626cde4c53bb4", "sha256": "3a4ed7264c77062af8efa134325630317629c4bc0b3916cab46f1b96742ba122" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py2.7.exe", "has_sig": false, "md5_digest": "b3ce31c53ca7da022e4626cde4c53bb4", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 4765819, "upload_time": "2014-09-23T22:37:14", "upload_time_iso_8601": "2014-09-23T22:37:14.431914Z", "url": "https://files.pythonhosted.org/packages/52/9f/8170a6b7c85e39aca6c5c79d152fb1189b86d15ae351c7874caf61e5fff6/astropy-0.4.2.win32-py2.7.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a253c758d9522c5508b82e220698fad1", "sha256": "e5f03b376d6cb89eab826056b696296fa440275cefce775d885ca89f4fc788b0" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py3.1.exe", "has_sig": false, "md5_digest": "a253c758d9522c5508b82e220698fad1", "packagetype": "bdist_wininst", "python_version": "3.1", "requires_python": null, "size": 4735410, "upload_time": "2014-09-23T22:39:34", "upload_time_iso_8601": "2014-09-23T22:39:34.204892Z", "url": "https://files.pythonhosted.org/packages/1c/af/6421c6011ec96ccae3c085dc294242acd8d90fd87c2e5060fd027669423c/astropy-0.4.2.win32-py3.1.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a07a89371b950af0cd003361a0b83e9a", "sha256": "ad180f9d75f981c2095827e48ee2a1253866950fd8217456b07d103c624619a5" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py3.2.exe", "has_sig": false, "md5_digest": "a07a89371b950af0cd003361a0b83e9a", "packagetype": "bdist_wininst", "python_version": "3.2", "requires_python": null, "size": 4735384, "upload_time": "2014-09-23T22:41:20", "upload_time_iso_8601": "2014-09-23T22:41:20.274046Z", "url": "https://files.pythonhosted.org/packages/d2/20/11a662571ec9c7afe68f90e356e74476f7c01db94e801898132bb9a07660/astropy-0.4.2.win32-py3.2.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4df11e7b1751daa3cd6176918f334e0", "sha256": "5d9230beff665483b2d09e474eba93afa7d3aa7d178ffb31ffee733bc2f64e26" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py3.3.exe", "has_sig": false, "md5_digest": "e4df11e7b1751daa3cd6176918f334e0", "packagetype": "bdist_wininst", "python_version": "3.3", "requires_python": null, "size": 4730389, "upload_time": "2014-09-23T22:43:03", "upload_time_iso_8601": "2014-09-23T22:43:03.807282Z", "url": "https://files.pythonhosted.org/packages/29/bf/f4524d5c1ab03274065cb4a94568dab33a8aa0bd0a31ade7bff1a694388c/astropy-0.4.2.win32-py3.3.exe", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ed8b7ce15e53084ef41cd534d3d4493", "sha256": "d0af5bb6db3220f981183961018031c0257700bcc3fa84d8de793f0c8a8b770b" }, "downloads": -1, "filename": "astropy-0.4.2.win32-py3.4.exe", "has_sig": false, "md5_digest": "3ed8b7ce15e53084ef41cd534d3d4493", "packagetype": "bdist_wininst", "python_version": "3.4", "requires_python": null, "size": 4730288, "upload_time": "2014-09-23T22:44:52", "upload_time_iso_8601": "2014-09-23T22:44:52.789790Z", "url": "https://files.pythonhosted.org/packages/2c/32/decdba9408425f75e5cbd60cf9944d07802a1864da7af58614d96f62e063/astropy-0.4.2.win32-py3.4.exe", "yanked": false, "yanked_reason": null } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "750205da16c59d32e03a20c9dd5630b2", "sha256": "878ca96f7bbcb5e0ce51e9fa5dd4129a63223040eea8d16e7cef00b20e055a74" }, "downloads": -1, "filename": "astropy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "750205da16c59d32e03a20c9dd5630b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6938850, "upload_time": "2015-01-15T22:13:06", "upload_time_iso_8601": "2015-01-15T22:13:06.845532Z", "url": "https://files.pythonhosted.org/packages/52/88/341c9a038f9f89a7b5c859c16085bdd713a615c3d3289fec74fe8680408a/astropy-0.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "68da956109c5968aaa8fdab8256049ba", "sha256": "8b2bc2a82b8de48e5ee247c52f20e6d9c32a801e338b3086e9cd39b5219e3389" }, "downloads": -1, "filename": "astropy-0.4.4.tar.gz", "has_sig": false, "md5_digest": "68da956109c5968aaa8fdab8256049ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6939433, "upload_time": "2015-01-21T20:40:17", "upload_time_iso_8601": "2015-01-21T20:40:17.775891Z", "url": "https://files.pythonhosted.org/packages/11/7b/cf37ddef0980f1477a506b7239a774b161f550ba3e7c734c1638234c9651/astropy-0.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "7b5bd80be3d0e5c5e050050cda6729bb", "sha256": "356b7ba82bc0106704fa6513b1402994bc477d62e12b432dbd03f91df90abba9" }, "downloads": -1, "filename": "astropy-0.4.5.tar.gz", "has_sig": false, "md5_digest": "7b5bd80be3d0e5c5e050050cda6729bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6943430, "upload_time": "2015-02-16T21:17:31", "upload_time_iso_8601": "2015-02-16T21:17:31.283775Z", "url": "https://files.pythonhosted.org/packages/bf/9c/3be41ed8c04062e3ff405e338626352771d94e28cdd8ca890924f8962a8c/astropy-0.4.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "a7ca916461836f6215d165e5c752679e", "sha256": "519ced90dc87945a381ed757c1321384bff4078b3d0173fd53af65c7f6bca75e" }, "downloads": -1, "filename": "astropy-0.4.6.tar.gz", "has_sig": false, "md5_digest": "a7ca916461836f6215d165e5c752679e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6945319, "upload_time": "2015-05-29T19:55:45", "upload_time_iso_8601": "2015-05-29T19:55:45.030957Z", "url": "https://files.pythonhosted.org/packages/7b/57/6fad3994e127b692b079ea7fbe1e91a23ce8ef48236157066cb52fb27c3c/astropy-0.4.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4rc1": [ { "comment_text": "", "digests": { "md5": "9ff70cdd1c2f779cf42a046f7a610949", "sha256": "d517021597333120c56e30c14f5759647352aa67daa73a642fb8246808467b8e" }, "downloads": -1, "filename": "astropy-0.4rc1.tar.gz", "has_sig": false, "md5_digest": "9ff70cdd1c2f779cf42a046f7a610949", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6864006, "upload_time": "2014-07-09T20:23:19", "upload_time_iso_8601": "2014-07-09T20:23:19.379244Z", "url": "https://files.pythonhosted.org/packages/d7/19/9a956c24b811917282bc9e77a59d80533d8e68d57532487b22c4832eef3f/astropy-0.4rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4rc2": [ { "comment_text": "", "digests": { "md5": "6ef9b54e40c9f44def2913d5ea263d5d", "sha256": "93ba4827bc38cf777d7b50109d7311740e08ff9d9a6551f1925608f5153efdf3" }, "downloads": -1, "filename": "astropy-0.4rc2.tar.gz", "has_sig": false, "md5_digest": "6ef9b54e40c9f44def2913d5ea263d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6906802, "upload_time": "2014-07-12T15:11:10", "upload_time_iso_8601": "2014-07-12T15:11:10.233471Z", "url": "https://files.pythonhosted.org/packages/53/fc/26dcbe6b109db34d1667a26448767028f9b467490c267594eb68281c603c/astropy-0.4rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0": [ { "comment_text": "", "digests": { "md5": "1f15b51eb7cbad3345a34770c87ef906", "sha256": "7f61eef8e212337909db39d07c0cd7ba16211a6b98b87b2c1ae713fbf4b57b09" }, "downloads": -1, "filename": "astropy-1.0.tar.gz", "has_sig": false, "md5_digest": "1f15b51eb7cbad3345a34770c87ef906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7645103, "upload_time": "2015-02-18T23:23:11", "upload_time_iso_8601": "2015-02-18T23:23:11.174329Z", "url": "https://files.pythonhosted.org/packages/64/fc/ae9741016ef0d6ede597df2ade30f0950049326a7295ecac8e40a40b39d8/astropy-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f6236897fb68d46ed4347acc5daf2709", "sha256": "1edd89eb1c478581bc5b88308b275f6859b3e4b72895005b536efced401eaee2" }, "downloads": -1, "filename": "astropy-1.0.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f6236897fb68d46ed4347acc5daf2709", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6431158, "upload_time": "2015-03-31T21:34:58", "upload_time_iso_8601": "2015-03-31T21:34:58.385895Z", "url": "https://files.pythonhosted.org/packages/af/54/0383b25f6e4495b75b6451d070778d63c610b7b7e4c59e23f0b63f349992/astropy-1.0.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a386eea2246b5eebb09d7a6896c66c59", "sha256": "ef1f7034e0fd75407ebd87053a3eb823d775790cbca8888de15cac0642c6ce0c" }, "downloads": -1, "filename": "astropy-1.0.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a386eea2246b5eebb09d7a6896c66c59", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 6368508, "upload_time": "2015-03-31T21:35:02", "upload_time_iso_8601": "2015-03-31T21:35:02.884409Z", "url": "https://files.pythonhosted.org/packages/55/6e/afeda60aaf1034a1e1b4af170b3728d875b1c5a93e75cc22985028a5594c/astropy-1.0.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91ae688f5dfda37d2c5788e2a4be4c15", "sha256": "b47c5ff79d45bccdd2460bb7b01657c0e5ec723d251644348ec0b515534391fc" }, "downloads": -1, "filename": "astropy-1.0.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "91ae688f5dfda37d2c5788e2a4be4c15", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6375608, "upload_time": "2015-03-31T21:35:06", "upload_time_iso_8601": "2015-03-31T21:35:06.456248Z", "url": "https://files.pythonhosted.org/packages/fc/62/7be2ef95798c4628bd1b5c8f32869ed8c5640e5ae1a63c848171568abd4f/astropy-1.0.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89511396966f4a34919e6971ab5e4d34", "sha256": "15265a027d913d47fed22499076b2323ed61937bd04fb3ffda3b2e5ef8251753" }, "downloads": -1, "filename": "astropy-1.0.1.tar.gz", "has_sig": true, "md5_digest": "89511396966f4a34919e6971ab5e4d34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7587331, "upload_time": "2015-03-06T23:51:36", "upload_time_iso_8601": "2015-03-06T23:51:36.218625Z", "url": "https://files.pythonhosted.org/packages/a5/85/f5fb4b1c86b22fed52471ab9da2998650bfadce68d6544e99261e81b384c/astropy-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "46259e0390ce7e56c2eed18d8b5fd806", "sha256": "270f5116873d3f6ff596da8c296cd158b310e4d9c83576fb4a3276a2cb90929e" }, "downloads": -1, "filename": "astropy-1.0.10.tar.gz", "has_sig": true, "md5_digest": "46259e0390ce7e56c2eed18d8b5fd806", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7548699, "upload_time": "2016-06-09T17:18:49", "upload_time_iso_8601": "2016-06-09T17:18:49.309462Z", "url": "https://files.pythonhosted.org/packages/eb/ae/d7ae01a4ea07adc14f22091ef647e1351ffe6b79031861cd2a1909e6e940/astropy-1.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "875ea272fe8eff84b875c8601c83566a", "sha256": "a7e751f46f25a5ccba4a6e5b6aa12754283d6fe19f453e02008b2bf125eb042e" }, "downloads": -1, "filename": "astropy-1.0.11.tar.gz", "has_sig": true, "md5_digest": "875ea272fe8eff84b875c8601c83566a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7592035, "upload_time": "2016-12-23T06:06:15", "upload_time_iso_8601": "2016-12-23T06:06:15.776716Z", "url": "https://files.pythonhosted.org/packages/87/f8/3ebaf363b421b522cdac8cbd80e2448b5052ddaf6240ff8705c725b347da/astropy-1.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "6472c5801feebbf7110bad434473ed2f", "sha256": "a2e508c1d3d1e34dbcb78b0fe52683c05b3699cbd6e2279aee410b61b3a330ab" }, "downloads": -1, "filename": "astropy-1.0.12.tar.gz", "has_sig": true, "md5_digest": "6472c5801feebbf7110bad434473ed2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7593301, "upload_time": "2017-03-05T20:14:47", "upload_time_iso_8601": "2017-03-05T20:14:47.688479Z", "url": "https://files.pythonhosted.org/packages/32/3e/ae044a15b9212ec2935b1abe98e6d3430bdb256fbda965be0db84b6c2fe2/astropy-1.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "7ae8bad2c0c800d0587a69454033d6c9", "sha256": "161418e5027f4a75cf47ff6baceb41214036c168ae3c10ad5dd93eae3efa19c1" }, "downloads": -1, "filename": "astropy-1.0.13.tar.gz", "has_sig": true, "md5_digest": "7ae8bad2c0c800d0587a69454033d6c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7594623, "upload_time": "2017-05-29T20:15:34", "upload_time_iso_8601": "2017-05-29T20:15:34.888384Z", "url": "https://files.pythonhosted.org/packages/68/67/7b005d0de9ed552c93f95b4efad1e705c66496fbd1becf40a60867a1ae30/astropy-1.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "94d56d831dfbd7f511e22ea93813ae72", "sha256": "d9a8c763cc7e5bc03c4a3bc9d535e55dcb56df923cfc61edb9c2067da0187f48" }, "downloads": -1, "filename": "astropy-1.0.2.tar.gz", "has_sig": false, "md5_digest": "94d56d831dfbd7f511e22ea93813ae72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7613608, "upload_time": "2015-04-16T16:07:49", "upload_time_iso_8601": "2015-04-16T16:07:49.372019Z", "url": "https://files.pythonhosted.org/packages/46/08/9ddec28e72ff78d341d04ff9ff2af39988c783c04a4d29a28fbff2979424/astropy-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d9a364913514ed9ea733c46312334009", "sha256": "49e6ae79d2b2bd2a917cb85e36c5403e64e6b7c1879dfd548e697773e00c8889" }, "downloads": -1, "filename": "astropy-1.0.3-cp26-none-win32.whl", "has_sig": false, "md5_digest": "d9a364913514ed9ea733c46312334009", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 4776661, "upload_time": "2015-07-31T14:42:48", "upload_time_iso_8601": "2015-07-31T14:42:48.218152Z", "url": "https://files.pythonhosted.org/packages/9a/92/fce375752822ef6b6f6867f4a5101b39ae2b54aa04432d75b52a82a58fbc/astropy-1.0.3-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f971f12484134369da9bdde429f3c728", "sha256": "e15751ac4f0eab030abe85600fbc0de4013c7fe030cb01ff37f2865a71350ebe" }, "downloads": -1, "filename": "astropy-1.0.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f971f12484134369da9bdde429f3c728", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6458053, "upload_time": "2015-07-31T20:22:11", "upload_time_iso_8601": "2015-07-31T20:22:11.714112Z", "url": "https://files.pythonhosted.org/packages/cd/b4/3ffb418d124d5b109a19c2ab31857705835e68c9ac2ae099198f5a4168ee/astropy-1.0.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "985347aeaebd8367d5b0ea480bac9823", "sha256": "297ce9f7ddcbf474ee98dc0e455ef8f410d13882dbb1e36156f56dcf69afee09" }, "downloads": -1, "filename": "astropy-1.0.3-cp27-none-win32.whl", "has_sig": false, "md5_digest": "985347aeaebd8367d5b0ea480bac9823", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4782636, "upload_time": "2015-07-31T14:33:57", "upload_time_iso_8601": "2015-07-31T14:33:57.168177Z", "url": "https://files.pythonhosted.org/packages/2b/4b/8ae7e0c578e92e118736a537dcc700db26638140b0f99e1a50cbdd43961b/astropy-1.0.3-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bbda8f862447f5a501a93ca8489d609", "sha256": "b459e111b98fdf824cf8b746e1218df6f8a8e5395a913bfc7ddfee9eaa41efd9" }, "downloads": -1, "filename": "astropy-1.0.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "7bbda8f862447f5a501a93ca8489d609", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 6392313, "upload_time": "2015-07-31T20:22:38", "upload_time_iso_8601": "2015-07-31T20:22:38.296372Z", "url": "https://files.pythonhosted.org/packages/8b/5a/65b2f9ee539a6fe684678d0d150fa967d5beaed4071b95286d00d17810b7/astropy-1.0.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b091309ed7f9d5a2ba4de579ad279264", "sha256": "52d596b56524851bacbdccc7b83faf5d76ef84ee9724f23079e8f6affa5749cb" }, "downloads": -1, "filename": "astropy-1.0.3-cp33-none-win32.whl", "has_sig": false, "md5_digest": "b091309ed7f9d5a2ba4de579ad279264", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 4756373, "upload_time": "2015-07-31T14:50:53", "upload_time_iso_8601": "2015-07-31T14:50:53.894817Z", "url": "https://files.pythonhosted.org/packages/50/ae/aa9765fca2d1d8b1bd25172fb617a7e01575465dd440638f911c80274ebc/astropy-1.0.3-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "79a6788ac5fbb0d24584704b15bbc83f", "sha256": "e7368e28a24ed1dab2004d3070d58c02c57dc6be283960874718c029b9495224" }, "downloads": -1, "filename": "astropy-1.0.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "79a6788ac5fbb0d24584704b15bbc83f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6400875, "upload_time": "2015-07-31T20:22:47", "upload_time_iso_8601": "2015-07-31T20:22:47.830436Z", "url": "https://files.pythonhosted.org/packages/fe/ab/4f8079d9d6753206b7f5fc856fdd8ba7729bdc4ebbecf7caf8b839af3428/astropy-1.0.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1da4604d7cbf5e1ce568f34334d102f4", "sha256": "bff592823980a1dd8925406c46c61f1b838897eed81cbae0a640c3f06502e304" }, "downloads": -1, "filename": "astropy-1.0.3-cp34-none-win32.whl", "has_sig": false, "md5_digest": "1da4604d7cbf5e1ce568f34334d102f4", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4764155, "upload_time": "2015-07-31T16:15:27", "upload_time_iso_8601": "2015-07-31T16:15:27.788263Z", "url": "https://files.pythonhosted.org/packages/17/90/39e09794b5290a4c7da6b6fedde65f2929049b5f4ccfd420a95846e6e415/astropy-1.0.3-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d88ddc945b8146ae47f871b77ddbc0ff", "sha256": "f7db62baaaac100dc8de74cbecea822d6482abfa1e3ea37f2940ab4d446fc7f5" }, "downloads": -1, "filename": "astropy-1.0.3.tar.gz", "has_sig": true, "md5_digest": "d88ddc945b8146ae47f871b77ddbc0ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7622915, "upload_time": "2015-06-05T18:36:59", "upload_time_iso_8601": "2015-06-05T18:36:59.445591Z", "url": "https://files.pythonhosted.org/packages/30/e5/47fb1c45df2c5efde063ce0486e1895686bc8d1c22f091d3e1e5333da715/astropy-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "cef21b73e35b69980fece56a6b8dc7df", "sha256": "b09bc9b8e28dba7181d8ef9582b345f8aab81688e4040230981bc192806c8cb2" }, "downloads": -1, "filename": "astropy-1.0.4-cp26-none-win32.whl", "has_sig": true, "md5_digest": "cef21b73e35b69980fece56a6b8dc7df", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 4780682, "upload_time": "2015-08-11T20:21:08", "upload_time_iso_8601": "2015-08-11T20:21:08.529484Z", "url": "https://files.pythonhosted.org/packages/ec/b8/6884991c28e46bf9875bc0d38d24d25c2c7ce2504abffe85afe92dd373c6/astropy-1.0.4-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c72d484a615101cd02714f8a272c687d", "sha256": "4c2ba52aea4ff836b7bc4403ca8b68f10637fb7e6af205c64fd839e43df211a9" }, "downloads": -1, "filename": "astropy-1.0.4-cp27-none-win32.whl", "has_sig": true, "md5_digest": "c72d484a615101cd02714f8a272c687d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4786718, "upload_time": "2015-08-11T20:23:54", "upload_time_iso_8601": "2015-08-11T20:23:54.566353Z", "url": "https://files.pythonhosted.org/packages/ae/80/e46394457b2222ddb71042626f94009afad367d0b2aac6acac7857c1c2c4/astropy-1.0.4-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1473de8c3c37bea4626f02ba0a45fc60", "sha256": "4632abeb2ad0d6320e116604059b345810042e39159b5720236241ef8c7b749e" }, "downloads": -1, "filename": "astropy-1.0.4-cp33-none-win32.whl", "has_sig": true, "md5_digest": "1473de8c3c37bea4626f02ba0a45fc60", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 4760425, "upload_time": "2015-08-11T20:29:25", "upload_time_iso_8601": "2015-08-11T20:29:25.246600Z", "url": "https://files.pythonhosted.org/packages/1f/bf/358d9742179d1af654cddd32efeef2e5c2cd35f3afe4b19ebbe6eb3bca55/astropy-1.0.4-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ee49c7fabecb1b49bfc581e0a12b61a", "sha256": "0745ad9a275d33446a8d963af2d9e62ef7304b54a980d80327ec19573aefbefc" }, "downloads": -1, "filename": "astropy-1.0.4-cp34-none-win32.whl", "has_sig": true, "md5_digest": "2ee49c7fabecb1b49bfc581e0a12b61a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4767484, "upload_time": "2015-08-11T20:32:13", "upload_time_iso_8601": "2015-08-11T20:32:13.517704Z", "url": "https://files.pythonhosted.org/packages/4c/a4/5f6a31c4236010551804e4f119e03f2f7a3628dadd4197cd6d4ec72d91d6/astropy-1.0.4-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d4696a695129fb3566ddc9643a2a944", "sha256": "c64be72f3246ef699d2e0627a757afc0d59701fc9533088a8be0de23e16595a9" }, "downloads": -1, "filename": "astropy-1.0.4.tar.gz", "has_sig": true, "md5_digest": "6d4696a695129fb3566ddc9643a2a944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7693852, "upload_time": "2015-08-11T15:52:59", "upload_time_iso_8601": "2015-08-11T15:52:59.438951Z", "url": "https://files.pythonhosted.org/packages/be/a4/89a7ebb3b19020fa709df0d6e2ce6947bae1b99fe7be05380114c63a8b1d/astropy-1.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cf092f493e58291c72fc056655ec3b11", "sha256": "1d21d93ef5c765d1dd076ad43d60538a05803166bc5c09b773b0aab27534bffa" }, "downloads": -1, "filename": "astropy-1.0.5-cp26-none-win32.whl", "has_sig": true, "md5_digest": "cf092f493e58291c72fc056655ec3b11", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 4773813, "upload_time": "2015-10-05T21:54:18", "upload_time_iso_8601": "2015-10-05T21:54:18.286623Z", "url": "https://files.pythonhosted.org/packages/5a/c4/a3fca13321ce1d89ed86fccd9f32a294536b16b3e61f1fb6144f6e03c409/astropy-1.0.5-cp26-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "97773f46a5cbcbcefbaa3b57e0d15943", "sha256": "bfdb73178e08412b243bc23e6d576c984d15e2f72c38b926cec851e20722e0ef" }, "downloads": -1, "filename": "astropy-1.0.5-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "97773f46a5cbcbcefbaa3b57e0d15943", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6354543, "upload_time": "2015-10-06T01:39:11", "upload_time_iso_8601": "2015-10-06T01:39:11.737510Z", "url": "https://files.pythonhosted.org/packages/f2/d9/39cee28542e705ed917cef2e24a10f24efb7ad2235eb9d4119a09f6ebdbd/astropy-1.0.5-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c2e1a86cae900df31e97ed7d099ad84", "sha256": "88e54b992bc011e4c8d6ed04944fff00729d85684f818ee21dff20d0f5cb495e" }, "downloads": -1, "filename": "astropy-1.0.5-cp27-none-win32.whl", "has_sig": true, "md5_digest": "7c2e1a86cae900df31e97ed7d099ad84", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4779839, "upload_time": "2015-10-05T21:57:14", "upload_time_iso_8601": "2015-10-05T21:57:14.266616Z", "url": "https://files.pythonhosted.org/packages/0f/c1/46548b3571e73a630e61ad1aa4bc8071c60ca3f1a3eb271f134069a83176/astropy-1.0.5-cp27-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0aa5cb7db65b1868c1a6c81c9d17d753", "sha256": "830f034109e55dc60e808412c45588fd71d0dd8457ca535044034a223f326e85" }, "downloads": -1, "filename": "astropy-1.0.5-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0aa5cb7db65b1868c1a6c81c9d17d753", "packagetype": "bdist_wheel", "python_version": "cp33", "requires_python": null, "size": 6303319, "upload_time": "2015-10-06T01:39:21", "upload_time_iso_8601": "2015-10-06T01:39:21.609359Z", "url": "https://files.pythonhosted.org/packages/82/00/898b580a1b794f0b4ed24dac454ad09b65cde526429283967d06cc6a6a51/astropy-1.0.5-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6871f78fa3dff699950d21f8acd3196f", "sha256": "461c7822e032ec1dc611f061a3ff8af6f42335d4548853bc2d356906a3cc024f" }, "downloads": -1, "filename": "astropy-1.0.5-cp33-none-win32.whl", "has_sig": true, "md5_digest": "6871f78fa3dff699950d21f8acd3196f", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 4748211, "upload_time": "2015-10-05T22:05:20", "upload_time_iso_8601": "2015-10-05T22:05:20.202983Z", "url": "https://files.pythonhosted.org/packages/43/a9/4a30172973c18dac81c42377caaff402f07c53f967f580fe25e94d33c21a/astropy-1.0.5-cp33-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "145f18b2743180e600d7853266611237", "sha256": "077e120881329892346cef1afab4dae514db4d40086b7c739d284fb5d7edf9c5" }, "downloads": -1, "filename": "astropy-1.0.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "145f18b2743180e600d7853266611237", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6301229, "upload_time": "2015-10-06T01:39:27", "upload_time_iso_8601": "2015-10-06T01:39:27.301727Z", "url": "https://files.pythonhosted.org/packages/a4/ca/c383569e6882bff8be4319026f5e45e7642f403053dfb1e9e04f9047d632/astropy-1.0.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a306b32172e7d147589dd9f1e0254b0", "sha256": "82ff38fc0195fb639054c71377be4063a3fc3cc669d099b36cd5af6f1b7aa7e6" }, "downloads": -1, "filename": "astropy-1.0.5-cp34-none-win32.whl", "has_sig": true, "md5_digest": "3a306b32172e7d147589dd9f1e0254b0", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4752813, "upload_time": "2015-10-05T22:08:35", "upload_time_iso_8601": "2015-10-05T22:08:35.037625Z", "url": "https://files.pythonhosted.org/packages/3d/1b/276f9cb47a17d5e2a431ab38ea59e6ec99dab07ce35e247a461b70390cd2/astropy-1.0.5-cp34-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "062adb234bb3801c516a80f7a232c1a1", "sha256": "cce2c0b9fce2e7dd5fc70e89e48b929001bc5c5ac8fbfddb0d252e1a3c081d36" }, "downloads": -1, "filename": "astropy-1.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "062adb234bb3801c516a80f7a232c1a1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6301758, "upload_time": "2015-10-06T03:31:52", "upload_time_iso_8601": "2015-10-06T03:31:52.513083Z", "url": "https://files.pythonhosted.org/packages/5d/0f/7aa1356e5964f36b8116712957a94ed1f00cfee1cb3ed9c7b10ef4de464b/astropy-1.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d55d7c505bef39e40c7bfc59c0a0676", "sha256": "701b7bfef0ab99a2b9d5c4796eb7021d7bbdac19b60ff244c5428e3ea78177d4" }, "downloads": -1, "filename": "astropy-1.0.5.tar.gz", "has_sig": true, "md5_digest": "0d55d7c505bef39e40c7bfc59c0a0676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7641836, "upload_time": "2015-10-05T21:38:22", "upload_time_iso_8601": "2015-10-05T21:38:22.551170Z", "url": "https://files.pythonhosted.org/packages/cf/0d/1eb00289e104537ddd90adf20bc04349a077c913eb85686ec5fcf8eaf117/astropy-1.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "9012885c35a05573d2fa61f5df220c8d", "sha256": "1a0190ad420323b9bd8f7b29995a39580d7d59c5329c825bb5abb52e2f7b936d" }, "downloads": -1, "filename": "astropy-1.0.6.tar.gz", "has_sig": true, "md5_digest": "9012885c35a05573d2fa61f5df220c8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7632331, "upload_time": "2015-10-22T23:25:42", "upload_time_iso_8601": "2015-10-22T23:25:42.722909Z", "url": "https://files.pythonhosted.org/packages/63/f3/c2534542e7a51789898e30ac2b9e6695ff8dd0be7825133c3eaac2879529/astropy-1.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "725a6de3759b472b34764ef7ad8217bb", "sha256": "4e338e1f67e5bb247d11cc929f94d48a07ce4c48212d1d0c473ad59e3a5df5bc" }, "downloads": -1, "filename": "astropy-1.0.7-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "725a6de3759b472b34764ef7ad8217bb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6362576, "upload_time": "2015-12-05T02:07:07", "upload_time_iso_8601": "2015-12-05T02:07:07.712014Z", "url": "https://files.pythonhosted.org/packages/89/53/9a2746146b69d95f4d0306f2866b6bbe79572eb15139acc9ee90b3fceb79/astropy-1.0.7-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8636fda4c1dad08a8e8d371d194b7e77", "sha256": "a68131fcd818d9d5dc4401747471a8029c25d4f185031e247b9fe11c2a4f662e" }, "downloads": -1, "filename": "astropy-1.0.7-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8636fda4c1dad08a8e8d371d194b7e77", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6309137, "upload_time": "2015-12-05T02:07:14", "upload_time_iso_8601": "2015-12-05T02:07:14.326427Z", "url": "https://files.pythonhosted.org/packages/df/b4/2a3d7f4b59ab6610a04488dea80c397dcfd228477faea1d47a9101d963ae/astropy-1.0.7-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "795e88948baecdf01f6ecdcb758bb4d1", "sha256": "4b0924bbe60663cf6b3597df0dfc04a45172fcefef560ad66e5c2d6ae589a00d" }, "downloads": -1, "filename": "astropy-1.0.7-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "795e88948baecdf01f6ecdcb758bb4d1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6309671, "upload_time": "2015-12-05T02:07:22", "upload_time_iso_8601": "2015-12-05T02:07:22.595632Z", "url": "https://files.pythonhosted.org/packages/db/c9/2ccc5dae64dd2a1595b92473431567bcab02808f40c2f0ac66ea49c7ef44/astropy-1.0.7-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f17bf30500c77a2d3651eeba4f0b51e7", "sha256": "18aef9b611bdbcf7525a45e4fa6132680fd7f8f4b768c6b5d7beddd1361b6b8d" }, "downloads": -1, "filename": "astropy-1.0.7.tar.gz", "has_sig": true, "md5_digest": "f17bf30500c77a2d3651eeba4f0b51e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7632290, "upload_time": "2015-12-05T00:09:06", "upload_time_iso_8601": "2015-12-05T00:09:06.952298Z", "url": "https://files.pythonhosted.org/packages/86/76/fa5054af6ff0453608a78a517225c5424bf0e5ea7e04437ae7a9873d4eee/astropy-1.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "0e3e7e729d91cfaa908e75ed4c630692", "sha256": "91ff49700bf71e75c3b3ffdffe01dbdc31c031236ca3221456c899ef9057ffe3" }, "downloads": -1, "filename": "astropy-1.0.8-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0e3e7e729d91cfaa908e75ed4c630692", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 6363374, "upload_time": "2016-01-09T06:05:37", "upload_time_iso_8601": "2016-01-09T06:05:37.709509Z", "url": "https://files.pythonhosted.org/packages/cf/53/5e3d18c71d7bdb92310bd01aa6caa9fcf834ff8043f01131e6c5fd4fd787/astropy-1.0.8-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec9261003411de0c08d0e2d9eaa5817a", "sha256": "c5141a1ae03299e7b5e1a51c5866208738bbe696210502d9605857a86d9ebccb" }, "downloads": -1, "filename": "astropy-1.0.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ec9261003411de0c08d0e2d9eaa5817a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6309915, "upload_time": "2016-01-09T06:05:46", "upload_time_iso_8601": "2016-01-09T06:05:46.214152Z", "url": "https://files.pythonhosted.org/packages/da/32/97a5f7764dc231d60a2c39a0bf05766448391123a03fb3681ddadc5142a9/astropy-1.0.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8330a18ef94796c55cf0ce971cc1a27c", "sha256": "f95b0439b4545bb03b6a932bff9d4ae7077729b71c0cee1cdcfadae80cc6de99" }, "downloads": -1, "filename": "astropy-1.0.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8330a18ef94796c55cf0ce971cc1a27c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6310441, "upload_time": "2016-01-09T06:05:55", "upload_time_iso_8601": "2016-01-09T06:05:55.498795Z", "url": "https://files.pythonhosted.org/packages/04/5a/f297ecb8ee4a1204817a4f742415e88f0e73a3e58bed91d1dbf1ce5e25d9/astropy-1.0.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c23009c6f74d01cd19bcbf6727a5edba", "sha256": "162ca26431a2b1fcf9971e8636cc6f5543063855d106c819aa44e2e95e5c71dc" }, "downloads": -1, "filename": "astropy-1.0.8.tar.gz", "has_sig": true, "md5_digest": "c23009c6f74d01cd19bcbf6727a5edba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7643399, "upload_time": "2016-01-08T20:43:33", "upload_time_iso_8601": "2016-01-08T20:43:33.986152Z", "url": "https://files.pythonhosted.org/packages/59/72/7eb881341d1edb89541c75acf0192ecc9e071751ba153b2549474c9f4c7b/astropy-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "ccc9a29dcd7b6d66ee5dd5c9fee383d7", "sha256": "44d27660134a496ef01c3933b7b65977963408fec5435b4fb34249b26fc4efa6" }, "downloads": -1, "filename": "astropy-1.0.9.tar.gz", "has_sig": true, "md5_digest": "ccc9a29dcd7b6d66ee5dd5c9fee383d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7546175, "upload_time": "2016-03-10T22:20:16", "upload_time_iso_8601": "2016-03-10T22:20:16.521895Z", "url": "https://files.pythonhosted.org/packages/bb/bd/244259545274e81a979d638f848a584632e8f20798058081e8eec7f0d073/astropy-1.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "f41f0e18b5142c5cc381ee331e530ab1", "sha256": "ee6f15256396f071770349a7815c8fc60c51f63e3cc7a691a925f4da932b07cb" }, "downloads": -1, "filename": "astropy-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "f41f0e18b5142c5cc381ee331e530ab1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7528507, "upload_time": "2015-01-27T23:09:28", "upload_time_iso_8601": "2015-01-27T23:09:28.937083Z", "url": "https://files.pythonhosted.org/packages/c8/f7/631677f0b6913eb6c23c27f4def25f5a1a16609f7cbb0e24ebcdd3050b4b/astropy-1.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0rc2": [ { "comment_text": "", "digests": { "md5": "5c3a9f7a4a6951264357988cebabafd9", "sha256": "4757dda7d9f3c3c05ebc658e5241d4626e1575f96d2e38ff4699fd635423f7da" }, "downloads": -1, "filename": "astropy-1.0rc2.tar.gz", "has_sig": false, "md5_digest": "5c3a9f7a4a6951264357988cebabafd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7645280, "upload_time": "2015-02-12T06:15:13", "upload_time_iso_8601": "2015-02-12T06:15:13.411201Z", "url": "https://files.pythonhosted.org/packages/0c/67/a423bc18de05f4ad8a9b2c85384054824f1e877cf33a3f7a97fbd31d4a58/astropy-1.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1": [ { "comment_text": "", "digests": { "md5": "270a9e4b0872ecc60f214ead5d1373e7", "sha256": "b2d8adc6f5536f6bfc1411121ba3d523af3ccae9814b30339a2580d96868f05a" }, "downloads": -1, "filename": "astropy-1.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "270a9e4b0872ecc60f214ead5d1373e7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7028030, "upload_time": "2015-12-14T19:01:02", "upload_time_iso_8601": "2015-12-14T19:01:02.936592Z", "url": "https://files.pythonhosted.org/packages/5e/c6/39b022e5188fe6cfa53cc2e206a1a587cf83658ec9fc4cb4bf1a21a5913a/astropy-1.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3baa2d038ff5b005f626fb9651ba535d", "sha256": "800411740c20ddd89bf3a898b6e069fcb72a15e7047f73cb1b1218097804c43c" }, "downloads": -1, "filename": "astropy-1.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3baa2d038ff5b005f626fb9651ba535d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6975764, "upload_time": "2015-12-14T19:03:47", "upload_time_iso_8601": "2015-12-14T19:03:47.811078Z", "url": "https://files.pythonhosted.org/packages/bf/80/8d3f156e4781d6658f4a1bf17b23cd555a664f79de4ea545cd7ec49bbadc/astropy-1.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff8235e3fb6b87ddb7c94c3afe4444d2", "sha256": "6b20fdfe9554bb1f7e10b5d6c65669d622ded2b8b3a6f53b52e70c8b8a6c4c65" }, "downloads": -1, "filename": "astropy-1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ff8235e3fb6b87ddb7c94c3afe4444d2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6976425, "upload_time": "2015-12-14T19:04:24", "upload_time_iso_8601": "2015-12-14T19:04:24.845912Z", "url": "https://files.pythonhosted.org/packages/4b/7a/ad1c6b8e473281ed0faec5657b905bdad01ed990e13a1574adb75502b0fb/astropy-1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "358122aa42a5ae1e7d6c955cf3ed2f35", "sha256": "85494f4131ca8445519625affdfb44d9a954ff9fecfac93d6ab9c574ab3369a3" }, "downloads": -1, "filename": "astropy-1.1.tar.gz", "has_sig": true, "md5_digest": "358122aa42a5ae1e7d6c955cf3ed2f35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8192252, "upload_time": "2015-12-11T20:53:42", "upload_time_iso_8601": "2015-12-11T20:53:42.725470Z", "url": "https://files.pythonhosted.org/packages/d1/d5/050a058dc8d2847309d1c05438036343c6e506e461b329b31d979486b484/astropy-1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "1b4fd0d95ad315925a2b2de9cf7e9f88", "sha256": "032c43ab8732936b231b70ac6ac59c2fca0e81846304962adde39b011bbcbcfb" }, "downloads": -1, "filename": "astropy-1.1.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1b4fd0d95ad315925a2b2de9cf7e9f88", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7029521, "upload_time": "2016-01-08T22:39:00", "upload_time_iso_8601": "2016-01-08T22:39:00.364327Z", "url": "https://files.pythonhosted.org/packages/11/ec/b06e97a556c7f9623502c4ac517708244228641b22328075d3eeddcbd307/astropy-1.1.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5a063c7b4bd6ca7e677e77b7ac05f986", "sha256": "8deb4d510f4f3f1cfaa5dbedba3064d89e3a0874c74d0c27bcc5326b93ee9bfb" }, "downloads": -1, "filename": "astropy-1.1.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "5a063c7b4bd6ca7e677e77b7ac05f986", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 6977303, "upload_time": "2016-01-08T22:39:14", "upload_time_iso_8601": "2016-01-08T22:39:14.612581Z", "url": "https://files.pythonhosted.org/packages/77/01/4ac51a182f86fa0e12f947cb7157b98a6740c7ab7036841e551bf4328c19/astropy-1.1.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0141c0169632fa77cb1c054904c6cb63", "sha256": "46689fb6fef1a90ee37cd124ebc2e0e42ba21472d0b6b8670b48e18d65f78ebe" }, "downloads": -1, "filename": "astropy-1.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0141c0169632fa77cb1c054904c6cb63", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6977956, "upload_time": "2016-01-08T22:39:22", "upload_time_iso_8601": "2016-01-08T22:39:22.956206Z", "url": "https://files.pythonhosted.org/packages/ad/d5/6d96b15bf976c3a7e2453d302737c1d3c7e8b1e5346d26c14c07e80474c3/astropy-1.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03a6a9189fc0ce58862540c974bc17e8", "sha256": "4d2e7a8bd5191a66d7e1a52beefb4a0b6f496a1e9e8212422613219cb514769f" }, "downloads": -1, "filename": "astropy-1.1.1.tar.gz", "has_sig": true, "md5_digest": "03a6a9189fc0ce58862540c974bc17e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8157305, "upload_time": "2016-01-08T21:04:57", "upload_time_iso_8601": "2016-01-08T21:04:57.957804Z", "url": "https://files.pythonhosted.org/packages/b9/a3/c97622d0dbb5cbed2f2887bbde9e6891b6f14d906468a30b5dec2c5ebbf7/astropy-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "cbe32023b5b1177d1e2498a0d00cda51", "sha256": "6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1" }, "downloads": -1, "filename": "astropy-1.1.2.tar.gz", "has_sig": true, "md5_digest": "cbe32023b5b1177d1e2498a0d00cda51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8059713, "upload_time": "2016-03-10T22:23:10", "upload_time_iso_8601": "2016-03-10T22:23:10.122467Z", "url": "https://files.pythonhosted.org/packages/42/47/f633262b6e30d1c0c08e697361a94760841b1a30d5c8e63dc20d097167e4/astropy-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.post1": [ { "comment_text": "", "digests": { "md5": "b52919f657a37d45cc45f5cb0f58c44d", "sha256": "64427ec132620aeb038e4d8df94d6c30df4cc8b1c42a6d8c5b09907a31566a21" }, "downloads": -1, "filename": "astropy-1.1.post1.tar.gz", "has_sig": true, "md5_digest": "b52919f657a37d45cc45f5cb0f58c44d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8145563, "upload_time": "2015-12-17T20:43:53", "upload_time_iso_8601": "2015-12-17T20:43:53.321946Z", "url": "https://files.pythonhosted.org/packages/5d/02/98e6f6b6385349cc4c94bae0933d4b1dcf4b856691387149883fe10113c0/astropy-1.1.post1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.post2": [ { "comment_text": "", "digests": { "md5": "9317a9b9c52bef92e1afe132aa412d36", "sha256": "0795b4dcf598e0645cc1b22a8333168d573f4db22e72a8c718259b660aef9bec" }, "downloads": -1, "filename": "astropy-1.1.post2.tar.gz", "has_sig": true, "md5_digest": "9317a9b9c52bef92e1afe132aa412d36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8154132, "upload_time": "2015-12-21T17:29:51", "upload_time_iso_8601": "2015-12-21T17:29:51.876375Z", "url": "https://files.pythonhosted.org/packages/df/be/f7e569b502f7f2c2eef1e6a19ed098b5712608868c571edccd170efcf050/astropy-1.1.post2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1b1": [ { "comment_text": "", "digests": { "md5": "ba004e4b9cb805b4c33dae5167f9fb72", "sha256": "f3900d2ba1aa701ef396ee01b9dbf2d8cc0443ae550c5d0d91e39477570f7126" }, "downloads": -1, "filename": "astropy-1.1b1.tar.gz", "has_sig": true, "md5_digest": "ba004e4b9cb805b4c33dae5167f9fb72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7939854, "upload_time": "2015-10-15T22:05:56", "upload_time_iso_8601": "2015-10-15T22:05:56.155170Z", "url": "https://files.pythonhosted.org/packages/b1/b0/54a77b78e81f83b1c7caa023093be37fcf9a78a7ea0344312dbd05071c08/astropy-1.1b1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1rc1": [ { "comment_text": "", "digests": { "md5": "81ba72852f67b42d03866f0dc08f4548", "sha256": "46c26183f6f57710e3e2c41cf521d123c4e162206a5ec0a32b9ee39cab58e40b" }, "downloads": -1, "filename": "astropy-1.1rc1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "81ba72852f67b42d03866f0dc08f4548", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7058199, "upload_time": "2016-06-11T21:20:28", "upload_time_iso_8601": "2016-06-11T21:20:28.775843Z", "url": "https://files.pythonhosted.org/packages/b8/8c/0ee8b3ce0bb0cb2cb8a37ae96066f4eeddd855320a70f17bf6e1affd9153/astropy-1.1rc1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d9372592e9e1c4cdbd18af5c7cf0a27", "sha256": "ec8ce1c2daa442d1ddcd3a7bab8d43c4bad6f49ee6b942cc150b6e2bd0de17e6" }, "downloads": -1, "filename": "astropy-1.1rc1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "0d9372592e9e1c4cdbd18af5c7cf0a27", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7026346, "upload_time": "2016-06-11T21:20:40", "upload_time_iso_8601": "2016-06-11T21:20:40.891648Z", "url": "https://files.pythonhosted.org/packages/c4/24/0b333544a8f82daa15e9c4f5daa73c564dfb63c2a5722976b591bd7da169/astropy-1.1rc1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f2a10ef5ef3ca3d2b183ffa871026ae", "sha256": "06c90ae187974a607f5d137c6f2d988f63dc993214a7b7c3f007e8a82b2f869b" }, "downloads": -1, "filename": "astropy-1.1rc1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "1f2a10ef5ef3ca3d2b183ffa871026ae", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7001657, "upload_time": "2016-06-11T21:20:50", "upload_time_iso_8601": "2016-06-11T21:20:50.275663Z", "url": "https://files.pythonhosted.org/packages/2b/02/6711f9065e1bfcd9921780869186e539ea68c5cbf79e89725c7c8e10dbbc/astropy-1.1rc1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "625d9b9b7befa05fb601aca4573d216b", "sha256": "62af699b805e2b5118f0eee35a40611305d110043f8fa10feb59cb3e0396b22a" }, "downloads": -1, "filename": "astropy-1.1rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "625d9b9b7befa05fb601aca4573d216b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 6990224, "upload_time": "2016-06-11T21:21:02", "upload_time_iso_8601": "2016-06-11T21:21:02.254459Z", "url": "https://files.pythonhosted.org/packages/e2/cb/15a77a8adb1f66e5e0a3aedb3ad7a616f98532558842a4be67b6b00e3bde/astropy-1.1rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04fb6992bf5a94654c665316691c5c65", "sha256": "84cc111c3e69abeee558c3177b3aa48706dea28597f8e6002bea1a732404dcaf" }, "downloads": -1, "filename": "astropy-1.1rc1.tar.gz", "has_sig": true, "md5_digest": "04fb6992bf5a94654c665316691c5c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8062123, "upload_time": "2015-11-24T19:08:51", "upload_time_iso_8601": "2015-11-24T19:08:51.463341Z", "url": "https://files.pythonhosted.org/packages/fd/36/e5ccaf1f9efcee36950a4ead4ee12ee2aea6c335f5af28a290559eff865b/astropy-1.1rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1rc2": [ { "comment_text": "", "digests": { "md5": "68096df859bf85bae7903889d7f9ad25", "sha256": "b88b466f89969713c609154213d8cecc4433f4fad960784013bec966e251aa53" }, "downloads": -1, "filename": "astropy-1.1rc2.tar.gz", "has_sig": false, "md5_digest": "68096df859bf85bae7903889d7f9ad25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8157002, "upload_time": "2015-12-07T23:19:41", "upload_time_iso_8601": "2015-12-07T23:19:41.261762Z", "url": "https://files.pythonhosted.org/packages/7a/d5/272d7ceb58223602cf10591e8eec8ecabfacf3d68f0657dcd515ca7a4fcf/astropy-1.1rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2": [ { "comment_text": "", "digests": { "md5": "6e9635aa08df4ab4f49250a8dbd2fc01", "sha256": "65ab62ef5a0703ef1a7048c1040517135dcbec43fdf3fc314970e14b4a6ec83b" }, "downloads": -1, "filename": "astropy-1.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "6e9635aa08df4ab4f49250a8dbd2fc01", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7318481, "upload_time": "2016-06-23T00:33:03", "upload_time_iso_8601": "2016-06-23T00:33:03.035921Z", "url": "https://files.pythonhosted.org/packages/9e/54/b6336b02bbc75a9e9f956fe166558c1ed78da26d7b48e6718e4b631b4d9f/astropy-1.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a147a7424baee32f690b23574c33e6b8", "sha256": "ed38c7c55d3ede569bfa927b9e473490dd7ea649647babf6bc281642670a50fe" }, "downloads": -1, "filename": "astropy-1.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "a147a7424baee32f690b23574c33e6b8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8944950, "upload_time": "2016-06-23T00:34:26", "upload_time_iso_8601": "2016-06-23T00:34:26.103036Z", "url": "https://files.pythonhosted.org/packages/aa/ef/dd063a102b8cff11f7642d1b40e14d607d141a13c8f52b72858088f39b8c/astropy-1.2-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f2b5ca3bfed35635d95d1d4530f4e69", "sha256": "10d16c37ff879fa52931ea58134a8ddacaeb35cb75c38fa5a409378812cccec6" }, "downloads": -1, "filename": "astropy-1.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "4f2b5ca3bfed35635d95d1d4530f4e69", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8943977, "upload_time": "2016-06-23T00:34:38", "upload_time_iso_8601": "2016-06-23T00:34:38.404811Z", "url": "https://files.pythonhosted.org/packages/d8/fe/5cda5efc906559a22a0ae3e3905132edffe2a569ceb6a851e3b266ad4069/astropy-1.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e2d650db18d4c55918aec30c32b3b33", "sha256": "d85fd606befa1ac16a8e09df86ae4f26ef63ed071a648bbdefc1faffabd6cb06" }, "downloads": -1, "filename": "astropy-1.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "5e2d650db18d4c55918aec30c32b3b33", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7260411, "upload_time": "2016-06-23T00:33:20", "upload_time_iso_8601": "2016-06-23T00:33:20.432640Z", "url": "https://files.pythonhosted.org/packages/3e/b9/2e25267ae5b785bca8fc93004faf35e422ce4a6657c5b90e4cd0c942168e/astropy-1.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01d49b854b25c1c7cdcbe61210127280", "sha256": "f3b00a11f8c9a255a61c7fcae2ccbe64ea94d5768931b287fcd17b3915d9a7c6" }, "downloads": -1, "filename": "astropy-1.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "01d49b854b25c1c7cdcbe61210127280", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8948745, "upload_time": "2016-06-23T00:34:54", "upload_time_iso_8601": "2016-06-23T00:34:54.541984Z", "url": "https://files.pythonhosted.org/packages/42/ce/a5e1a7d3899cba7020fdfa231caf26047a496d360cfc06604961a24600a7/astropy-1.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a10c03fc3eba774aec43e028c07326bf", "sha256": "94a9407cfb6ede699fc9c34c1d4260396dd54768416d1109c97c2f2441afa9db" }, "downloads": -1, "filename": "astropy-1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "a10c03fc3eba774aec43e028c07326bf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7247557, "upload_time": "2016-06-23T00:33:41", "upload_time_iso_8601": "2016-06-23T00:33:41.953975Z", "url": "https://files.pythonhosted.org/packages/c2/31/aa6e64424c526171f43a1fdd829eaed415484e3f34034901eebb4d816e9b/astropy-1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfc531e6a5d460a91a59dd37f32273f7", "sha256": "3e86b89133b3633bc5f475b5c5d1aea7eb412effcc3c0e5a8f58e5d074275b0c" }, "downloads": -1, "filename": "astropy-1.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "bfc531e6a5d460a91a59dd37f32273f7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8916462, "upload_time": "2016-06-23T00:35:18", "upload_time_iso_8601": "2016-06-23T00:35:18.719255Z", "url": "https://files.pythonhosted.org/packages/b7/d4/05c1b03cf34c5272639ba938b3e070c4c1f0a613d4d7fd6a09a2ec1bc349/astropy-1.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a215762e1688c7d53bd32c78e7fa67a", "sha256": "8b43a85b8ee88c1a282c14ea0b41cf08f0741468b48054d867f20f4a241a6d17" }, "downloads": -1, "filename": "astropy-1.2.tar.gz", "has_sig": true, "md5_digest": "3a215762e1688c7d53bd32c78e7fa67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8178871, "upload_time": "2016-06-19T23:03:02", "upload_time_iso_8601": "2016-06-19T23:03:02.678220Z", "url": "https://files.pythonhosted.org/packages/98/2c/b137ab22301d8b30eff0d9ff87366e895eea03857800dac956c9d8fe72c1/astropy-1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "ebba62f8a69c9d7b2b171613cdad8561", "sha256": "302c94ce5693fe09e00d1ab6287acd46d8d11dc1d29fddb35a30bbfcd1ec2a84" }, "downloads": -1, "filename": "astropy-1.2.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "ebba62f8a69c9d7b2b171613cdad8561", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7320211, "upload_time": "2016-06-24T18:13:08", "upload_time_iso_8601": "2016-06-24T18:13:08.055678Z", "url": "https://files.pythonhosted.org/packages/ec/72/7178bd0699c8d38cd2a54a943d6fc4638b50f5f55cd49247b30131fa2029/astropy-1.2.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa3e8281bfce1a505164706cd29afe7e", "sha256": "9e3c6e282becd0d6f093bc98684360b723a87162a79ca0707d52f8f56af512e8" }, "downloads": -1, "filename": "astropy-1.2.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "aa3e8281bfce1a505164706cd29afe7e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8946599, "upload_time": "2016-06-24T18:14:20", "upload_time_iso_8601": "2016-06-24T18:14:20.254245Z", "url": "https://files.pythonhosted.org/packages/db/f8/fde1c165d2108210b042b9728763256844089199d39fea3d26b0c476453a/astropy-1.2.1-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0da4caf074d6364f4e1cd0508f23bf2", "sha256": "be66ddc12f30fb45da356a7384d3f7b0b001151204d3c48d912f2e3b79bcf110" }, "downloads": -1, "filename": "astropy-1.2.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "f0da4caf074d6364f4e1cd0508f23bf2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8945715, "upload_time": "2016-06-24T18:14:32", "upload_time_iso_8601": "2016-06-24T18:14:32.215917Z", "url": "https://files.pythonhosted.org/packages/b1/52/9545d406dc5808a380a418f80b846b2a8e9058cb14f5e7a5a88b67b8feec/astropy-1.2.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10e72960600c4e31cabc17cd6e2b36a6", "sha256": "88ea8a9b7a47702c34397ac082823f03c51ae36e83e64e4015ad62aaa83012f1" }, "downloads": -1, "filename": "astropy-1.2.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "10e72960600c4e31cabc17cd6e2b36a6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7262039, "upload_time": "2016-06-24T18:13:24", "upload_time_iso_8601": "2016-06-24T18:13:24.236676Z", "url": "https://files.pythonhosted.org/packages/5a/0b/af09cbe83334c4c01bc741aeeca979c55f420e96c73f0a7a830225da9c08/astropy-1.2.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3394adc0e054a03ab016882dd626b73", "sha256": "9fda4edb87a34fe2be5c351fab3ca77208e888e6dd1f0ae0cb7b18668e8b0344" }, "downloads": -1, "filename": "astropy-1.2.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "c3394adc0e054a03ab016882dd626b73", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8950386, "upload_time": "2016-06-24T18:14:41", "upload_time_iso_8601": "2016-06-24T18:14:41.070644Z", "url": "https://files.pythonhosted.org/packages/db/e3/c19636f310e706989f25dd23a54554f81a873c0e8a4ce33bbb10fd6243da/astropy-1.2.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9dd3f27e5e2a98bda32a5603d5c5eea3", "sha256": "8dcdfd08db450e0f438c884d59a5b931c345ebfd0b07f5490568befe58ee836d" }, "downloads": -1, "filename": "astropy-1.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "9dd3f27e5e2a98bda32a5603d5c5eea3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7249207, "upload_time": "2016-06-24T18:13:37", "upload_time_iso_8601": "2016-06-24T18:13:37.883137Z", "url": "https://files.pythonhosted.org/packages/4b/f1/e831cc3912a0c3b9d23cb84e4d6c786bc635a2e22f2d160f87524ea16430/astropy-1.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ab64468362cbdd162caacd5ed6d0b71", "sha256": "75d3dd11b59c09e2f61d919fab91347cd29c82bc4bdbf4f11eb372cef9059f19" }, "downloads": -1, "filename": "astropy-1.2.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "5ab64468362cbdd162caacd5ed6d0b71", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8918246, "upload_time": "2016-06-24T18:14:50", "upload_time_iso_8601": "2016-06-24T18:14:50.908901Z", "url": "https://files.pythonhosted.org/packages/a0/29/c0399a7db1724850e0619f1e7ad36d6b96bacc2dec6d9e83db3b54f0ab76/astropy-1.2.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3399f67897cdb75e0efa56c463b0497", "sha256": "0d7ef702166f26fed239b59fc12edcd5243ca5bf562a36202fd8c6b0270d6e48" }, "downloads": -1, "filename": "astropy-1.2.1.tar.gz", "has_sig": true, "md5_digest": "a3399f67897cdb75e0efa56c463b0497", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8179665, "upload_time": "2016-06-22T19:22:21", "upload_time_iso_8601": "2016-06-22T19:22:21.135724Z", "url": "https://files.pythonhosted.org/packages/b8/c8/13f9744d361446ad56fc9b675688f13398648e9107796f43c0594d05bb25/astropy-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "397c4c9efc71f4414d04ede7da3a659c", "sha256": "4e13a5a43e525e431a756ebabaf95bda6606fce117bc64ba510a1b370b0c57cf" }, "downloads": -1, "filename": "astropy-1.2.2.tar.gz", "has_sig": true, "md5_digest": "397c4c9efc71f4414d04ede7da3a659c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8227494, "upload_time": "2016-12-23T06:08:12", "upload_time_iso_8601": "2016-12-23T06:08:12.612772Z", "url": "https://files.pythonhosted.org/packages/4a/ef/109ed11fcd1dc23ae1a62513fbd89dd575657e7e0e7c621a608b5511b97e/astropy-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2rc1": [ { "comment_text": "", "digests": { "md5": "0e73b7570a1c60ab76721a06afe6e960", "sha256": "db0a926077c1080f155df28a14e5bfa5db71aa06334aa441b1fa37239163a948" }, "downloads": -1, "filename": "astropy-1.2rc1.tar.gz", "has_sig": true, "md5_digest": "0e73b7570a1c60ab76721a06afe6e960", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8176450, "upload_time": "2016-06-11T16:44:31", "upload_time_iso_8601": "2016-06-11T16:44:31.636723Z", "url": "https://files.pythonhosted.org/packages/0b/66/df0c3474160afa31c9c30530887f8757c7282764d4cb9f44a38f3df305b0/astropy-1.2rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3": [ { "comment_text": "", "digests": { "md5": "543b43eb89bcb2f113425175c54408dc", "sha256": "916f469adbb8ef6fb49ecb8334216ba11f3ec8eb8727f03df30ea99f31c327e6" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "543b43eb89bcb2f113425175c54408dc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7709760, "upload_time": "2017-01-15T18:21:45", "upload_time_iso_8601": "2017-01-15T18:21:45.706295Z", "url": "https://files.pythonhosted.org/packages/89/80/2b506614169f65009697e88d04c3d61e26c37409984ed3d2edb3a0765633/astropy-1.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "998d432c44511f6bdc3c57219c432d20", "sha256": "654627720938de67ebfbc374d746fab6ac6fdafbfd3c0ae811a9564b043e107c" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "998d432c44511f6bdc3c57219c432d20", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8774671, "upload_time": "2017-01-15T18:23:17", "upload_time_iso_8601": "2017-01-15T18:23:17.951466Z", "url": "https://files.pythonhosted.org/packages/c1/7c/a8497defa4d25fa3c152f243c4e8e9a51bdb07d4210638f48bb3e7f007c6/astropy-1.3-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fbb6729af689d547e68de9240043199e", "sha256": "f76c294f9e9e7d785085d74a2556cdb7a9a01e91d4cfb07d5202df4befff26c4" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "fbb6729af689d547e68de9240043199e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9146800, "upload_time": "2017-01-15T18:23:24", "upload_time_iso_8601": "2017-01-15T18:23:24.681538Z", "url": "https://files.pythonhosted.org/packages/85/9f/c0e8748e7778605135a480390e6b8a9f443cc760690796a66d3b285b7f1e/astropy-1.3-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4fdd24126628c03a2616b1158d640a15", "sha256": "37057dd11adc73ebb30b9bd94a552efc8fb785a3276474a337b917959b24a977" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": true, "md5_digest": "4fdd24126628c03a2616b1158d640a15", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8774371, "upload_time": "2017-01-15T18:23:30", "upload_time_iso_8601": "2017-01-15T18:23:30.180913Z", "url": "https://files.pythonhosted.org/packages/1b/7b/8c2b752195a1811711e1193eea947088ba08ea7dc53f468ac4d1508ec2f5/astropy-1.3-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "601490b64c3933685e9778baaee0cadf", "sha256": "91a91c2427fb3e2c87f627dce88f34edaa2631544630ecdf2d18b975e4751c6e" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "601490b64c3933685e9778baaee0cadf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9144267, "upload_time": "2017-01-15T18:23:36", "upload_time_iso_8601": "2017-01-15T18:23:36.523277Z", "url": "https://files.pythonhosted.org/packages/35/ea/87856b4e6c3018603830e865f82352c347446127370f61dad29bf0236cd3/astropy-1.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e089675559f6159111e616b9d895532", "sha256": "dd28c31485461fd3cf672d38bf8444d183495e50489f008ee757d91f1f354bd7" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "6e089675559f6159111e616b9d895532", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5566334, "upload_time": "2017-01-15T18:25:07", "upload_time_iso_8601": "2017-01-15T18:25:07.079370Z", "url": "https://files.pythonhosted.org/packages/65/bd/66fb89c7bffcfc505281cd45597082f81c9977950035d3cf5df39539b780/astropy-1.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f8b8aef8b044fd3d8fb320e0eb9d713", "sha256": "e6b8c3a383b0a983cd255160b1235c2e123345da1ba9a6e9e0927fa81a82a161" }, "downloads": -1, "filename": "astropy-1.3-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "2f8b8aef8b044fd3d8fb320e0eb9d713", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5772724, "upload_time": "2017-01-15T18:25:12", "upload_time_iso_8601": "2017-01-15T18:25:12.545943Z", "url": "https://files.pythonhosted.org/packages/ad/0d/3567cdd5cd9da98a5b12cfe06c0c2d7f38b682cf3852922d3a9de0048200/astropy-1.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "499e6cea0bf4516ebcbb4fb3b5ec7dd1", "sha256": "f3e539930572d26607c7292d94fc85adfc55e5d9e5c3df8859571f68e7c868f0" }, "downloads": -1, "filename": "astropy-1.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "499e6cea0bf4516ebcbb4fb3b5ec7dd1", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7639281, "upload_time": "2017-01-15T18:21:51", "upload_time_iso_8601": "2017-01-15T18:21:51.940433Z", "url": "https://files.pythonhosted.org/packages/ff/35/ea2d67d3585522fc8bd89f4ee793a6d728412bdedc6c09798b603d86698a/astropy-1.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d68f6db8866c46bb449d5084f0ae3115", "sha256": "168ff0ccf525954f9ad2769c21fbbb2a2a6c79595e724d33881098b750bb4888" }, "downloads": -1, "filename": "astropy-1.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "d68f6db8866c46bb449d5084f0ae3115", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8771715, "upload_time": "2017-01-15T18:23:43", "upload_time_iso_8601": "2017-01-15T18:23:43.187789Z", "url": "https://files.pythonhosted.org/packages/76/6b/6f211ed2378e5b724d682d44389d70e6b94c752189a4e182fa42dde9cdeb/astropy-1.3-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "44168bd9d5c5b851a749da5e0cdf8b2e", "sha256": "078b89103fa821e4b95d117cd88b10123cf55e06d60e56db24d206006d005c8b" }, "downloads": -1, "filename": "astropy-1.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "44168bd9d5c5b851a749da5e0cdf8b2e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9156632, "upload_time": "2017-01-15T18:23:48", "upload_time_iso_8601": "2017-01-15T18:23:48.941700Z", "url": "https://files.pythonhosted.org/packages/98/03/a37be4d5a23d5b5faded9a3bfee91471810710887fad1ecdf13d7a8d4717/astropy-1.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "908a7faf23c503598b3ad1a51e031b25", "sha256": "e3001ede01c1d87686b1e90ae839978768887756239cd5a1db87bddebefa35bf" }, "downloads": -1, "filename": "astropy-1.3-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "908a7faf23c503598b3ad1a51e031b25", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5553786, "upload_time": "2017-01-15T18:25:16", "upload_time_iso_8601": "2017-01-15T18:25:16.559725Z", "url": "https://files.pythonhosted.org/packages/ab/46/cbec782f04b1710a749fb14e9444b1d26caf97c2b857fd36dceb2760a5dc/astropy-1.3-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "416eb861e94e363581d329252c0d8c89", "sha256": "ac224d1e1f44a4c450b588260798e4630ae9e763322ee8e526a9d70e472550c0" }, "downloads": -1, "filename": "astropy-1.3-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "416eb861e94e363581d329252c0d8c89", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5723536, "upload_time": "2017-01-15T18:25:23", "upload_time_iso_8601": "2017-01-15T18:25:23.600508Z", "url": "https://files.pythonhosted.org/packages/5b/1e/d0ead1f98b9a9a45f0f4cdc93be8d60e24121f39b8b9668532eabd966a53/astropy-1.3-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "daa629484474bb2d25e73cbdd66884ba", "sha256": "02e4857a2abe76ea5b2f3d03c02ff6134059b539f9c9c07b093ef3214fa663ff" }, "downloads": -1, "filename": "astropy-1.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "daa629484474bb2d25e73cbdd66884ba", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7634838, "upload_time": "2017-01-15T18:21:56", "upload_time_iso_8601": "2017-01-15T18:21:56.101685Z", "url": "https://files.pythonhosted.org/packages/a3/9e/d872a3c83b1bdab335dc0ea5be542a96269847134a3b8f3733f557792195/astropy-1.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58f81c2dbf78558699181989bbbda349", "sha256": "929588ff568c40f0baef563d1430f091c7455b05cfaed115847d208a12d7dcdd" }, "downloads": -1, "filename": "astropy-1.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "58f81c2dbf78558699181989bbbda349", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8748071, "upload_time": "2017-01-15T18:23:55", "upload_time_iso_8601": "2017-01-15T18:23:55.477232Z", "url": "https://files.pythonhosted.org/packages/74/2a/e24906c7c014c5e9efc9ebdeb56f7405e29e4ec9c7dea2fe2b30c57641ec/astropy-1.3-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7899951abc9bd3798077e4d968cbcba2", "sha256": "36706f1c3b6e7c0cd2611ec4d684255fb72ba98514f1a604cb1812479c7a77cf" }, "downloads": -1, "filename": "astropy-1.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "7899951abc9bd3798077e4d968cbcba2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9128502, "upload_time": "2017-01-15T18:24:04", "upload_time_iso_8601": "2017-01-15T18:24:04.587319Z", "url": "https://files.pythonhosted.org/packages/5e/f3/d44481f088a00addbca7abdefd4bf2341d474aa754b4ea70fd252ade64ee/astropy-1.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09ad5affa342f405b5e5374534e4f500", "sha256": "9189e282802fca4448372424cf8ec37f0144845d478c59255e2ea84ff2e769c8" }, "downloads": -1, "filename": "astropy-1.3-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "09ad5affa342f405b5e5374534e4f500", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5428773, "upload_time": "2017-01-15T18:25:28", "upload_time_iso_8601": "2017-01-15T18:25:28.704898Z", "url": "https://files.pythonhosted.org/packages/2b/32/6f9b223aa59245b866ea8ae8c89f4225b7ac6b6c6ab533bb89e653ac4ed7/astropy-1.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3443d7efc6de15e477ceb344fa2ad19f", "sha256": "d4db298e74039da73ab0039ed50bd7ab5e41ea6495735bc61b7b9afe0b37126b" }, "downloads": -1, "filename": "astropy-1.3-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "3443d7efc6de15e477ceb344fa2ad19f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5630559, "upload_time": "2017-01-15T18:25:34", "upload_time_iso_8601": "2017-01-15T18:25:34.087392Z", "url": "https://files.pythonhosted.org/packages/c4/e6/d38005a71bfb7991133f70f50d348fd66e9219347990baeb5c5eb4803866/astropy-1.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cbaf2aa49c43e33e487bfdc56f76f0e8", "sha256": "d70bc02ff3f98b943ff6b7e9f83afd2a6aa278354952b5e82fbc74fe5971f4a4" }, "downloads": -1, "filename": "astropy-1.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "cbaf2aa49c43e33e487bfdc56f76f0e8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 7645315, "upload_time": "2017-01-15T18:22:05", "upload_time_iso_8601": "2017-01-15T18:22:05.262846Z", "url": "https://files.pythonhosted.org/packages/e6/e8/297d3a13eabfcba049defaabc8cfe0b0f278b05e9ea82dc4cba027b66917/astropy-1.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0836d0952a86deb99fc4d9559d4d8cec", "sha256": "2c1719d4bbeaaccc295d602a75ec67540f71bf6c980323410f5eeb4e29bd189b" }, "downloads": -1, "filename": "astropy-1.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "0836d0952a86deb99fc4d9559d4d8cec", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9160868, "upload_time": "2017-01-15T18:24:18", "upload_time_iso_8601": "2017-01-15T18:24:18.990462Z", "url": "https://files.pythonhosted.org/packages/09/fa/a783e6ea78f4eda7cdfe82cd1a4c0b8da72cd2b1b5540b4ca12b59786342/astropy-1.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf4c8a033a7085fbc9ec604eebbdbdc5", "sha256": "49de3e86482abe24e3cd02c4a30a469ee4b928d5b46ea5f70fa605ff6f9c6d38" }, "downloads": -1, "filename": "astropy-1.3.tar.gz", "has_sig": true, "md5_digest": "bf4c8a033a7085fbc9ec604eebbdbdc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8372366, "upload_time": "2016-12-23T06:08:35", "upload_time_iso_8601": "2016-12-23T06:08:35.653216Z", "url": "https://files.pythonhosted.org/packages/51/88/c8c4355ff49f40cc538405e86af3395e76a8f9063a19cc5513a7c364d36d/astropy-1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "f7cb71c4802f0b262d0cfffbc0098cce", "sha256": "b76050354cfaf0f5f56dd6874dc760c0c7ddb708ed0ac251efeb714a6229a4f9" }, "downloads": -1, "filename": "astropy-1.3.1.tar.gz", "has_sig": true, "md5_digest": "f7cb71c4802f0b262d0cfffbc0098cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8417794, "upload_time": "2017-03-18T03:59:01", "upload_time_iso_8601": "2017-03-18T03:59:01.128753Z", "url": "https://files.pythonhosted.org/packages/85/32/b16639787ff22d6528fc0f4d96669c5e7249c550b547cf0d9f4747f83688/astropy-1.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "6f2e9d109caedb2d2b37cfe4893d63c3", "sha256": "70f4a0b3ef59a2af81e2393d8c2464dc871aa65a502ca6eb7b78a9c325dc7fc8" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "6f2e9d109caedb2d2b37cfe4893d63c3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7719149, "upload_time": "2017-05-08T21:26:14", "upload_time_iso_8601": "2017-05-08T21:26:14.535026Z", "url": "https://files.pythonhosted.org/packages/40/ca/00db50f4a403474b40ead50251489ab99e8566d1f0db0ff592d03cd4fb94/astropy-1.3.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65aed109eab9fff0275966861535493b", "sha256": "3887bf7c71b211a5d736d985f9f93e66f69861cb9eae0cd41d031543f27b1947" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "65aed109eab9fff0275966861535493b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8784407, "upload_time": "2017-05-08T21:27:33", "upload_time_iso_8601": "2017-05-08T21:27:33.426666Z", "url": "https://files.pythonhosted.org/packages/20/6f/2b2dbfa7241cd9ea31bfe5199e3fd32ad7bdbffe295d2c29c6ae2e34c83a/astropy-1.3.2-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec4f3fd7906c686f04dad6c04ed15d4d", "sha256": "3453ae9c583495f1f3c70169c15ad6957ee278b69e919a3674a4a19b500beaa1" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "ec4f3fd7906c686f04dad6c04ed15d4d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9156549, "upload_time": "2017-05-08T21:27:40", "upload_time_iso_8601": "2017-05-08T21:27:40.168951Z", "url": "https://files.pythonhosted.org/packages/91/9b/5c6b7094313695cbd80714425aa96224641a68bf6c73ecaccd6e7bd6fb86/astropy-1.3.2-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7928e9432b75ed5f09021b1d2ec53b3d", "sha256": "cab61290a5abc3b9c633557f932d490b5647d820bc621d4196a26c242ee8b482" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27mu-manylinux1_i686.whl", "has_sig": true, "md5_digest": "7928e9432b75ed5f09021b1d2ec53b3d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8784108, "upload_time": "2017-05-08T21:27:47", "upload_time_iso_8601": "2017-05-08T21:27:47.384930Z", "url": "https://files.pythonhosted.org/packages/58/2e/369184730ffda8faa266ac62c65e6f136a6cdb72eee204d9393e6642cf68/astropy-1.3.2-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07371a179702c95685ee2586801276fa", "sha256": "6820d9f5aa28c1805e08092db96123c7a1dffbb017560c346d108d52d6f82fe8" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "07371a179702c95685ee2586801276fa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9154023, "upload_time": "2017-05-08T21:27:55", "upload_time_iso_8601": "2017-05-08T21:27:55.844007Z", "url": "https://files.pythonhosted.org/packages/94/13/f2f551e6225cdf14b40a95c1a3cb7bd781845a1d930c07c9be90c182fc36/astropy-1.3.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5380c8574bdb2c9f64cdee760759a74f", "sha256": "3656cc3e9040945d65f413b98e038e50ace26feb1cd44a8e1753d4b19251c011" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "5380c8574bdb2c9f64cdee760759a74f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5576234, "upload_time": "2017-05-08T21:29:52", "upload_time_iso_8601": "2017-05-08T21:29:52.152956Z", "url": "https://files.pythonhosted.org/packages/43/b9/c9e951f5e6208fa760d546e8feab0d25890730c872c1a0e55a9c66fb2291/astropy-1.3.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e0a8bed96e419af9b6fc1b4fd0e95f4", "sha256": "1f449c7cab7db6f2c70f19f927f2daaab6cdecbd88848dc743854dfa01da8bc6" }, "downloads": -1, "filename": "astropy-1.3.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "3e0a8bed96e419af9b6fc1b4fd0e95f4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5782751, "upload_time": "2017-05-08T21:30:03", "upload_time_iso_8601": "2017-05-08T21:30:03.452543Z", "url": "https://files.pythonhosted.org/packages/02/79/d66b060e7b467e9c0f76d5dd6b61b6da6d472c146fa1b76540146c1791fd/astropy-1.3.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c7f45d9d257fd13c2421843966d645ab", "sha256": "f4738383744b15dc9ddd8d0c7e298bdf592083c7a793bfa2c78426f50a685190" }, "downloads": -1, "filename": "astropy-1.3.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "c7f45d9d257fd13c2421843966d645ab", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7648237, "upload_time": "2017-05-08T21:26:25", "upload_time_iso_8601": "2017-05-08T21:26:25.700883Z", "url": "https://files.pythonhosted.org/packages/3b/91/8e2f5f3fcd28be4cf62b44c1436e94f3e3293ddd67ad4a31f46d6d5aaa93/astropy-1.3.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f80b0d1d48509bd60c45961926f271c", "sha256": "f0e45bc6c560119d837bb6c10167763e4eb0755621cb1c4bfe67e911ba44b504" }, "downloads": -1, "filename": "astropy-1.3.2-cp34-cp34m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "9f80b0d1d48509bd60c45961926f271c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8780686, "upload_time": "2017-05-08T21:28:04", "upload_time_iso_8601": "2017-05-08T21:28:04.740169Z", "url": "https://files.pythonhosted.org/packages/46/3c/7fc32284b83c2b716608e0d4bb715a38470b3e7cc58c63ccaa6b0e390218/astropy-1.3.2-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0be1aaced72e76645f9a58616a765067", "sha256": "b3d29223f0bf723779daaccd8fce430ce7742fc1868ca4f6c2ff535b9186478d" }, "downloads": -1, "filename": "astropy-1.3.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "0be1aaced72e76645f9a58616a765067", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9167170, "upload_time": "2017-05-08T21:28:09", "upload_time_iso_8601": "2017-05-08T21:28:09.783345Z", "url": "https://files.pythonhosted.org/packages/fa/b3/9c13d2ebbd077793c93a2ecbbb081aa5906709b98ae0c6677e8f8b6c557a/astropy-1.3.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b1c7b6513fe9368295fb06c6f2230b1", "sha256": "5040da6a0affa9bea4aeb7ae86122d6f9855c0875867b9970315df88f2c62a11" }, "downloads": -1, "filename": "astropy-1.3.2-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "0b1c7b6513fe9368295fb06c6f2230b1", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5563807, "upload_time": "2017-05-08T21:30:07", "upload_time_iso_8601": "2017-05-08T21:30:07.411245Z", "url": "https://files.pythonhosted.org/packages/72/ee/247dd395d2902f951801824de23f61d1f3f783d931f21d9344ee492b99c9/astropy-1.3.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e1cde8e70362762741d640096e35d57", "sha256": "99bbb12cbe8080d2f1c9b362e3d99d04743b420e88a10eaecab86df6427036d6" }, "downloads": -1, "filename": "astropy-1.3.2-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "2e1cde8e70362762741d640096e35d57", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5733933, "upload_time": "2017-05-08T21:30:15", "upload_time_iso_8601": "2017-05-08T21:30:15.693443Z", "url": "https://files.pythonhosted.org/packages/46/70/06b840b3f5b958073fe1f112e0fb80802b7f2b21aecc025ebfe08a9da58c/astropy-1.3.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d61c8dad283764042019636b0d40712", "sha256": "09eb0ade7efda25f721b59c8db033b25205019e134bcb3c7303832fcebb87073" }, "downloads": -1, "filename": "astropy-1.3.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "0d61c8dad283764042019636b0d40712", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7643999, "upload_time": "2017-05-08T21:26:35", "upload_time_iso_8601": "2017-05-08T21:26:35.434137Z", "url": "https://files.pythonhosted.org/packages/38/e2/de3ced9c0c1f91420d5a39f08bf936cad01a438bc6fa8b6be78d88bc6bec/astropy-1.3.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "add358b5b15ee8d2b8789647ef783037", "sha256": "670e55c1ced4273948d66faffd7a58a41fe01e45f02f786602cadc234721edb7" }, "downloads": -1, "filename": "astropy-1.3.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "add358b5b15ee8d2b8789647ef783037", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8757550, "upload_time": "2017-05-08T21:28:18", "upload_time_iso_8601": "2017-05-08T21:28:18.550963Z", "url": "https://files.pythonhosted.org/packages/dd/46/8ef5a8ae82c51852ff7874e20e4e13082122bda42c9be28f989c3b5f3015/astropy-1.3.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "950164cd4afa87dc306daac557d575e6", "sha256": "cc389abfba7cd74670695a2bfb07f14eb11f48cf394a7b238fa8b3b4dedae9a3" }, "downloads": -1, "filename": "astropy-1.3.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "950164cd4afa87dc306daac557d575e6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9136608, "upload_time": "2017-05-08T21:28:23", "upload_time_iso_8601": "2017-05-08T21:28:23.831614Z", "url": "https://files.pythonhosted.org/packages/27/02/ec4f1d57bc554127e3eefbbdb80a75647f010c54d3e174efdf468c553d98/astropy-1.3.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1fa9b46234982fe55bdefa463040cc87", "sha256": "b20f7be3c4fe104c04db0a8e436d0aa8cf7e0a5e9f2be3f2182c1b28f4ac18a2" }, "downloads": -1, "filename": "astropy-1.3.2-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "1fa9b46234982fe55bdefa463040cc87", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5438702, "upload_time": "2017-05-08T21:30:24", "upload_time_iso_8601": "2017-05-08T21:30:24.424938Z", "url": "https://files.pythonhosted.org/packages/d3/18/3d8503d7c511df4ea53ba03e5f3588aef07f8fbda5e1345a39ccadbd8a8a/astropy-1.3.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51e8f712c9cf0bf141b9a548f3ca0063", "sha256": "2e31bdae4b68d8ddcb52f0dfafb3af41c4fbf4c1682aa8e0abc71e1da5c75ce8" }, "downloads": -1, "filename": "astropy-1.3.2-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "51e8f712c9cf0bf141b9a548f3ca0063", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5640977, "upload_time": "2017-05-08T21:30:31", "upload_time_iso_8601": "2017-05-08T21:30:31.124779Z", "url": "https://files.pythonhosted.org/packages/4c/ce/406857b8bf15841b93f82d49bd0e1384a6f847db527b31d85bce75a81dcc/astropy-1.3.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75aaef98bfee5b696b851e7b50942c33", "sha256": "fc09803ce83673eea973471a5e76cedcaa9194ec327e999cdc7ccc7f173c212e" }, "downloads": -1, "filename": "astropy-1.3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "75aaef98bfee5b696b851e7b50942c33", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 7654788, "upload_time": "2017-05-08T21:26:39", "upload_time_iso_8601": "2017-05-08T21:26:39.990724Z", "url": "https://files.pythonhosted.org/packages/ca/72/f4e01c1174cbe9f2cd6f79796456c8f04660920cc0ef9005e6af393f18c4/astropy-1.3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e20ca9311514af5977e306abe21fdd6", "sha256": "60096c021b3c96c03c8e11fc6600c59df767d2a86af6b64c93126f5bf8d2dc75" }, "downloads": -1, "filename": "astropy-1.3.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "9e20ca9311514af5977e306abe21fdd6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8780015, "upload_time": "2017-05-08T21:28:40", "upload_time_iso_8601": "2017-05-08T21:28:40.021893Z", "url": "https://files.pythonhosted.org/packages/75/cb/3681466a1acdea22a590511baaccd6d6e7002e2f3bfa6bde95c98126179f/astropy-1.3.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56e7bac42f700f47df73c457a6b3c045", "sha256": "790b62b2fafe126e6dbdf40586b2a225698c62bc92375bae58e3a4b15cc99bb3" }, "downloads": -1, "filename": "astropy-1.3.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "56e7bac42f700f47df73c457a6b3c045", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9168878, "upload_time": "2017-05-08T21:28:51", "upload_time_iso_8601": "2017-05-08T21:28:51.524238Z", "url": "https://files.pythonhosted.org/packages/e4/27/52e0e3b1e9cd48ca31e560cf7352ce362e6aad022a1ece8acf0786c5077c/astropy-1.3.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d8d980a2cbd3859798e611febfd6c2f", "sha256": "b38ff6857239628d62a21ec3652d790f8c848947a4042ccb1f80059d55a74d2a" }, "downloads": -1, "filename": "astropy-1.3.2-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "3d8d980a2cbd3859798e611febfd6c2f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5441723, "upload_time": "2017-05-08T21:30:36", "upload_time_iso_8601": "2017-05-08T21:30:36.678992Z", "url": "https://files.pythonhosted.org/packages/16/bf/40fb41d424ea773f156a0ff41d29b9bfdf55e10a5df3a72d5696bcfd9ab3/astropy-1.3.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0591ad4320f2d859e50885116e79a415", "sha256": "6904c03f4ed213949a9d9aa68498a405713dcea96c59f8e0268c94daebd5a2b2" }, "downloads": -1, "filename": "astropy-1.3.2-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "0591ad4320f2d859e50885116e79a415", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5645132, "upload_time": "2017-05-08T21:30:42", "upload_time_iso_8601": "2017-05-08T21:30:42.386026Z", "url": "https://files.pythonhosted.org/packages/37/2c/3ca4b0851ba9a5041c95ca650a4d455573351d919941497b0d0693096ef8/astropy-1.3.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c597c68e4392a82f90a9cb22c3b28628", "sha256": "2f1de9d239b76a7d940a7bd66408e370874c84476566a3ae693fd06653836ad0" }, "downloads": -1, "filename": "astropy-1.3.2.tar.gz", "has_sig": true, "md5_digest": "c597c68e4392a82f90a9cb22c3b28628", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8420201, "upload_time": "2017-03-30T21:49:58", "upload_time_iso_8601": "2017-03-30T21:49:58.897446Z", "url": "https://files.pythonhosted.org/packages/e3/e4/4bd88bce765d8156091235d8747d8878d764bcd78180294bed0a2d003654/astropy-1.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "b5f42401b26ff2d9651b1b1383fb4256", "sha256": "dfe699438e0c7aed7d0bd30e5ee82ecb022dd21e69029c983c567b639e6671f1" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "b5f42401b26ff2d9651b1b1383fb4256", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 7723202, "upload_time": "2017-06-19T16:52:19", "upload_time_iso_8601": "2017-06-19T16:52:19.873857Z", "url": "https://files.pythonhosted.org/packages/fb/47/5c4298a4740f0433e84179fd12713d16ef50674f3cfcc1268520c5ed6707/astropy-1.3.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a01e46ccb10a15844de47784363e1b57", "sha256": "b70812cc74d748df93fc82ba2c2f0b07aed8bd2c9d9e6f37c428b3fb66727d14" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "a01e46ccb10a15844de47784363e1b57", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8788692, "upload_time": "2017-06-19T16:53:55", "upload_time_iso_8601": "2017-06-19T16:53:55.804046Z", "url": "https://files.pythonhosted.org/packages/f3/38/0a89c22518c08b56f7e7205efd0efbf576fd792f9c264495bbf16204d9cc/astropy-1.3.3-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06e8874e82482630533f68b1f045c4c5", "sha256": "b341e10fdcf654bcf15158dade0abcd3933687804ffdf0fe9967bbf7ae044860" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "06e8874e82482630533f68b1f045c4c5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9160701, "upload_time": "2017-06-19T16:54:08", "upload_time_iso_8601": "2017-06-19T16:54:08.593886Z", "url": "https://files.pythonhosted.org/packages/ac/96/513ff27af2ae9508dbfa2741852eff154a4a7e5e7eda5b650673edb152f9/astropy-1.3.3-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc8b82cb4c66b5f050bbf491bcba72fc", "sha256": "825713c4a4f4a5382e359fbe5fb1f94d285914e49024db6b318a60eb55f38696" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27mu-manylinux1_i686.whl", "has_sig": true, "md5_digest": "cc8b82cb4c66b5f050bbf491bcba72fc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 8788203, "upload_time": "2017-06-19T16:54:24", "upload_time_iso_8601": "2017-06-19T16:54:24.764960Z", "url": "https://files.pythonhosted.org/packages/c1/a7/231ef0b0d1e0013fc7bc06a135d88f96de06be57f5dc3513885f7763acde/astropy-1.3.3-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ea6d4505779b5366ed125dd8b6a763e", "sha256": "bf5546ffae33a6b5461930e7321028a0e4806c9b06860570e0be6eb7934ea76f" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "3ea6d4505779b5366ed125dd8b6a763e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 9158050, "upload_time": "2017-06-19T16:54:34", "upload_time_iso_8601": "2017-06-19T16:54:34.464758Z", "url": "https://files.pythonhosted.org/packages/3a/3c/7f3129b76d4038cc124731457166e9a2f97328def6af356c87da00914848/astropy-1.3.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c44b05df45300ef545918d3335b79ec6", "sha256": "98ae8de91974cbeddb60f933e5a3f93f742231b2587fd38586f5513ec0c8275d" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "c44b05df45300ef545918d3335b79ec6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5580329, "upload_time": "2017-06-19T16:59:48", "upload_time_iso_8601": "2017-06-19T16:59:48.645004Z", "url": "https://files.pythonhosted.org/packages/c2/40/26b5cb11ce55bd266a3ef2ddb349621aff9dc89491bfebaa0d28e12694ae/astropy-1.3.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70440994786597a26f70b960fd97433b", "sha256": "96197f62e033bf9992196087338c2a53b097beffb8a94f36329db35c5cd046bd" }, "downloads": -1, "filename": "astropy-1.3.3-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "70440994786597a26f70b960fd97433b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 5786878, "upload_time": "2017-06-19T16:59:54", "upload_time_iso_8601": "2017-06-19T16:59:54.772169Z", "url": "https://files.pythonhosted.org/packages/c1/91/f6d6e48cbe320df560791595eae81bbaf138e58ed9894ef3ac1efa996a0e/astropy-1.3.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a30f4c511df5f22b3c98db8b10eebb5c", "sha256": "70af3707e5258c8778bf64bab624e207fc9f0b876bcbe8900fcfbc0eb8634a97" }, "downloads": -1, "filename": "astropy-1.3.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "a30f4c511df5f22b3c98db8b10eebb5c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 7652358, "upload_time": "2017-06-19T16:52:29", "upload_time_iso_8601": "2017-06-19T16:52:29.089586Z", "url": "https://files.pythonhosted.org/packages/b3/fd/6a2e630ddbcab72444964e9c7de124d3850b86ec2c6e3ff05c09b2073dcc/astropy-1.3.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ead53c4a5bd85965d5f622d59866d1b7", "sha256": "7ed44dd68505de1b00859adba860d5ec13cf87f4fd6481b70559a8c8e6598035" }, "downloads": -1, "filename": "astropy-1.3.3-cp34-cp34m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "ead53c4a5bd85965d5f622d59866d1b7", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 8784855, "upload_time": "2017-06-19T16:54:39", "upload_time_iso_8601": "2017-06-19T16:54:39.770660Z", "url": "https://files.pythonhosted.org/packages/07/45/41fb2bc5c1645ef8de1bc60f937b9ebc28965e35bde8d8fe9c403cf44eae/astropy-1.3.3-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fff283731becb60ee380f7f183c63217", "sha256": "15267c7bf71a1acd2220dd1592f3c98325ebac510a56882feb70ac998ab1eff8" }, "downloads": -1, "filename": "astropy-1.3.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "fff283731becb60ee380f7f183c63217", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 9171329, "upload_time": "2017-06-19T16:54:53", "upload_time_iso_8601": "2017-06-19T16:54:53.858147Z", "url": "https://files.pythonhosted.org/packages/dc/2e/67daebcf6276d79f08ee0119469b9c83384694515f5ed0515c1bb10261ac/astropy-1.3.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d45382d20c3ded0d382eeac6da57f544", "sha256": "17ac0c822c281f5bf53118c28049eba71b00907627e3e8c5c4e4fea9fea5d9f7" }, "downloads": -1, "filename": "astropy-1.3.3-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "d45382d20c3ded0d382eeac6da57f544", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5567952, "upload_time": "2017-06-19T17:00:05", "upload_time_iso_8601": "2017-06-19T17:00:05.481714Z", "url": "https://files.pythonhosted.org/packages/a5/38/e2f6befa7a4d9b2c9bdc0c18ab9d737d2a247690119e93f215a4c0292939/astropy-1.3.3-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a5f68b6b46d978674539380eacffa7e", "sha256": "b767f7ac8b85b5e217d9dd954aa38a6efa89696c8f848ac35c9b75bf948e2056" }, "downloads": -1, "filename": "astropy-1.3.3-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "8a5f68b6b46d978674539380eacffa7e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 5738045, "upload_time": "2017-06-19T17:00:12", "upload_time_iso_8601": "2017-06-19T17:00:12.012741Z", "url": "https://files.pythonhosted.org/packages/c0/79/cc936c83a7ee2aa2443850982f5e52f83c4fbd270dc880496d36adc759c3/astropy-1.3.3-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "daaa8ae158bc7108f1014d6c991c7453", "sha256": "1ceb43e02743a55beec79b7cd10064faf04d6ef1eef74fd583dfa13b20f6f2c5" }, "downloads": -1, "filename": "astropy-1.3.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "daaa8ae158bc7108f1014d6c991c7453", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 7648122, "upload_time": "2017-06-19T16:52:35", "upload_time_iso_8601": "2017-06-19T16:52:35.962525Z", "url": "https://files.pythonhosted.org/packages/c6/b0/b7afb9019af5d20b1818699b6b049cc676a93fd1f3c01fff5eb906f02f20/astropy-1.3.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a0299100e043fe72ec90e06b93e0aaa", "sha256": "43b39c325d3bded4234154983010a9b1d8fc8211a4a70ad1e05fa6d5db216fe8" }, "downloads": -1, "filename": "astropy-1.3.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "0a0299100e043fe72ec90e06b93e0aaa", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 8761716, "upload_time": "2017-06-19T16:55:06", "upload_time_iso_8601": "2017-06-19T16:55:06.408153Z", "url": "https://files.pythonhosted.org/packages/a5/d5/34fb74d2e8bcb1d9a0110dea03e18c34a6c98b2d2486dee5f5e87aeecbcf/astropy-1.3.3-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb9d6a5c8d9f2903416adc3c8a516bd5", "sha256": "285fe08d18ef2aaef30629d0878f67c7777651e7534654ac65801b0f47090159" }, "downloads": -1, "filename": "astropy-1.3.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "fb9d6a5c8d9f2903416adc3c8a516bd5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 9140640, "upload_time": "2017-06-19T16:55:17", "upload_time_iso_8601": "2017-06-19T16:55:17.821743Z", "url": "https://files.pythonhosted.org/packages/b8/4a/14e5bed955e11d184bf2a58cccaf20cb3c86cce087444994202d523da567/astropy-1.3.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92b1e6f80236a48e409d1f29150224ee", "sha256": "f5ed1c5e506f35cf529cda53942da539c42c9b385fb3229cc5e0e4410b0caa1d" }, "downloads": -1, "filename": "astropy-1.3.3-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "92b1e6f80236a48e409d1f29150224ee", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5442788, "upload_time": "2017-06-19T17:00:37", "upload_time_iso_8601": "2017-06-19T17:00:37.087572Z", "url": "https://files.pythonhosted.org/packages/0c/e1/1998b92daa6161e5a3632e9cec1f41c058fa977afdbeaa938dde57570a7a/astropy-1.3.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0197152669b846f06296654342a9ad8e", "sha256": "bc22889082aeb80699f0f46efd07b5d5078ff20b2375b9b601931683af8e34eb" }, "downloads": -1, "filename": "astropy-1.3.3-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "0197152669b846f06296654342a9ad8e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 5645102, "upload_time": "2017-06-19T17:00:47", "upload_time_iso_8601": "2017-06-19T17:00:47.443109Z", "url": "https://files.pythonhosted.org/packages/f6/6d/3eda1482e4946baab428deb23b6129caed29024555e3666f938137cdbb61/astropy-1.3.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb4428f1088b39c4b0702a33acaa08e8", "sha256": "c09473dd5fffdff0ac9993b72d891037f489686b814035dc70240a43d33bc37d" }, "downloads": -1, "filename": "astropy-1.3.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": true, "md5_digest": "cb4428f1088b39c4b0702a33acaa08e8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 7658903, "upload_time": "2017-06-19T16:52:48", "upload_time_iso_8601": "2017-06-19T16:52:48.640539Z", "url": "https://files.pythonhosted.org/packages/7e/c1/089aba9e9e92495d8fb48e26be65077eb990f1a9d97983f6e986f946668c/astropy-1.3.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03cf156690d79cdd5f8d045b4b62593c", "sha256": "cffb929f1c2aabfdc1ac44a8b3aee9b4241b9e4b4fb0cd9d4db42f9fbb963759" }, "downloads": -1, "filename": "astropy-1.3.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": true, "md5_digest": "03cf156690d79cdd5f8d045b4b62593c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 8784202, "upload_time": "2017-06-19T16:55:24", "upload_time_iso_8601": "2017-06-19T16:55:24.863629Z", "url": "https://files.pythonhosted.org/packages/82/60/ece97bd2fbd9ddcfe2e64280d8816f66e6b4375113005546459596fe3240/astropy-1.3.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddfe49492809014ed0e6c224c504d123", "sha256": "2dfb4e9376d05a5e6456e494a090e33514f46def308d77720d38874a1b79afd7" }, "downloads": -1, "filename": "astropy-1.3.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "ddfe49492809014ed0e6c224c504d123", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 9172920, "upload_time": "2017-06-19T16:55:36", "upload_time_iso_8601": "2017-06-19T16:55:36.561199Z", "url": "https://files.pythonhosted.org/packages/fb/ab/b464834d9ad3d90b9f70e131cafb5bfbd1c4943c27841f0e585999ea97a1/astropy-1.3.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fbb970906770add29877a184e87a533e", "sha256": "779a44187f5aaa1054c6c2b3c72fe96198d23d89a7b2ffea9b904e0a85213db4" }, "downloads": -1, "filename": "astropy-1.3.3-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "fbb970906770add29877a184e87a533e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5445793, "upload_time": "2017-06-19T17:00:58", "upload_time_iso_8601": "2017-06-19T17:00:58.975960Z", "url": "https://files.pythonhosted.org/packages/08/ff/2bf81efa125a7650af6cc79ab17841a0b60d23305e4603407a0140daba58/astropy-1.3.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "728b7c3c01c6473e03ddb5ea41d05e65", "sha256": "5f7c549dced99aa2940157dd905eb7c3d5b4f12c551699074f707d58e667ff0b" }, "downloads": -1, "filename": "astropy-1.3.3-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "728b7c3c01c6473e03ddb5ea41d05e65", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 5649254, "upload_time": "2017-06-19T17:01:06", "upload_time_iso_8601": "2017-06-19T17:01:06.509642Z", "url": "https://files.pythonhosted.org/packages/7b/a2/487bc68d1e7aa3c9f49e088def8a8421d1c80089a523af7dc94aaac9a57e/astropy-1.3.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adeb46f1686417f897fc16dd5d8955ac", "sha256": "ed093e033fcbee5a3ec122420c3376f8a80f74663214560727d3defe82170a99" }, "downloads": -1, "filename": "astropy-1.3.3.tar.gz", "has_sig": true, "md5_digest": "adeb46f1686417f897fc16dd5d8955ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8427036, "upload_time": "2017-05-29T21:29:45", "upload_time_iso_8601": "2017-05-29T21:29:45.066232Z", "url": "https://files.pythonhosted.org/packages/f2/ad/110f13061ca68f3397216c2716b6687efab4d85e59366d94414c92274554/astropy-1.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3rc1": [ { "comment_text": "", "digests": { "md5": "fe0df13698e5288797e7b8c9e64af448", "sha256": "e0c3ba0f2072044918e7d6b6aa56a34a17a0db67d496a5b728ea037dc80e4c8b" }, "downloads": -1, "filename": "astropy-1.3rc1.tar.gz", "has_sig": false, "md5_digest": "fe0df13698e5288797e7b8c9e64af448", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8369754, "upload_time": "2016-12-13T07:37:18", "upload_time_iso_8601": "2016-12-13T07:37:18.079247Z", "url": "https://files.pythonhosted.org/packages/fa/76/c7fd86a89ef67f808fe89ded0dd4c6c264e1f667936f04d2b7cbc457b308/astropy-1.3rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0": [ { "comment_text": "", "digests": { "md5": "bd598bb50f8eae1be97932ae338c7795", "sha256": "56df973ab7107f34c1cbdd1be2a23f2e55254ca53a6b0bc31672e382aeab22c5" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "bd598bb50f8eae1be97932ae338c7795", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7630059, "upload_time": "2017-07-07T14:27:56", "upload_time_iso_8601": "2017-07-07T14:27:56.223879Z", "url": "https://files.pythonhosted.org/packages/a0/2b/0aafa5a79d25fb0a9734882c9e236f74f5c2828ff7a886e8dc5ff06844ae/astropy-2.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16ce77f8a6ddea2f6b0e85e98cf77c5b", "sha256": "7ac970294a7e30c7b028babc1fa9294a5ca64ea80f9c25be245ddb8a7c281b45" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "16ce77f8a6ddea2f6b0e85e98cf77c5b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 8666385, "upload_time": "2017-07-07T14:28:19", "upload_time_iso_8601": "2017-07-07T14:28:19.937722Z", "url": "https://files.pythonhosted.org/packages/44/84/b1cbe31a72a3ba44497b8d2892a222d0bd1d29ac3acbb86f33e8ee197832/astropy-2.0-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d5fabf9d3f70d652568c6b58ed037f9", "sha256": "68e0218f06421ec7d3598d41ea4e39b179fc414593cd03ce16f0857b6b877950" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0d5fabf9d3f70d652568c6b58ed037f9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9036494, "upload_time": "2017-07-07T14:28:38", "upload_time_iso_8601": "2017-07-07T14:28:38.077712Z", "url": "https://files.pythonhosted.org/packages/89/92/64a6174e2afb52534c528b5320c60a02c8eead145594cbe0be7bcb30a259/astropy-2.0-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a351bd688a5a8f862b71fc242bb6fec", "sha256": "104a2222f90dbcd36b882cb16cd32268ff061628ee732d11a52d196a110738dc" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3a351bd688a5a8f862b71fc242bb6fec", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 8666073, "upload_time": "2017-07-07T14:29:33", "upload_time_iso_8601": "2017-07-07T14:29:33.976456Z", "url": "https://files.pythonhosted.org/packages/a7/45/76fe0abe15d2c938a1aaca2fc4a8fe5a3bdbb70c3708313ba6a58f9316dd/astropy-2.0-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e16aa6c50169e7f4bff66dc341508400", "sha256": "20c43debda91b55582b479427aaf665d441447ff7709b7c08452c13d41995ca1" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e16aa6c50169e7f4bff66dc341508400", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9034124, "upload_time": "2017-07-07T14:29:51", "upload_time_iso_8601": "2017-07-07T14:29:51.870871Z", "url": "https://files.pythonhosted.org/packages/58/2f/d2f79345e6cb1df8ebbbbefa72c8ea1a0c728e6f2dc705040b2238fa1f71/astropy-2.0-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b67bb47a175641f53e9293a7bb814593", "sha256": "9104bed6307e119715ff25142dd6fb21db62ebb9299d48cacaed0f78c4964cca" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "b67bb47a175641f53e9293a7bb814593", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5498664, "upload_time": "2017-07-07T14:29:03", "upload_time_iso_8601": "2017-07-07T14:29:03.990380Z", "url": "https://files.pythonhosted.org/packages/a4/20/5569f4b4ce12605663690050c3bd9f8b14470f3feff05d55d6c5a2acf114/astropy-2.0-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "873b3b8c89f82ec91c979f672e5a897d", "sha256": "8163ac12cbd75c4181f04ab39484030c410ab19934705121e6f76210dd8fefe8" }, "downloads": -1, "filename": "astropy-2.0-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "873b3b8c89f82ec91c979f672e5a897d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5702437, "upload_time": "2017-07-07T14:29:15", "upload_time_iso_8601": "2017-07-07T14:29:15.585995Z", "url": "https://files.pythonhosted.org/packages/62/77/8aecd3981f3b8b5b7a09857976096874d0a1343f9745c89ade2aecfdce0a/astropy-2.0-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "074a142124d33f61d0b10bbb1a6a8e8f", "sha256": "eb0012ce02f6988c405b74cddba42acb3390f59d2c3e597043af630a251969e2" }, "downloads": -1, "filename": "astropy-2.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "074a142124d33f61d0b10bbb1a6a8e8f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7558815, "upload_time": "2017-07-07T14:30:14", "upload_time_iso_8601": "2017-07-07T14:30:14.593679Z", "url": "https://files.pythonhosted.org/packages/c3/69/4a2b46670a6038b62d72d4e9f06a521bf356e54c8fe27c30cfe7027f1bb4/astropy-2.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f7cb6fb086d21c11e33e69aa9d8aa93", "sha256": "9d69d83e33fe823fd8a1c403450bf9b2af93b82f550c44c94d02b8dfdccf63b3" }, "downloads": -1, "filename": "astropy-2.0-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7f7cb6fb086d21c11e33e69aa9d8aa93", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 8669784, "upload_time": "2017-07-07T14:30:36", "upload_time_iso_8601": "2017-07-07T14:30:36.760149Z", "url": "https://files.pythonhosted.org/packages/4d/4b/5e69f69bf85ec3aa662e2698892430fa0f2dbd4a4071971e459cf3e3ad73/astropy-2.0-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c0f4515ee6ef195a4ed68ba4d12c9b4d", "sha256": "24b316609b73552dd6340cca9102d59abfad369ffd4f3d65d14efc86acd86532" }, "downloads": -1, "filename": "astropy-2.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c0f4515ee6ef195a4ed68ba4d12c9b4d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 9051783, "upload_time": "2017-07-07T14:30:53", "upload_time_iso_8601": "2017-07-07T14:30:53.582447Z", "url": "https://files.pythonhosted.org/packages/39/20/846d4d6550f07637d18dcdb7e1376343d72b512ed69f86c16169b6686466/astropy-2.0-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c4e641fc2091d5c025a09f8edeb8800", "sha256": "fc64d8d022a1effa517f734128d0a75bb1f648a382cbb57c1a1f47c57748d24a" }, "downloads": -1, "filename": "astropy-2.0-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "9c4e641fc2091d5c025a09f8edeb8800", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5485875, "upload_time": "2017-07-07T14:31:17", "upload_time_iso_8601": "2017-07-07T14:31:17.559759Z", "url": "https://files.pythonhosted.org/packages/6c/ec/10163dd18d573611679741d3edaa2e4426dde4cade16bb70f072fd17eca2/astropy-2.0-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83e422a118a839aa9109fce64bd05da4", "sha256": "4e69a1d84686bb79e40dd251f7882fdd2359b3a861fc3b888e509e2fcfdc11f0" }, "downloads": -1, "filename": "astropy-2.0-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "83e422a118a839aa9109fce64bd05da4", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5654981, "upload_time": "2017-07-07T14:31:27", "upload_time_iso_8601": "2017-07-07T14:31:27.981458Z", "url": "https://files.pythonhosted.org/packages/b3/02/1849b3512b0f649acd5439c50b20230a2e3f5f6ac565fc25d77a62bd770d/astropy-2.0-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d31c75b750ccb941c0e872ade1e8a441", "sha256": "0c983faa8cbc6804eb52a0efd24cbb88ab83a68ce3cd97d016a2cee0b5dbde4a" }, "downloads": -1, "filename": "astropy-2.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "d31c75b750ccb941c0e872ade1e8a441", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7554412, "upload_time": "2017-07-07T14:31:42", "upload_time_iso_8601": "2017-07-07T14:31:42.704759Z", "url": "https://files.pythonhosted.org/packages/72/1f/5f96a649a8a949234364c624f58911e55f0f36c551b2a8a4972f8c458007/astropy-2.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3be02e16d5add5c3041b3a15aae98481", "sha256": "ceedc30cb9b87c965bc445faf383005757f0c17b8963d11948d657303e47c19d" }, "downloads": -1, "filename": "astropy-2.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3be02e16d5add5c3041b3a15aae98481", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 8645987, "upload_time": "2017-07-07T14:32:00", "upload_time_iso_8601": "2017-07-07T14:32:00.042858Z", "url": "https://files.pythonhosted.org/packages/12/56/5720cbbed8be11b9df98f1f7cc45c70c199588fa72cfc481b4d425ef1d3a/astropy-2.0-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc0a6027207f394253637b47f8e5ac88", "sha256": "b3cb89077aa91348afa88822110a8867682a3304e917676b7e84b1f6425438a0" }, "downloads": -1, "filename": "astropy-2.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fc0a6027207f394253637b47f8e5ac88", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 9020741, "upload_time": "2017-07-07T14:32:17", "upload_time_iso_8601": "2017-07-07T14:32:17.117474Z", "url": "https://files.pythonhosted.org/packages/5c/0b/c7d7653f7acbf94c24fc79f79c7cf8aeda1ceb112d949215cfce17fc3119/astropy-2.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc560ef5df5f5ba5ba9f71c4c569572c", "sha256": "d622de902ade596aa5a95b42f263c7f8278d9479ceb2786f0bb5940740c39074" }, "downloads": -1, "filename": "astropy-2.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "cc560ef5df5f5ba5ba9f71c4c569572c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5361416, "upload_time": "2017-07-07T14:32:28", "upload_time_iso_8601": "2017-07-07T14:32:28.696393Z", "url": "https://files.pythonhosted.org/packages/b6/c0/60dfe27b499994150dcad596dbe20c248b0e73819570b0dd38311c3a51c6/astropy-2.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45c72f42969ba4b0f5a1cd348ed84dc3", "sha256": "0e27e21ec27b366c00a1c78b1cbe6f160951abe3fcba39efd6e0c5cc5192510e" }, "downloads": -1, "filename": "astropy-2.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "45c72f42969ba4b0f5a1cd348ed84dc3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5563903, "upload_time": "2017-07-07T14:32:39", "upload_time_iso_8601": "2017-07-07T14:32:39.509324Z", "url": "https://files.pythonhosted.org/packages/ee/a9/b3f08c023b454cfe90c7732c5dc524c815b395d0c3c812d47f4b874e3be5/astropy-2.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54aba68f656515f75d892abe57066d55", "sha256": "002ef13a854879e888d10f5551f7833d40630519a946dacbcafd759be72ebd8d" }, "downloads": -1, "filename": "astropy-2.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "54aba68f656515f75d892abe57066d55", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7563741, "upload_time": "2017-07-07T14:32:54", "upload_time_iso_8601": "2017-07-07T14:32:54.693196Z", "url": "https://files.pythonhosted.org/packages/2d/7c/8060501177f7ab4db432c27beb53cf5080a5eeb81a05900361db48b325b8/astropy-2.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2cfe407b87220dbd46dff5f3aa689e8", "sha256": "ee51c8ce0e5399aea64aeb00ec4a3d74104c36b7646141604d98b3b412da5b71" }, "downloads": -1, "filename": "astropy-2.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d2cfe407b87220dbd46dff5f3aa689e8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 8668399, "upload_time": "2017-07-07T14:33:11", "upload_time_iso_8601": "2017-07-07T14:33:11.176109Z", "url": "https://files.pythonhosted.org/packages/f0/9a/5460860c970bd514f70311e8bddc938f0a5131c1015072556e9486f4349d/astropy-2.0-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "369b2ef32297ecf51207fef5e843690b", "sha256": "6c4f819c3436a0d5793fdbbab630deb31894280c0eb046ad12f2f2d914d9ad60" }, "downloads": -1, "filename": "astropy-2.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "369b2ef32297ecf51207fef5e843690b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 9053046, "upload_time": "2017-07-07T14:33:35", "upload_time_iso_8601": "2017-07-07T14:33:35.714113Z", "url": "https://files.pythonhosted.org/packages/3c/4b/fd8f2c9b85571aed617afc144dedc82167d9aa4724ebb9e163269129c29c/astropy-2.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "114c1a0af1feb3a13d21be83d961a9ee", "sha256": "42b50d21b5f944fd3c95b6505672262316687ab955bea2bf1c181af5bbedc2a7" }, "downloads": -1, "filename": "astropy-2.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "114c1a0af1feb3a13d21be83d961a9ee", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5364438, "upload_time": "2017-07-07T14:33:50", "upload_time_iso_8601": "2017-07-07T14:33:50.343837Z", "url": "https://files.pythonhosted.org/packages/9e/f0/4c88643b0e4a324d857d07edf76b108fa8a1ceb1e493c4ba6a09d7a8af80/astropy-2.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "59295a28c09805e258d6463effdd80b7", "sha256": "c71907696616f080619090233a24f3dc30379765924525213925738d1c6fce31" }, "downloads": -1, "filename": "astropy-2.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "59295a28c09805e258d6463effdd80b7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5568039, "upload_time": "2017-07-07T14:34:27", "upload_time_iso_8601": "2017-07-07T14:34:27.748453Z", "url": "https://files.pythonhosted.org/packages/de/a5/2cf2fa7dcce8219034b13a282a657ed1bf8c1ebdaf9915a7c0ddc982b6ce/astropy-2.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5b8d4191ea210423826d4a254e984e5d", "sha256": "cdd60fce57c2be5d93fdc39a8ddf3621c4099026f50617294875273321cd8f99" }, "downloads": -1, "filename": "astropy-2.0.tar.gz", "has_sig": true, "md5_digest": "5b8d4191ea210423826d4a254e984e5d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8217371, "upload_time": "2017-07-07T14:34:45", "upload_time_iso_8601": "2017-07-07T14:34:45.574545Z", "url": "https://files.pythonhosted.org/packages/fc/f9/1d9004730fac3df5ba6c8909817fb3842f9e6f5e0a333226683fe71b76f7/astropy-2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "59cb69b5ebe6c335f35b5a25c5665725", "sha256": "98cab4bce5be9bf371b81a8edb2fc19e28903c8d21cad54daebefbfd92afc4f0" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "59cb69b5ebe6c335f35b5a25c5665725", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7674095, "upload_time": "2017-07-30T20:15:48", "upload_time_iso_8601": "2017-07-30T20:15:48.023152Z", "url": "https://files.pythonhosted.org/packages/a4/f9/4f8f5858fdb56dc2d686558038d62aee53e307e40d9f2cb11765d2eea156/astropy-2.0.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a1c6575a895a6bd3b0c189e66739b428", "sha256": "859cd3da5ac8fc976a2ede2afe23e2a0d56804756a3a8694289b9bbf5ba84649" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a1c6575a895a6bd3b0c189e66739b428", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 8733028, "upload_time": "2017-07-30T20:15:54", "upload_time_iso_8601": "2017-07-30T20:15:54.547414Z", "url": "https://files.pythonhosted.org/packages/e6/e5/93719745c3c9174e5cc9304ece25ec42edcefcc3c1a6f2c569c3bd63dd21/astropy-2.0.1-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5e184a5a53b088f456f23f81c1420c1", "sha256": "a82c6611b834c79de8dbc237a7139cadcd5d1591aff7bd877336fe33088aaf15" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c5e184a5a53b088f456f23f81c1420c1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9113664, "upload_time": "2017-07-30T20:16:13", "upload_time_iso_8601": "2017-07-30T20:16:13.188345Z", "url": "https://files.pythonhosted.org/packages/69/32/4af012c1fceded85d225fedc5788cb0ea037104c65df1a96b9d90907a5b2/astropy-2.0.1-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "855092eb53359346f9055daf7bad5591", "sha256": "eaf919ce58c42ea19d9bbee3345f118e45c26d728f9ab20f2f3a6a254706e7f8" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "855092eb53359346f9055daf7bad5591", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 8734484, "upload_time": "2017-07-30T20:16:36", "upload_time_iso_8601": "2017-07-30T20:16:36.806095Z", "url": "https://files.pythonhosted.org/packages/9b/14/676b18c88004fb6dc3309b9db7d2b7e9b5f04161581db6e2c74ffa3eaaef/astropy-2.0.1-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a1d3b972e890a327e9c58df949ac679", "sha256": "e477434a9021f1c31409cce7110c4f72cab50a0f5d92efaf1e8370066ab007d8" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3a1d3b972e890a327e9c58df949ac679", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9110406, "upload_time": "2017-07-30T20:16:43", "upload_time_iso_8601": "2017-07-30T20:16:43.051129Z", "url": "https://files.pythonhosted.org/packages/31/b9/91948a84372ff55ecb53c5b6cb0ad7558b4f2722c6afd1ee30455564b5f0/astropy-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be7b223e26c2b48c873ba2274e9a5a3b", "sha256": "0079dd83624536b4d66dfec4e48bb48fa6f1a0b947c0787eda4475919572140b" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "be7b223e26c2b48c873ba2274e9a5a3b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5514812, "upload_time": "2017-07-30T20:16:23", "upload_time_iso_8601": "2017-07-30T20:16:23.216932Z", "url": "https://files.pythonhosted.org/packages/47/2d/cb5bc7e264328f8679619146cdcd5531266f9d4cde23e657f1ec40ef8e5d/astropy-2.0.1-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5089f73855105fe9e5d745c744d3381a", "sha256": "417356999bc94f05060f4d354da153f044f79cd4bae3e580bf975dd8bbccfd58" }, "downloads": -1, "filename": "astropy-2.0.1-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "5089f73855105fe9e5d745c744d3381a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5720540, "upload_time": "2017-07-30T20:16:31", "upload_time_iso_8601": "2017-07-30T20:16:31.196162Z", "url": "https://files.pythonhosted.org/packages/0a/35/cf9f7681f2c00a29e910a297facffc586541f34f7b63686fb08c3f8cfca8/astropy-2.0.1-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0988bfbfc9d04ea8a3dde65e6cfd8b74", "sha256": "8bb2519f976c35be80e73cb012b35bea43638bd8dd7eff688a29ec789f1a1202" }, "downloads": -1, "filename": "astropy-2.0.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0988bfbfc9d04ea8a3dde65e6cfd8b74", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7601375, "upload_time": "2017-07-30T20:16:56", "upload_time_iso_8601": "2017-07-30T20:16:56.577600Z", "url": "https://files.pythonhosted.org/packages/88/4c/26410ca324d2bdfbfa1262ee15a60dce3fb22f52eaf533550d6a5a201085/astropy-2.0.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7b3d59bf32723d186213e2dfc22c8251", "sha256": "a5531bf64864174467811bc7c9024ed5ffecc81fd92e997a760b8fa85442142a" }, "downloads": -1, "filename": "astropy-2.0.1-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7b3d59bf32723d186213e2dfc22c8251", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 8750103, "upload_time": "2017-07-30T20:17:05", "upload_time_iso_8601": "2017-07-30T20:17:05.776023Z", "url": "https://files.pythonhosted.org/packages/23/2a/519e9e06d19f98717ececd035be8697be25d6b7e988138b6761fb7d39f62/astropy-2.0.1-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0091979ae364dae507422e6bf5d69bf", "sha256": "0ab4aa5d7fdde55c6e4552add48dea618dfac5e5be97adf74c648731080f06ee" }, "downloads": -1, "filename": "astropy-2.0.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d0091979ae364dae507422e6bf5d69bf", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 9134734, "upload_time": "2017-07-30T20:17:21", "upload_time_iso_8601": "2017-07-30T20:17:21.906440Z", "url": "https://files.pythonhosted.org/packages/11/dd/754c2cc622d5a79dbca755f595ca852b0bb9f21a62c2d3f37f622b3270e4/astropy-2.0.1-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c48916366fd693de2d8aafbc3f93b790", "sha256": "9b31534a64122e7c9ce05130f72237765ccd991e5061c1d8aa3049b62b4a6f74" }, "downloads": -1, "filename": "astropy-2.0.1-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "c48916366fd693de2d8aafbc3f93b790", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5486916, "upload_time": "2017-07-30T20:17:26", "upload_time_iso_8601": "2017-07-30T20:17:26.323112Z", "url": "https://files.pythonhosted.org/packages/e2/97/00177f414edf199a01817f75f669eef178eb0be0cafd72ee459749c6fe61/astropy-2.0.1-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5bae21680742e4cc2601446e300d43e", "sha256": "13e4fdd3bd5f38cbedf4d285bed37fc6d3cefe1f0da092d26ae1e87b2283b155" }, "downloads": -1, "filename": "astropy-2.0.1-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "f5bae21680742e4cc2601446e300d43e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5655990, "upload_time": "2017-07-30T20:17:29", "upload_time_iso_8601": "2017-07-30T20:17:29.949277Z", "url": "https://files.pythonhosted.org/packages/a3/53/2013044cf98aa534b4c8f289968b79b0b3d7fd58edb4bceac28846e12da1/astropy-2.0.1-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea8edaf879cd63a0a71c7a78fe3d0f51", "sha256": "0e15082049df45261011444f50a411277b2c08165811737f793e6212e8e0c9c3" }, "downloads": -1, "filename": "astropy-2.0.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ea8edaf879cd63a0a71c7a78fe3d0f51", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7597667, "upload_time": "2017-07-30T20:17:39", "upload_time_iso_8601": "2017-07-30T20:17:39.292679Z", "url": "https://files.pythonhosted.org/packages/b6/11/7ba186853268cc0122fb580515eea17398863a1e0abe0866ab13eae01a55/astropy-2.0.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "244cb2bc3077096964a9a26da06f229c", "sha256": "eed1a05518cb756ab8c958bc03c8eb15ec234fc7f3acc590a6f8d67e5359948c" }, "downloads": -1, "filename": "astropy-2.0.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "244cb2bc3077096964a9a26da06f229c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 8721987, "upload_time": "2017-07-30T20:17:51", "upload_time_iso_8601": "2017-07-30T20:17:51.641855Z", "url": "https://files.pythonhosted.org/packages/92/28/568a12bdfdaaaa5866ea552ccd524423d1acce756d65bb3d992e2799c96c/astropy-2.0.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d19fea77c3eb9ebe22b040feba4dc6f", "sha256": "941470a38c0a155e64e1c9dbbf29055bf1a202826168d9ebac5c4701e81fb131" }, "downloads": -1, "filename": "astropy-2.0.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3d19fea77c3eb9ebe22b040feba4dc6f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 9112157, "upload_time": "2017-07-30T20:17:59", "upload_time_iso_8601": "2017-07-30T20:17:59.641843Z", "url": "https://files.pythonhosted.org/packages/13/90/468bd73157f21b39b9cc09e31ae30dc2423ca71abfa93a5c0c2c72a44673/astropy-2.0.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f959addd45e537dbaa22fe9ce2aa9e46", "sha256": "de73db92635e7421bd420bc84c0bbd26c821069beaa74f93b04e467f6d5f31a0" }, "downloads": -1, "filename": "astropy-2.0.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f959addd45e537dbaa22fe9ce2aa9e46", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5375177, "upload_time": "2017-07-30T20:18:14", "upload_time_iso_8601": "2017-07-30T20:18:14.355126Z", "url": "https://files.pythonhosted.org/packages/80/05/debb6dd48062b163777b8ce8cb9a1a90009a6c5cb34e835ec5c5f8924eb8/astropy-2.0.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c15ee4139fa2c43f7be0fc530583ab53", "sha256": "5e2ad608ab9736586f3260c4e79b732699542ee048fa80b39108b079f72c6310" }, "downloads": -1, "filename": "astropy-2.0.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "c15ee4139fa2c43f7be0fc530583ab53", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5580579, "upload_time": "2017-07-30T20:18:23", "upload_time_iso_8601": "2017-07-30T20:18:23.820035Z", "url": "https://files.pythonhosted.org/packages/7d/a2/7ba52ec64af4c016a19d7f89ff6c1082e284a9f737fe65e29046d88e3034/astropy-2.0.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8d8c7060f12ad4ab9fb2fc37c9bd4cff", "sha256": "7c6781e35572e4535b77e3ba424da8befacab8bdee3530c5c5914ffce52ebb5d" }, "downloads": -1, "filename": "astropy-2.0.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8d8c7060f12ad4ab9fb2fc37c9bd4cff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7607620, "upload_time": "2017-07-30T20:18:27", "upload_time_iso_8601": "2017-07-30T20:18:27.555977Z", "url": "https://files.pythonhosted.org/packages/d2/9c/38414962e64db7b0d713f80e57ef656c146be800ff2537949c9db743c7f3/astropy-2.0.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cd2bb18ad0746a637c226630093a265", "sha256": "7ae97ff1c44a1d30e7efd03635412316740b1ec6587554ee64dacb8329a3f8de" }, "downloads": -1, "filename": "astropy-2.0.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7cd2bb18ad0746a637c226630093a265", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 8750654, "upload_time": "2017-07-30T20:18:40", "upload_time_iso_8601": "2017-07-30T20:18:40.375116Z", "url": "https://files.pythonhosted.org/packages/d1/7e/39ff3c146becc7ce85d90113254fe13f7d04c931c5c26aa2b093e60df51d/astropy-2.0.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a619d26416283c7acdcbb8416415d173", "sha256": "904f69e0dbb773c587b1d83629b5ed81c7ca2545aaacc7bc79cce0c24da735e7" }, "downloads": -1, "filename": "astropy-2.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a619d26416283c7acdcbb8416415d173", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 9139802, "upload_time": "2017-07-30T20:18:48", "upload_time_iso_8601": "2017-07-30T20:18:48.401839Z", "url": "https://files.pythonhosted.org/packages/4a/c6/769a79c49f75150e1e0e9f4a24a75e32c61961cf3b48328a5f25ab059fea/astropy-2.0.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72ddfcfb69ea39b9b6025fb0e8331551", "sha256": "fa2d02c7befdcc0e21c8b726f93d6aefd356e2820a15f77a44e516a2c12ae73e" }, "downloads": -1, "filename": "astropy-2.0.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "72ddfcfb69ea39b9b6025fb0e8331551", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5378448, "upload_time": "2017-07-30T20:18:55", "upload_time_iso_8601": "2017-07-30T20:18:55.234685Z", "url": "https://files.pythonhosted.org/packages/9f/e7/cbe00fdf5950cb15baaca910a675a02bd8d1629e893d796160d647553c94/astropy-2.0.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a799f2d20a78b29238f5522cf9d5f282", "sha256": "7a5853e813675d471c1a27bfac0f56b3dd8ab9a384620f8598b860df3c4c6d2f" }, "downloads": -1, "filename": "astropy-2.0.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a799f2d20a78b29238f5522cf9d5f282", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5585106, "upload_time": "2017-07-30T20:19:02", "upload_time_iso_8601": "2017-07-30T20:19:02.520204Z", "url": "https://files.pythonhosted.org/packages/71/2b/229ffbd2004f6e956c418d71bab44344fab1fa4cbc1a921aec3d712668d4/astropy-2.0.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7bc6ff800575705d8ad0214a89ba489", "sha256": "25e0881a392a2e03b4a705cf9592f01894d23f64797323b21387efa8ea9ec03e" }, "downloads": -1, "filename": "astropy-2.0.1.tar.gz", "has_sig": true, "md5_digest": "f7bc6ff800575705d8ad0214a89ba489", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8220097, "upload_time": "2017-07-30T20:19:17", "upload_time_iso_8601": "2017-07-30T20:19:17.720596Z", "url": "https://files.pythonhosted.org/packages/ba/ff/56cec98f5bfc6cbfa4cd235b151bc6810b68d82de260a4b5966793c18b00/astropy-2.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.10": [ { "comment_text": "", "digests": { "md5": "de6b1e2b67a7d562fc1ecb85e140acdb", "sha256": "272fef5f61aa8a9f8fb5d46f0a294e07c2e702d8533f082bc91092bfaa7d2808" }, "downloads": -1, "filename": "astropy-2.0.10.tar.gz", "has_sig": false, "md5_digest": "de6b1e2b67a7d562fc1ecb85e140acdb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8342349, "upload_time": "2018-12-06T16:55:28", "upload_time_iso_8601": "2018-12-06T16:55:28.384470Z", "url": "https://files.pythonhosted.org/packages/56/1f/933a75141bcc110fab4970878b239bac0518f09df0cbf9d77b5738fe7c94/astropy-2.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.11": [ { "comment_text": "", "digests": { "md5": "3fd738dac609aae004c788ba43dabe9c", "sha256": "4847d1f94affa3071a8b091857e46d0b0ecf646899f29bb50c5b8cf5eb276a9a" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3fd738dac609aae004c788ba43dabe9c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7794214, "upload_time": "2019-01-07T16:22:05", "upload_time_iso_8601": "2019-01-07T16:22:05.496384Z", "url": "https://files.pythonhosted.org/packages/12/5e/33bd9fe91714357b8dd6825cd5f1668e887b72a9d94e39509bb733563c15/astropy-2.0.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dea9040dead63b35843f9d5e3dc89b57", "sha256": "e6279dc78aeaae8341d57719d166dda8493f381091f0ea39829514562a98d3bb" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "dea9040dead63b35843f9d5e3dc89b57", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5959730, "upload_time": "2019-01-07T20:58:52", "upload_time_iso_8601": "2019-01-07T20:58:52.012670Z", "url": "https://files.pythonhosted.org/packages/bb/f8/b044e3a85691bf5c1555a779395d05b7c418a30a1608b082816c665a85c0/astropy-2.0.11-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aad42264ddbfd8cd072cf66377e7494b", "sha256": "c409de7030215c5d5d8cbb405164bbfb8e546732babbeb096f25a8975106d964" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "aad42264ddbfd8cd072cf66377e7494b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6066694, "upload_time": "2019-01-07T16:22:14", "upload_time_iso_8601": "2019-01-07T16:22:14.362213Z", "url": "https://files.pythonhosted.org/packages/5a/ea/9e5e414eb0250385935d60c9f9502ef75f2421873d7b413301294b2165f0/astropy-2.0.11-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78975a31ed4e89b9047c212a6358aa53", "sha256": "9a4b207690b1e5fd308540d92888203c9f193a8900ca0f9bb1536a0230fdabf4" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "78975a31ed4e89b9047c212a6358aa53", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5959847, "upload_time": "2019-01-07T20:58:58", "upload_time_iso_8601": "2019-01-07T20:58:58.943576Z", "url": "https://files.pythonhosted.org/packages/59/4a/1b9d3f80912e74e0b8e568da16238cbb427446ab39851e72b2b95205ab1a/astropy-2.0.11-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67c9e94129be8208e8804ddf8d7d1c9b", "sha256": "a437b92b95d617bb16972697f756ebf1409ccce0070fa3db90b596c9d6f0a2b2" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "67c9e94129be8208e8804ddf8d7d1c9b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6066536, "upload_time": "2019-01-07T16:22:44", "upload_time_iso_8601": "2019-01-07T16:22:44.425912Z", "url": "https://files.pythonhosted.org/packages/16/6e/7b7c756eaca40383d3b75d6066d57f0ab95f3273832c43ae01194687eab7/astropy-2.0.11-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea285f48dd066a9c1da3c90bd50613ba", "sha256": "56f39e872e80e0eefc5c84f62588e2ec570decf892b2cbc2860d0bde01324e80" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "ea285f48dd066a9c1da3c90bd50613ba", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5578795, "upload_time": "2019-01-07T16:22:22", "upload_time_iso_8601": "2019-01-07T16:22:22.800980Z", "url": "https://files.pythonhosted.org/packages/09/1b/7fe4e1510277a224062c08b809fa675b1709a1b459115a26b3b703d906f1/astropy-2.0.11-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6de3d6b8114e8140b83bf7203b2c6a30", "sha256": "424be12ee173267d8d0a209bd292336dda87f463fb201ec76a974eb25101016b" }, "downloads": -1, "filename": "astropy-2.0.11-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "6de3d6b8114e8140b83bf7203b2c6a30", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5788903, "upload_time": "2019-01-07T16:22:32", "upload_time_iso_8601": "2019-01-07T16:22:32.846957Z", "url": "https://files.pythonhosted.org/packages/14/92/55c5645d75b600f4825a1e09267adb7dd876d276ab0b836e5f388190776c/astropy-2.0.11-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df3ee70030d9f5079209ee4146e0f21b", "sha256": "1a2a9731cfa7e70104effa507934c0ff61463daf9cf34085ad63ee8f4af1d46e" }, "downloads": -1, "filename": "astropy-2.0.11-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "df3ee70030d9f5079209ee4146e0f21b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7716168, "upload_time": "2019-01-07T16:22:56", "upload_time_iso_8601": "2019-01-07T16:22:56.485758Z", "url": "https://files.pythonhosted.org/packages/25/4e/8ac1ac42f61fe502295cd8fe4af117e51f4ad27b4abc598e0cca8ece9e1c/astropy-2.0.11-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ebb046f44bf373100f45770b7e612863", "sha256": "a678f2db5e31b1af88b2d70b7577b8e3400e4bc153ff8cc0b025cc966475220c" }, "downloads": -1, "filename": "astropy-2.0.11-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ebb046f44bf373100f45770b7e612863", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5927155, "upload_time": "2019-01-07T20:59:06", "upload_time_iso_8601": "2019-01-07T20:59:06.250244Z", "url": "https://files.pythonhosted.org/packages/1a/1f/5b514e6c2169ddff8c4c2a16d0f92534ad6ab3a123ed3bb6134ee8542d43/astropy-2.0.11-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c05f0a33d1b58a6727c7c4cf318b76f8", "sha256": "0988be682b22c85e70b752967613342a7952075074e823fcb58fd516287d221c" }, "downloads": -1, "filename": "astropy-2.0.11-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c05f0a33d1b58a6727c7c4cf318b76f8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6029202, "upload_time": "2019-01-07T16:23:05", "upload_time_iso_8601": "2019-01-07T16:23:05.200226Z", "url": "https://files.pythonhosted.org/packages/76/e5/f931112625093b376469cda9c25a8b714f0c0698988d67fbc7c6ff028844/astropy-2.0.11-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e71ec7e8b0dbbd911cf68a134d49df36", "sha256": "becc6d9c784f86c9411ea343a297df23e56d1d174b1b504f78f834663436eae5" }, "downloads": -1, "filename": "astropy-2.0.11-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "e71ec7e8b0dbbd911cf68a134d49df36", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5564533, "upload_time": "2019-01-07T16:23:13", "upload_time_iso_8601": "2019-01-07T16:23:13.152141Z", "url": "https://files.pythonhosted.org/packages/2a/66/c33bf22b5446bffff4cf3dc379c22fd9e734fbb2d624594dea6cd773395c/astropy-2.0.11-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8287bc2be1211fba84a8ae4bfcf969e3", "sha256": "91a9394690ba0fc6ca49dc14bc76a8334c7b5c95d6e1a06f09673a089d5a9eae" }, "downloads": -1, "filename": "astropy-2.0.11-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "8287bc2be1211fba84a8ae4bfcf969e3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5743004, "upload_time": "2019-01-07T16:23:20", "upload_time_iso_8601": "2019-01-07T16:23:20.952006Z", "url": "https://files.pythonhosted.org/packages/dc/1e/8b9e87f40a0aeb7404d4a1bb1b5b83f9f3d62a747f6cc74fdfb4f70ac584/astropy-2.0.11-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f615dbccb763909fde3c30d17719157", "sha256": "010f5450a45a3d510aa46b98008a50bccfb8f5bc1430736faf0bc953e085c93c" }, "downloads": -1, "filename": "astropy-2.0.11-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8f615dbccb763909fde3c30d17719157", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7736936, "upload_time": "2019-01-07T16:23:30", "upload_time_iso_8601": "2019-01-07T16:23:30.982231Z", "url": "https://files.pythonhosted.org/packages/a8/91/68e48b2ab74e7d772d51b93d0cebcb6ec6799480b5f2f02e7031bc1060aa/astropy-2.0.11-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2aebd65027efcbd1975b9f6aec231bd5", "sha256": "e15cdfc73962f54d4a1a696774bd622ba0a8936d70dec2444bd85c71a02faab8" }, "downloads": -1, "filename": "astropy-2.0.11-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2aebd65027efcbd1975b9f6aec231bd5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5933814, "upload_time": "2019-01-07T20:59:13", "upload_time_iso_8601": "2019-01-07T20:59:13.251256Z", "url": "https://files.pythonhosted.org/packages/72/92/e2c53115bd4845cae0abfad698c4b51cf8b5a5ecf31b04cbfd210c464d2b/astropy-2.0.11-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "887750b762e6a0a18db1dbd7b98646be", "sha256": "f5776a9a4798c6ef7d2d0ea66c15e06127c3d333ee4561db9bebf1262bf2dcd8" }, "downloads": -1, "filename": "astropy-2.0.11-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "887750b762e6a0a18db1dbd7b98646be", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6034791, "upload_time": "2019-01-07T16:23:42", "upload_time_iso_8601": "2019-01-07T16:23:42.718078Z", "url": "https://files.pythonhosted.org/packages/1d/e3/bd9497d244058812fc8b68368d8c300fc5937713155d6fadf56ead82ae48/astropy-2.0.11-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab181fdcfc5277aebb64a84cdd9a4b5e", "sha256": "104b64643fb6ab05cfdf4a2f0f61d7b85f0a7f36a759683dea1ae9c8b5d957f1" }, "downloads": -1, "filename": "astropy-2.0.11-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "ab181fdcfc5277aebb64a84cdd9a4b5e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5437572, "upload_time": "2019-01-07T20:59:20", "upload_time_iso_8601": "2019-01-07T20:59:20.827304Z", "url": "https://files.pythonhosted.org/packages/24/bd/56d6cb3f05a839f178a9e24db563a3820e7debe897ca07baf50d7628bdf5/astropy-2.0.11-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "292814c6760ddbb50843a581dbd933c7", "sha256": "8f4930da4c5fea2ed43452647b9a7da693d0be475a0fd0da1433b324b2d1b1b6" }, "downloads": -1, "filename": "astropy-2.0.11-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "292814c6760ddbb50843a581dbd933c7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5653687, "upload_time": "2019-01-07T20:59:30", "upload_time_iso_8601": "2019-01-07T20:59:30.912617Z", "url": "https://files.pythonhosted.org/packages/39/aa/9f15847b38748bff2ecfe3a03db384a99a956f9831487dc40af129c7e08d/astropy-2.0.11-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fa1902148a4ce967163ee0484b9fa90", "sha256": "e6312b9a3277fcf63576ed5c9b194d388911192d3f0138880471742c7d850efa" }, "downloads": -1, "filename": "astropy-2.0.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8fa1902148a4ce967163ee0484b9fa90", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7787721, "upload_time": "2019-01-03T21:27:20", "upload_time_iso_8601": "2019-01-03T21:27:20.107400Z", "url": "https://files.pythonhosted.org/packages/3f/9f/054525d3c9ec8ba344f509136b43ba7933d0b5010c4e523a67ec6523dbbf/astropy-2.0.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14ee09b548f2d461d6ca5607ccbce804", "sha256": "0c14fcd0ad8ea3388392587a17384b3574ccc5e2f7db9f8c03b1ee7d78a26e4c" }, "downloads": -1, "filename": "astropy-2.0.11-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "14ee09b548f2d461d6ca5607ccbce804", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5943130, "upload_time": "2019-01-07T20:59:39", "upload_time_iso_8601": "2019-01-07T20:59:39.737398Z", "url": "https://files.pythonhosted.org/packages/e3/91/8e9e7cf0f37600fd6d92080ddcf72fcfe840f84ba39606c8ea5b34f35c9d/astropy-2.0.11-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f737acd5af732d90b41efe2701824e96", "sha256": "ce094f45e4fa1cf8f3980c445d7cd75706bd73002ef62fb666851d4683460372" }, "downloads": -1, "filename": "astropy-2.0.11-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f737acd5af732d90b41efe2701824e96", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6045066, "upload_time": "2019-01-03T21:27:23", "upload_time_iso_8601": "2019-01-03T21:27:23.043315Z", "url": "https://files.pythonhosted.org/packages/b0/f6/855b468259f4d88d90153e4b44289ff035d4a0cb31a28db86c6337336062/astropy-2.0.11-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "59ea7f75246cb7455c6535ce0532e0a2", "sha256": "9a9da74df7a3b238778af7922921a0063b85f97e172d853b806fb6d2c5354bec" }, "downloads": -1, "filename": "astropy-2.0.11-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "59ea7f75246cb7455c6535ce0532e0a2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5447132, "upload_time": "2019-01-07T20:59:46", "upload_time_iso_8601": "2019-01-07T20:59:46.650411Z", "url": "https://files.pythonhosted.org/packages/d2/c0/9ee9db7d91f4663a737912297c42e43fc0467277b76b1b04affa664ad9b3/astropy-2.0.11-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36d708999f3c322b17069e239238927a", "sha256": "efb07dd5ab924f6c43147700fc1f3d0968ab229ff26952ca9d062539c7ba57c5" }, "downloads": -1, "filename": "astropy-2.0.11-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "36d708999f3c322b17069e239238927a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5666013, "upload_time": "2019-01-07T20:59:58", "upload_time_iso_8601": "2019-01-07T20:59:58.229780Z", "url": "https://files.pythonhosted.org/packages/0b/88/1d36636de26954fd01bc20932ddfb66b2d664b8894e519cd23d091d58ff0/astropy-2.0.11-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f35ce0a4ab4370ed790258ee78d480f6", "sha256": "b0182debddf44a3b7b5ae2919cd0c719c61bc7eb8bb0dd9131052ed9f1305b5c" }, "downloads": -1, "filename": "astropy-2.0.11.tar.gz", "has_sig": true, "md5_digest": "f35ce0a4ab4370ed790258ee78d480f6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8346964, "upload_time": "2018-12-31T23:48:52", "upload_time_iso_8601": "2018-12-31T23:48:52.455640Z", "url": "https://files.pythonhosted.org/packages/c6/4f/fe1d78616c42473e2d659d2e7dfbf1a746fed5d6cf29fe221108dd8fd5c1/astropy-2.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.12": [ { "comment_text": "", "digests": { "md5": "1da80a7e7e39080ad61fb2ca013a24db", "sha256": "46c07a8893c6be3c6d0cc5aa3d9003614af2c416042f22475779839181d98b42" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1da80a7e7e39080ad61fb2ca013a24db", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7795279, "upload_time": "2019-02-24T01:03:38", "upload_time_iso_8601": "2019-02-24T01:03:38.473484Z", "url": "https://files.pythonhosted.org/packages/fd/ad/b71e3737886ff30cf7c3ec6754aeb3e7138d5a82031830f392134c544d64/astropy-2.0.12-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2990088cc3dd307b20b5871ef2f10aa", "sha256": "0836c2b08496e98859551fc3f82f78a24276a67d8da2a8a606dbc8d1e438c136" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a2990088cc3dd307b20b5871ef2f10aa", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5960466, "upload_time": "2019-02-24T01:03:50", "upload_time_iso_8601": "2019-02-24T01:03:50.804932Z", "url": "https://files.pythonhosted.org/packages/43/1d/7d01ceef563294fa3002c72ac7be5bdee39cabce33b54bc7f25165377b6c/astropy-2.0.12-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a2046bdcf95f1ec3012d4ea3a7fb1ce", "sha256": "dd40c7e782c6f91584fb75a589c54d332ad80011b43e150dc8f5ff15e6317e71" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2a2046bdcf95f1ec3012d4ea3a7fb1ce", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6067535, "upload_time": "2019-02-24T01:04:05", "upload_time_iso_8601": "2019-02-24T01:04:05.246633Z", "url": "https://files.pythonhosted.org/packages/d5/ea/72d785c0f46d309fb09b64b59b16d40fd19c3177478ae2a88c9d30bba110/astropy-2.0.12-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "241e7aab736cef631c18d04af47fc273", "sha256": "0b57d343f898fc0d0b9f1f63cc23c0d9f32a4c6ffa326f2bdcd1a15de63ad468" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "241e7aab736cef631c18d04af47fc273", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5959966, "upload_time": "2019-02-24T01:04:43", "upload_time_iso_8601": "2019-02-24T01:04:43.822202Z", "url": "https://files.pythonhosted.org/packages/5a/ce/d37ae69e5c922e1b08a220f45144da99af646f98f229a6126a6be223cc2d/astropy-2.0.12-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bbe7d9d78efd271920ea1bb64e8fb135", "sha256": "d85727d114c6d0fd1a3ab9b9e59c60500c7f2bd47637ec88e81f9f690c178001" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bbe7d9d78efd271920ea1bb64e8fb135", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6066729, "upload_time": "2019-02-24T01:04:56", "upload_time_iso_8601": "2019-02-24T01:04:56.992667Z", "url": "https://files.pythonhosted.org/packages/2a/b7/0302d5e0f9acd31515db6b4cb8e5a8de9fbd432b6af1e51a420e935febf5/astropy-2.0.12-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd77f76962b24c831c1df27ad6247ec9", "sha256": "0f234986be6e4717eab9a1a67e72686665c22e8d2b9dde6731260a4e660943f8" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "cd77f76962b24c831c1df27ad6247ec9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5580037, "upload_time": "2019-02-24T01:04:17", "upload_time_iso_8601": "2019-02-24T01:04:17.535592Z", "url": "https://files.pythonhosted.org/packages/fa/c5/609bc78b647238c86ef81e20ae93cdafd8d48a17bb92abd9af05a8c5b5cb/astropy-2.0.12-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6aa7fa01459f508cd16cdd6778ac8594", "sha256": "6abde36755f9aa46d972fe3868030f0388edaaae420f0640bc2902e18870fe56" }, "downloads": -1, "filename": "astropy-2.0.12-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "6aa7fa01459f508cd16cdd6778ac8594", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5790147, "upload_time": "2019-02-24T01:04:30", "upload_time_iso_8601": "2019-02-24T01:04:30.674529Z", "url": "https://files.pythonhosted.org/packages/d6/f3/cac1723c34da97702ad60ef34541f20d4240e4f068a3c1c73a0ae556c2e5/astropy-2.0.12-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af4bbb455fc3aa77894f68930c0f79ef", "sha256": "ba0f47ebf6b922a9a3e8d5c66c9fdc3d2a03fdcfe9d2a4dd4d89f91880fcf3c8" }, "downloads": -1, "filename": "astropy-2.0.12-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "af4bbb455fc3aa77894f68930c0f79ef", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7717215, "upload_time": "2019-02-24T01:05:12", "upload_time_iso_8601": "2019-02-24T01:05:12.958272Z", "url": "https://files.pythonhosted.org/packages/68/6e/13e436b8ba49787068947160891eb78d282d8f2d0c4169b5f9a4dee1ae19/astropy-2.0.12-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef8a2709beaa7bf05d78b1930dcd16fd", "sha256": "64caa0955f3c09686103faeae04c77162513b80df1258d500e04d7426dafaf07" }, "downloads": -1, "filename": "astropy-2.0.12-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ef8a2709beaa7bf05d78b1930dcd16fd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5928388, "upload_time": "2019-02-24T01:05:26", "upload_time_iso_8601": "2019-02-24T01:05:26.618339Z", "url": "https://files.pythonhosted.org/packages/94/57/07e32c48e859e941a3ad2260cfb834af25573004734c9b08eb0705c94490/astropy-2.0.12-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7dc0c7f8a533d4ab33f208e241fa565b", "sha256": "bdf62bb686bb26cfc972bbb3b6d9760d7dbf56f6c30960987de73d45b50479ff" }, "downloads": -1, "filename": "astropy-2.0.12-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7dc0c7f8a533d4ab33f208e241fa565b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6030682, "upload_time": "2019-02-24T01:05:38", "upload_time_iso_8601": "2019-02-24T01:05:38.523263Z", "url": "https://files.pythonhosted.org/packages/7b/1a/04b339e4c51f134ba2417bd5af2352ec2b2888683d15372861402fadf009/astropy-2.0.12-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2d5dcf42e92c392e0c7bd0d895fe598", "sha256": "cd7aeced7fbfad6d6b5f5f88aa1055a24e5a3aa8874b3c7dd9cd655c6d9578ab" }, "downloads": -1, "filename": "astropy-2.0.12-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "f2d5dcf42e92c392e0c7bd0d895fe598", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5565571, "upload_time": "2019-02-24T01:05:50", "upload_time_iso_8601": "2019-02-24T01:05:50.209586Z", "url": "https://files.pythonhosted.org/packages/eb/36/3df4b581a43c92a5f839d54f23833b1ae95ab8b9bc91bd46a771ea82a893/astropy-2.0.12-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23f6bcde8c980bbe6a239fe7e7d02c5b", "sha256": "10091619a67c17824821426deaa8eef0d70b37ecfd99add8bd5ed059783071ed" }, "downloads": -1, "filename": "astropy-2.0.12-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "23f6bcde8c980bbe6a239fe7e7d02c5b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5743962, "upload_time": "2019-02-24T01:06:03", "upload_time_iso_8601": "2019-02-24T01:06:03.744087Z", "url": "https://files.pythonhosted.org/packages/ba/ec/3738dcadbc24cf9ad57ac7bafbe7de14fdfc5dba557114adc8b3c1fdfcc8/astropy-2.0.12-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e3e1aefe6bb91ef80532e0aee5522a3e", "sha256": "2b01d9c8972d2c1b103364bfc3a2a005d0ce09cd28ba96659f5cef3907141953" }, "downloads": -1, "filename": "astropy-2.0.12-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "e3e1aefe6bb91ef80532e0aee5522a3e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7738014, "upload_time": "2019-02-26T19:49:23", "upload_time_iso_8601": "2019-02-26T19:49:23.755247Z", "url": "https://files.pythonhosted.org/packages/fc/f0/a3554b89922c852d240f7bbcf8a960044ecbe9e893c80545810d605f9f11/astropy-2.0.12-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea99f94c73bb83ea90f9283bb3eed9d9", "sha256": "314ed424551a06cc466ca5f6f0105daed6d5dfc32fce752e4ccd7b505ddb74ed" }, "downloads": -1, "filename": "astropy-2.0.12-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ea99f94c73bb83ea90f9283bb3eed9d9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5934730, "upload_time": "2019-02-24T01:06:30", "upload_time_iso_8601": "2019-02-24T01:06:30.293293Z", "url": "https://files.pythonhosted.org/packages/5a/42/e5dd429329d998f1742a37353b6e85e1f65a64a89632c179f7766b9971ab/astropy-2.0.12-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9b4ad8d249b72d4218da54fbc8cebf82", "sha256": "322c05aa8bd7f371ff43e9aebca88a425ca9b6787fbda433bd32c540cc77cb75" }, "downloads": -1, "filename": "astropy-2.0.12-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9b4ad8d249b72d4218da54fbc8cebf82", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6035899, "upload_time": "2019-02-24T01:06:42", "upload_time_iso_8601": "2019-02-24T01:06:42.352786Z", "url": "https://files.pythonhosted.org/packages/9a/b4/126361370c7b29de82e0cbc0a18ca2519aac53ca57a47639c84791e414bd/astropy-2.0.12-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cfb3092c072d56f7f0dd49bd344f9426", "sha256": "b981ca97ce0b8ac32fdb7d8ee0a72bea1fe528104542c29a763b3da4ff137e40" }, "downloads": -1, "filename": "astropy-2.0.12-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "cfb3092c072d56f7f0dd49bd344f9426", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5438600, "upload_time": "2019-02-24T01:06:55", "upload_time_iso_8601": "2019-02-24T01:06:55.594389Z", "url": "https://files.pythonhosted.org/packages/a8/87/8ef26aa6f26de98ed1b89ea1665508892ba29dbacfeb7919fc951aedcd5e/astropy-2.0.12-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03b66bcc471e28f5f7ffbe32d1a1aa2b", "sha256": "5fcb553002f2782c9cb0e738813d2758c9c027b29cb1f1ea72c8d82ef8dbb467" }, "downloads": -1, "filename": "astropy-2.0.12-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "03b66bcc471e28f5f7ffbe32d1a1aa2b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5654768, "upload_time": "2019-02-24T01:07:07", "upload_time_iso_8601": "2019-02-24T01:07:07.933782Z", "url": "https://files.pythonhosted.org/packages/42/6f/48408214df448b339d795ddbf0680930e6ce360d208e2b67c19315a11063/astropy-2.0.12-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "452e8b77ac4307e897f86bf142b698ad", "sha256": "7a11b9b35b9309832b991f74ea0eef95bc4f0288255df7ac2da26e7f654ee697" }, "downloads": -1, "filename": "astropy-2.0.12-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "452e8b77ac4307e897f86bf142b698ad", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7788996, "upload_time": "2019-02-26T19:49:41", "upload_time_iso_8601": "2019-02-26T19:49:41.187240Z", "url": "https://files.pythonhosted.org/packages/bf/7a/09b2ceb8160a6d5c0507e2a4e8e044b9d80631e4e85ac3e671f889fa233b/astropy-2.0.12-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6f4be467e559f2bafbd1bffe0d5b59f", "sha256": "b39db24461e25a7711cbf491ca83defe5bc67d88d3b62649fbc2bfce245db0f4" }, "downloads": -1, "filename": "astropy-2.0.12-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f6f4be467e559f2bafbd1bffe0d5b59f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5945064, "upload_time": "2019-02-24T01:07:20", "upload_time_iso_8601": "2019-02-24T01:07:20.333478Z", "url": "https://files.pythonhosted.org/packages/d7/04/261d9830409fb38f5b2fe6df92257281c752dfffca2db198bb5f27743c87/astropy-2.0.12-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5a9dc9aac01909284d1a9b5f50dedd3", "sha256": "f3f8f7b3832288bec74f1937791d75386879a23da5c21de33739138990cf6bd2" }, "downloads": -1, "filename": "astropy-2.0.12-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f5a9dc9aac01909284d1a9b5f50dedd3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6045559, "upload_time": "2019-02-24T01:07:33", "upload_time_iso_8601": "2019-02-24T01:07:33.520782Z", "url": "https://files.pythonhosted.org/packages/2e/c4/5746707a7f41de0ab7db83ccfaa652d02cdbb95a17df894d061f4908582e/astropy-2.0.12-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfd59afcbc7714ed04011697ebba946e", "sha256": "98d59d9faf8c7a766b7da1e2741c7d7b7b72107588d94b0811f306245bd66c49" }, "downloads": -1, "filename": "astropy-2.0.12-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "bfd59afcbc7714ed04011697ebba946e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5448505, "upload_time": "2019-02-24T01:07:45", "upload_time_iso_8601": "2019-02-24T01:07:45.881698Z", "url": "https://files.pythonhosted.org/packages/c1/4a/a1e7d98ca672b2e7571da6eb9b942e24427b91af194e42f17b020a673bfa/astropy-2.0.12-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88ccf3dc5f3796a19748c22b707a6080", "sha256": "c813f5f3fe2b51621a0ec1d7d61fb6049a36c7bba53cadb91a987e28fc290444" }, "downloads": -1, "filename": "astropy-2.0.12-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "88ccf3dc5f3796a19748c22b707a6080", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5667462, "upload_time": "2019-02-24T01:07:58", "upload_time_iso_8601": "2019-02-24T01:07:58.643181Z", "url": "https://files.pythonhosted.org/packages/71/7e/f5ced1ab753992412ecac512c293a170bfd5af44f2a930740dd7a6be0c30/astropy-2.0.12-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4a9f487a7cc8f98bb9f8b96d0c0c079", "sha256": "81bae35320d7c72ae8569eeabc596e3a5ed416249b3fb2de9b40f30673085d0b" }, "downloads": -1, "filename": "astropy-2.0.12.tar.gz", "has_sig": true, "md5_digest": "c4a9f487a7cc8f98bb9f8b96d0c0c079", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8352037, "upload_time": "2019-02-24T01:08:17", "upload_time_iso_8601": "2019-02-24T01:08:17.100719Z", "url": "https://files.pythonhosted.org/packages/9a/0a/17ebd61072e9acb724d489d6a6aabfff210c51c6070623908493fdac2346/astropy-2.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.13": [ { "comment_text": "", "digests": { "md5": "0aff45aae2ec2c257c9850f5281dad08", "sha256": "3218a71d6ca4a3435130a77292a736733352f47ed418c69648299ea48dad93b1" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0aff45aae2ec2c257c9850f5281dad08", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7795749, "upload_time": "2019-06-09T01:24:18", "upload_time_iso_8601": "2019-06-09T01:24:18.717590Z", "url": "https://files.pythonhosted.org/packages/0c/38/433712c92d7aa395a298c21e32118cce08fb8cc9f476fd9360e669d6b781/astropy-2.0.13-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a16e5c6f28f2cf7b7e0b2bfb5f6d815", "sha256": "516c17563ab7bc525790c32c0c2fdb9d74ac7730ff13e9ee53abef4b3fbf76dc" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6a16e5c6f28f2cf7b7e0b2bfb5f6d815", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5961132, "upload_time": "2019-06-09T01:24:21", "upload_time_iso_8601": "2019-06-09T01:24:21.950778Z", "url": "https://files.pythonhosted.org/packages/14/14/71cdd2b893fb2ba6a281084a39c48c3737053b442a2e49774b051f83b0a8/astropy-2.0.13-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "811c29d8aa1ae8d2aa0baa077fa34a41", "sha256": "4d6d7834d9b8dd6f0313016ff3a26b170430337422534456325c7a7b2bfb0957" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "811c29d8aa1ae8d2aa0baa077fa34a41", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6068116, "upload_time": "2019-06-09T01:24:25", "upload_time_iso_8601": "2019-06-09T01:24:25.011089Z", "url": "https://files.pythonhosted.org/packages/5d/b3/760a5f76b707c581a9b285670ccf55c4845d4eaa487bc64aa52c9fd7cf05/astropy-2.0.13-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "466b8948d6581c5ba699cf12ddea1713", "sha256": "9d7f75cafbc59b65ae8a749baa6a10baf2b5256e92a41e86ded852941132adc6" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "466b8948d6581c5ba699cf12ddea1713", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5960728, "upload_time": "2019-06-09T01:24:35", "upload_time_iso_8601": "2019-06-09T01:24:35.814204Z", "url": "https://files.pythonhosted.org/packages/88/19/9541cc0fa45da7df268637d64096b50938e9bd0311ef70ea9e4ae067ce57/astropy-2.0.13-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9b35da18e18d2596af1bd66eb86099e", "sha256": "bbea8eada5a01695d13c56b6cd978ca8550fc295ff967e7b55330d5446c4e6dc" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d9b35da18e18d2596af1bd66eb86099e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6067284, "upload_time": "2019-06-09T01:24:43", "upload_time_iso_8601": "2019-06-09T01:24:43.929478Z", "url": "https://files.pythonhosted.org/packages/9a/f7/c23f06e3394c02d3c0a81dea839ce2d869016a54d249e6e967b2be9711ec/astropy-2.0.13-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f39457a370d77da36629b320dbe0eac3", "sha256": "dea6fdc708fb8dacd3c9b906c179c7a655238ff55404f822b8d2576a4cb7b552" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "f39457a370d77da36629b320dbe0eac3", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5580638, "upload_time": "2019-06-09T01:24:28", "upload_time_iso_8601": "2019-06-09T01:24:28.194657Z", "url": "https://files.pythonhosted.org/packages/24/75/eb69124a5b32fd06987ea2d28b2747a55dc919980e99f14c5c9ac694a7d6/astropy-2.0.13-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "041b1057f0b030c891c08967f2301aa1", "sha256": "fa01bb76fdd4bdfefe1e7ff7675011919f4510d600bc79f2d99ff9392eaf9211" }, "downloads": -1, "filename": "astropy-2.0.13-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "041b1057f0b030c891c08967f2301aa1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5790730, "upload_time": "2019-06-09T01:24:31", "upload_time_iso_8601": "2019-06-09T01:24:31.282425Z", "url": "https://files.pythonhosted.org/packages/bb/8e/6dda952b1587707417d9f46bb1d478bedb531494c832237018b52d695541/astropy-2.0.13-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c501e996740d7b547480bc5ee485df2a", "sha256": "477162230bb5fd70744c224d95608e1486550d0bf3628630e2178422b2695a2a" }, "downloads": -1, "filename": "astropy-2.0.13-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c501e996740d7b547480bc5ee485df2a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7717757, "upload_time": "2019-06-09T01:24:47", "upload_time_iso_8601": "2019-06-09T01:24:47.533460Z", "url": "https://files.pythonhosted.org/packages/4c/cd/39a6cd9464b56e9f02dec574bf12e99f7c999061459bab9667fd7d8b219a/astropy-2.0.13-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01bdf4741c6c7ce125f07f5130c8f59f", "sha256": "c6519c603ff72acae7371cf70ffb09d91254c7fb5714eb9526f19da78de0c524" }, "downloads": -1, "filename": "astropy-2.0.13-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "01bdf4741c6c7ce125f07f5130c8f59f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5929015, "upload_time": "2019-06-09T01:24:50", "upload_time_iso_8601": "2019-06-09T01:24:50.359159Z", "url": "https://files.pythonhosted.org/packages/08/0e/67858b0d738ce0a61f3d42adf010f86c9e39e79efbea6c557bcbede26b3e/astropy-2.0.13-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cefa8df8ba1f3a4e004232a6d4bd4d51", "sha256": "4934c787eb14cc1f37746f263d7db2a930298e8cec6354494b8ec366b3908fd5" }, "downloads": -1, "filename": "astropy-2.0.13-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cefa8df8ba1f3a4e004232a6d4bd4d51", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6031281, "upload_time": "2019-06-09T01:24:53", "upload_time_iso_8601": "2019-06-09T01:24:53.533828Z", "url": "https://files.pythonhosted.org/packages/01/5b/3754bd71299372496f15b10f48abdd14b23a27471208d3c8dd3ddd4a6bc3/astropy-2.0.13-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f488cce5eadc9a09971c934d196ef712", "sha256": "cd42a4b650b21cf8c3da36ec86bcf0c22c2c913e6d75e5801d95308a483d0bec" }, "downloads": -1, "filename": "astropy-2.0.13-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "f488cce5eadc9a09971c934d196ef712", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5566154, "upload_time": "2019-06-09T01:24:56", "upload_time_iso_8601": "2019-06-09T01:24:56.199138Z", "url": "https://files.pythonhosted.org/packages/cc/c1/b3f06b3f782e0b3955a83e6cdd8193040cb47a954fa643fde5feab77a273/astropy-2.0.13-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1965020e0c6f2c8aeee8137d61054c58", "sha256": "b2b71d89646b2bcced2d16d5ef56c4d0aab17242ce0cf2dc1067813160df951e" }, "downloads": -1, "filename": "astropy-2.0.13-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "1965020e0c6f2c8aeee8137d61054c58", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5744539, "upload_time": "2019-06-09T01:24:59", "upload_time_iso_8601": "2019-06-09T01:24:59.353669Z", "url": "https://files.pythonhosted.org/packages/68/90/1dd08e96ed23dc72b9062a16d82f083ec653e8ab41063129b97d923e481d/astropy-2.0.13-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "296bc734c80759738f9f6804abedee3f", "sha256": "89271ebd0358acafc0bef535cea895d5359c89a5abe8a66be18f1722c82c68cb" }, "downloads": -1, "filename": "astropy-2.0.13-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "296bc734c80759738f9f6804abedee3f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7738478, "upload_time": "2019-06-09T01:25:02", "upload_time_iso_8601": "2019-06-09T01:25:02.636376Z", "url": "https://files.pythonhosted.org/packages/a1/bd/2bc69687fda2ebbf1ac0289b5ba943bd8311331e1f84f0c6b8fa0bd0f846/astropy-2.0.13-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "831e2e862af21a8eb1607554eab429e1", "sha256": "c60b68f26f2146404ed8873b1d1eabb60878d64de184f761a15240ddc36cd90f" }, "downloads": -1, "filename": "astropy-2.0.13-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "831e2e862af21a8eb1607554eab429e1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5935418, "upload_time": "2019-06-09T01:25:06", "upload_time_iso_8601": "2019-06-09T01:25:06.205845Z", "url": "https://files.pythonhosted.org/packages/4e/e4/9a0b15f171284286ec8d185fcba487996348361d80e476931c4e6345d5b4/astropy-2.0.13-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89882ff32d8d4758a75f234b1453ca7f", "sha256": "d791fd0225f6f4658f0ac96ef5bbd36894e9fe37a259e77c7be3b4f493b4935d" }, "downloads": -1, "filename": "astropy-2.0.13-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "89882ff32d8d4758a75f234b1453ca7f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6036495, "upload_time": "2019-06-09T01:25:08", "upload_time_iso_8601": "2019-06-09T01:25:08.763379Z", "url": "https://files.pythonhosted.org/packages/62/dd/756b825fd2a6e621d525fe0be60452f90fab8516bfacc60c5cedc22d4783/astropy-2.0.13-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0bca3fec275d818f5accc4f257e393a", "sha256": "cc76722ecd09bded21f4727301dba21b7b99ea064221ea73c21573faf324479c" }, "downloads": -1, "filename": "astropy-2.0.13-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "e0bca3fec275d818f5accc4f257e393a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5439132, "upload_time": "2019-06-09T01:25:11", "upload_time_iso_8601": "2019-06-09T01:25:11.557117Z", "url": "https://files.pythonhosted.org/packages/09/91/3024501e446728c94d83eaeb8b00bc2b662ba8c0d9ea9a9fbf4af6a06689/astropy-2.0.13-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2e86815cbcc9463fad9f5b1dea0d6cb", "sha256": "42f113c78d14610041fca3eb76e9eb05b1b8800ccf2347b10526ab9ff3678009" }, "downloads": -1, "filename": "astropy-2.0.13-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a2e86815cbcc9463fad9f5b1dea0d6cb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5655396, "upload_time": "2019-06-09T01:25:14", "upload_time_iso_8601": "2019-06-09T01:25:14.149256Z", "url": "https://files.pythonhosted.org/packages/0b/ed/0518c5e7b9b387da5f4a97aa5496b798a2ca01882d9b86822ab9bbf61fbf/astropy-2.0.13-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8229ccbdd012e4f563ee3dfae26a629f", "sha256": "1bed4be471ab3540e2d769274c2174abec31e6d3d07008f7824ece06fadec619" }, "downloads": -1, "filename": "astropy-2.0.13-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "8229ccbdd012e4f563ee3dfae26a629f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7789467, "upload_time": "2019-06-09T01:25:17", "upload_time_iso_8601": "2019-06-09T01:25:17.088061Z", "url": "https://files.pythonhosted.org/packages/21/9b/4288253b59599752ec3891b6a2805c5ef1cbf4616422163b07c765ef1750/astropy-2.0.13-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a984d6291000d29a6c1d39b7ffccdefe", "sha256": "24f742cf7ef5e284534e8bcf42f9ecbc81c2a8ad1aa8b132fcbe78e25530e720" }, "downloads": -1, "filename": "astropy-2.0.13-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a984d6291000d29a6c1d39b7ffccdefe", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5945356, "upload_time": "2019-06-09T01:25:20", "upload_time_iso_8601": "2019-06-09T01:25:20.396797Z", "url": "https://files.pythonhosted.org/packages/e4/f2/c1285107e56693b5623e28b4bb5cdc8e52b29f89a51520c39c51335f2be7/astropy-2.0.13-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6ac6460a1847387a4ad8fbb9e35cc5e", "sha256": "b8272a51b78c32491fca42951017dcfdc9e99850333713054af067eb6c099621" }, "downloads": -1, "filename": "astropy-2.0.13-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d6ac6460a1847387a4ad8fbb9e35cc5e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6045864, "upload_time": "2019-06-09T01:25:23", "upload_time_iso_8601": "2019-06-09T01:25:23.678317Z", "url": "https://files.pythonhosted.org/packages/eb/4b/627d63f3efca12aacbe617e6d870cd3880593461892d39ce7c15babd4317/astropy-2.0.13-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d237a59a0bc1dd2c83bd806b4b9a585", "sha256": "ddb7d47c008e21d86caf6cd9c17b227dcba1c4ffecb956b22f729f1a0a2afbae" }, "downloads": -1, "filename": "astropy-2.0.13-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6d237a59a0bc1dd2c83bd806b4b9a585", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5448979, "upload_time": "2019-06-09T01:25:26", "upload_time_iso_8601": "2019-06-09T01:25:26.716311Z", "url": "https://files.pythonhosted.org/packages/62/7d/46e92cb3f02996fe2b862a69db8e287e9029c90060b844cb4994e1a621a0/astropy-2.0.13-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58285e09f6d829c84fe453ce8200d866", "sha256": "2aa68c90ad9109ba721366144bfe1d546efc1227cc495f092954ac90937d33a6" }, "downloads": -1, "filename": "astropy-2.0.13.tar.gz", "has_sig": true, "md5_digest": "58285e09f6d829c84fe453ce8200d866", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8353414, "upload_time": "2019-06-09T01:25:30", "upload_time_iso_8601": "2019-06-09T01:25:30.153908Z", "url": "https://files.pythonhosted.org/packages/ee/45/592199d9e2a4239f041d68ce94f9a53b83951d2e49e1ec8f326fc951f686/astropy-2.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.14": [ { "comment_text": "", "digests": { "md5": "535a422299635417be469c18273ab0e1", "sha256": "dc577077aaab9b25bf5b23dad8e851608b165c0e17c7c6db323583c5037ab4e1" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "535a422299635417be469c18273ab0e1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7796521, "upload_time": "2019-06-15T05:21:55", "upload_time_iso_8601": "2019-06-15T05:21:55.052933Z", "url": "https://files.pythonhosted.org/packages/3b/f5/d3a8cc881e5e38fb974856714ca03b6632a0f40e2392e43a58f534abf56e/astropy-2.0.14-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ff2df153b3667ec5d313efb19c3ba55", "sha256": "0292c7a3631ea29d8c25b5bfc29998a73e799fcac54ce7e2ac8e52499fc777cb" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4ff2df153b3667ec5d313efb19c3ba55", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5961886, "upload_time": "2019-06-15T05:22:10", "upload_time_iso_8601": "2019-06-15T05:22:10.448182Z", "url": "https://files.pythonhosted.org/packages/10/6a/32544b48dbfffbed11f60631ae04f4de4c5e08e4056727bce5183736978f/astropy-2.0.14-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d51c69ddd7acae7459406a9dcdffdd4", "sha256": "529da1ed69ddbdae153e835adddea6296a84e901851a39b985d12a4e79be3e69" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7d51c69ddd7acae7459406a9dcdffdd4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6068870, "upload_time": "2019-06-15T05:22:22", "upload_time_iso_8601": "2019-06-15T05:22:22.837275Z", "url": "https://files.pythonhosted.org/packages/7f/14/132999bed40dea8901461a8522ddee5b83fe12ac1a93e0eefd43e3affd4a/astropy-2.0.14-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a5c99dd558412579321b9bd4d85e2ae", "sha256": "906d01e4c57982a5630a0ebef6abb1bb2a177a44c4a5f4cf20e0ccb40ad2569d" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8a5c99dd558412579321b9bd4d85e2ae", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5961480, "upload_time": "2019-06-15T05:23:05", "upload_time_iso_8601": "2019-06-15T05:23:05.483701Z", "url": "https://files.pythonhosted.org/packages/18/16/3c3e3f925d8235f6d5610ea44c5205d0e67fe0abdc8ff8d79a818d5466df/astropy-2.0.14-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f57d5b13318d7c2fc04b4e9831a00dc", "sha256": "bcaa3ba7dc9d435ecf36b0960596cb8d74db9177a14eec02b81076abc1cd8113" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0f57d5b13318d7c2fc04b4e9831a00dc", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6068036, "upload_time": "2019-06-15T05:23:17", "upload_time_iso_8601": "2019-06-15T05:23:17.491703Z", "url": "https://files.pythonhosted.org/packages/e3/0f/c199189d9f2a6b1a60177788b00a6fcf2a7fa8f3d63f17b2e496810dade9/astropy-2.0.14-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1cc3825abb830a9d34b2fd3e0746058b", "sha256": "e34e21dcc4d890a080c9907b67b1e4bfe65428f3c131f5e75e687ad17e1ec041" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "1cc3825abb830a9d34b2fd3e0746058b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5581394, "upload_time": "2019-06-15T05:22:35", "upload_time_iso_8601": "2019-06-15T05:22:35.724708Z", "url": "https://files.pythonhosted.org/packages/39/fa/13b5b1af2cc7a4dcd17911fa6ae5db51d0e25ecf0c404c3ce91f4526b0e2/astropy-2.0.14-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f9890e07b98420bd447e71b686e4f6c", "sha256": "c3402538294ce6bfa2316d6265bc49dc6fca742dc994f05fa93f3b6265cdcc23" }, "downloads": -1, "filename": "astropy-2.0.14-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "2f9890e07b98420bd447e71b686e4f6c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5791480, "upload_time": "2019-06-15T05:22:50", "upload_time_iso_8601": "2019-06-15T05:22:50.958337Z", "url": "https://files.pythonhosted.org/packages/98/92/b449b8e8614bd3647385cffc3a127903c101701770ed6e38c50557fd60d6/astropy-2.0.14-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f82b99725690ce30c51356b32d908f3", "sha256": "033898167d9511f35696caa56114ed9bb0361b015f7151869f9d336a5c5febf1" }, "downloads": -1, "filename": "astropy-2.0.14-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3f82b99725690ce30c51356b32d908f3", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7718476, "upload_time": "2019-06-15T05:23:36", "upload_time_iso_8601": "2019-06-15T05:23:36.353086Z", "url": "https://files.pythonhosted.org/packages/58/59/990cc8d29f94b1932b9df4561b99bdaca933d114264328e384e922183838/astropy-2.0.14-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20eb13d7f6ff08edcd30cec96620e8fc", "sha256": "176a107ae866644e9d79777122689311a9bb6cc680ad92bd077d470e8f63c3ff" }, "downloads": -1, "filename": "astropy-2.0.14-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "20eb13d7f6ff08edcd30cec96620e8fc", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5929759, "upload_time": "2019-06-15T05:23:49", "upload_time_iso_8601": "2019-06-15T05:23:49.298891Z", "url": "https://files.pythonhosted.org/packages/49/5a/137fbfad2f03b2bec1ef294f16984b8510a3eb5796d65d922c2822d6ec06/astropy-2.0.14-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d1275c531059098a79d7618b0c0633c", "sha256": "216d65d522f6bc303aab1f859440fe20830ebc3d60e90b70471f74b7e8a2c473" }, "downloads": -1, "filename": "astropy-2.0.14-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4d1275c531059098a79d7618b0c0633c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6032042, "upload_time": "2019-06-15T05:24:03", "upload_time_iso_8601": "2019-06-15T05:24:03.812767Z", "url": "https://files.pythonhosted.org/packages/91/90/eadcf39584ee53b96acd3d96ca7412acf2577b2d309195e9be685872f916/astropy-2.0.14-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6122eed1ea85e879acf089abab1daaed", "sha256": "5dc958cfd5714067b2a7a58ab10c729e051235ee5ccdb8e64b05bfdda9120100" }, "downloads": -1, "filename": "astropy-2.0.14-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "6122eed1ea85e879acf089abab1daaed", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5566900, "upload_time": "2019-06-15T05:24:15", "upload_time_iso_8601": "2019-06-15T05:24:15.414350Z", "url": "https://files.pythonhosted.org/packages/47/96/22c64f0b63914e4360b63179b14fc8fcaf3dd5ba5942dfcdea069b700eb7/astropy-2.0.14-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "830be19f028aaa7dd9dae6739ea2a66e", "sha256": "76eaa6223f99f9a96c1633180d16bc45f91f31cbe58e6e9cfb39c8abf6dda655" }, "downloads": -1, "filename": "astropy-2.0.14-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "830be19f028aaa7dd9dae6739ea2a66e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5745281, "upload_time": "2019-06-15T05:24:28", "upload_time_iso_8601": "2019-06-15T05:24:28.463067Z", "url": "https://files.pythonhosted.org/packages/9c/1d/320c54a17bca149b7ee8b4f21991916eade49d3036ace50f4cba9954d5dd/astropy-2.0.14-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ea2eed9ac14812533eb0873afba4fd8", "sha256": "0199be076491fb7e24f3cbc5cabb75f6e87830fa2e35b4c0fe4669913367fde3" }, "downloads": -1, "filename": "astropy-2.0.14-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9ea2eed9ac14812533eb0873afba4fd8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7739292, "upload_time": "2019-06-15T05:24:45", "upload_time_iso_8601": "2019-06-15T05:24:45.844600Z", "url": "https://files.pythonhosted.org/packages/df/3e/3a4bbfa500d41262d2f7956b6260c37ea53365c40c55391c6a36f3d9d34d/astropy-2.0.14-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34a7630d336253faf931292335d6d18a", "sha256": "e5196edc684f187860e51b21fbcf74954ec540323c33b1922520127eab695f12" }, "downloads": -1, "filename": "astropy-2.0.14-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "34a7630d336253faf931292335d6d18a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5936192, "upload_time": "2019-06-15T05:25:02", "upload_time_iso_8601": "2019-06-15T05:25:02.040005Z", "url": "https://files.pythonhosted.org/packages/39/0e/f98c66b8807f7d084d172be9e39a60f6d00bceee85592b23a2d1a726ef6e/astropy-2.0.14-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62f7914801a0c8ebed7aa3ff7934fd33", "sha256": "f337546b731effb94f178a73fb4f2b3d07976a64ca76fb7867e2c2342538dc22" }, "downloads": -1, "filename": "astropy-2.0.14-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "62f7914801a0c8ebed7aa3ff7934fd33", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6037267, "upload_time": "2019-06-15T05:25:15", "upload_time_iso_8601": "2019-06-15T05:25:15.046338Z", "url": "https://files.pythonhosted.org/packages/ba/c9/3fa874029b2d2f8419131d4726a605a596c5722c69370d95a0b7119927c8/astropy-2.0.14-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e992f50c2ca92c5f7088b0b50122afc", "sha256": "1e4ac0424378893cfaca94aae8982205e12ebd9a79c3bc27468c0977502421b1" }, "downloads": -1, "filename": "astropy-2.0.14-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "4e992f50c2ca92c5f7088b0b50122afc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5439837, "upload_time": "2019-06-15T05:25:26", "upload_time_iso_8601": "2019-06-15T05:25:26.592927Z", "url": "https://files.pythonhosted.org/packages/a6/85/ae7977075151d3bbdb8d753d282e93ffd83d69233cd32b053ecfbac92d14/astropy-2.0.14-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "84f6cbab59bf0d854d0bb0e93d55776d", "sha256": "a1075704738fde623f25460b71a41cbd61499199b929c3cfce9dfb4655098c2a" }, "downloads": -1, "filename": "astropy-2.0.14-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "84f6cbab59bf0d854d0bb0e93d55776d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5656135, "upload_time": "2019-06-15T05:25:39", "upload_time_iso_8601": "2019-06-15T05:25:39.326017Z", "url": "https://files.pythonhosted.org/packages/85/88/595cbddf300dd025368ec4abfdd8345c39e0787d45895a744006e8431581/astropy-2.0.14-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9270e9a47a525e1d1469ec179c8e4177", "sha256": "ec8d9996d9758977d35b6db2e7a0e14bd264593c5987d5b71e1bb1cda7a6317d" }, "downloads": -1, "filename": "astropy-2.0.14-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9270e9a47a525e1d1469ec179c8e4177", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7790189, "upload_time": "2019-06-15T05:25:55", "upload_time_iso_8601": "2019-06-15T05:25:55.715071Z", "url": "https://files.pythonhosted.org/packages/5c/8b/d4aa477456e1efad11b2f1a0111177ed990328a78273506f1056a3bc7446/astropy-2.0.14-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86e866b3dd905bdbfeacd07ec07f1c18", "sha256": "5b9d9c737b5678fac3f4bb37c7d4d528974e743ea20a428f498032018cf1c5fd" }, "downloads": -1, "filename": "astropy-2.0.14-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "86e866b3dd905bdbfeacd07ec07f1c18", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5946112, "upload_time": "2019-06-15T05:26:09", "upload_time_iso_8601": "2019-06-15T05:26:09.734070Z", "url": "https://files.pythonhosted.org/packages/50/5e/94fba59608adcdbd423af23b54d66c33b1558390802aa3e61689dda62d35/astropy-2.0.14-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2cd672ff8ceeaa31b61ff123392f5ec6", "sha256": "6951da15341df57486ea4b3604ec3941b561ef7c0e861675faaced61831ec0ef" }, "downloads": -1, "filename": "astropy-2.0.14-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2cd672ff8ceeaa31b61ff123392f5ec6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6046624, "upload_time": "2019-06-15T05:26:22", "upload_time_iso_8601": "2019-06-15T05:26:22.524820Z", "url": "https://files.pythonhosted.org/packages/c0/a3/35fed415b9070322a8127b37e6a9f8bd48a1202546153c2169e1c51b49ac/astropy-2.0.14-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3806dbc6e9f0220f237f4047fae6950c", "sha256": "cbb9180c8de06e7139e4539da0e6511194ce79fc5c046e0c0cf1797246da57ab" }, "downloads": -1, "filename": "astropy-2.0.14-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "3806dbc6e9f0220f237f4047fae6950c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5449736, "upload_time": "2019-06-15T05:26:34", "upload_time_iso_8601": "2019-06-15T05:26:34.681893Z", "url": "https://files.pythonhosted.org/packages/16/db/46c1e9a6f47baaba9387a5ecc7bd4c3c6e388d57842317753af7dd5ed6f1/astropy-2.0.14-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf93593c69e1944ce992866ce80ab1cd", "sha256": "8458aa9b673670ad5d32d61f9ff160e253c25dfcb23ebfc672aa346774cb9452" }, "downloads": -1, "filename": "astropy-2.0.14-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "cf93593c69e1944ce992866ce80ab1cd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5668765, "upload_time": "2019-06-15T05:26:57", "upload_time_iso_8601": "2019-06-15T05:26:57.593342Z", "url": "https://files.pythonhosted.org/packages/18/12/d88701df71b4ff3d27029fed91a25b78419232541ca323a90dcc652f19e8/astropy-2.0.14-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75867fe7f625de1550307c3c0e05d0a7", "sha256": "618807068609a4d8aeb403a07624e9984f566adc0dc0f5d6b477c3658f31aeb6" }, "downloads": -1, "filename": "astropy-2.0.14.tar.gz", "has_sig": true, "md5_digest": "75867fe7f625de1550307c3c0e05d0a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8353828, "upload_time": "2019-06-15T04:45:26", "upload_time_iso_8601": "2019-06-15T04:45:26.811304Z", "url": "https://files.pythonhosted.org/packages/66/55/9b608ddf1f65ff4faf54fa9194863e27856e35233609f44f5e9479952550/astropy-2.0.14.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.15": [ { "comment_text": "", "digests": { "md5": "86e42bb3b98d02fc0cc46b6a2a0e5b15", "sha256": "adf0ff79143856bb0db4be8c3a018303eaeb1b4b6badcecc279ab702afa24483" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "86e42bb3b98d02fc0cc46b6a2a0e5b15", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7806257, "upload_time": "2019-10-07T05:55:37", "upload_time_iso_8601": "2019-10-07T05:55:37.226863Z", "url": "https://files.pythonhosted.org/packages/4f/5a/dd00581fc76f790af0911f3a98c056f322d35c52f4fd99ea0877b41c2922/astropy-2.0.15-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ac8acbfaa628534ff184f43fe7cd6c7", "sha256": "89670955995d86853b2b5f9c0041edf2fb7df03761314a736cde2c36ba40224f" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4ac8acbfaa628534ff184f43fe7cd6c7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5966539, "upload_time": "2019-10-07T05:55:44", "upload_time_iso_8601": "2019-10-07T05:55:44.478151Z", "url": "https://files.pythonhosted.org/packages/1c/d7/f3f48504b0f5630ec49ca619bc735a4be75e4a3c60c6ec723e25c6e0a362/astropy-2.0.15-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3243966e352fae6223bc9976745eedb", "sha256": "b0c16a590bf15a60a28d64069e0867e4900a40041dd7c39ab3d795fd0c9c6671" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c3243966e352fae6223bc9976745eedb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6075176, "upload_time": "2019-10-07T05:55:51", "upload_time_iso_8601": "2019-10-07T05:55:51.449773Z", "url": "https://files.pythonhosted.org/packages/aa/68/c5bc2ea3437935b7757d5b6fe5ed4b10efe0aea0d7061b232142ef97d319/astropy-2.0.15-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5741338fadd074a4cf505a2dceaf0781", "sha256": "7d8c3f2a6478ba1da0092c213ac33bf23034e02f82d49370b2eb5e0f68441626" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "5741338fadd074a4cf505a2dceaf0781", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5966065, "upload_time": "2019-10-07T05:56:11", "upload_time_iso_8601": "2019-10-07T05:56:11.206117Z", "url": "https://files.pythonhosted.org/packages/b3/64/80e96e0b00c8db606cdc1402fd69bb790be238e059d82c91465f936adbe4/astropy-2.0.15-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "499891b092e0c936d79737507b02b451", "sha256": "8a1338daacc62ac28cd5d4a9f29ed0e8438671170baee29b37c4584c2afb80fa" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "499891b092e0c936d79737507b02b451", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6074365, "upload_time": "2019-10-07T05:56:17", "upload_time_iso_8601": "2019-10-07T05:56:17.804733Z", "url": "https://files.pythonhosted.org/packages/bc/ad/f108a5bd8aba3d5f5d4d5090a8802a78e4e50e8150cb090b6d43b399db5f/astropy-2.0.15-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46853094e8ec5f930840226f0d8a7c2e", "sha256": "4f00439fa43cdc8ce6dbccb2a7d0a30f83f195c81866d602bf9e1cc3442605ae" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "46853094e8ec5f930840226f0d8a7c2e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5584252, "upload_time": "2019-10-07T05:55:57", "upload_time_iso_8601": "2019-10-07T05:55:57.904101Z", "url": "https://files.pythonhosted.org/packages/48/02/bd4cf957f046c628498a31b4ac68b84d7bc9b2722388b5535432a431106b/astropy-2.0.15-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11fcd8ebdf3e14a5c7022d9b3fc93493", "sha256": "11dc9ba4846d57c589297a4bdc42d4734081f4e9a470a00b8c932cf73614f31f" }, "downloads": -1, "filename": "astropy-2.0.15-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "11fcd8ebdf3e14a5c7022d9b3fc93493", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5794842, "upload_time": "2019-10-07T05:56:04", "upload_time_iso_8601": "2019-10-07T05:56:04.451843Z", "url": "https://files.pythonhosted.org/packages/b2/f5/f042d7c7aac693e008b11e16922484e3a896b9ab9e70760d651c541327b7/astropy-2.0.15-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df53a4055ef74c6651b2a10a66ee0a93", "sha256": "a84993f4bd9aaa4fdadc6a5ae02a5e44409d45470879f1ce06995fbe05656420" }, "downloads": -1, "filename": "astropy-2.0.15-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "df53a4055ef74c6651b2a10a66ee0a93", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5934528, "upload_time": "2019-10-07T05:56:24", "upload_time_iso_8601": "2019-10-07T05:56:24.266785Z", "url": "https://files.pythonhosted.org/packages/19/5b/c04207da78c7eaaa2ab22b73f2a0a5fc1b7f6d0cd416206d2c362a13ec7e/astropy-2.0.15-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e9927605a19b8ff3932b039e349ad60", "sha256": "2e03fc2e69d1d0c3c857275bf3973f6a8a5da91a4d7abd6d12cb473f1251d847" }, "downloads": -1, "filename": "astropy-2.0.15-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1e9927605a19b8ff3932b039e349ad60", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6038144, "upload_time": "2019-10-07T05:56:31", "upload_time_iso_8601": "2019-10-07T05:56:31.608252Z", "url": "https://files.pythonhosted.org/packages/76/ff/ba1cbc27f6452ea927b095e3a822c405d76921ba8bedcb92e4ca53426beb/astropy-2.0.15-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f16bff8da34003b654d8bd5bd72bf48", "sha256": "1e9eaa946e4093cc359269eadf29ca0c59cff8aadab690a78b28946b6534b855" }, "downloads": -1, "filename": "astropy-2.0.15-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "2f16bff8da34003b654d8bd5bd72bf48", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5569953, "upload_time": "2019-10-07T05:56:37", "upload_time_iso_8601": "2019-10-07T05:56:37.852153Z", "url": "https://files.pythonhosted.org/packages/ed/fa/87e128eff2b16051f6e1f8644b3f8ff1b2e2c1300013271e618a0f9e93f8/astropy-2.0.15-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ad9471f300a4ffc2022660b0c0cc231", "sha256": "2902b879b9fcb02b8d733a99c0ce727a6b6b2f07ff5a0dce209dcbe8c5e12045" }, "downloads": -1, "filename": "astropy-2.0.15-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "1ad9471f300a4ffc2022660b0c0cc231", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5748513, "upload_time": "2019-10-07T05:56:44", "upload_time_iso_8601": "2019-10-07T05:56:44.611072Z", "url": "https://files.pythonhosted.org/packages/6b/8d/a52efb01886b18edb297cb863792fc265a4be0ee8ea1c9b5d86eb18eacc5/astropy-2.0.15-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "454f312034751cbd0a48563e0207d346", "sha256": "ad24202fa2a6aaa2b88322c3c64af914bae70a336e90caa7628434a147e1fb6f" }, "downloads": -1, "filename": "astropy-2.0.15-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "454f312034751cbd0a48563e0207d346", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7746801, "upload_time": "2019-10-07T05:56:52", "upload_time_iso_8601": "2019-10-07T05:56:52.506810Z", "url": "https://files.pythonhosted.org/packages/ff/5f/c08085bd3226a0049e9f7bdea8b12acab814ceeabb53eb2ee7b97fabc898/astropy-2.0.15-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e9f4131eb4086206ac3763da29c3675", "sha256": "38bf681881945be1b527f111f903ed8d4fc214c160cb0114bceceee6e1e55ace" }, "downloads": -1, "filename": "astropy-2.0.15-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7e9f4131eb4086206ac3763da29c3675", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5940632, "upload_time": "2019-10-07T05:56:59", "upload_time_iso_8601": "2019-10-07T05:56:59.215701Z", "url": "https://files.pythonhosted.org/packages/8f/00/ea7ca7cc4916e81568bdcd7ba036c7b7f412aee9416ed30b5c5cbfa9c065/astropy-2.0.15-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8d9a2bea0fb71ce1d34ad086bbc5127f", "sha256": "683b664aa290ea2c4b4a18420dcc2d11c5a4c20b9bcb2dd539308f0fe698844d" }, "downloads": -1, "filename": "astropy-2.0.15-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8d9a2bea0fb71ce1d34ad086bbc5127f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6043674, "upload_time": "2019-10-07T05:57:06", "upload_time_iso_8601": "2019-10-07T05:57:06.212422Z", "url": "https://files.pythonhosted.org/packages/37/6e/08ecabba3b7df2757263cf97f8e7b22f2f71adc59aec9920ee390eb35a0d/astropy-2.0.15-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8d9acaa3bf6c5301b363488e113958e1", "sha256": "fdf66fabe88ff0991fb793f8dedf767a2e3d9850a96d5da73913778c004ae36a" }, "downloads": -1, "filename": "astropy-2.0.15-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "8d9acaa3bf6c5301b363488e113958e1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5442842, "upload_time": "2019-10-07T05:57:12", "upload_time_iso_8601": "2019-10-07T05:57:12.343961Z", "url": "https://files.pythonhosted.org/packages/17/27/d5616c7693dc7ade4ab451666d76a5aa57c5dfa5fba5a62c4a5163c52d95/astropy-2.0.15-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a4b52e73a12bf991d0d6dd057ad2b865", "sha256": "4b99155196ffbb8248a44d385981cd814ece4a62af6c1ebc0b523671d9ddc564" }, "downloads": -1, "filename": "astropy-2.0.15-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "a4b52e73a12bf991d0d6dd057ad2b865", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5658940, "upload_time": "2019-10-07T05:57:18", "upload_time_iso_8601": "2019-10-07T05:57:18.917725Z", "url": "https://files.pythonhosted.org/packages/64/be/9ba2843110535387b1c20ffd14adb4919ab562593c1deb134f4022dbfc61/astropy-2.0.15-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c38f20d4084762a3347ff9b2fa6ec41", "sha256": "9ef934ce201a772153546150cae8936d4ae906738905eaa882fe5d19d7739194" }, "downloads": -1, "filename": "astropy-2.0.15-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "6c38f20d4084762a3347ff9b2fa6ec41", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7798027, "upload_time": "2019-10-07T05:57:26", "upload_time_iso_8601": "2019-10-07T05:57:26.777349Z", "url": "https://files.pythonhosted.org/packages/8b/a7/ba4059dd3d34ec3529e7ca185494c1fa05782ab2748ada0f6bc82a777a26/astropy-2.0.15-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07f210b103798d4ea03f245ae7851446", "sha256": "a506084088bb4783158d46a08d58a74bdb79562f992e4566b567ba1ccfeeb92e" }, "downloads": -1, "filename": "astropy-2.0.15-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "07f210b103798d4ea03f245ae7851446", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5950873, "upload_time": "2019-10-07T05:57:33", "upload_time_iso_8601": "2019-10-07T05:57:33.742531Z", "url": "https://files.pythonhosted.org/packages/7d/32/f55caa40f275f9ee6879cca00f52c6fa5e70c94baf5e13b979848001b381/astropy-2.0.15-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de58afe8138cd9f0add762a56dfba796", "sha256": "a89b4dc281bbdff57a93005dd6395a854429cf89f39a3126dfc975ba464f1aed" }, "downloads": -1, "filename": "astropy-2.0.15-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "de58afe8138cd9f0add762a56dfba796", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6053194, "upload_time": "2019-10-07T05:57:40", "upload_time_iso_8601": "2019-10-07T05:57:40.312990Z", "url": "https://files.pythonhosted.org/packages/2b/89/73d3547ec3587d0743392c637c6f632ece9fc9960aac0f494475b07f944a/astropy-2.0.15-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86550870372571acc35b4c4bc4e71848", "sha256": "b8616df0f508d801f41e5c16434ae9e14328ad52d05b98c94f3b53e38a062ccb" }, "downloads": -1, "filename": "astropy-2.0.15-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "86550870372571acc35b4c4bc4e71848", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5452508, "upload_time": "2019-10-07T05:57:46", "upload_time_iso_8601": "2019-10-07T05:57:46.342974Z", "url": "https://files.pythonhosted.org/packages/54/51/cbb4f49cf15e69e72d0bfddd87977ebc1cc5623e764e321dcc253cd042c6/astropy-2.0.15-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f571e1919224f1730bbfb204525519f4", "sha256": "32c27bdcada7c65555cff5cf4cea99ac84ffa017768e1b6a57287da0c2a3aa9a" }, "downloads": -1, "filename": "astropy-2.0.15-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "f571e1919224f1730bbfb204525519f4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5671882, "upload_time": "2019-10-07T05:57:52", "upload_time_iso_8601": "2019-10-07T05:57:52.741086Z", "url": "https://files.pythonhosted.org/packages/7e/7c/20396992176f44ffedb23d5b96ab9d25f2ecdfc1173d0afbb5cf089e9c6e/astropy-2.0.15-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5709b35dbfe03af28377159a5846ef4f", "sha256": "b03275ef57a0f9d2b6842fbd6c59c83946dfe7d92baf35d24ed1cee7a22fb01d" }, "downloads": -1, "filename": "astropy-2.0.15.tar.gz", "has_sig": true, "md5_digest": "5709b35dbfe03af28377159a5846ef4f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8358375, "upload_time": "2019-10-07T05:58:01", "upload_time_iso_8601": "2019-10-07T05:58:01.291804Z", "url": "https://files.pythonhosted.org/packages/41/8d/0f4d8ad50a3cff6cb3a6bbfbad788bac0c979fbd657b12be1d1d85d3fb4a/astropy-2.0.15.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.16": [ { "comment_text": "", "digests": { "md5": "594dd7814b0bdfabd981bd822d840981", "sha256": "baafd1c67a446c20b923a8e5544f99be0db690b8ee48db8382852282456e5b37" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "594dd7814b0bdfabd981bd822d840981", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7806672, "upload_time": "2019-10-27T22:05:20", "upload_time_iso_8601": "2019-10-27T22:05:20.875575Z", "url": "https://files.pythonhosted.org/packages/c3/9d/5882060ff4d2531fd9d1a45fb0191205bba671df7bdf3567ccfca3c24518/astropy-2.0.16-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43e7e8b94c280872cea1de3b016e0004", "sha256": "b499251171a74d8f05a51528a4ff05487171a502ab6f0f800a7b8c21893aea07" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "43e7e8b94c280872cea1de3b016e0004", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5968936, "upload_time": "2019-10-27T22:05:24", "upload_time_iso_8601": "2019-10-27T22:05:24.466781Z", "url": "https://files.pythonhosted.org/packages/0f/ff/615f17d4e0965e49b6fa3335c57ea91bcc235c55dc3e8d31020012041ab3/astropy-2.0.16-cp27-cp27m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3b413f3fda1087a71a54d596caab74d", "sha256": "bee4cb63ff0b46287caad65619d903dc561810506123c2eb6f16cc3e4c9275b9" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c3b413f3fda1087a71a54d596caab74d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6075423, "upload_time": "2019-10-27T22:05:28", "upload_time_iso_8601": "2019-10-27T22:05:28.121520Z", "url": "https://files.pythonhosted.org/packages/7d/be/237365e9b8dbf486c96e0f8cc8052eea24f9d5af26d6942296a3d4d30844/astropy-2.0.16-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c400f8e684985aa419b8c9b56399826", "sha256": "d09a32ce007f4e6401ab33ddbd7719acf7243d5a26fb6f698f5112dd87c74be7" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27mu-manylinux1_i686.whl", "has_sig": false, "md5_digest": "9c400f8e684985aa419b8c9b56399826", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5968625, "upload_time": "2019-10-27T22:05:38", "upload_time_iso_8601": "2019-10-27T22:05:38.114875Z", "url": "https://files.pythonhosted.org/packages/47/dc/61cf2e100277ada1988a47dfeb766d6507090ec1af1f83aefbabb09e908c/astropy-2.0.16-cp27-cp27mu-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c600b69ade9e6e19a890b528c5840841", "sha256": "bb0f143e2215f3cb4d53b4ebf939759ca262a8717a3ed7ebdb413354e313efc2" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c600b69ade9e6e19a890b528c5840841", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6075759, "upload_time": "2019-10-27T22:05:41", "upload_time_iso_8601": "2019-10-27T22:05:41.438244Z", "url": "https://files.pythonhosted.org/packages/57/9d/69e74ec2eb8f6a2ac7c687ecac2703aabe3324dfafb83081780a96ce71ce/astropy-2.0.16-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f2352d09eef58f3667657d15702edd45", "sha256": "56b841bf46e284a615fb0a727581cdb8965282d9d12c1441096f70cc94eeefb9" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "f2352d09eef58f3667657d15702edd45", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5584662, "upload_time": "2019-10-27T22:05:31", "upload_time_iso_8601": "2019-10-27T22:05:31.770985Z", "url": "https://files.pythonhosted.org/packages/84/09/1cc6572cac11a6606c2deda95a8c7c0b95b8c140c480a524388b4162b1f7/astropy-2.0.16-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10ef2423c05f8e95c75d391a6c7a591a", "sha256": "8eeaf126baeb1130d7097900a908b535e548385410975e07065960528d275c72" }, "downloads": -1, "filename": "astropy-2.0.16-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "10ef2423c05f8e95c75d391a6c7a591a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5795244, "upload_time": "2019-10-27T22:05:35", "upload_time_iso_8601": "2019-10-27T22:05:35.179702Z", "url": "https://files.pythonhosted.org/packages/d5/03/e54df800555f2e5f84c616756d358df61239d9ea886e37a20e972f8ddb69/astropy-2.0.16-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0380245d16feac680a8077db04ca19a8", "sha256": "34ccf37ccab1e00b95819a58328ef68a5877ef8c7c25b21939f601ac2729b026" }, "downloads": -1, "filename": "astropy-2.0.16-cp34-cp34m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0380245d16feac680a8077db04ca19a8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5934917, "upload_time": "2019-10-27T22:05:44", "upload_time_iso_8601": "2019-10-27T22:05:44.408319Z", "url": "https://files.pythonhosted.org/packages/6f/c4/421862d8d980b3c45d331a2daa1f33824e5d1a8f53d99ec4c566f387f4c9/astropy-2.0.16-cp34-cp34m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ea3dbfb8682dc49452774bd3efb4144", "sha256": "377baa69bf9592f5ab2cd32cde72613d9ff163682d68616a87f33d2f245d3c53" }, "downloads": -1, "filename": "astropy-2.0.16-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7ea3dbfb8682dc49452774bd3efb4144", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6038525, "upload_time": "2019-10-27T22:05:47", "upload_time_iso_8601": "2019-10-27T22:05:47.858962Z", "url": "https://files.pythonhosted.org/packages/22/83/6066ce51be570c346c2b0b3dd1a12dd4afa1fda22f7fea3f51ec1bfb35e8/astropy-2.0.16-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d13e22edc9e344dde2a8b83f62951aaa", "sha256": "cf95d9f551231c70c877bca9cd0d51c204e1f2d9742d5bfaed302074879325c4" }, "downloads": -1, "filename": "astropy-2.0.16-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "d13e22edc9e344dde2a8b83f62951aaa", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5570392, "upload_time": "2019-10-27T22:05:51", "upload_time_iso_8601": "2019-10-27T22:05:51.316703Z", "url": "https://files.pythonhosted.org/packages/2c/1b/6a427a996966a14a70a11a5bdc4604a15c45829d1b5de18448d48eec841e/astropy-2.0.16-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23fe7ff8edfe05a18bcde14592d6a343", "sha256": "e92ca6de288d3a871d16942188dfc499ace365d1f7d9052a4a81b2897485af4f" }, "downloads": -1, "filename": "astropy-2.0.16-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "23fe7ff8edfe05a18bcde14592d6a343", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5748930, "upload_time": "2019-10-27T22:05:54", "upload_time_iso_8601": "2019-10-27T22:05:54.469406Z", "url": "https://files.pythonhosted.org/packages/f9/42/dbc36e3e952f78336821fb1c0592b62dec4c830029f4c59a39969390f73e/astropy-2.0.16-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "902012bdce1dc58b82f9819bc2429f2f", "sha256": "ff953320b23f04eb596ddb984da6aced577a8e211c0aacc8bd73fe82a9047d47" }, "downloads": -1, "filename": "astropy-2.0.16-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "902012bdce1dc58b82f9819bc2429f2f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7747224, "upload_time": "2019-10-27T22:05:57", "upload_time_iso_8601": "2019-10-27T22:05:57.578780Z", "url": "https://files.pythonhosted.org/packages/b2/3a/7d877813751f22b50b7d2c7079608279fd0f8cb563b8a13c9b7683545b1d/astropy-2.0.16-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0fe3dc11903fd3615db7742e9025d85", "sha256": "c58a6ec694576a801c4d19cf313b8e5f945c6cfc7d6b6736f385f8850031ccbc" }, "downloads": -1, "filename": "astropy-2.0.16-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a0fe3dc11903fd3615db7742e9025d85", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5941041, "upload_time": "2019-10-27T22:06:00", "upload_time_iso_8601": "2019-10-27T22:06:00.528820Z", "url": "https://files.pythonhosted.org/packages/dc/97/95733dc58d26fd7024c6ae2fe89e171354c2b332d83c9af5298b39a40e8e/astropy-2.0.16-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f37c6d2ec7b08c155302e8b9062a4ba", "sha256": "11fe2e14a6dd1458a8286d43f13cb2390962efde5cf25f7ffaeb3ef6d720d967" }, "downloads": -1, "filename": "astropy-2.0.16-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6f37c6d2ec7b08c155302e8b9062a4ba", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6044037, "upload_time": "2019-10-27T22:06:03", "upload_time_iso_8601": "2019-10-27T22:06:03.357841Z", "url": "https://files.pythonhosted.org/packages/0c/e9/55f583920a41e7c61042bbbc32fc10817e402db6dfbdd1860e78fb45410d/astropy-2.0.16-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b024cfe3ba440174e3e98a81fcc04433", "sha256": "73aedf767dbc6ee7ae70880f97e2c8f53d23c791dc255c802abdf09e351a6687" }, "downloads": -1, "filename": "astropy-2.0.16-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "b024cfe3ba440174e3e98a81fcc04433", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5443235, "upload_time": "2019-10-27T22:06:06", "upload_time_iso_8601": "2019-10-27T22:06:06.765293Z", "url": "https://files.pythonhosted.org/packages/8e/b5/69432a2ffc3be2de1369388507f0d5ff0fd509abcbe7362380b66e37dd79/astropy-2.0.16-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1715357b67a82c3ec42dac928cfd155d", "sha256": "dbc627f1d7439f93d62aeb563ec0bbf94e3f1a8a7149919fa1f0cfaa24391b29" }, "downloads": -1, "filename": "astropy-2.0.16-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "1715357b67a82c3ec42dac928cfd155d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5659327, "upload_time": "2019-10-27T22:06:09", "upload_time_iso_8601": "2019-10-27T22:06:09.312817Z", "url": "https://files.pythonhosted.org/packages/0c/70/10229f902800057f746d0547c6f7ccc1f10f73d724a88a5303cf5d6a79e8/astropy-2.0.16-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7430e423e0a70aa0a449969facebb75", "sha256": "a3d370e7cca9d616128ad925d52112ee97a81dc497f1b2e053f28f4c0875830f" }, "downloads": -1, "filename": "astropy-2.0.16-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "d7430e423e0a70aa0a449969facebb75", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7798462, "upload_time": "2019-10-27T22:06:12", "upload_time_iso_8601": "2019-10-27T22:06:12.670808Z", "url": "https://files.pythonhosted.org/packages/3a/3b/d2e62a5f42bc4bf2c827ae1a8855f4911bea2cafd3cd06fc78e34f776260/astropy-2.0.16-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c04723184b694f46ed29f3366b5a072", "sha256": "c7d5f9dfe0f901d45c96137c4dd660e3b71548ccf15ea1210d94c0ffa65f5348" }, "downloads": -1, "filename": "astropy-2.0.16-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4c04723184b694f46ed29f3366b5a072", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5951279, "upload_time": "2019-10-27T22:06:15", "upload_time_iso_8601": "2019-10-27T22:06:15.563854Z", "url": "https://files.pythonhosted.org/packages/9a/2a/f6695c573b701f374c21bd41895f750cc4f5b664afad7a768acaef83d63a/astropy-2.0.16-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cafc6c542cf2a43ed6a300d1eba56cc4", "sha256": "b28472d8424de1196dfad6a43ec5b59814a190b33a39871c818efa384eb5ac2e" }, "downloads": -1, "filename": "astropy-2.0.16-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cafc6c542cf2a43ed6a300d1eba56cc4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6053601, "upload_time": "2019-10-27T22:06:19", "upload_time_iso_8601": "2019-10-27T22:06:19.238455Z", "url": "https://files.pythonhosted.org/packages/da/1c/bbf6437c02d27e92a46b9e58e7bea98fbb9a6272b0b3da705b9070acd8e3/astropy-2.0.16-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "19d3e2339ab5835c7dc18f5769669445", "sha256": "ca5512ec52c693d6dbea25592f21cd4e463c9414006fdcd6e8e0fa5c71581f15" }, "downloads": -1, "filename": "astropy-2.0.16-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "19d3e2339ab5835c7dc18f5769669445", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5452919, "upload_time": "2019-10-27T22:06:22", "upload_time_iso_8601": "2019-10-27T22:06:22.203781Z", "url": "https://files.pythonhosted.org/packages/d5/b4/1a0b3c23c251a51bcdfc1bf6d6284e759f001a8e89e1b72636b270598093/astropy-2.0.16-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dee7e9bad145d156daa6d6353d12812d", "sha256": "21833b3016c2c731074248ad6b961e10e6135e942eae038af96a6266a023b6d2" }, "downloads": -1, "filename": "astropy-2.0.16-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "dee7e9bad145d156daa6d6353d12812d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5672295, "upload_time": "2019-10-27T22:06:25", "upload_time_iso_8601": "2019-10-27T22:06:25.149220Z", "url": "https://files.pythonhosted.org/packages/65/07/92b898d3a924a04f660a00dfb55e2f158cb894d5ac388a00c3f376a381f1/astropy-2.0.16-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "84bac74aad1393db60243dae35a9b9f7", "sha256": "9c067764f4119dd7bce3228b0b508d48ddad5d726c580b70215ee78baa2eb512" }, "downloads": -1, "filename": "astropy-2.0.16.tar.gz", "has_sig": true, "md5_digest": "84bac74aad1393db60243dae35a9b9f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8357877, "upload_time": "2019-10-27T22:06:29", "upload_time_iso_8601": "2019-10-27T22:06:29.146838Z", "url": "https://files.pythonhosted.org/packages/36/a0/c12569d51423db2527b2953f7f314fac40a5c94eec285d823f81723391d6/astropy-2.0.16.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "47743d9db3634767dd8971c9ad07ef2c", "sha256": "315bbd69220a7d9846e8c7fd78e9acad0a693b06178ac5179307301ee651e266" }, "downloads": -1, "filename": "astropy-2.0.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "47743d9db3634767dd8971c9ad07ef2c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7676346, "upload_time": "2017-09-12T14:16:24", "upload_time_iso_8601": "2017-09-12T14:16:24.492323Z", "url": "https://files.pythonhosted.org/packages/5a/b2/00bfb9106ea099ed5d262809ede362adc6b9ded4f4afefbaff9153ab0cd3/astropy-2.0.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "805e0ca34241c0feebc107e31a2e02c2", "sha256": "5212f30004599efb63fd8b044b345a7fc922563e820585577f3527bd7921ed93" }, "downloads": -1, "filename": "astropy-2.0.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "805e0ca34241c0feebc107e31a2e02c2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9121066, "upload_time": "2017-09-12T14:16:30", "upload_time_iso_8601": "2017-09-12T14:16:30.184122Z", "url": "https://files.pythonhosted.org/packages/02/ec/966443cc07fd033d7467c3242d55f59901eb0f0d3bd9485bf0129b0bb615/astropy-2.0.2-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "22a8f7d60236cbb3e1c045010c200ab0", "sha256": "1a0c62e58c39c6b46e369efc60f67aba597b89dca79583df3d3d9d5614bf7533" }, "downloads": -1, "filename": "astropy-2.0.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "22a8f7d60236cbb3e1c045010c200ab0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9119939, "upload_time": "2017-09-12T14:16:35", "upload_time_iso_8601": "2017-09-12T14:16:35.395479Z", "url": "https://files.pythonhosted.org/packages/a5/71/92a97ab796ce487a2d5d2d81ff65c0bd5846880fa667bbc9a95d01f2a7be/astropy-2.0.2-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bfe299052a0f76131debb9d4be9aae8", "sha256": "2c920f8a96660678798712ad73dd70e268b4018c28a399f4dadb1cc1e134357b" }, "downloads": -1, "filename": "astropy-2.0.2-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "4bfe299052a0f76131debb9d4be9aae8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5516573, "upload_time": "2017-09-08T21:09:13", "upload_time_iso_8601": "2017-09-08T21:09:13.103093Z", "url": "https://files.pythonhosted.org/packages/bd/79/4b586159586676cc3c42b9db662515f85ce964a5412b81532592ae51975c/astropy-2.0.2-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a56b113497f4eb0644f3d4326482d7e8", "sha256": "6e81feccc97340a0454b6395ffb4bb7992bb70881b7370e6ddd1c9842c8c1125" }, "downloads": -1, "filename": "astropy-2.0.2-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "a56b113497f4eb0644f3d4326482d7e8", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5722305, "upload_time": "2017-09-08T21:09:24", "upload_time_iso_8601": "2017-09-08T21:09:24.179589Z", "url": "https://files.pythonhosted.org/packages/8a/8b/ca15853d1f55141824ddb26c352249099158a693f0cf4eb0eb99e7c453c2/astropy-2.0.2-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3583ca1d81c6647182c65d9216042bc9", "sha256": "106aaba0fce48171d86d4e2757a6f7055d76e9e9699c7b87e50fd681781a69f7" }, "downloads": -1, "filename": "astropy-2.0.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3583ca1d81c6647182c65d9216042bc9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7604404, "upload_time": "2017-09-12T14:16:45", "upload_time_iso_8601": "2017-09-12T14:16:45.024140Z", "url": "https://files.pythonhosted.org/packages/3f/c6/2af4f859220c8594c1dcfeb3815fdb60038aa9ff7f242b40986ab9dae8c0/astropy-2.0.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb772498e291b829176645840a427409", "sha256": "75bb7e4ab7d4c5a1a5883d61806f8151005b7ff7ec02a8fe2a5b564f7a8e2f24" }, "downloads": -1, "filename": "astropy-2.0.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bb772498e291b829176645840a427409", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 9146337, "upload_time": "2017-09-12T14:16:55", "upload_time_iso_8601": "2017-09-12T14:16:55.598630Z", "url": "https://files.pythonhosted.org/packages/6f/16/3ce535aaa4a495302665fe407725a612cf2b61a4edca29d5668f4ae9b583/astropy-2.0.2-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d956d62395f291c7da170146d3adbfd", "sha256": "1b69be7fe5669e22ccaf721f5d51d7728f8d80b256256d2438d3af939711e7a6" }, "downloads": -1, "filename": "astropy-2.0.2-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "1d956d62395f291c7da170146d3adbfd", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5503146, "upload_time": "2017-09-08T21:09:36", "upload_time_iso_8601": "2017-09-08T21:09:36.237049Z", "url": "https://files.pythonhosted.org/packages/8b/a9/4fa5f31f8ea3c5c566e207dd12cf4b25ddd433b6c94382ab7781039f1fac/astropy-2.0.2-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa36dc987e7692ba574f24dcf9c453cb", "sha256": "cc59eebbe39da0e59f0694c69811661e28d05de6ec20cf37864b7e62721256d2" }, "downloads": -1, "filename": "astropy-2.0.2-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "fa36dc987e7692ba574f24dcf9c453cb", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5674506, "upload_time": "2017-09-08T21:09:51", "upload_time_iso_8601": "2017-09-08T21:09:51.568943Z", "url": "https://files.pythonhosted.org/packages/83/14/6c6a4e73b1e2edd8f16c4aea155ec5e85b5b4878267f91f593043884147d/astropy-2.0.2-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "94184b08165f7aaad59c580ab5a34345", "sha256": "707b07aa514dbfc0869008c09d77c86a50566ea6eb687c59797a72890cabd901" }, "downloads": -1, "filename": "astropy-2.0.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "94184b08165f7aaad59c580ab5a34345", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7600746, "upload_time": "2017-09-12T14:17:04", "upload_time_iso_8601": "2017-09-12T14:17:04.228391Z", "url": "https://files.pythonhosted.org/packages/0f/be/88105f9eef4529b6d5c4a63c122e35d1d8020b643dc8af8e7ef8cf14ffa4/astropy-2.0.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03b0120b4b5e734b4f973ccafd940386", "sha256": "29f9ad09036430e82ddb73c3284727d7461614d11ec20c3d704f18b5732a76b5" }, "downloads": -1, "filename": "astropy-2.0.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "03b0120b4b5e734b4f973ccafd940386", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 9121359, "upload_time": "2017-09-12T14:17:08", "upload_time_iso_8601": "2017-09-12T14:17:08.456450Z", "url": "https://files.pythonhosted.org/packages/cb/e6/da7252537bcb7cf78f96b94996c2e968a40c3772881b2e88e765460c63a3/astropy-2.0.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f036f9b56216f79e910513e0fadabf48", "sha256": "efa9c8e7e251717d25a7fdf7c30f6ab5fa969e544342afc97f67f479ef0972b7" }, "downloads": -1, "filename": "astropy-2.0.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "f036f9b56216f79e910513e0fadabf48", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5377024, "upload_time": "2017-09-08T21:10:19", "upload_time_iso_8601": "2017-09-08T21:10:19.674709Z", "url": "https://files.pythonhosted.org/packages/21/a3/37b45b2900fb1751f6af33d4928394594ea2ae37e105c9e9e7a1d639fe61/astropy-2.0.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3177fdc6e94f47ac1061ba56bfbbf7d5", "sha256": "1be661eb6776941e111858d0f9e9c30e385d2eddebe3debc1f0b4d406720df42" }, "downloads": -1, "filename": "astropy-2.0.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "3177fdc6e94f47ac1061ba56bfbbf7d5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5582426, "upload_time": "2017-09-08T21:11:03", "upload_time_iso_8601": "2017-09-08T21:11:03.194833Z", "url": "https://files.pythonhosted.org/packages/7e/a0/05fd6a0329da75e8a78941ad41ba041fde2057cb0804d58f56e089eeaa90/astropy-2.0.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ccdad7611bff50a3ba0d81e081839a21", "sha256": "d782454877d987481461dc700822ce08a0a271dca88af343812ecb735ecdb328" }, "downloads": -1, "filename": "astropy-2.0.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ccdad7611bff50a3ba0d81e081839a21", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7610829, "upload_time": "2017-09-12T14:17:22", "upload_time_iso_8601": "2017-09-12T14:17:22.105866Z", "url": "https://files.pythonhosted.org/packages/02/ee/4bf60bf2602fe212ee38fafcc64af898c58a747bb6c566df4fa01ee419ee/astropy-2.0.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5f56f91928324be720b716978ce3fe6", "sha256": "bd9120c352928f45ba47bf2b4ca9085915ce0c762b7890fc81fd853b1d212565" }, "downloads": -1, "filename": "astropy-2.0.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a5f56f91928324be720b716978ce3fe6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 9153428, "upload_time": "2017-09-12T14:17:31", "upload_time_iso_8601": "2017-09-12T14:17:31.192484Z", "url": "https://files.pythonhosted.org/packages/2a/32/2d2f900dda67a20f9ef03d3eef41750b4dc8fd35116fbff47b36c16285f4/astropy-2.0.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "02b44851f3b354e106d3755c3435b201", "sha256": "3391fb31db7b0e956c77a3fcd84d58c2df86a342c99dabc812910b6c4a0d4464" }, "downloads": -1, "filename": "astropy-2.0.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "02b44851f3b354e106d3755c3435b201", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5380295, "upload_time": "2017-09-08T21:11:23", "upload_time_iso_8601": "2017-09-08T21:11:23.966935Z", "url": "https://files.pythonhosted.org/packages/54/05/dc032bab27ff7eadf4249232bcf02837c37926bae4b6f307dac89cda3d9f/astropy-2.0.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f634bfe5a8fe2cea79246e2e1531e737", "sha256": "770720cb2318e914b7cdee9e05680f5f032cbcc092b9d6ac4ecccb0683d2c388" }, "downloads": -1, "filename": "astropy-2.0.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "f634bfe5a8fe2cea79246e2e1531e737", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5586964, "upload_time": "2017-09-08T21:11:41", "upload_time_iso_8601": "2017-09-08T21:11:41.899986Z", "url": "https://files.pythonhosted.org/packages/df/c8/35217d19f71b5c321bb7fa43dee64e6f3bd7880a5403a6b81769729f2839/astropy-2.0.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b514f83f8475d4a6e3121de6622cec9", "sha256": "4544a422b1173d79b2d65ba74c627f04a5fd8530d97fb604752d657d754e103d" }, "downloads": -1, "filename": "astropy-2.0.2.tar.gz", "has_sig": true, "md5_digest": "1b514f83f8475d4a6e3121de6622cec9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8225348, "upload_time": "2017-09-08T21:12:05", "upload_time_iso_8601": "2017-09-08T21:12:05.745588Z", "url": "https://files.pythonhosted.org/packages/3f/aa/9950a7c4bad169d903ef27b3a9caa7d55419fbe92423d30a6f4c0886bf09/astropy-2.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "9d8763b0608574bc608407456107a75f", "sha256": "8132564e8feb5abef33770fa405b58c81e0bd19296ebce0b266e2934ef9fd452" }, "downloads": -1, "filename": "astropy-2.0.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9d8763b0608574bc608407456107a75f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7629555, "upload_time": "2017-12-20T17:44:21", "upload_time_iso_8601": "2017-12-20T17:44:21.417693Z", "url": "https://files.pythonhosted.org/packages/37/3d/e7a15c60b409bc5c730f4918873920f31526d43bc28fb6dcc8eb6bc79b0d/astropy-2.0.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d2c376c2300acd5e24a94517ea4875c", "sha256": "6f6e0d612a6754d89b933b15214c4082cd83fc16c325566ea833ddf712e7b566" }, "downloads": -1, "filename": "astropy-2.0.3-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0d2c376c2300acd5e24a94517ea4875c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9154954, "upload_time": "2017-12-13T23:45:38", "upload_time_iso_8601": "2017-12-13T23:45:38.197363Z", "url": "https://files.pythonhosted.org/packages/6d/d2/1e51c9103340329b113edd63877b6c1539e38c2f088d550c11203f4ec70e/astropy-2.0.3-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "689fa9da818868b3c9bcc612f33fec9a", "sha256": "fe6efbdcc60322d768576ae61d7c4a89a6a4b66115df1a6353718c4a2b7c2506" }, "downloads": -1, "filename": "astropy-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "689fa9da818868b3c9bcc612f33fec9a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9155552, "upload_time": "2017-12-13T23:46:19", "upload_time_iso_8601": "2017-12-13T23:46:19.870666Z", "url": "https://files.pythonhosted.org/packages/29/1a/964c311e2d63be3ba9d83ec95ea30cfc3cd59e86754688c7c6a6602b5ef4/astropy-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bbbf5aa7fe61c9c376411d9ed9b1d682", "sha256": "d4e1ef7ef1169575e671cd78e19c16352d125dc82c18799673e42ceca7754d47" }, "downloads": -1, "filename": "astropy-2.0.3-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "bbbf5aa7fe61c9c376411d9ed9b1d682", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5542049, "upload_time": "2017-12-13T23:45:50", "upload_time_iso_8601": "2017-12-13T23:45:50.373415Z", "url": "https://files.pythonhosted.org/packages/32/4f/e4c00efaf64fd93536ffe792341036e9f084c15197143b17ad71f9dd2cf4/astropy-2.0.3-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8e8a920bf9b0b7672846a231ec222cb", "sha256": "96badd1dcc82bf1113ee4f914798e948bc8c4e17e1aa4dec2fc81ab540df5d4e" }, "downloads": -1, "filename": "astropy-2.0.3-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "b8e8a920bf9b0b7672846a231ec222cb", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5749757, "upload_time": "2017-12-13T23:46:03", "upload_time_iso_8601": "2017-12-13T23:46:03.061836Z", "url": "https://files.pythonhosted.org/packages/16/88/957bcab21821ac775f46bbf929e0aa84b5aa1d91e7086b783558fe87ff2d/astropy-2.0.3-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74adde9e8995f3f75e6270920447c2f8", "sha256": "bebeca56ee44ebe54c9dad2b5d6d0f0bba11302f71fda7f99684c8b1ea44b13d" }, "downloads": -1, "filename": "astropy-2.0.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "74adde9e8995f3f75e6270920447c2f8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7567933, "upload_time": "2017-12-20T17:44:25", "upload_time_iso_8601": "2017-12-20T17:44:25.384176Z", "url": "https://files.pythonhosted.org/packages/22/c8/50cc7e15c3eeb2e6879217ed91ab7098de71c144dd4ef0b4413dbe606667/astropy-2.0.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d021d4261c1d445060646370162a029a", "sha256": "57141734455eb3b8017567fba953d2a94095de337cfba4e28d3c4f3b8cc4f905" }, "downloads": -1, "filename": "astropy-2.0.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d021d4261c1d445060646370162a029a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 9172745, "upload_time": "2017-12-13T23:46:51", "upload_time_iso_8601": "2017-12-13T23:46:51.054557Z", "url": "https://files.pythonhosted.org/packages/b9/8a/f0e42a2e679d843a656e3eb91183b7e62bc269267953c72f30f8835b5dad/astropy-2.0.3-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91732f832b0cc1be259a17c15a9f150b", "sha256": "d6540deaf3b69dfc1da9086234ef68e5731abfa4f618e0d5ea90ca77720f392d" }, "downloads": -1, "filename": "astropy-2.0.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "91732f832b0cc1be259a17c15a9f150b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7550380, "upload_time": "2017-12-20T17:44:37", "upload_time_iso_8601": "2017-12-20T17:44:37.996627Z", "url": "https://files.pythonhosted.org/packages/2a/f8/cfcd4aa81d6f10c2a5ac2b25e5cb939f262d21b626bb819e6821e7a61d09/astropy-2.0.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf7a319ea826be2a56313d7b36b131dc", "sha256": "6cb14bb96b8b91b3af66623026a0e2003fb2692dcd48baf6a2b328210bf748c9" }, "downloads": -1, "filename": "astropy-2.0.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cf7a319ea826be2a56313d7b36b131dc", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 9147889, "upload_time": "2017-12-13T23:47:17", "upload_time_iso_8601": "2017-12-13T23:47:17.892032Z", "url": "https://files.pythonhosted.org/packages/74/fc/61470c19cfeca2f188433ac367840f0f1e9c955eb0c16f9299f4e3542ae6/astropy-2.0.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3950b74e59969fb3b329fd6b68048de6", "sha256": "2c797cc4d33a269592325eef87b5a52c1fb484a25e7ee7ffc6f958e81dd8f02e" }, "downloads": -1, "filename": "astropy-2.0.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3950b74e59969fb3b329fd6b68048de6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7549977, "upload_time": "2017-12-20T17:44:43", "upload_time_iso_8601": "2017-12-20T17:44:43.147175Z", "url": "https://files.pythonhosted.org/packages/0a/aa/61d5458dd2b0352099a3f133737460ae08590490721c2bec121004116244/astropy-2.0.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61f234930fe36f266c098a99077433bb", "sha256": "11927802c38baf16cb8aeb670b941328e9582b38a3e7298092b0d884b18ada96" }, "downloads": -1, "filename": "astropy-2.0.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "61f234930fe36f266c098a99077433bb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 9179942, "upload_time": "2017-12-13T23:47:49", "upload_time_iso_8601": "2017-12-13T23:47:49.287053Z", "url": "https://files.pythonhosted.org/packages/d7/5a/6e2c3e8073cbd59eecdd8f164bbb39c371282f32f8297013ff20d019dea1/astropy-2.0.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7754aff4a4b9bbaa08a0913c6a03464", "sha256": "fdfc0248f6250798ed6d1327be609cb901db89ae01fc768cfbc9e263bdf56f4f" }, "downloads": -1, "filename": "astropy-2.0.3.tar.gz", "has_sig": true, "md5_digest": "f7754aff4a4b9bbaa08a0913c6a03464", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8297110, "upload_time": "2017-12-13T23:48:07", "upload_time_iso_8601": "2017-12-13T23:48:07.045058Z", "url": "https://files.pythonhosted.org/packages/2b/5d/d38bcc7dfa6d84b8cd720f944a4cfdb893cda10a926786f55350ab86c137/astropy-2.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "5fddc8d2d11ec0496c7c8f808b656a7d", "sha256": "f1d42523abb247b46dba3718c2ca7dcbd7851b50832a1e75fc073520fd34bcca" }, "downloads": -1, "filename": "astropy-2.0.4.tar.gz", "has_sig": true, "md5_digest": "5fddc8d2d11ec0496c7c8f808b656a7d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8297902, "upload_time": "2018-02-06T00:41:04", "upload_time_iso_8601": "2018-02-06T00:41:04.045896Z", "url": "https://files.pythonhosted.org/packages/6c/9a/e4c60ec957d810d3c096030dd8df0a3efc58b700942fa4d4d3920554e12a/astropy-2.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "9af816f86de39752feb9273a7ccd1469", "sha256": "ff7928e97d5bf20afa0784b78c31b7de07422fd8a296b13202fa95cc150b1820" }, "downloads": -1, "filename": "astropy-2.0.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9af816f86de39752feb9273a7ccd1469", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7642170, "upload_time": "2018-03-14T11:44:45", "upload_time_iso_8601": "2018-03-14T11:44:45.043284Z", "url": "https://files.pythonhosted.org/packages/2c/e0/22e47d42ba837593bb9047a0d3980a2f21bf1b80da350b291849119a7d7e/astropy-2.0.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2c93ab66e467118032a5c42b98c4af9", "sha256": "afdb9db6ddf879de1365a282758ac4fa4de220877d150d1eb3a17fc8862afa6a" }, "downloads": -1, "filename": "astropy-2.0.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c2c93ab66e467118032a5c42b98c4af9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9171027, "upload_time": "2018-03-14T11:44:48", "upload_time_iso_8601": "2018-03-14T11:44:48.739198Z", "url": "https://files.pythonhosted.org/packages/98/8a/cce4753393ab4e01cfa9abe9fb1ab7ef839826d648ccb06d9c1939a7c215/astropy-2.0.5-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "169fa15aa6f14abc9843f5da7a2067b9", "sha256": "fd28eaa060b2ac387848f6157cfe7c29b00ebdf70c890c7c4c8e0656a9405836" }, "downloads": -1, "filename": "astropy-2.0.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "169fa15aa6f14abc9843f5da7a2067b9", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 9171671, "upload_time": "2018-03-14T11:45:05", "upload_time_iso_8601": "2018-03-14T11:45:05.819380Z", "url": "https://files.pythonhosted.org/packages/fb/22/38ca0220b0d827307bf88fe72404e26914894c550ada576c37e7807436c9/astropy-2.0.5-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6833d71022626a6076e1e444713c56f4", "sha256": "0089514ed1af281e6f6b77782c5ca17e0fe43599bd8810880d81a3a36c1ded08" }, "downloads": -1, "filename": "astropy-2.0.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "6833d71022626a6076e1e444713c56f4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5552681, "upload_time": "2018-03-14T11:44:53", "upload_time_iso_8601": "2018-03-14T11:44:53.542832Z", "url": "https://files.pythonhosted.org/packages/3a/d6/0686014d9a676adcb7be99d0f90955add254e3865cb91de5d67c4af7851d/astropy-2.0.5-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52b452f02edbf25e9d7c5008dee7e031", "sha256": "cba31a08870b3cc66d05ccec3590a222af6963e536e992f0a4100f8e8ca0dbb2" }, "downloads": -1, "filename": "astropy-2.0.5-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "52b452f02edbf25e9d7c5008dee7e031", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5757093, "upload_time": "2018-03-14T11:45:01", "upload_time_iso_8601": "2018-03-14T11:45:01.792985Z", "url": "https://files.pythonhosted.org/packages/21/f6/56217a90a18059e378e0e876f34a6b98d614ea268f7dcb8b346c0bb54278/astropy-2.0.5-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "966f3ef14ac3f5c7e844996e22950105", "sha256": "ef43afb29c72ed71d3a3369a887e2e6fc11add170e99bbd4df0e13b310145ea9" }, "downloads": -1, "filename": "astropy-2.0.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "966f3ef14ac3f5c7e844996e22950105", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7580576, "upload_time": "2018-03-14T11:45:10", "upload_time_iso_8601": "2018-03-14T11:45:10.438304Z", "url": "https://files.pythonhosted.org/packages/5e/b7/3f176feba9a9982f6e2dea16ee2bfef40ee97529b371d0c39d35b8fa798a/astropy-2.0.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fb476f9453f6e77c0ebc69332156910", "sha256": "b921845455bd731f43e2c0e129c9341c52b09215860728694cfad24b2a641b5e" }, "downloads": -1, "filename": "astropy-2.0.5-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6fb476f9453f6e77c0ebc69332156910", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 9189933, "upload_time": "2018-03-14T11:45:14", "upload_time_iso_8601": "2018-03-14T11:45:14.426114Z", "url": "https://files.pythonhosted.org/packages/c2/a0/e29d37fd72fab96922fee16a594401e7be5e96ac0370c211653d0fcf722f/astropy-2.0.5-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6efa5207e0379ef22caa7a57bc1b411", "sha256": "c6e9cb0243babb7ea33673ecad9ec12afeec00b3b6ea2692c30b31d6e8ac3724" }, "downloads": -1, "filename": "astropy-2.0.5-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "f6efa5207e0379ef22caa7a57bc1b411", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5540389, "upload_time": "2018-03-14T11:45:20", "upload_time_iso_8601": "2018-03-14T11:45:20.617391Z", "url": "https://files.pythonhosted.org/packages/34/7a/a4e603324be09178d3fd473f277512dd35f436053a569e46a54691f4df76/astropy-2.0.5-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ff27d41465a2901bb113868cf63dea9", "sha256": "8a93a4991c13df0ea14a787143a072a76ee7146f40542a6f2bc87ffd8a9841f1" }, "downloads": -1, "filename": "astropy-2.0.5-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "2ff27d41465a2901bb113868cf63dea9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5710771, "upload_time": "2018-03-14T11:45:25", "upload_time_iso_8601": "2018-03-14T11:45:25.798519Z", "url": "https://files.pythonhosted.org/packages/3e/e9/97565e18afa54e15bbf0ecd434ad0ec55f34603e85c6ea40d68dca8e8348/astropy-2.0.5-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4982ef8876e67bc3a6e3516b8d12c068", "sha256": "ac5503c806911a724846d4e5649de949103ac6dc9bdc8bb3512740cbdd9f97a3" }, "downloads": -1, "filename": "astropy-2.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4982ef8876e67bc3a6e3516b8d12c068", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7562999, "upload_time": "2018-03-14T11:45:37", "upload_time_iso_8601": "2018-03-14T11:45:37.896117Z", "url": "https://files.pythonhosted.org/packages/cd/fe/45ddc9d66cce00ae85f75283db70c95204ae2c80b3f6f03728509e9ba6ab/astropy-2.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93314894dffd9b73e70828fb40590feb", "sha256": "5ef4086b147be01cf08fe89499e4f35edeae19b3a32a10baaec7198ec758d3d6" }, "downloads": -1, "filename": "astropy-2.0.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "93314894dffd9b73e70828fb40590feb", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 9165010, "upload_time": "2018-03-14T11:45:42", "upload_time_iso_8601": "2018-03-14T11:45:42.167981Z", "url": "https://files.pythonhosted.org/packages/91/9b/840e7a7bef156d70b2813acacea710d06a6f7c25a6e756c300c99b1e3be2/astropy-2.0.5-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd6c6b41c06cf9722725cdd3240f7c2c", "sha256": "5dd1b501df46c143743c429433d98060f648443c67023fab9b4ce80f41a6d60f" }, "downloads": -1, "filename": "astropy-2.0.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bd6c6b41c06cf9722725cdd3240f7c2c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5413516, "upload_time": "2018-03-14T11:45:53", "upload_time_iso_8601": "2018-03-14T11:45:53.561659Z", "url": "https://files.pythonhosted.org/packages/7f/9f/a2ae742be5759c411ad5f1726e5c435e2ab18d4561076c4716b0327ad0b4/astropy-2.0.5-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7455b1d52654e210c9cbf8e02f7e6ee0", "sha256": "88df0d75d04ba43d4e525374d18a2f87d6706780b0c8e0c2adbba709c0f43c40" }, "downloads": -1, "filename": "astropy-2.0.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "7455b1d52654e210c9cbf8e02f7e6ee0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5621443, "upload_time": "2018-03-14T11:46:05", "upload_time_iso_8601": "2018-03-14T11:46:05.759880Z", "url": "https://files.pythonhosted.org/packages/b2/e8/f73fe094dc978d56616cc94f1e34345151d1bedfb15964f4adadb9656fad/astropy-2.0.5-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "954b5a51574cf92f700b37ded727f750", "sha256": "cba350e284f0319dafcede74dbcce80511bf10946cc9399d4729850c75ba0611" }, "downloads": -1, "filename": "astropy-2.0.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "954b5a51574cf92f700b37ded727f750", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7562615, "upload_time": "2018-03-14T11:46:18", "upload_time_iso_8601": "2018-03-14T11:46:18.467625Z", "url": "https://files.pythonhosted.org/packages/17/8e/ca2f9eda4828a4760cf5c1e9773ae8e9dd8783292cceed37dfb4a09e07be/astropy-2.0.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87800068a2c9fce50cf77cc544931cb1", "sha256": "c69038ef15d8ff8ce798371815eda253f9046daafec85b7ec8c5cee47a5066cf" }, "downloads": -1, "filename": "astropy-2.0.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "87800068a2c9fce50cf77cc544931cb1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 9196946, "upload_time": "2018-03-14T11:46:22", "upload_time_iso_8601": "2018-03-14T11:46:22.527727Z", "url": "https://files.pythonhosted.org/packages/b2/3b/22ee3a9f1962c59915bf935507af67253dc01de61dd0c9592a00cebcec20/astropy-2.0.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ae177dda10e3bf5414fd40d8bd776229", "sha256": "4cd37b32f5a393d7023a920df8466ee5f905f27326c7cfc5a96677910aca305c" }, "downloads": -1, "filename": "astropy-2.0.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "ae177dda10e3bf5414fd40d8bd776229", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5416895, "upload_time": "2018-03-14T11:46:27", "upload_time_iso_8601": "2018-03-14T11:46:27.134270Z", "url": "https://files.pythonhosted.org/packages/71/8e/548b3bb7c5d880f60379befacc5ae696929bea53a9528e9f0a627f1e8c13/astropy-2.0.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e582bd9b713b7a4618b30d4b774a163", "sha256": "aa5639dd5056943e59f8e3365704a8a04de577d8728f680bab274dbaad41ff35" }, "downloads": -1, "filename": "astropy-2.0.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "0e582bd9b713b7a4618b30d4b774a163", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5625907, "upload_time": "2018-03-14T11:46:31", "upload_time_iso_8601": "2018-03-14T11:46:31.245006Z", "url": "https://files.pythonhosted.org/packages/b7/36/7aefe449695fbe94a30fc5753d8af575f623d2088135e720ce1d9a687fc4/astropy-2.0.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37b215f8ab47c188e8abd3f61c9a6987", "sha256": "55b8e2888da512cc7d80aed98e0bcfe87f2d0490024430531a435591161adf35" }, "downloads": -1, "filename": "astropy-2.0.5.tar.gz", "has_sig": true, "md5_digest": "37b215f8ab47c188e8abd3f61c9a6987", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8303647, "upload_time": "2018-03-12T23:45:20", "upload_time_iso_8601": "2018-03-12T23:45:20.205912Z", "url": "https://files.pythonhosted.org/packages/00/65/fd8f78228ee4663058a228d706011e217f395b12ad444d2f22bb28a28a83/astropy-2.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "5fd83b05696b7d3ced4ca6f63b53dd23", "sha256": "ac8e1f994f1b4a56ac6f6e36c6f2c9a981a2324f4105e81a895ab4493200c72b" }, "downloads": -1, "filename": "astropy-2.0.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "5fd83b05696b7d3ced4ca6f63b53dd23", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7660277, "upload_time": "2018-04-24T13:41:13", "upload_time_iso_8601": "2018-04-24T13:41:13.268054Z", "url": "https://files.pythonhosted.org/packages/53/06/67864b7d8fe2dd940a31f387bab3a02ac1b58a782ace60e913ce78b17e4c/astropy-2.0.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a55ab7d3e8cf11eb5e1bd93e0885f389", "sha256": "a676b1ece83055d4e8a2cb6b6d1c187958b40b8b452a6095f10ba2d86b093df5" }, "downloads": -1, "filename": "astropy-2.0.6-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a55ab7d3e8cf11eb5e1bd93e0885f389", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6057723, "upload_time": "2018-04-24T13:41:16", "upload_time_iso_8601": "2018-04-24T13:41:16.484945Z", "url": "https://files.pythonhosted.org/packages/e1/7e/5bc3c5d6f7874e169b472ae3ad1f934a159c63a9368a53cd573e436c0372/astropy-2.0.6-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "323f75d3a96ef10df33916c6c9c8ef70", "sha256": "283eb13ee62fb93ab83347698a3ace6c6c8cab98220230a033ebe659fe4f2788" }, "downloads": -1, "filename": "astropy-2.0.6-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "323f75d3a96ef10df33916c6c9c8ef70", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6057369, "upload_time": "2018-04-24T13:41:25", "upload_time_iso_8601": "2018-04-24T13:41:25.084555Z", "url": "https://files.pythonhosted.org/packages/32/81/ddad68500257b16f5e309c9bb81ddabdf67d4dd72a86c3f4b8ee728d2468/astropy-2.0.6-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b217799da43bdd12249afab8a8dc1707", "sha256": "9dd8bb7c1e2547c3bea79230395be02c025fcfc1bd1a5647d1559d3d852ef7b4" }, "downloads": -1, "filename": "astropy-2.0.6-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "b217799da43bdd12249afab8a8dc1707", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5563115, "upload_time": "2018-04-24T13:41:19", "upload_time_iso_8601": "2018-04-24T13:41:19.307964Z", "url": "https://files.pythonhosted.org/packages/f4/4d/9850e3b353cdd4e261a8b9960ed9370f9b265c7e336ebd0dab40eb905d46/astropy-2.0.6-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce1e5474b3fce24ddff5316279a9d545", "sha256": "47ffac2ceeaff5d3b15ca64f3a34128b13c0c01e2c99be885ad0be6e571fa1a5" }, "downloads": -1, "filename": "astropy-2.0.6-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "ce1e5474b3fce24ddff5316279a9d545", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5773163, "upload_time": "2018-04-24T13:41:22", "upload_time_iso_8601": "2018-04-24T13:41:22.341519Z", "url": "https://files.pythonhosted.org/packages/a3/84/8b53e31a2bfd3adb2ad94ef1813dddae248e85b4b9e2cbe3b97f718f0cf9/astropy-2.0.6-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "481f24fd7654fd1e1fa31a16e0f3c90f", "sha256": "5ecc16caf534072fd2f53af1a2437921e45cc4e78c31c5db257902a0193b6367" }, "downloads": -1, "filename": "astropy-2.0.6-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "481f24fd7654fd1e1fa31a16e0f3c90f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7597999, "upload_time": "2018-04-24T13:41:29", "upload_time_iso_8601": "2018-04-24T13:41:29.007263Z", "url": "https://files.pythonhosted.org/packages/09/73/79423d5544eb3b59129a61aa2fd454ff9233610060b6e5df16329b14462e/astropy-2.0.6-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53d0003ed98b43b4c50b61fe874d1f6c", "sha256": "10abf8e5c346111f446e84bfba5587ab53357a15620fb1109570796a27a62529" }, "downloads": -1, "filename": "astropy-2.0.6-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "53d0003ed98b43b4c50b61fe874d1f6c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6021186, "upload_time": "2018-04-24T13:41:32", "upload_time_iso_8601": "2018-04-24T13:41:32.210695Z", "url": "https://files.pythonhosted.org/packages/58/b1/8be3e6c4de07926cb2c818e86b001c274bf749dd9e11b592b91dc93c7b64/astropy-2.0.6-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "26e1822017cd666b613c68945a9ce499", "sha256": "9add47a54fda3eb57c09fcf8ad065e4bab0af052581937f3b27c03471e0033bb" }, "downloads": -1, "filename": "astropy-2.0.6-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "26e1822017cd666b613c68945a9ce499", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5549140, "upload_time": "2018-04-24T13:41:34", "upload_time_iso_8601": "2018-04-24T13:41:34.963778Z", "url": "https://files.pythonhosted.org/packages/a0/4b/ca3a2cda3cd5a4e86361aa1d14b43d6e7dd46fd6ffd1bcbce66fc2e22870/astropy-2.0.6-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "381331f7a222fd713ca478d26a876a45", "sha256": "b25f8e80e57d4206bfc2c1eb129d4bb0b69d575f2cc57312c4cdc5bdb193f889" }, "downloads": -1, "filename": "astropy-2.0.6-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "381331f7a222fd713ca478d26a876a45", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5724311, "upload_time": "2018-04-24T13:41:37", "upload_time_iso_8601": "2018-04-24T13:41:37.876428Z", "url": "https://files.pythonhosted.org/packages/8f/27/267fe84c4196a061fca3d5442e74c4f1222340c8c37c786c56082ad19679/astropy-2.0.6-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2cc5cc05ae26ed0f2282a3bcf362790a", "sha256": "97241702260b875cc7b34e1ab34b03e4d9de64d3fed90e521f3a481caa4a5096" }, "downloads": -1, "filename": "astropy-2.0.6-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "2cc5cc05ae26ed0f2282a3bcf362790a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7591442, "upload_time": "2018-04-24T13:41:42", "upload_time_iso_8601": "2018-04-24T13:41:42.355128Z", "url": "https://files.pythonhosted.org/packages/92/b2/8496bdb15a64e309416cfd06103c87809375257b6caa0cfd393af18bf305/astropy-2.0.6-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a254362797c0bf0ab00af16991990e7", "sha256": "4cb98d0617eadadccfd7389e57c051d1f91879d4c47d22573da6f5260e801f87" }, "downloads": -1, "filename": "astropy-2.0.6-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2a254362797c0bf0ab00af16991990e7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6023661, "upload_time": "2018-04-24T13:41:45", "upload_time_iso_8601": "2018-04-24T13:41:45.612100Z", "url": "https://files.pythonhosted.org/packages/0f/c6/a833d7ab4e34ad91b41b7bde20afccaa68efa2d225812464f656c3bd5ef7/astropy-2.0.6-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7e970039fb3d8f4a61e678b4996871b", "sha256": "3fe2abb554ce3f3c49cfd9ce2bf3d61e7fc30985bb12049427407a84a616d3b2" }, "downloads": -1, "filename": "astropy-2.0.6-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d7e970039fb3d8f4a61e678b4996871b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5417634, "upload_time": "2018-04-24T13:41:48", "upload_time_iso_8601": "2018-04-24T13:41:48.302177Z", "url": "https://files.pythonhosted.org/packages/6a/db/52f474aebc1bc2fd09fbbff76e114506fe1d6aeea7b2ce4b376ce8c58427/astropy-2.0.6-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e00a0d9945081e91a2cb207e75342a3f", "sha256": "b4506cc0e4723c9ce58747bd0c4c744f9ec1f1684cefa8d318a281e65032ffd2" }, "downloads": -1, "filename": "astropy-2.0.6-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "e00a0d9945081e91a2cb207e75342a3f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5628905, "upload_time": "2018-04-24T13:41:51", "upload_time_iso_8601": "2018-04-24T13:41:51.371320Z", "url": "https://files.pythonhosted.org/packages/38/2d/9b0e9d406ef08551a9742683d724aa6c857a2d27a9c8d56feece7bcc5d3b/astropy-2.0.6-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f02dbf3b942e9511ad027affe2ab17f4", "sha256": "1eb6f44707f491e778dc2e6a1abbf41b1bd39a2ba16e760e613104ce1f9a861f" }, "downloads": -1, "filename": "astropy-2.0.6-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f02dbf3b942e9511ad027affe2ab17f4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7586792, "upload_time": "2018-04-24T13:41:54", "upload_time_iso_8601": "2018-04-24T13:41:54.392217Z", "url": "https://files.pythonhosted.org/packages/68/f6/7455ab45656d33f5747c9cdf575a74d19f83822ed99f819fee695291476c/astropy-2.0.6-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ebce448263f3ad2c40178809e58759c", "sha256": "c07a17cd0731359ea1dc2c53e962e49e1c1f08a5246f4076c58e30c9eb6ceb29" }, "downloads": -1, "filename": "astropy-2.0.6-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5ebce448263f3ad2c40178809e58759c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6028073, "upload_time": "2018-04-24T13:41:57", "upload_time_iso_8601": "2018-04-24T13:41:57.414423Z", "url": "https://files.pythonhosted.org/packages/12/3c/b7064da19544071bebd0bb0cd4dc5e210d8a0d8db216f87e6620f8b54a76/astropy-2.0.6-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5bb3a870d6cecb916d63c07fa5ffe5e", "sha256": "967082370bd2b3a770cedb5ad782f0162588933c2a463d6260b5dbe826b4e4ea" }, "downloads": -1, "filename": "astropy-2.0.6-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a5bb3a870d6cecb916d63c07fa5ffe5e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5421541, "upload_time": "2018-04-24T13:42:01", "upload_time_iso_8601": "2018-04-24T13:42:01.202898Z", "url": "https://files.pythonhosted.org/packages/88/68/3fe1c10ca1433723d3c7489a31e1821577826d2c61897e07aa2519c5951d/astropy-2.0.6-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8ddd7aad42f4e19e235f2aff61222f9", "sha256": "c8446341d1fbb4c3c0e1b261e8550a92672a8e94599196f65a659a1d43385ab8" }, "downloads": -1, "filename": "astropy-2.0.6-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d8ddd7aad42f4e19e235f2aff61222f9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5633266, "upload_time": "2018-04-24T13:42:04", "upload_time_iso_8601": "2018-04-24T13:42:04.215885Z", "url": "https://files.pythonhosted.org/packages/f6/8f/b283b6716ca804ae81df4450487ff1138e13e46d9f9b7f664d8395e539ad/astropy-2.0.6-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f652a7d04033444b01646d1ddd21b870", "sha256": "422219f38ad9ac0980f5faa62af3040df5c3d4396a7ff14547a8304761bfc6b1" }, "downloads": -1, "filename": "astropy-2.0.6.tar.gz", "has_sig": true, "md5_digest": "f652a7d04033444b01646d1ddd21b870", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8327042, "upload_time": "2018-04-23T18:47:40", "upload_time_iso_8601": "2018-04-23T18:47:40.549776Z", "url": "https://files.pythonhosted.org/packages/d2/19/cdb03c82e03c7387231bc5db638f63a6621bc260c52568520b765ab07065/astropy-2.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "63e8dfc8cfb0e955fd338928c490bcb5", "sha256": "33735bc57154568a4ee9ed8fb03783892da6df7d4d8ea2a4ed33268cd738f5f6" }, "downloads": -1, "filename": "astropy-2.0.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "63e8dfc8cfb0e955fd338928c490bcb5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7662674, "upload_time": "2018-06-02T15:15:20", "upload_time_iso_8601": "2018-06-02T15:15:20.000570Z", "url": "https://files.pythonhosted.org/packages/39/4b/0ad675e8a7d1fb82f24514b08224f280cba781ef3a4c47873de16e9db5aa/astropy-2.0.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "409076fe03e0f350673e110e8b1cef63", "sha256": "03d50cc968914960511c3c9c1832da4f06509377a7ec87bac24d049f062ce2cd" }, "downloads": -1, "filename": "astropy-2.0.7-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "409076fe03e0f350673e110e8b1cef63", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6058269, "upload_time": "2018-06-02T15:15:23", "upload_time_iso_8601": "2018-06-02T15:15:23.456648Z", "url": "https://files.pythonhosted.org/packages/d7/55/d404a0582d3fa1947d0b397cd6131d2eac46e652919720daef752606772a/astropy-2.0.7-cp27-cp27m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "135fae542908daee526b82534629b42d", "sha256": "eba151ef912658648c72aa3930b18ce990ff802c702c5d125c3615e4c7be9a38" }, "downloads": -1, "filename": "astropy-2.0.7-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "135fae542908daee526b82534629b42d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6057973, "upload_time": "2018-06-02T15:15:32", "upload_time_iso_8601": "2018-06-02T15:15:32.669570Z", "url": "https://files.pythonhosted.org/packages/df/1c/5d308cae09a74bbbf91120b9544d4636ec195ae75bd2fcdce3a486435aa9/astropy-2.0.7-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "148ebcc98fa4e85b1d2a8e8ac0ad9d3a", "sha256": "978ecf504abbfc711446d65296d30f4e99bfb68fa85415a0fd831a8bf6a59932" }, "downloads": -1, "filename": "astropy-2.0.7-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "148ebcc98fa4e85b1d2a8e8ac0ad9d3a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5565350, "upload_time": "2018-06-02T15:15:26", "upload_time_iso_8601": "2018-06-02T15:15:26.488306Z", "url": "https://files.pythonhosted.org/packages/9d/2c/5af8260bd877c8dbd36ed39c8c8dd4f91059ddd0437c9dc6f06655ba702c/astropy-2.0.7-cp27-cp27m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a00267b070f3b0cdd2e90de07d2f775", "sha256": "2cbbde60cfed70bddbc868812c2ee3fbf8b8d0a5985f2c8918fa66ded5c050a9" }, "downloads": -1, "filename": "astropy-2.0.7-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "4a00267b070f3b0cdd2e90de07d2f775", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 5775758, "upload_time": "2018-06-02T15:15:29", "upload_time_iso_8601": "2018-06-02T15:15:29.412377Z", "url": "https://files.pythonhosted.org/packages/b2/fb/cdb00427bba65c9bcfe1cacb5c25991abcbc62dcf660e5fcd1be34cebf1a/astropy-2.0.7-cp27-cp27m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d50c526595cff8634e5dcf8f3ea7688", "sha256": "ee26be7f460d4d1e8cd39d2287809f8725419cadf7919b6d337df85f67d24598" }, "downloads": -1, "filename": "astropy-2.0.7-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3d50c526595cff8634e5dcf8f3ea7688", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7600307, "upload_time": "2018-06-02T15:15:36", "upload_time_iso_8601": "2018-06-02T15:15:36.109147Z", "url": "https://files.pythonhosted.org/packages/7e/04/241841714eb7eb542cbb941ac748100e9d0b561339e6ff3cf803a853f074/astropy-2.0.7-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6744cfeea988b65ecfee3a3d4889bb8b", "sha256": "eadc0a3072cb1109cea0714c5cf4744496bc415936113bd23fca9500af27d563" }, "downloads": -1, "filename": "astropy-2.0.7-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6744cfeea988b65ecfee3a3d4889bb8b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6021935, "upload_time": "2018-06-02T15:15:39", "upload_time_iso_8601": "2018-06-02T15:15:39.699501Z", "url": "https://files.pythonhosted.org/packages/75/54/d5ff2f4b7e64dceac7c2acb77dbe872e7393ca729ac14c47994403d170a6/astropy-2.0.7-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc8170ba18f53cd224fe0a09779fa275", "sha256": "c56318713e75c8259fcb1abb4794a7a4bad3b4a8e5fe0e18b5d607533b0300d0" }, "downloads": -1, "filename": "astropy-2.0.7-cp34-cp34m-win32.whl", "has_sig": false, "md5_digest": "dc8170ba18f53cd224fe0a09779fa275", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5551318, "upload_time": "2018-06-02T15:15:42", "upload_time_iso_8601": "2018-06-02T15:15:42.901280Z", "url": "https://files.pythonhosted.org/packages/20/1a/b5a94ae792905780868fd9f316196f8322ce1dd85c26ba59c965adf4f3fd/astropy-2.0.7-cp34-cp34m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "980b5f9508088499d3cdd99e7aa42c0f", "sha256": "93eec10106398710e6bcc23a7914e1fede97a8d220961d3fecac4f882b4fffe2" }, "downloads": -1, "filename": "astropy-2.0.7-cp34-cp34m-win_amd64.whl", "has_sig": false, "md5_digest": "980b5f9508088499d3cdd99e7aa42c0f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 5727402, "upload_time": "2018-06-02T15:15:51", "upload_time_iso_8601": "2018-06-02T15:15:51.860095Z", "url": "https://files.pythonhosted.org/packages/7e/d6/f62cf66397e8cd208214f040c17b8b7366eb303091c83cc69ce70809fe9f/astropy-2.0.7-cp34-cp34m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64f1361341d205d119611abea42ddc84", "sha256": "235b775ca4be4f2e797ff365807dd555542b7e8d01882cdcb3b905e209d31f8a" }, "downloads": -1, "filename": "astropy-2.0.7-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "64f1361341d205d119611abea42ddc84", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7593777, "upload_time": "2018-06-02T15:15:57", "upload_time_iso_8601": "2018-06-02T15:15:57.627721Z", "url": "https://files.pythonhosted.org/packages/94/45/9f586ae05f89b5eed9406f4280b92864e364f067c82a9340347dd7bd0bbe/astropy-2.0.7-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89846bfdbf5edbb3ba13eeb65b90e029", "sha256": "c136b02fc582093c3b71ac92ad3d37ab5970a6d579057d0bc3cc3fdab01735fe" }, "downloads": -1, "filename": "astropy-2.0.7-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "89846bfdbf5edbb3ba13eeb65b90e029", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6023927, "upload_time": "2018-06-02T15:16:01", "upload_time_iso_8601": "2018-06-02T15:16:01.128864Z", "url": "https://files.pythonhosted.org/packages/8b/ac/6a02d2e3e70dfdbbe93d2045c4489f25edc93c0f4cc78c78de0d5a510cd1/astropy-2.0.7-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6549f563372befc0f9e31934a4b3538a", "sha256": "70e0e02ab2dd03a28fe3ac5508bd9a7afc3f047a68483149a583bc8834d88d62" }, "downloads": -1, "filename": "astropy-2.0.7-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "6549f563372befc0f9e31934a4b3538a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5419835, "upload_time": "2018-06-02T15:16:04", "upload_time_iso_8601": "2018-06-02T15:16:04.374981Z", "url": "https://files.pythonhosted.org/packages/32/33/ce8b49a88099ebf330537d7f48131fa9388f557b97e18530dd6a18af8216/astropy-2.0.7-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "29a27f4e28dfe0fe88d4402b5396f015", "sha256": "9f071f4208a4976cca5a3688023e4fd5384d826944cd6bd2138d1b9517c87d37" }, "downloads": -1, "filename": "astropy-2.0.7-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "29a27f4e28dfe0fe88d4402b5396f015", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 5631947, "upload_time": "2018-06-02T15:16:07", "upload_time_iso_8601": "2018-06-02T15:16:07.270402Z", "url": "https://files.pythonhosted.org/packages/eb/ff/b0fdd042232d68edebb4673ba88ef8e0fcbfad82710099820dec284ce1f4/astropy-2.0.7-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7199e8316a68205a9a76f3acf60a49d", "sha256": "629df8ab099d861069c8b0d2048f3c3ee4996c8c6e1fcbc33bebd19222c3f65c" }, "downloads": -1, "filename": "astropy-2.0.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "d7199e8316a68205a9a76f3acf60a49d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7589096, "upload_time": "2018-06-02T15:16:10", "upload_time_iso_8601": "2018-06-02T15:16:10.726544Z", "url": "https://files.pythonhosted.org/packages/71/74/f1f6ed2981b3f4beeba0441d5bd1256d0a922c172b781601305bcdc34df1/astropy-2.0.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f733574393fbfe95583cb308a882beab", "sha256": "575a07466574dc1e6cace31281b321e29e660abb59545a29256eb5025693c3cf" }, "downloads": -1, "filename": "astropy-2.0.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f733574393fbfe95583cb308a882beab", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6029007, "upload_time": "2018-06-02T15:16:13", "upload_time_iso_8601": "2018-06-02T15:16:13.945783Z", "url": "https://files.pythonhosted.org/packages/7b/e2/dbc5ccda8a5d4dc2d1146c5a33fc46b1a5fb3c5c7f7615080618619534be/astropy-2.0.7-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "15b06b8dac0fda765f9501e69ede91b5", "sha256": "6ccc2493b436a5e63c9c7d25e7f1ce103c197dcbd488db39a39d4031293c3a5e" }, "downloads": -1, "filename": "astropy-2.0.7-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "15b06b8dac0fda765f9501e69ede91b5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5423753, "upload_time": "2018-06-02T15:16:16", "upload_time_iso_8601": "2018-06-02T15:16:16.767682Z", "url": "https://files.pythonhosted.org/packages/29/cd/577ae0aa88ebc8b7c0deed01d9fb5f68c29f009acf89345948062f619d12/astropy-2.0.7-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6713b1154977d3361645ad187267b825", "sha256": "bd23984f0ce1538ba831586ddf98046ef1ac504af903e3033eec44ee819fa556" }, "downloads": -1, "filename": "astropy-2.0.7-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "6713b1154977d3361645ad187267b825", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 5636199, "upload_time": "2018-06-02T15:16:27", "upload_time_iso_8601": "2018-06-02T15:16:27.562765Z", "url": "https://files.pythonhosted.org/packages/69/4d/b784b4618579f7de7c69ee95e3be1b5261776f5abb8ec73c72a14035da68/astropy-2.0.7-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "044da9f6aba1dac3864a5ab95c9c11d0", "sha256": "5c132d528fd431eb77fd73c172dfa3ec295f2ce0a98c075786908086cda8616d" }, "downloads": -1, "filename": "astropy-2.0.7.tar.gz", "has_sig": true, "md5_digest": "044da9f6aba1dac3864a5ab95c9c11d0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8320349, "upload_time": "2018-06-01T22:19:53", "upload_time_iso_8601": "2018-06-01T22:19:53.542971Z", "url": "https://files.pythonhosted.org/packages/ae/58/1b75ce3a60d8235059a9f71de3045a400c2f267180c024a4f896c8c3dac2/astropy-2.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.8": [ { "comment_text": "", "digests": { "md5": "1e362969891412dbd616ee79bf84455f", "sha256": "d918ce1da85ee8c90f3e1f40be6a6743d33bcd992fe813bfc193dac8fd7a544a" }, "downloads": -1, "filename": "astropy-2.0.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1e362969891412dbd616ee79bf84455f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 7799950, "upload_time": "2018-08-03T14:04:55", "upload_time_iso_8601": "2018-08-03T14:04:55.041466Z", "url": "https://files.pythonhosted.org/packages/80/37/dbc1366f97152aa3ff9dcdcafb10f923635af07ff2dd0723198afbf7482f/astropy-2.0.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4564dde370aa63de1086691823310ecd", "sha256": "b284f9452dc8330a0bec13713a739d5714f01de5c473a31df80f1719fe56956c" }, "downloads": -1, "filename": "astropy-2.0.8-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4564dde370aa63de1086691823310ecd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7", "size": 6063623, "upload_time": "2018-08-10T21:10:55", "upload_time_iso_8601": "2018-08-10T21:10:55.259426Z", "url": "https://files.pythonhosted.org/packages/94/d6/0c7ed1e417107d6424f7f8cadc619b1cdc7a767428365cc4a89e3c608394/astropy-2.0.8-cp27-cp27mu-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "050668abd5be222d859df5ee1111d670", "sha256": "13cdf1ba17d2ecbafc9fcb20d82d2aa53f0fc116a815d17357f86c0180215ffc" }, "downloads": -1, "filename": "astropy-2.0.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "050668abd5be222d859df5ee1111d670", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7725872, "upload_time": "2018-08-03T14:07:27", "upload_time_iso_8601": "2018-08-03T14:07:27.505121Z", "url": "https://files.pythonhosted.org/packages/55/1c/13e3726bddaaed04d6af63b9263f8daa8168f2ba434589944696de7fc9ec/astropy-2.0.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13df2af739948ed847d3ef77f1fab2c2", "sha256": "53979303beb386038ac6dd69c1d08b148d518a915c8c1f9c45179b5f752739fc" }, "downloads": -1, "filename": "astropy-2.0.8-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "13df2af739948ed847d3ef77f1fab2c2", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 6027530, "upload_time": "2018-08-03T14:07:30", "upload_time_iso_8601": "2018-08-03T14:07:30.540108Z", "url": "https://files.pythonhosted.org/packages/b4/5a/d9094a9c08d42150df51328ac3ccd22a28dbb0dcb4fbf72973208fbc61d1/astropy-2.0.8-cp34-cp34m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe99857b7390b674a9745ae27a0c9131", "sha256": "9f354bdde7fd1261b14379553dc3500956ddba56afc80c021f8592138d827a51" }, "downloads": -1, "filename": "astropy-2.0.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "fe99857b7390b674a9745ae27a0c9131", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7721536, "upload_time": "2018-08-03T14:07:33", "upload_time_iso_8601": "2018-08-03T14:07:33.838821Z", "url": "https://files.pythonhosted.org/packages/9d/48/056f135833e740eec2537eef6508bc36fdfecdbdc399f9475b01f96af3e8/astropy-2.0.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "77f070a7acb510317277524c557ee5d5", "sha256": "d46f4e578c2e0b69b0ae4958c426ca12cbf7849c5cadba9200aa8866ae107dfe" }, "downloads": -1, "filename": "astropy-2.0.8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "77f070a7acb510317277524c557ee5d5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6029929, "upload_time": "2018-08-03T14:07:36", "upload_time_iso_8601": "2018-08-03T14:07:36.982132Z", "url": "https://files.pythonhosted.org/packages/98/61/8e33cca4075dacce5f659830954022d5cf85199f2dcb2298ec462bd7f900/astropy-2.0.8-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b2fccc155a19724d791d65133c0b33b", "sha256": "32fbaf565bebbbc91b64271e1f08870cf23c63a7f852e848df932324dedc8a07" }, "downloads": -1, "filename": "astropy-2.0.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0b2fccc155a19724d791d65133c0b33b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7738848, "upload_time": "2018-08-03T14:07:39", "upload_time_iso_8601": "2018-08-03T14:07:39.941007Z", "url": "https://files.pythonhosted.org/packages/06/ab/49202f71c0621a4c4f3165bf4c319982c797a27497f7b6dfc48d4b2f57d4/astropy-2.0.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6b80174c19142b8950311b918989855", "sha256": "22051a03bb268a0426a0170366e4680553028c5f9282f335c575a850e7eb85ef" }, "downloads": -1, "filename": "astropy-2.0.8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a6b80174c19142b8950311b918989855", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6034039, "upload_time": "2018-08-03T14:07:43", "upload_time_iso_8601": "2018-08-03T14:07:43.206352Z", "url": "https://files.pythonhosted.org/packages/0e/2b/1f520b99e90f7933cdc4d14b4f90a531314234bdf7691af79efbd92b728b/astropy-2.0.8-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a236c7f02abcaa8dc33c8a725c35007", "sha256": "a8015f84c42051342a2a8ee710868e682b9775a3b7948fdc1e87124bcd6e69dc" }, "downloads": -1, "filename": "astropy-2.0.8.tar.gz", "has_sig": true, "md5_digest": "9a236c7f02abcaa8dc33c8a725c35007", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8300320, "upload_time": "2018-08-02T18:54:06", "upload_time_iso_8601": "2018-08-02T18:54:06.850588Z", "url": "https://files.pythonhosted.org/packages/ac/d3/0ebd99e3d2a1ab6206199b396f87443b8edb2f7012a55b4daf74c9483744/astropy-2.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.9": [ { "comment_text": "", "digests": { "md5": "61458821537e4a47315baf056486665b", "sha256": "6e19f298198cf461ecc2a0a3efca0df9cdba627e85f536dea988e1140c551b2b" }, "downloads": -1, "filename": "astropy-2.0.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "61458821537e4a47315baf056486665b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": ">=2.7", "size": 7709369, "upload_time": "2018-10-18T21:15:15", "upload_time_iso_8601": "2018-10-18T21:15:15.823177Z", "url": "https://files.pythonhosted.org/packages/90/96/bacff89da0f92b2fbd604e8ef3e768fa0123c7d74623ebd576f32b6b9105/astropy-2.0.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d346c55081b7dceb3ebfa97ebaeb15c", "sha256": "70e32ec56ae9be660cf556ce41ed96edf5296268d00253e445c02db20c96436f" }, "downloads": -1, "filename": "astropy-2.0.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4d346c55081b7dceb3ebfa97ebaeb15c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 7729770, "upload_time": "2018-10-18T21:15:36", "upload_time_iso_8601": "2018-10-18T21:15:36.132668Z", "url": "https://files.pythonhosted.org/packages/c2/53/55c0f25bdbf2401fef6ddce56645a7d4afc823b5eb4832ad9b7f9b300bdf/astropy-2.0.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2a2c59ac835323c97e3dd6ca9448fbe", "sha256": "8b477ca3caf2b0f3de746537c34e521be07be794142452b157a28bf0055e7ca8" }, "downloads": -1, "filename": "astropy-2.0.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d2a2c59ac835323c97e3dd6ca9448fbe", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7", "size": 6027267, "upload_time": "2018-10-18T21:15:38", "upload_time_iso_8601": "2018-10-18T21:15:38.578807Z", "url": "https://files.pythonhosted.org/packages/f4/fe/adf0d53caa4643b75d76499ad5b8122d8eda4e0e96afd053ed4edbeab9a3/astropy-2.0.9-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3187cad2662afe74928fece90018a54", "sha256": "95107a3b033778b4e4c7b4594d853198979e622b9bd5b6e062428b80b7e30b99" }, "downloads": -1, "filename": "astropy-2.0.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "b3187cad2662afe74928fece90018a54", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 7780570, "upload_time": "2018-10-18T21:15:41", "upload_time_iso_8601": "2018-10-18T21:15:41.088374Z", "url": "https://files.pythonhosted.org/packages/af/00/3c5d08c971f486e1b7a134ede9385cf08228fdd09135ff3f905e5fa47c89/astropy-2.0.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f484cad1cb194feb781209cf6635094", "sha256": "b0b37a49fcdd1a0c2d6f6507ee4776fee0d95bbcf5ad3ff386caf8385ea7c1ce" }, "downloads": -1, "filename": "astropy-2.0.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9f484cad1cb194feb781209cf6635094", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7", "size": 6038707, "upload_time": "2018-10-18T21:15:43", "upload_time_iso_8601": "2018-10-18T21:15:43.775136Z", "url": "https://files.pythonhosted.org/packages/bc/df/4ddb8909cc3a49bbd1466bc8990ebadd910257f9841892da03fd136158a0/astropy-2.0.9-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a523feebe3b6b2d6ba691d9baca7a01", "sha256": "1fd50b1633c8753c4a317fcee2afbd05f2cd2952b824b2c42da96389c4e9186b" }, "downloads": -1, "filename": "astropy-2.0.9.tar.gz", "has_sig": true, "md5_digest": "4a523feebe3b6b2d6ba691d9baca7a01", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8328978, "upload_time": "2018-10-18T21:15:46", "upload_time_iso_8601": "2018-10-18T21:15:46.539658Z", "url": "https://files.pythonhosted.org/packages/99/34/5e198240af85fe38a2bb091773aba046a281aaf07f5f5bd7854d6b4b37c3/astropy-2.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "bc5d636634a9a3a55845139a60cfd265", "sha256": "777af0ebb865ac335df5c372af91bb661615e4bd6a953b4852854645b553c79f" }, "downloads": -1, "filename": "astropy-2.0rc1.tar.gz", "has_sig": true, "md5_digest": "bc5d636634a9a3a55845139a60cfd265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8205797, "upload_time": "2017-06-27T23:13:35", "upload_time_iso_8601": "2017-06-27T23:13:35.288513Z", "url": "https://files.pythonhosted.org/packages/ba/e7/a9aee4895885f0b540ef25207a45eae95cfed71de86c37047163b49c6e2d/astropy-2.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0": [ { "comment_text": "", "digests": { "md5": "d3e44e7bedddfc68289dbc50c9021adf", "sha256": "e88a9ab5375657a23be5ee997852f36abe1058e98b9b3512f991c39dffe02b35" }, "downloads": -1, "filename": "astropy-3.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "d3e44e7bedddfc68289dbc50c9021adf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7502195, "upload_time": "2018-02-13T00:30:07", "upload_time_iso_8601": "2018-02-13T00:30:07.310659Z", "url": "https://files.pythonhosted.org/packages/14/08/4d423e58378dbd503a48b95d498f66f79bc90a231c9af33bc0ad2d214188/astropy-3.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b505c95f7bd0e817f0857572cc7ca96a", "sha256": "7fd6d0f03f6deb17db08c1423f195c0871401ed0876ab2a0768d0b9b1c874ca3" }, "downloads": -1, "filename": "astropy-3.0-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b505c95f7bd0e817f0857572cc7ca96a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8714432, "upload_time": "2018-02-13T00:30:23", "upload_time_iso_8601": "2018-02-13T00:30:23.165850Z", "url": "https://files.pythonhosted.org/packages/25/52/314226d3746abccc06387e9adfb0567a4456834ca664b620e2e3a6dfdcd9/astropy-3.0-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5422b17cb5faf4c7e9bc8ae24c17fa7f", "sha256": "abfe301424b8a25f0382e8948e4454872a2d056eb2fe4790c1936ae7f0605d86" }, "downloads": -1, "filename": "astropy-3.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5422b17cb5faf4c7e9bc8ae24c17fa7f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 9104082, "upload_time": "2018-02-13T00:33:14", "upload_time_iso_8601": "2018-02-13T00:33:14.538074Z", "url": "https://files.pythonhosted.org/packages/00/8f/95213c3efd53f2a2a7614cd48eee059720a4a36f12514f19332c43e1d3bc/astropy-3.0-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c475c065321c0393f5fa5efdda8dab41", "sha256": "436d4a21e1b57ef51aa9295e99980ae51aee935e3f4154a4b8133561ab601daf" }, "downloads": -1, "filename": "astropy-3.0-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "c475c065321c0393f5fa5efdda8dab41", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5362938, "upload_time": "2018-02-13T00:33:29", "upload_time_iso_8601": "2018-02-13T00:33:29.381441Z", "url": "https://files.pythonhosted.org/packages/cf/d7/56380fdb18ac8d9f20c8d8c22185e4e238ca7a1472df054e7d38dedc9e99/astropy-3.0-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20f6b01ea5ff1a9c4a25911bcd7bf4b4", "sha256": "749061fcf37923aa565377d10860a95d0f298bad11e5db7d61380121cceedbce" }, "downloads": -1, "filename": "astropy-3.0-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "20f6b01ea5ff1a9c4a25911bcd7bf4b4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5569808, "upload_time": "2018-02-13T00:33:41", "upload_time_iso_8601": "2018-02-13T00:33:41.473051Z", "url": "https://files.pythonhosted.org/packages/c8/a3/81727f35548cef4fb9c19907a9ae9a0560044a0e44fc509772f1ee5ff673/astropy-3.0-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9368402943d8a2f6541b670009fe439e", "sha256": "2561a23c0dd3df9700bb3969860da0b2debd6e2e81d3e69be2c67e70f01a2781" }, "downloads": -1, "filename": "astropy-3.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9368402943d8a2f6541b670009fe439e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7502532, "upload_time": "2018-02-13T00:34:02", "upload_time_iso_8601": "2018-02-13T00:34:02.690063Z", "url": "https://files.pythonhosted.org/packages/d4/fc/2c48d6bfc5131c480e518cc7a1d01d4732727e90678a56a9abae568476b2/astropy-3.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee6b4fc1322bae6e2459c1dc137615d5", "sha256": "9527dd7814622cd327ea41db6cc2e7f1681d48e1d635d90ccdf7f9e8c93eff57" }, "downloads": -1, "filename": "astropy-3.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ee6b4fc1322bae6e2459c1dc137615d5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8745340, "upload_time": "2018-02-13T00:34:26", "upload_time_iso_8601": "2018-02-13T00:34:26.123393Z", "url": "https://files.pythonhosted.org/packages/a7/03/a84fd205a7019306c8dec6796b513fc5af05bdc2a3546d0e52f590d95d28/astropy-3.0-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18e86535e050b975ea7a86ed75df2d06", "sha256": "430a8d4e7a9a3d8655a072f1703cc16b5fe54c6bdb49caf54dbdfdf1d648882a" }, "downloads": -1, "filename": "astropy-3.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "18e86535e050b975ea7a86ed75df2d06", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 9135313, "upload_time": "2018-02-13T00:35:01", "upload_time_iso_8601": "2018-02-13T00:35:01.900302Z", "url": "https://files.pythonhosted.org/packages/81/3b/454f4f3eaa6d6c97e02950c335d9c5fdf053945a4b2cf81b2199b8c1f65c/astropy-3.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "80aa168400269549d9331ff7c0931397", "sha256": "9e0ad19b9d6d227bdf0932bbe64a8c5dd4a47d4ec078586cf24bf9f0c61d9ecf" }, "downloads": -1, "filename": "astropy-3.0.tar.gz", "has_sig": true, "md5_digest": "80aa168400269549d9331ff7c0931397", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8019577, "upload_time": "2018-02-13T00:35:41", "upload_time_iso_8601": "2018-02-13T00:35:41.980469Z", "url": "https://files.pythonhosted.org/packages/6e/79/a272eaf2534aec21a1b2b3028e1a2f0c139a813fb193f1d6392be8e2f21d/astropy-3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "3581e199566bfc402bb771a09c68dbfd", "sha256": "2f2dbc2705aaf7040f23585d5b1b6b741d3575e7a5379e4a2aab0ef52e4262c9" }, "downloads": -1, "filename": "astropy-3.0.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3581e199566bfc402bb771a09c68dbfd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7510567, "upload_time": "2018-03-13T22:50:03", "upload_time_iso_8601": "2018-03-13T22:50:03.982355Z", "url": "https://files.pythonhosted.org/packages/a3/3e/f1228dbd8bc1b79f45c759890de0f5dd4620b32fc39fad0fc14616ef8e57/astropy-3.0.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a4a2d18b31d33e31aa290cf048f9b292", "sha256": "dcd0c8676aeb4064ab51b06b6f64f039fb8286c9513cb4d59ffe58bbb62a4987" }, "downloads": -1, "filename": "astropy-3.0.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a4a2d18b31d33e31aa290cf048f9b292", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5860163, "upload_time": "2018-03-13T00:00:22", "upload_time_iso_8601": "2018-03-13T00:00:22.427807Z", "url": "https://files.pythonhosted.org/packages/90/3b/c3a95c592f34ac325a4259666419818a65e5a5ceb4f0e0d7efe13c0edb05/astropy-3.0.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e210e5811c62d63dabe4d6207b786d2", "sha256": "54c77289480f8613be0a878e2a47eab5c4fe57ac50c957ad39e9f21807e53eb1" }, "downloads": -1, "filename": "astropy-3.0.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2e210e5811c62d63dabe4d6207b786d2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5951570, "upload_time": "2018-03-13T00:00:35", "upload_time_iso_8601": "2018-03-13T00:00:35.498286Z", "url": "https://files.pythonhosted.org/packages/d1/60/7633f9e9928eb7cdb032b350e14a3b878336a2831ae82cab58016ccc3551/astropy-3.0.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "677f38a67b1f8a8399e0cc19b571e5b5", "sha256": "ebab64689f197ecd2137720f89dbe696cc5867cf589dacecf648d008dc468730" }, "downloads": -1, "filename": "astropy-3.0.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "677f38a67b1f8a8399e0cc19b571e5b5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5369530, "upload_time": "2018-03-13T22:50:42", "upload_time_iso_8601": "2018-03-13T22:50:42.997175Z", "url": "https://files.pythonhosted.org/packages/1e/8d/f2b9ec6ba83374942ecc1641756f84547eb9b857436b10f4595665f9a5bd/astropy-3.0.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff903eb72e1705425978c16a4c7a9ed5", "sha256": "18b22e99a8cc99e73c3df4adf5923cc31b58ecac82d25eb9c290b975532c83eb" }, "downloads": -1, "filename": "astropy-3.0.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "ff903eb72e1705425978c16a4c7a9ed5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5576707, "upload_time": "2018-03-13T22:51:27", "upload_time_iso_8601": "2018-03-13T22:51:27.812298Z", "url": "https://files.pythonhosted.org/packages/78/89/37ce0735d5cfc48199905a8bdbc1cd7c8b2daf72492837d37d1bd738bb9c/astropy-3.0.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8422db8415f29380a20a1c8adcbc9d1", "sha256": "df79712dd6b1e8831710dea7c3c27fa843097eb4bdeff9b6500d3f3538f8689a" }, "downloads": -1, "filename": "astropy-3.0.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f8422db8415f29380a20a1c8adcbc9d1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7510983, "upload_time": "2018-03-13T22:51:57", "upload_time_iso_8601": "2018-03-13T22:51:57.346246Z", "url": "https://files.pythonhosted.org/packages/46/d3/a4fb810a451fc3bd083151d194446a2f273e0b37b1480390c29aba7a36f7/astropy-3.0.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09de369a77c9bdcab6af84f17bd67d5e", "sha256": "0ddc9630e14269bccee67ce60f8a63ea6c14ea6297cf86c1a4fded73eeca5ff8" }, "downloads": -1, "filename": "astropy-3.0.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "09de369a77c9bdcab6af84f17bd67d5e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5863658, "upload_time": "2018-03-13T00:00:50", "upload_time_iso_8601": "2018-03-13T00:00:50.524870Z", "url": "https://files.pythonhosted.org/packages/1c/f7/04a490edf6f4773c3b569fa2536ef6c5efd48f3ff08ddc1437341b8a2058/astropy-3.0.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbd828fb70693a10770bc59ac62af0b8", "sha256": "e9e3ac197431b61224f66e0a56e3e8342dfa2e02a9e634e5ccb4eead9c336b29" }, "downloads": -1, "filename": "astropy-3.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dbd828fb70693a10770bc59ac62af0b8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5957005, "upload_time": "2018-03-13T00:01:10", "upload_time_iso_8601": "2018-03-13T00:01:10.812891Z", "url": "https://files.pythonhosted.org/packages/db/d5/e56bf57f197cb69e29d9836d84bd187ac13dc19e9060299923812c52c167/astropy-3.0.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "369302e5f5af420ab993a68137b9c760", "sha256": "1b716d28910d8556a23c90098267c364f7230dbe20b70bfdcb7ce1dd692f2097" }, "downloads": -1, "filename": "astropy-3.0.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "369302e5f5af420ab993a68137b9c760", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5372859, "upload_time": "2018-03-13T22:52:40", "upload_time_iso_8601": "2018-03-13T22:52:40.280790Z", "url": "https://files.pythonhosted.org/packages/5d/41/d6538df821e4eaa12a24a3ebebd6390fe902fae345a5fc2649a1fb714abf/astropy-3.0.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bdab17d7e531cc01695d5f36cda899cd", "sha256": "bfe0b697869894a5e058ab02b49f27a31aadfc78b88e7b3576692e81793105ef" }, "downloads": -1, "filename": "astropy-3.0.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "bdab17d7e531cc01695d5f36cda899cd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5581112, "upload_time": "2018-03-13T22:52:50", "upload_time_iso_8601": "2018-03-13T22:52:50.904755Z", "url": "https://files.pythonhosted.org/packages/d6/52/94fc7733fd4a1d19aef8769e024425ddf2fa89e4d37773c56091b5f1b7c2/astropy-3.0.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d54c2571fdb82642fcce27f5a88f33d3", "sha256": "c35f4433c14ddfcaf2407cc815385f3d85396727e9a1e660cf66a7c4f5dd1067" }, "downloads": -1, "filename": "astropy-3.0.1.tar.gz", "has_sig": true, "md5_digest": "d54c2571fdb82642fcce27f5a88f33d3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8034049, "upload_time": "2018-03-13T00:01:29", "upload_time_iso_8601": "2018-03-13T00:01:29.924032Z", "url": "https://files.pythonhosted.org/packages/b8/6d/5e15b13b33c8b1429446eb9432b876a10ad48655fba61e33500b8ad53dd6/astropy-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "3b2aeca71fcbc662efbc59c43cb18ac4", "sha256": "6ccd87fa22718ed4549472ba2000dbbeeb9a09dbc7dbf151b643b3855dcde8a4" }, "downloads": -1, "filename": "astropy-3.0.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3b2aeca71fcbc662efbc59c43cb18ac4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7541015, "upload_time": "2018-04-24T13:39:06", "upload_time_iso_8601": "2018-04-24T13:39:06.210818Z", "url": "https://files.pythonhosted.org/packages/00/31/0cc8c429717944e572794b427d4fda646083a742e4d79b9c9d2f296eb761/astropy-3.0.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "708f016d6c8515573365b623b58a1351", "sha256": "7811a4da3b61dbe15177d01e869d95c7271fc5e97983645c76ba32057e30093a" }, "downloads": -1, "filename": "astropy-3.0.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "708f016d6c8515573365b623b58a1351", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5874925, "upload_time": "2018-04-23T18:51:19", "upload_time_iso_8601": "2018-04-23T18:51:19.498255Z", "url": "https://files.pythonhosted.org/packages/ca/d0/2f62134e835cf5d8bc153e676953ab1ee26a1c6946e542a393546f33fa1d/astropy-3.0.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c08f3e8922e06e118bb8659b420fd15", "sha256": "75068f72140f23f4e56353563f1637c9711bdd321da9b73353c4f21441b204a0" }, "downloads": -1, "filename": "astropy-3.0.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3c08f3e8922e06e118bb8659b420fd15", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5969902, "upload_time": "2018-04-23T18:51:22", "upload_time_iso_8601": "2018-04-23T18:51:22.567564Z", "url": "https://files.pythonhosted.org/packages/54/14/6d31313c231f7c5f1050db9c6f4521bf5a61a4fdeb29ecb3b6c293f88f8b/astropy-3.0.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8c7fcb49dff094cd5489fd423f3b423", "sha256": "5d4063680b1c6e0836e5a3d1396b4805711a7dc01a1b5f575a7b56ffdb4548e1" }, "downloads": -1, "filename": "astropy-3.0.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "d8c7fcb49dff094cd5489fd423f3b423", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5376612, "upload_time": "2018-04-24T13:39:11", "upload_time_iso_8601": "2018-04-24T13:39:11.985745Z", "url": "https://files.pythonhosted.org/packages/3b/6b/3059ece21dcc662711ee18a9e2339c43b9bcc753db45097cddb74ba9f44a/astropy-3.0.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31ed9a9e92cc5f36aaf692222d85dda8", "sha256": "a0a7b827d0d45d72068e76179958230095f7e18f14430aa69d18975e77552b1f" }, "downloads": -1, "filename": "astropy-3.0.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "31ed9a9e92cc5f36aaf692222d85dda8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5588038, "upload_time": "2018-04-24T13:39:14", "upload_time_iso_8601": "2018-04-24T13:39:14.910079Z", "url": "https://files.pythonhosted.org/packages/4f/8f/6345176d45962e00bf40846678e497b7465825a94b16fa4aec0737c90cc3/astropy-3.0.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "724dbe6678f18829dba3dcae6cc82229", "sha256": "0d38080702114e950f0d1f90d6e9b6e9d60915ce32be27f195087307ac57a681" }, "downloads": -1, "filename": "astropy-3.0.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "724dbe6678f18829dba3dcae6cc82229", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7536692, "upload_time": "2018-04-24T13:39:18", "upload_time_iso_8601": "2018-04-24T13:39:18.077569Z", "url": "https://files.pythonhosted.org/packages/2d/61/84dc098ace93f0f9c9740d3d64031590b2243435b4b828dc1abd14b1faa2/astropy-3.0.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6af2498943bf0abcad6e561c390993a5", "sha256": "b96b531f571bc106cb7e469d6856b2513765229c6a5c7b6533141292944eb794" }, "downloads": -1, "filename": "astropy-3.0.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6af2498943bf0abcad6e561c390993a5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5880936, "upload_time": "2018-04-23T18:51:25", "upload_time_iso_8601": "2018-04-23T18:51:25.593594Z", "url": "https://files.pythonhosted.org/packages/03/2f/ff0e1323240f84cbaf283b73fb26c5517fc55ebcbdc1b1b5b0d8ee452259/astropy-3.0.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91b128e7dedc7c28fcd506513f2c8905", "sha256": "cec54f1419bd6785f9024e95607da78dea554e7cf94633fb3194995499909e50" }, "downloads": -1, "filename": "astropy-3.0.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "91b128e7dedc7c28fcd506513f2c8905", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5974441, "upload_time": "2018-04-23T18:51:28", "upload_time_iso_8601": "2018-04-23T18:51:28.627227Z", "url": "https://files.pythonhosted.org/packages/5a/87/4014ffffbac1777340e8580de0ca30f2e052648f776b9e2eaf83a90d3125/astropy-3.0.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e3b088dac19ba09d9a9c15838b1b46b", "sha256": "3e87f6553a5fb10bfa7c032394cb4283019429807f86e36986d7ad40db4cccbf" }, "downloads": -1, "filename": "astropy-3.0.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "2e3b088dac19ba09d9a9c15838b1b46b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5380510, "upload_time": "2018-04-24T13:39:23", "upload_time_iso_8601": "2018-04-24T13:39:23.577523Z", "url": "https://files.pythonhosted.org/packages/6e/a3/9dc3ee84156679fc4499280ed1d66edb9e61ffcfd7e69e3a6800b45cab1c/astropy-3.0.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5701da0b10018bed51c80af1eada1192", "sha256": "52002d052e497905b95d8836227174c4965b6521b317bde460a4e6907d84b9fb" }, "downloads": -1, "filename": "astropy-3.0.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "5701da0b10018bed51c80af1eada1192", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5591964, "upload_time": "2018-04-24T13:39:26", "upload_time_iso_8601": "2018-04-24T13:39:26.281824Z", "url": "https://files.pythonhosted.org/packages/91/12/eb15c6968e754f14f31795a71d6595dc8a078e070b8d0eb4327de5fd7e65/astropy-3.0.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf5b33a63bd50af6b04811c6f5335161", "sha256": "22e682904a3b8884595addfb743cf1a3ecf2b539c6616d98f8426208d822d84a" }, "downloads": -1, "filename": "astropy-3.0.2.tar.gz", "has_sig": true, "md5_digest": "bf5b33a63bd50af6b04811c6f5335161", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8060440, "upload_time": "2018-04-23T18:58:49", "upload_time_iso_8601": "2018-04-23T18:58:49.643183Z", "url": "https://files.pythonhosted.org/packages/53/47/0391d62635d542b15273b66ff92a9d1f4667a37fc57a17515230237c01dd/astropy-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "203e704ded82584fd021b839d89eb32b", "sha256": "5c01d04e0858db4187cc37e53a8df3efa805c24626d670228f6a944060bcbb98" }, "downloads": -1, "filename": "astropy-3.0.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "203e704ded82584fd021b839d89eb32b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7543790, "upload_time": "2018-06-02T15:21:06", "upload_time_iso_8601": "2018-06-02T15:21:06.908117Z", "url": "https://files.pythonhosted.org/packages/b5/1b/4e4d6869c5b4f76958d95eee60aea66c56980f7b6e89a561f4384755012a/astropy-3.0.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e7cfdadbbf9bab91ec0fda13b60d620", "sha256": "e7480c12556b979c48aadc1c43aa9cecf4b16b3aa5c18826d04af8c1a4045c84" }, "downloads": -1, "filename": "astropy-3.0.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5e7cfdadbbf9bab91ec0fda13b60d620", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5970683, "upload_time": "2018-06-02T15:21:16", "upload_time_iso_8601": "2018-06-02T15:21:16.892858Z", "url": "https://files.pythonhosted.org/packages/81/46/730243e638a2e47ed51277fb9e7aef9ba4756c3fe6ffc207990743091265/astropy-3.0.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "203223484330617ba9b9bc92cd943e4a", "sha256": "e0e802a6956c0c0db1cdb6bc9d51798351211cc36f42285272cfdacaafbce4db" }, "downloads": -1, "filename": "astropy-3.0.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "203223484330617ba9b9bc92cd943e4a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5379375, "upload_time": "2018-06-02T15:21:21", "upload_time_iso_8601": "2018-06-02T15:21:21.249191Z", "url": "https://files.pythonhosted.org/packages/36/61/b0580341117a56f9b1d7ac5ef811f0d2a9330ea86a20a579d06473349678/astropy-3.0.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6f1530b24800adf7a3dc024c8aaca80", "sha256": "004cce7a09aff74a97f11cba26f87626b0217000bd21ae697c937273a8062495" }, "downloads": -1, "filename": "astropy-3.0.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d6f1530b24800adf7a3dc024c8aaca80", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5591485, "upload_time": "2018-06-02T15:21:24", "upload_time_iso_8601": "2018-06-02T15:21:24.298151Z", "url": "https://files.pythonhosted.org/packages/9d/f2/4567b1e9e0f2a6f161784a56845d5c3c2125f8b75d645d3fd05093ae60a2/astropy-3.0.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54eb493c676b47f5ccb46c2d95a3d023", "sha256": "3ff426a91ef44b13e8827b12992b9a25358eaad8cb38b2097951bf89422dbe88" }, "downloads": -1, "filename": "astropy-3.0.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "54eb493c676b47f5ccb46c2d95a3d023", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7539467, "upload_time": "2018-06-02T15:21:27", "upload_time_iso_8601": "2018-06-02T15:21:27.700736Z", "url": "https://files.pythonhosted.org/packages/02/43/fb11c837f4ed422d867997db8207c5dd4a3ccccd83b9601d080086832335/astropy-3.0.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6fb237f8af0e23e223960cc5e37fd08", "sha256": "97efd4859bfa775ae899b586c96545210b2b8724137181a390e83defbf139751" }, "downloads": -1, "filename": "astropy-3.0.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e6fb237f8af0e23e223960cc5e37fd08", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5881842, "upload_time": "2018-06-02T15:21:31", "upload_time_iso_8601": "2018-06-02T15:21:31.295799Z", "url": "https://files.pythonhosted.org/packages/c0/e2/9eb5f865efdbd3d1efeb68825d9bb58e9f30febbefea94a29ee94c6dafb3/astropy-3.0.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6941bfd92ae839531e2a0077531ac4b", "sha256": "53048c3cf70db6d9775dca5bcca01f6bff300504f21e8062f11c3b8a25806f28" }, "downloads": -1, "filename": "astropy-3.0.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f6941bfd92ae839531e2a0077531ac4b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5975045, "upload_time": "2018-06-02T15:21:34", "upload_time_iso_8601": "2018-06-02T15:21:34.280815Z", "url": "https://files.pythonhosted.org/packages/a9/b8/87c234e8a5407d82999b0c6385a9b3c38bd5f6db9ee1d8e565e521b2d1f5/astropy-3.0.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f09b0de2851393545a2d30f4f16eb598", "sha256": "470e256d3a5a61e5c1c100e328d9cf91118c65540f8b05909a19a920e21f700b" }, "downloads": -1, "filename": "astropy-3.0.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "f09b0de2851393545a2d30f4f16eb598", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5383206, "upload_time": "2018-06-02T15:21:37", "upload_time_iso_8601": "2018-06-02T15:21:37.248671Z", "url": "https://files.pythonhosted.org/packages/59/3b/c5cc7293f848caf40ec807184a6f951d4713bbb5f535f50237db144bb1b2/astropy-3.0.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bc126a4a14fbdf4d2f2ff15ef363570b", "sha256": "0d631fd60712166fbd49db0db51c4426c53a3b6dad8f22fd2464e31cb955474b" }, "downloads": -1, "filename": "astropy-3.0.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "bc126a4a14fbdf4d2f2ff15ef363570b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5595412, "upload_time": "2018-06-02T15:21:40", "upload_time_iso_8601": "2018-06-02T15:21:40.378943Z", "url": "https://files.pythonhosted.org/packages/e1/d9/d7c4a30d0972a24d468c6cb1ac2fe50cd42a7fcb43b66c9dc1cb5a03f7f5/astropy-3.0.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6fe7d5049fc0d7c7132e7ff54a8111e", "sha256": "6af07abe5e263820a3dec93832a6ad74005013071490e125afbc6514411721da" }, "downloads": -1, "filename": "astropy-3.0.3.tar.gz", "has_sig": true, "md5_digest": "f6fe7d5049fc0d7c7132e7ff54a8111e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8058048, "upload_time": "2018-06-01T22:57:54", "upload_time_iso_8601": "2018-06-01T22:57:54.971487Z", "url": "https://files.pythonhosted.org/packages/fc/36/26114bb003bc1ebb483a6fa1da7bb88868c87a80327c9f0c0b1c4b9c3dbc/astropy-3.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "1b06bae2a3c729e4955deb3f172265cd", "sha256": "d33d3eb63aff0404d53c95f178fac4297f52c7e041f1d82cde691a72ca48ed74" }, "downloads": -1, "filename": "astropy-3.0.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1b06bae2a3c729e4955deb3f172265cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7673905, "upload_time": "2018-08-03T14:05:48", "upload_time_iso_8601": "2018-08-03T14:05:48.251078Z", "url": "https://files.pythonhosted.org/packages/9d/d6/3634bae9472b1d3a45bf06a4d4204258d072a1329c04b4a329c03eb050e4/astropy-3.0.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f79999d2385e8dfba9b3d4ecf6ce360a", "sha256": "dff6aafea281c6d79413c7bdcfb87c8f96e63637fd9a3df67db359bdad29f6c1" }, "downloads": -1, "filename": "astropy-3.0.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f79999d2385e8dfba9b3d4ecf6ce360a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5976113, "upload_time": "2018-08-03T14:05:52", "upload_time_iso_8601": "2018-08-03T14:05:52.276935Z", "url": "https://files.pythonhosted.org/packages/b9/b4/70e049b58ab8d8b3a279074ae89abbab0f6940fc44914cde67649ec6c9d5/astropy-3.0.4-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f42fdbde3661b0db09a9a427b20e8b5e", "sha256": "c08cb42efeeefef5369502d1f06fc49d77c52ce44c94c90ece40403bc84bb454" }, "downloads": -1, "filename": "astropy-3.0.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f42fdbde3661b0db09a9a427b20e8b5e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7690293, "upload_time": "2018-08-03T14:05:55", "upload_time_iso_8601": "2018-08-03T14:05:55.426433Z", "url": "https://files.pythonhosted.org/packages/29/55/c8beab35f105cd70b3849b8116fa7afafaca1eb0ef96b6829cf6def7199a/astropy-3.0.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed7c60f369f26b8d0d87eee5d764b09e", "sha256": "dea831dbd2b57c37909be46fb25bd5cfefefb1b7679f0d76782aa879e98014a1" }, "downloads": -1, "filename": "astropy-3.0.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ed7c60f369f26b8d0d87eee5d764b09e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5981333, "upload_time": "2018-08-03T14:05:59", "upload_time_iso_8601": "2018-08-03T14:05:59.070166Z", "url": "https://files.pythonhosted.org/packages/9a/dd/379071efa94c223c596594a429ab41b8e1bb7052e40c733842a9f28674c3/astropy-3.0.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a19be3d1a0adea0e2d263c199101849", "sha256": "16238ed9a6cd2d0bad0f6e0b61ada68abdd2cb3ca67ae570e4f67825b21b59d6" }, "downloads": -1, "filename": "astropy-3.0.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8a19be3d1a0adea0e2d263c199101849", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5979019, "upload_time": "2018-08-03T14:06:02", "upload_time_iso_8601": "2018-08-03T14:06:02.300097Z", "url": "https://files.pythonhosted.org/packages/e9/94/1feba658d03ee12b8eeeaced9932cab6e7aba92eb705d420b7221e3dd1ea/astropy-3.0.4-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05ffa1d9f8288a562661c85a4f9e1a23", "sha256": "f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76" }, "downloads": -1, "filename": "astropy-3.0.4.tar.gz", "has_sig": true, "md5_digest": "05ffa1d9f8288a562661c85a4f9e1a23", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8040822, "upload_time": "2018-08-02T19:01:06", "upload_time_iso_8601": "2018-08-02T19:01:06.580337Z", "url": "https://files.pythonhosted.org/packages/4b/bf/9fba1226f7acfa63bc2d86e79173c72d46f3175687bf74856281c6f5db42/astropy-3.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "33e26d157d11a3549c6a3e0fe01b321a", "sha256": "5fafe7f071d823b2cecd3e89e343b75790525d7ab6ed9b4581f6e71adc9e0fac" }, "downloads": -1, "filename": "astropy-3.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "33e26d157d11a3549c6a3e0fe01b321a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7683279, "upload_time": "2018-10-18T22:05:46", "upload_time_iso_8601": "2018-10-18T22:05:46.041570Z", "url": "https://files.pythonhosted.org/packages/8f/80/f408d8d7623b2eb2ecf1fa426852a347b77099daaec790fce4d11a615d8a/astropy-3.0.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7020df04073314df29f81c66ec7aed5", "sha256": "a52868e1069b8fc5edfdde6d9c5e88a6af1a3a03b2cdadcc486d652539525d49" }, "downloads": -1, "filename": "astropy-3.0.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d7020df04073314df29f81c66ec7aed5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5976186, "upload_time": "2018-10-18T22:05:51", "upload_time_iso_8601": "2018-10-18T22:05:51.584958Z", "url": "https://files.pythonhosted.org/packages/36/f2/8ebc112247fec6e507127abbdd4e0734995337d289e6e47a36604806a1e8/astropy-3.0.5-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d8492687da88a7c7997fa16c56e1672", "sha256": "a5facd21d3862b1a633d76d351c2e9482719b80aa949ae8a0f7c6201d5194bcd" }, "downloads": -1, "filename": "astropy-3.0.5-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "5d8492687da88a7c7997fa16c56e1672", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5393120, "upload_time": "2018-10-18T22:05:53", "upload_time_iso_8601": "2018-10-18T22:05:53.624900Z", "url": "https://files.pythonhosted.org/packages/4f/54/c6420849c7ee5c7491445f4e094743f878e0cae6583a7930e92cfa426fac/astropy-3.0.5-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38958cfdfcb58c16b939fc5b10753ddf", "sha256": "5aa2972e8ca6e06e2ea06777b831d9bf0f044ded4b3190de3e93fbc108d78db6" }, "downloads": -1, "filename": "astropy-3.0.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "38958cfdfcb58c16b939fc5b10753ddf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5609034, "upload_time": "2018-10-18T22:05:56", "upload_time_iso_8601": "2018-10-18T22:05:56.530447Z", "url": "https://files.pythonhosted.org/packages/db/15/f09bed7acc276ee60832a972ff2ffb09b925d7a8b58d93ccb69b135ff48e/astropy-3.0.5-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c7887cf83a39ea9d1d571ceebe43d87", "sha256": "969891b357ad0b1d1121c33f113ca66f9965e8cef5ab5a695ef398cef0088bb2" }, "downloads": -1, "filename": "astropy-3.0.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9c7887cf83a39ea9d1d571ceebe43d87", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7730681, "upload_time": "2018-10-18T22:05:59", "upload_time_iso_8601": "2018-10-18T22:05:59.423939Z", "url": "https://files.pythonhosted.org/packages/df/ca/5e1fe9b10c0d3afe47e92ab5bdad4d2ec8e0de320478fea9670bbce75a54/astropy-3.0.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1da1258a37dde220c86bc4cd607775b0", "sha256": "8081f51ec8f7427ebddd57ccf720c916c88cd4dd9091ebf26dace08a1837ac85" }, "downloads": -1, "filename": "astropy-3.0.5-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1da1258a37dde220c86bc4cd607775b0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5896487, "upload_time": "2018-10-18T22:06:01", "upload_time_iso_8601": "2018-10-18T22:06:01.695882Z", "url": "https://files.pythonhosted.org/packages/05/66/f8535aec7b2e9bdd3aecde5d0b9a1ea7dfcac40cd2bf8b4936a750d25568/astropy-3.0.5-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bf79b3a3ea98299ff643d9222b3bf44", "sha256": "ed702deddf3aa726559759a1987062970b743318ffe6cb94ce5c2672e211530a" }, "downloads": -1, "filename": "astropy-3.0.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1bf79b3a3ea98299ff643d9222b3bf44", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5986635, "upload_time": "2018-10-18T22:06:04", "upload_time_iso_8601": "2018-10-18T22:06:04.327079Z", "url": "https://files.pythonhosted.org/packages/26/6f/d6993ad4dde9cfa7c51f9be218739302e1f01b5e1df2b59853084b26c439/astropy-3.0.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a1caf1f8baf21355313e266cdf52f6db", "sha256": "c08c7e5557b9de5657de697ecb4ab93c5c8a509bee54ca9dce191c98c39fbb22" }, "downloads": -1, "filename": "astropy-3.0.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a1caf1f8baf21355313e266cdf52f6db", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5401805, "upload_time": "2018-10-18T22:06:07", "upload_time_iso_8601": "2018-10-18T22:06:07.670501Z", "url": "https://files.pythonhosted.org/packages/74/d0/f7680493844a79fad737fa7cf8c5b5a4d8240105fb285c640f263894ad74/astropy-3.0.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6ad9341401dd0a72e6acd1803e37773", "sha256": "79bb1b9f5cb6ac4ee249843b1b54bf884d9e0d41a26684ecd64b3eab602cd884" }, "downloads": -1, "filename": "astropy-3.0.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a6ad9341401dd0a72e6acd1803e37773", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5620393, "upload_time": "2018-10-18T22:06:10", "upload_time_iso_8601": "2018-10-18T22:06:10.009592Z", "url": "https://files.pythonhosted.org/packages/a1/7e/3333954fff64d8cccf77cd6467b8e92e21a0ff1907804d43adb4fcea9133/astropy-3.0.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48ad0bd2c7d09234a34a5962142bbb07", "sha256": "65578138525779d04fb5b506451c9fd9e0866c3caa018f9e0d315d5938feb568" }, "downloads": -1, "filename": "astropy-3.0.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "48ad0bd2c7d09234a34a5962142bbb07", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7702564, "upload_time": "2018-10-18T22:06:12", "upload_time_iso_8601": "2018-10-18T22:06:12.427664Z", "url": "https://files.pythonhosted.org/packages/fa/97/8e22e47694d2d2b9e9c95e57af28170acdcfe42cd9e5c64cdf3c30688389/astropy-3.0.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "379bfebb6e21eb90b47212048ddf6966", "sha256": "df6339ac1386484fed294af698497e4bc9f652136c1d34d31d2abb9460ca65a1" }, "downloads": -1, "filename": "astropy-3.0.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "379bfebb6e21eb90b47212048ddf6966", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5986200, "upload_time": "2018-10-18T22:06:15", "upload_time_iso_8601": "2018-10-18T22:06:15.441538Z", "url": "https://files.pythonhosted.org/packages/5a/c6/5e823cb1b0a55eb0ab5da32553916867f7cd7349df98b517ba6f19c86edc/astropy-3.0.5-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0dbc46ca15f24b9ea908435c670dd2ce", "sha256": "82d1ff422c8a62930821b5e58c4a9fc2bfe42b924cad12129ef69e04abb18d76" }, "downloads": -1, "filename": "astropy-3.0.5.tar.gz", "has_sig": true, "md5_digest": "0dbc46ca15f24b9ea908435c670dd2ce", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8061570, "upload_time": "2018-10-18T22:06:18", "upload_time_iso_8601": "2018-10-18T22:06:18.154771Z", "url": "https://files.pythonhosted.org/packages/21/7b/85cccff0b648752580664c479c377e6d3c7b018bc462e0417ed5ec8f46d4/astropy-3.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0rc1": [ { "comment_text": "", "digests": { "md5": "648eea22ad264f7f469cbe25a5f889df", "sha256": "bb4b83ed3b86c90b3497d21ff5caf73f3af4f2ffbc2786bdeefd735d54647651" }, "downloads": -1, "filename": "astropy-3.0rc1.tar.gz", "has_sig": true, "md5_digest": "648eea22ad264f7f469cbe25a5f889df", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7990828, "upload_time": "2018-01-08T01:54:30", "upload_time_iso_8601": "2018-01-08T01:54:30.321836Z", "url": "https://files.pythonhosted.org/packages/29/48/f6ec337911a0abc7dbaf7a99d8e13464a4821f9e39b32bced69e510563da/astropy-3.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0rc2": [ { "comment_text": "", "digests": { "md5": "630f1e061033483ca6d5d77efaa7bc40", "sha256": "757a566226c55d8244f8b6931848f88cd71bda473fdcb0ab5978d3f447385cdb" }, "downloads": -1, "filename": "astropy-3.0rc2.tar.gz", "has_sig": true, "md5_digest": "630f1e061033483ca6d5d77efaa7bc40", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8009684, "upload_time": "2018-01-26T01:12:04", "upload_time_iso_8601": "2018-01-26T01:12:04.501566Z", "url": "https://files.pythonhosted.org/packages/e6/a1/26cea6fc7ca04fcc0dece89c1c4a0953b24df6fb23d07bc17135461fcc2a/astropy-3.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1": [ { "comment_text": "", "digests": { "md5": "a10d57691a35075f86897ebfa07452af", "sha256": "a78114f3cd881e7ad40632dc49fdb4cddc2c885d720b23c935479a1d8e890929" }, "downloads": -1, "filename": "astropy-3.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a10d57691a35075f86897ebfa07452af", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7960764, "upload_time": "2018-12-06T22:07:44", "upload_time_iso_8601": "2018-12-06T22:07:44.066243Z", "url": "https://files.pythonhosted.org/packages/00/aa/22f37e3ef08bc930bb710cd69322c70f0b249ac23b8b179de9365108cd9e/astropy-3.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b052fc0056372aef45090d7ddb0af544", "sha256": "734a3d12cb9333b88105997e505fb73dfe47f3b5a650d69ba578a7cdd040bd72" }, "downloads": -1, "filename": "astropy-3.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b052fc0056372aef45090d7ddb0af544", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6104917, "upload_time": "2018-12-06T21:07:03", "upload_time_iso_8601": "2018-12-06T21:07:03.533714Z", "url": "https://files.pythonhosted.org/packages/44/6c/fe89502ae22910dc8f23569de7e9c7cffdc4de56d77b8ede25c79dae4604/astropy-3.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7f4fb14316e8f39c55f2298200639227", "sha256": "61382696e3b6a30f2d19d46bdcbf699df46a0c5a5a2d15a2e4c4b792c77ee008" }, "downloads": -1, "filename": "astropy-3.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7f4fb14316e8f39c55f2298200639227", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6191871, "upload_time": "2018-12-06T21:07:06", "upload_time_iso_8601": "2018-12-06T21:07:06.523741Z", "url": "https://files.pythonhosted.org/packages/21/27/15ad665234427289417ecccb1496c91c0201432c276e078c623dadbbb552/astropy-3.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c4c8bd11494d1c01eb8753bd531bf11", "sha256": "c3d48f2f5d10c1bc98c25d77335cd75880b11dd21649c5b15babb3fdf11466f7" }, "downloads": -1, "filename": "astropy-3.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "2c4c8bd11494d1c01eb8753bd531bf11", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5567703, "upload_time": "2018-12-06T21:07:16", "upload_time_iso_8601": "2018-12-06T21:07:16.208505Z", "url": "https://files.pythonhosted.org/packages/40/38/1cc3eddfcdc807117d55440fda4159d82bedf10ea31442d140e6e8d74bf7/astropy-3.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "221b383fa7e99aafbf02c5832cb64b32", "sha256": "b239d71e62710c4bb86224eb26014c2b8bfebc742857274a228da6a1623afae0" }, "downloads": -1, "filename": "astropy-3.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "221b383fa7e99aafbf02c5832cb64b32", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5794136, "upload_time": "2018-12-06T21:07:18", "upload_time_iso_8601": "2018-12-06T21:07:18.729198Z", "url": "https://files.pythonhosted.org/packages/ba/ff/f61643f3d0f9a16fb1288e30297a593052e3c278690f7989ec2bead4b5db/astropy-3.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7cca43cae74158856d07d99fd0d0794", "sha256": "920e4c5f709856e495a24a130b6b4d1b0c8a14a937fa44c3adfca201c7c1c362" }, "downloads": -1, "filename": "astropy-3.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "e7cca43cae74158856d07d99fd0d0794", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8002044, "upload_time": "2018-12-06T22:08:27", "upload_time_iso_8601": "2018-12-06T22:08:27.642615Z", "url": "https://files.pythonhosted.org/packages/4a/16/3c68813b028dbf8da9b2c8f3b310710d7b21b385c8ae37d880d1781b39d2/astropy-3.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41ebe3bcd7ac111cb145b387c95f3664", "sha256": "d7d51bbd68a518950501d579093f2ef9be143b9209ef81b39b0331ce9f63b8ac" }, "downloads": -1, "filename": "astropy-3.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "41ebe3bcd7ac111cb145b387c95f3664", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6112310, "upload_time": "2018-12-06T22:08:31", "upload_time_iso_8601": "2018-12-06T22:08:31.124275Z", "url": "https://files.pythonhosted.org/packages/a3/19/095542477774ae6859917c76a03cb7ae8eecf8a09ccca2406d519d45e4db/astropy-3.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ecb4fb23525c51dec7713e43581d54b2", "sha256": "5356f46863febcc643b5d902e3d9dce7e8dbfb5036055a1e7cb9972c2c3cbf87" }, "downloads": -1, "filename": "astropy-3.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ecb4fb23525c51dec7713e43581d54b2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6199409, "upload_time": "2018-12-06T21:07:21", "upload_time_iso_8601": "2018-12-06T21:07:21.445850Z", "url": "https://files.pythonhosted.org/packages/ca/72/5d5784ab53387fc156f2a1bac5a822ef92c5096b915df0ca0880b639bc83/astropy-3.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8ad2c972db4f4087e96f3ee70434f9bc", "sha256": "87fe4c9632f7a4e0997fe4767e17c62c638a9928021235f0133e19bcfbcf964f" }, "downloads": -1, "filename": "astropy-3.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8ad2c972db4f4087e96f3ee70434f9bc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5575395, "upload_time": "2018-12-06T21:07:24", "upload_time_iso_8601": "2018-12-06T21:07:24.097450Z", "url": "https://files.pythonhosted.org/packages/c0/b4/f320eceaea501c0669b5d84ea146b242534abade52a0f633fbb03f93cc2b/astropy-3.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9651421fbb56a30770995d1b881b4ec4", "sha256": "b48800fc2841fe72aa51f8badbb749bb7a5354836398c9fbdf9c30d9c69d2b53" }, "downloads": -1, "filename": "astropy-3.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "9651421fbb56a30770995d1b881b4ec4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5803146, "upload_time": "2018-12-06T21:07:26", "upload_time_iso_8601": "2018-12-06T21:07:26.815283Z", "url": "https://files.pythonhosted.org/packages/db/cb/fd371627bcd330c6b3eedc7578315731a4aeab7f2db65e5f0c0c244fd5a9/astropy-3.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cc28268e2b9400a7413b5c0359cac160", "sha256": "bceafa0e6dcfb3afe6079269edfddddfaddcac25dc67a457563dd41b4da81c42" }, "downloads": -1, "filename": "astropy-3.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "cc28268e2b9400a7413b5c0359cac160", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7981121, "upload_time": "2018-12-06T22:08:34", "upload_time_iso_8601": "2018-12-06T22:08:34.990061Z", "url": "https://files.pythonhosted.org/packages/18/50/45bcec1d255e416e908e0434e8223390ff430b408de74fbec193dc8a54aa/astropy-3.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60e2dd32da5476c62db4aad8d832c5a4", "sha256": "28eda38d4305a1ff21f1e01f64463a1f498977af2ac2917a871fd894faee0536" }, "downloads": -1, "filename": "astropy-3.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "60e2dd32da5476c62db4aad8d832c5a4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6111014, "upload_time": "2018-12-06T21:07:29", "upload_time_iso_8601": "2018-12-06T21:07:29.728700Z", "url": "https://files.pythonhosted.org/packages/fb/1a/8934b8ab57e15df62e02091b1d3b4f4c9335caa225c9cd463d613e6f1815/astropy-3.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a625f6c22283aa25b1d2c663e6a0cd2", "sha256": "7789a5371bfc8aed970713ca477ab45781f166f4b09c80fd80de1170bcc59a64" }, "downloads": -1, "filename": "astropy-3.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9a625f6c22283aa25b1d2c663e6a0cd2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6198715, "upload_time": "2018-12-06T21:07:32", "upload_time_iso_8601": "2018-12-06T21:07:32.501260Z", "url": "https://files.pythonhosted.org/packages/36/23/a02c0eae427c0cad296c6c8be78d95a9638f4ec149a3d7249ae824e1fc11/astropy-3.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc5b9a6a758fd61d74e7ae8bf47cf4aa", "sha256": "8f755516479974b37b426134b01d776b0d744aa77d9e0b37720877d030cadc10" }, "downloads": -1, "filename": "astropy-3.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "dc5b9a6a758fd61d74e7ae8bf47cf4aa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5576147, "upload_time": "2018-12-06T21:07:35", "upload_time_iso_8601": "2018-12-06T21:07:35.802847Z", "url": "https://files.pythonhosted.org/packages/55/c0/bba24f0e445f9c755233076ecf9bcd52432e3d1182a135d5580dab20cacf/astropy-3.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e22245081348ec8a9ac70321b7d66395", "sha256": "6ffbd99b13eb3b5e9ad4b1a2c872a91cb730f8121d248b8fde85ed16314e0266" }, "downloads": -1, "filename": "astropy-3.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "e22245081348ec8a9ac70321b7d66395", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5804501, "upload_time": "2018-12-06T21:07:38", "upload_time_iso_8601": "2018-12-06T21:07:38.637229Z", "url": "https://files.pythonhosted.org/packages/10/48/57579190c9d6eaa4aaec1b76ae51d95ce365a09d67aef7056ff41de48f9f/astropy-3.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb662a7a8ab3bf47b74d6feb2ffca1e0", "sha256": "1e10e0f099f54f2c119e70863b10ff64c6b3ad30e9fa47e648023d701d6fb5d1" }, "downloads": -1, "filename": "astropy-3.1.tar.gz", "has_sig": true, "md5_digest": "fb662a7a8ab3bf47b74d6feb2ffca1e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8204843, "upload_time": "2018-12-06T17:14:17", "upload_time_iso_8601": "2018-12-06T17:14:17.049564Z", "url": "https://files.pythonhosted.org/packages/b3/12/4b29e2d1af7f5e6eb29fa2f563d8264e3bf0158e86dc75d839ecc0105c93/astropy-3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "3a49a0d169e3462c9bbcebd16e43112c", "sha256": "ec24dff9b80b268136445838653795e642fe62f47791dc76c0e1d58d61a51267" }, "downloads": -1, "filename": "astropy-3.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3a49a0d169e3462c9bbcebd16e43112c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7962401, "upload_time": "2019-01-03T21:23:28", "upload_time_iso_8601": "2019-01-03T21:23:28.876660Z", "url": "https://files.pythonhosted.org/packages/2c/c7/465a070c6152673ef3c7a3d1d34240bd9e758d959dde21d7b9cdc5f6e4ae/astropy-3.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6212124852ea2a1a4d17701dc6cb6be4", "sha256": "3eabe39267f9b3b9ff8d3ccd5b9342fb408e2e8d363fd4e006113fb2f80a5c0a" }, "downloads": -1, "filename": "astropy-3.1.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6212124852ea2a1a4d17701dc6cb6be4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6108168, "upload_time": "2019-01-03T21:23:34", "upload_time_iso_8601": "2019-01-03T21:23:34.010640Z", "url": "https://files.pythonhosted.org/packages/df/1b/dc03e5ddb5e69847177079d74c016051166f53b26e31b30b3dd2be35d053/astropy-3.1.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd6688ae63921776838a2f5bb299ad00", "sha256": "7b4253d1520d8bbb23e4a9d6c3b1253984fb7466ebffdc9670396d327ce704ba" }, "downloads": -1, "filename": "astropy-3.1.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fd6688ae63921776838a2f5bb299ad00", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6193980, "upload_time": "2019-01-03T21:23:37", "upload_time_iso_8601": "2019-01-03T21:23:37.213724Z", "url": "https://files.pythonhosted.org/packages/b9/f6/9be0ab0baf8aed8fcbc45554aa289a9669af9d35f6d05e89852e85c8009f/astropy-3.1.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf69a85448db525e1dc78feac72b5c24", "sha256": "8735afbcb914494dcc629e7dc75e2247c7e34fd284d557481546e49cbb985386" }, "downloads": -1, "filename": "astropy-3.1.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "bf69a85448db525e1dc78feac72b5c24", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5571607, "upload_time": "2019-01-03T21:23:40", "upload_time_iso_8601": "2019-01-03T21:23:40.802959Z", "url": "https://files.pythonhosted.org/packages/dd/8a/3bc3b754328424da153f7218f20add18a838d8a998db68e7125cb406d906/astropy-3.1.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e302c6f4a3f41dee9703da2d6cd29511", "sha256": "6780d9d70402c4b3b19a3cbd3855af00cc307d342cb356c73df327d773eeacfd" }, "downloads": -1, "filename": "astropy-3.1.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "e302c6f4a3f41dee9703da2d6cd29511", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5797703, "upload_time": "2019-01-03T21:23:44", "upload_time_iso_8601": "2019-01-03T21:23:44.029158Z", "url": "https://files.pythonhosted.org/packages/78/7b/7f706b8020098a50887a5bc3e6dd8a628b4caa42fec55ff6f0c1a2f83cfd/astropy-3.1.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1922f528b44cf3f5a832fa7cbd014d88", "sha256": "8b4dde2ec9d14d8b497c988344524bf1bcfacaac6250de5836dfbebf5ec4123c" }, "downloads": -1, "filename": "astropy-3.1.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "1922f528b44cf3f5a832fa7cbd014d88", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8003407, "upload_time": "2019-01-03T21:23:47", "upload_time_iso_8601": "2019-01-03T21:23:47.429662Z", "url": "https://files.pythonhosted.org/packages/a5/c3/e108df9b431dcf88c4aaeee030c29ba7d410cabdcdb90bf185e17af32ece/astropy-3.1.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86016bc155d401e210c0d6e0b0c632c4", "sha256": "d49794159e65675d7cbca89112293bb0007463814788ca1dab156b1ce1f3516c" }, "downloads": -1, "filename": "astropy-3.1.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "86016bc155d401e210c0d6e0b0c632c4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6116115, "upload_time": "2019-01-03T21:23:50", "upload_time_iso_8601": "2019-01-03T21:23:50.651462Z", "url": "https://files.pythonhosted.org/packages/ac/bc/ae9194773915a919dd7349fa3d37c674a87784754941b1841f47f0a69d8b/astropy-3.1.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a35d9122a9d044aed1b3bf013463dd4", "sha256": "564587b96867058b9ee84be6a5f78e9a48c39acfc0d9d7e531732654424df6e6" }, "downloads": -1, "filename": "astropy-3.1.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0a35d9122a9d044aed1b3bf013463dd4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6202249, "upload_time": "2019-01-03T21:23:53", "upload_time_iso_8601": "2019-01-03T21:23:53.625342Z", "url": "https://files.pythonhosted.org/packages/dc/d2/433a9fc2a7d3cd4c3e5c3690f0935db17f4b37439de2a420e5ec11403191/astropy-3.1.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ed10ae0c34d872b16824a709461ef2e", "sha256": "734d2099902363c09dae0ae3e32d51492fa963938abfda03b9acfd2b9612364d" }, "downloads": -1, "filename": "astropy-3.1.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "4ed10ae0c34d872b16824a709461ef2e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5579227, "upload_time": "2019-01-03T21:23:56", "upload_time_iso_8601": "2019-01-03T21:23:56.203949Z", "url": "https://files.pythonhosted.org/packages/1a/b7/f0b7132c01a065380d72a06004390b3ad8c023da122a7d93ce1787824e9f/astropy-3.1.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05b2440509f29f5cdfceba1e2819c850", "sha256": "28d43d74785b1fc19bc3c05cd1e45026cbc784e2551f35a1103ad8e82da48705" }, "downloads": -1, "filename": "astropy-3.1.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "05b2440509f29f5cdfceba1e2819c850", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5806931, "upload_time": "2019-01-03T21:23:58", "upload_time_iso_8601": "2019-01-03T21:23:58.934588Z", "url": "https://files.pythonhosted.org/packages/f7/da/f0b67671c509631dddfa1ade60fa036c852a7b2154568e9d3b95b684b776/astropy-3.1.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54d814f30b3358628137642792523c03", "sha256": "62ba6f14fbe6418d0019ffa17775f715af265cec4e40baae9c2fce287c480913" }, "downloads": -1, "filename": "astropy-3.1.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "54d814f30b3358628137642792523c03", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7982605, "upload_time": "2019-01-03T21:24:01", "upload_time_iso_8601": "2019-01-03T21:24:01.964246Z", "url": "https://files.pythonhosted.org/packages/b7/78/d266d2ecaf9c0c6b3f0bd5d71bf62aad977a3c6f69483fa255a91e8254bf/astropy-3.1.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c640ae48c5a9b82afebea5a7ad8c9c9b", "sha256": "7b6b898dd5fcc19761de9a76f91592a56fd9393c4e1eee6c1a4e2ea03d6dc817" }, "downloads": -1, "filename": "astropy-3.1.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c640ae48c5a9b82afebea5a7ad8c9c9b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6115152, "upload_time": "2019-01-03T21:24:05", "upload_time_iso_8601": "2019-01-03T21:24:05.241245Z", "url": "https://files.pythonhosted.org/packages/32/30/e03a2e2d06fe8a6346cec798fb36876dce2b2e5f3a3cf28e3e175e0671bc/astropy-3.1.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e05ddb8d50987a31f8a55ff42761355e", "sha256": "04de975f4f419fff67e08583c012a1ff3bd146c7e240d86f76e096803255c5bc" }, "downloads": -1, "filename": "astropy-3.1.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e05ddb8d50987a31f8a55ff42761355e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6201418, "upload_time": "2019-01-03T21:24:08", "upload_time_iso_8601": "2019-01-03T21:24:08.040687Z", "url": "https://files.pythonhosted.org/packages/14/5a/f2e2135da50c9320b4f1df604961542e0d241da0b66a5ba5e05cf4864e84/astropy-3.1.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8a15f15aff68d3779b5802627a4297b", "sha256": "6c1525569a4b4a77ad60a4ee9270ee69534150b6684bd953a963aa0033c45f98" }, "downloads": -1, "filename": "astropy-3.1.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "c8a15f15aff68d3779b5802627a4297b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5579990, "upload_time": "2019-01-03T21:24:10", "upload_time_iso_8601": "2019-01-03T21:24:10.890081Z", "url": "https://files.pythonhosted.org/packages/e2/18/1268b443446410c4b66393e65050ac0130bc32c14547774ba45fd5ba6eb8/astropy-3.1.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ef3fb0aa5a349c7764159db21a1676e", "sha256": "cc13d11382a4e3d033ca2bfff18f4e8dfe252d8d45e6d3abaf79d610931e8af4" }, "downloads": -1, "filename": "astropy-3.1.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "0ef3fb0aa5a349c7764159db21a1676e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5808177, "upload_time": "2019-01-03T21:24:13", "upload_time_iso_8601": "2019-01-03T21:24:13.561245Z", "url": "https://files.pythonhosted.org/packages/3f/da/0d7a0f36194585df74eff24fb0dbc46b5195c46cd4b6acca844d069d2297/astropy-3.1.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be7267b5b15face74626876fc2901119", "sha256": "6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b" }, "downloads": -1, "filename": "astropy-3.1.1.tar.gz", "has_sig": true, "md5_digest": "be7267b5b15face74626876fc2901119", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8204190, "upload_time": "2018-12-31T23:59:57", "upload_time_iso_8601": "2018-12-31T23:59:57.675792Z", "url": "https://files.pythonhosted.org/packages/eb/f7/1251bf6881861f24239efe0c24cbcfc4191ccdbb69ac3e9bb740d0c23352/astropy-3.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "9c14764aa66dc2ddcf5fe2c85d63f3c5", "sha256": "814495f20e1320955a27564acfb64ba17f9a10f3578365c3be4b9bf8c3c49934" }, "downloads": -1, "filename": "astropy-3.1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "9c14764aa66dc2ddcf5fe2c85d63f3c5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7964163, "upload_time": "2019-02-26T19:49:56", "upload_time_iso_8601": "2019-02-26T19:49:56.390216Z", "url": "https://files.pythonhosted.org/packages/db/ff/cd080dd90b9fed05773ab6a73ab4706531a919e3da71ad2c3665e4ac4e1c/astropy-3.1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "68dae24db98217d49ef87fe9c2f0c55b", "sha256": "efa11e5852c2f0f6e15efbf53151a141e4417b956ff94bb0f1db708acb5f085c" }, "downloads": -1, "filename": "astropy-3.1.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "68dae24db98217d49ef87fe9c2f0c55b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6109995, "upload_time": "2019-02-26T19:50:08", "upload_time_iso_8601": "2019-02-26T19:50:08.139210Z", "url": "https://files.pythonhosted.org/packages/4f/99/077320dd828102fe5a77b418abe74dd2b7ea6a575eab4524d8887a742dd9/astropy-3.1.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "833b566759a9626a0ad73537f9a82b7b", "sha256": "0c77f59f578794c9984875e2a4413ca771432dc1e64d7c4ec0a49ded33f68a60" }, "downloads": -1, "filename": "astropy-3.1.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "833b566759a9626a0ad73537f9a82b7b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6195852, "upload_time": "2019-02-26T19:50:23", "upload_time_iso_8601": "2019-02-26T19:50:23.900392Z", "url": "https://files.pythonhosted.org/packages/47/84/c42f9eda22ea368eed1c92c63684ecd2817727b0e9e4d6d7f08ba239b586/astropy-3.1.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95cd675e9fbb4297f7a730a1acce84a2", "sha256": "0572baf6ff436daceb0a9b796a8f83904afc8acd0bb5490e67cde059d440e432" }, "downloads": -1, "filename": "astropy-3.1.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "95cd675e9fbb4297f7a730a1acce84a2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5573488, "upload_time": "2019-02-24T01:14:26", "upload_time_iso_8601": "2019-02-24T01:14:26.818502Z", "url": "https://files.pythonhosted.org/packages/0d/dd/a126e7c03237e69e98166546e0e4ec81c3017dcd0990612fa30d0683ed73/astropy-3.1.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c7a447723c5c6d13c7b7bbabb3a51c86", "sha256": "5a1bf7f52c4c6ee72190bfb1f205c993a4bbcbcae86c79e618b1a08de356d395" }, "downloads": -1, "filename": "astropy-3.1.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "c7a447723c5c6d13c7b7bbabb3a51c86", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5799699, "upload_time": "2019-02-24T01:14:38", "upload_time_iso_8601": "2019-02-24T01:14:38.904583Z", "url": "https://files.pythonhosted.org/packages/3d/e1/520384dea6ca6b60bf7b478dc49ed4036653e2b69aaf14512166cdae969e/astropy-3.1.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5ec85e872ca21983b5cae2aad9817b3", "sha256": "2204726f369d51834ab46cdb016b2a1f9bd12e115e6bf21333120a3b0fab8d25" }, "downloads": -1, "filename": "astropy-3.1.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c5ec85e872ca21983b5cae2aad9817b3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8005687, "upload_time": "2019-02-26T19:50:35", "upload_time_iso_8601": "2019-02-26T19:50:35.351090Z", "url": "https://files.pythonhosted.org/packages/43/9c/ee8988caa5926d704c0d5065353f356e3f703a1d6a45b2d714cb9603dafa/astropy-3.1.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7164d1913b0e48697996f22ca13c08f6", "sha256": "50e27c37a1168fd4b729607ecdd9a29ba8d89f901d4b3c53a63fa88ab9818cbd" }, "downloads": -1, "filename": "astropy-3.1.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "7164d1913b0e48697996f22ca13c08f6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6118640, "upload_time": "2019-02-26T19:50:56", "upload_time_iso_8601": "2019-02-26T19:50:56.270326Z", "url": "https://files.pythonhosted.org/packages/b8/6f/becc4aa50f4d42d5360fd1f832d20cb1cc998439237da54dd52c46d7010d/astropy-3.1.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "062696c0197be539ca834832b2dd6d3f", "sha256": "cc776d57c8a64e7c2eae99e6a6cc20990e1791dbb2aa6a4bde665e9a6eba3963" }, "downloads": -1, "filename": "astropy-3.1.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "062696c0197be539ca834832b2dd6d3f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6204219, "upload_time": "2019-02-26T19:51:20", "upload_time_iso_8601": "2019-02-26T19:51:20.703884Z", "url": "https://files.pythonhosted.org/packages/7a/f8/2867a9f5c97881985ee98aa19bd89ca357a4395ee7582e3c9c5ca308f1f3/astropy-3.1.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1743759280823786209ba0d154dcc451", "sha256": "a803f4b5a8193d51b7e0109019576a0c1f15b79d6b54a9d784664c2b4c97fb0d" }, "downloads": -1, "filename": "astropy-3.1.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "1743759280823786209ba0d154dcc451", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5581477, "upload_time": "2019-02-24T01:14:50", "upload_time_iso_8601": "2019-02-24T01:14:50.333847Z", "url": "https://files.pythonhosted.org/packages/d5/87/4eff3e5a24c8ea0ef9c3e81b561dd8a52e188dd200b94e927eaeec44178b/astropy-3.1.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f203448625f21397422a81aa4ef6ac4", "sha256": "c814efb88181c707b836e559c931ce800d176d8f66b16271dbf959cabff9cc79" }, "downloads": -1, "filename": "astropy-3.1.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "3f203448625f21397422a81aa4ef6ac4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5808977, "upload_time": "2019-02-24T01:15:02", "upload_time_iso_8601": "2019-02-24T01:15:02.998630Z", "url": "https://files.pythonhosted.org/packages/91/ae/ef395ddc054847ab3950b4d0f06407ccdacd765a37c3eb4ad40c20039d1f/astropy-3.1.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67b17f429f519f729b8945a976ea3511", "sha256": "bfd143d680324c63c12a687a3defba736fd80ea9cb643729ff751e62c3a6246d" }, "downloads": -1, "filename": "astropy-3.1.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "67b17f429f519f729b8945a976ea3511", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7985246, "upload_time": "2019-02-26T19:51:41", "upload_time_iso_8601": "2019-02-26T19:51:41.007826Z", "url": "https://files.pythonhosted.org/packages/ea/28/337de5f779d26584ffb4c8b3ff431852b49b61b5d19352a3549f7998e89e/astropy-3.1.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f745aca58e22dded1205b0a9670043f7", "sha256": "b27d55543edb2032fddc3f77fef86d202ca6bd2134413746d2c0c29d359bf89b" }, "downloads": -1, "filename": "astropy-3.1.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f745aca58e22dded1205b0a9670043f7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6117125, "upload_time": "2019-02-24T01:15:16", "upload_time_iso_8601": "2019-02-24T01:15:16.005365Z", "url": "https://files.pythonhosted.org/packages/bc/ba/a11aac304fcfb326c3407dd8a4317e63b6a933bec8944838c18954e425e0/astropy-3.1.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49c58df036f0817f05f9b8d1534d2212", "sha256": "10eac60bea96f5fe7bfa785ef7fcbbedc040d9304242a04f4884218f5dfb0293" }, "downloads": -1, "filename": "astropy-3.1.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "49c58df036f0817f05f9b8d1534d2212", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6203666, "upload_time": "2019-02-26T19:51:57", "upload_time_iso_8601": "2019-02-26T19:51:57.005826Z", "url": "https://files.pythonhosted.org/packages/bd/2b/bda134622a5652d884dd5db8362a54f5c2e2dd793d0a4ce24a50880e698e/astropy-3.1.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ed3820d6ab96f0d0e4b47ce60f93319", "sha256": "79f5456d28f9c10893840bf9b8018c96f46a8c165416269e3a80242b82ecc8ab" }, "downloads": -1, "filename": "astropy-3.1.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "4ed3820d6ab96f0d0e4b47ce60f93319", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5582274, "upload_time": "2019-02-24T01:15:27", "upload_time_iso_8601": "2019-02-24T01:15:27.677462Z", "url": "https://files.pythonhosted.org/packages/82/fa/a44ea16eca9bb398aab167c3b20c87cbb3a131e7d3ad443ce953ca405e40/astropy-3.1.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9b8751b086686f157551a13051ef49b", "sha256": "b5d84d2644399c2342c941fc4f188bdb4ab2070a84edf59d54a266386458c74b" }, "downloads": -1, "filename": "astropy-3.1.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f9b8751b086686f157551a13051ef49b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5810285, "upload_time": "2019-02-24T01:15:40", "upload_time_iso_8601": "2019-02-24T01:15:40.203829Z", "url": "https://files.pythonhosted.org/packages/b0/48/fc7efd09fa4a6363e81836114a26724d681f521304f23d4fe56426a4b959/astropy-3.1.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e197984c6ab44672b807bc25ce4b03f", "sha256": "4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede" }, "downloads": -1, "filename": "astropy-3.1.2.tar.gz", "has_sig": false, "md5_digest": "2e197984c6ab44672b807bc25ce4b03f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8203507, "upload_time": "2019-02-24T01:15:57", "upload_time_iso_8601": "2019-02-24T01:15:57.963023Z", "url": "https://files.pythonhosted.org/packages/62/b0/0ae4bf99fc5619865ce8d4a9a60fe79bbba1ff2a1f4bdeb6d6bf780ffd4b/astropy-3.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1rc1": [ { "comment_text": "", "digests": { "md5": "582ba3350d11680d5c5657c2be6fc1e0", "sha256": "966a7ac38aacf3e1eec03b29feceb8f3bad41bd24b57f9e400f4798ecfefb95b" }, "downloads": -1, "filename": "astropy-3.1rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "582ba3350d11680d5c5657c2be6fc1e0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7957763, "upload_time": "2018-11-16T01:00:07", "upload_time_iso_8601": "2018-11-16T01:00:07.669859Z", "url": "https://files.pythonhosted.org/packages/70/41/49209619f71e494f83ac7ccb895344be9d6e9b18707fab7146e4923741bd/astropy-3.1rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8c65c1bc5da11f713602fc624b54d3d", "sha256": "72f79e5f4384776bc83be7452839f46e904f126506fab1af2661988216cedafa" }, "downloads": -1, "filename": "astropy-3.1rc1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f8c65c1bc5da11f713602fc624b54d3d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6188719, "upload_time": "2018-11-16T01:00:10", "upload_time_iso_8601": "2018-11-16T01:00:10.746312Z", "url": "https://files.pythonhosted.org/packages/1a/5e/9ec0b92fb119ea3f5067f054636daf5caebb82148a989f8023074e0d5058/astropy-3.1rc1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cf976fd25b500fe640f83800e86ec3f", "sha256": "c1a31afe5e9a9d9e8c8015044fe6ecd8d38a3a07b4d660e08385c18d895376d4" }, "downloads": -1, "filename": "astropy-3.1rc1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "3cf976fd25b500fe640f83800e86ec3f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5564912, "upload_time": "2018-11-16T01:00:13", "upload_time_iso_8601": "2018-11-16T01:00:13.764732Z", "url": "https://files.pythonhosted.org/packages/d9/98/b6049e00cce62626653d2541a9201ec26e5c2326e32ab46535fc14a20c01/astropy-3.1rc1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e50633029078780ee7ce1b241312e32a", "sha256": "97689f7f52a264a7fb5c1ed19253460e2b191e4bd20ab774fb584025bf469bb2" }, "downloads": -1, "filename": "astropy-3.1rc1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "e50633029078780ee7ce1b241312e32a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5791182, "upload_time": "2018-11-16T01:00:16", "upload_time_iso_8601": "2018-11-16T01:00:16.813441Z", "url": "https://files.pythonhosted.org/packages/19/58/6e8f7a65759accd0955ca08a47763d33ce700c6785492396b6d4c5ff17f1/astropy-3.1rc1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "26815da316aed2739973f0b7939d1510", "sha256": "e3d4d51f1efa604a77e72e6173bbca662834f706069bb62c1bac14c415411107" }, "downloads": -1, "filename": "astropy-3.1rc1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "26815da316aed2739973f0b7939d1510", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 7999037, "upload_time": "2018-11-16T01:00:24", "upload_time_iso_8601": "2018-11-16T01:00:24.308488Z", "url": "https://files.pythonhosted.org/packages/8e/13/adf409f990bac8b659d0528a36a11243be7a1d945c9f661748816ba38e6b/astropy-3.1rc1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a22a5849a1e926f3c5beff283a9cb4c7", "sha256": "987ffdefd884d73bc96ae65cff2f3b586088a732df42928e3bf3f661c55cb913" }, "downloads": -1, "filename": "astropy-3.1rc1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a22a5849a1e926f3c5beff283a9cb4c7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6108842, "upload_time": "2018-11-16T01:00:27", "upload_time_iso_8601": "2018-11-16T01:00:27.665486Z", "url": "https://files.pythonhosted.org/packages/68/17/4d645a3117622cfa1742b32794175ce4e08f00987eb3b0e61a80fe8246e7/astropy-3.1rc1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ec1a8921c061db50f0e02c51bb497bb", "sha256": "79e24ddd446638271210ff75834b877e184f32e884c394bdd520b31ffa3b25cf" }, "downloads": -1, "filename": "astropy-3.1rc1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9ec1a8921c061db50f0e02c51bb497bb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6197080, "upload_time": "2018-11-16T01:00:30", "upload_time_iso_8601": "2018-11-16T01:00:30.622055Z", "url": "https://files.pythonhosted.org/packages/bc/02/d1b7b5b994ce2077b7f3740e8d861e41bbd0ba907d37ed25cc1e9f091018/astropy-3.1rc1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12e5cc68b6e3674d5f51e096ae860e96", "sha256": "3f0d13274a3584bce2c4688829f4c5633404f03ebe408fc0e4a33da1b4843381" }, "downloads": -1, "filename": "astropy-3.1rc1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "12e5cc68b6e3674d5f51e096ae860e96", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5572520, "upload_time": "2018-11-16T01:00:33", "upload_time_iso_8601": "2018-11-16T01:00:33.609941Z", "url": "https://files.pythonhosted.org/packages/b8/b8/909dfb15771bd6b5b6c6a05b03dd0e2ad4b29366ae34f9068e9a38ca6d51/astropy-3.1rc1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff437b26bc21129de2d0df10a042d1fb", "sha256": "fea4ddebd86d3e558f75e2faf6df5cf0030ff7d14d9c718b049da77009cf963e" }, "downloads": -1, "filename": "astropy-3.1rc1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ff437b26bc21129de2d0df10a042d1fb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5800268, "upload_time": "2018-11-16T01:00:36", "upload_time_iso_8601": "2018-11-16T01:00:36.398479Z", "url": "https://files.pythonhosted.org/packages/39/e8/2347d7a72b6c1a2aa06f5cfa3c9cc4f19b8ae6cbc4ebd1462463517ebb79/astropy-3.1rc1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4427742c90ce395d3fb484ef7af21d5", "sha256": "019b061f599c40365b0b33ead0203e21747263933793c6ca3d2094534e2939af" }, "downloads": -1, "filename": "astropy-3.1rc1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "e4427742c90ce395d3fb484ef7af21d5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7978242, "upload_time": "2018-11-16T01:00:39", "upload_time_iso_8601": "2018-11-16T01:00:39.457795Z", "url": "https://files.pythonhosted.org/packages/c8/49/bde319909c4881119028e7c047beac861800c9462061711d545468cec2a4/astropy-3.1rc1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53c0a0281d16bab79fb33b8a360a4414", "sha256": "8698f1e3890be45d3ad54802b3720baeb10b091635d4edc077d8643af2ba1c43" }, "downloads": -1, "filename": "astropy-3.1rc1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "53c0a0281d16bab79fb33b8a360a4414", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6195514, "upload_time": "2018-11-16T01:00:42", "upload_time_iso_8601": "2018-11-16T01:00:42.922577Z", "url": "https://files.pythonhosted.org/packages/23/77/ec3c6ebf80a12c6e8b6bed045df2acca8652761f77ee6f7b5fc26b291410/astropy-3.1rc1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5f3e52e09a903d50385a078cd81a214", "sha256": "ec0ce3f695f47ac8f7249fea5dcb11eac02568402616f286dcb4a86ebb92dff6" }, "downloads": -1, "filename": "astropy-3.1rc1.tar.gz", "has_sig": true, "md5_digest": "f5f3e52e09a903d50385a078cd81a214", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8195845, "upload_time": "2018-11-16T01:00:46", "upload_time_iso_8601": "2018-11-16T01:00:46.086221Z", "url": "https://files.pythonhosted.org/packages/8f/8f/165fd8813c0f41bd3315fc4e264b6330e3af7164efac671b727505c7a93e/astropy-3.1rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1rc2": [ { "comment_text": "", "digests": { "md5": "fe3fe7731cbddfc55326a2efe3d14b81", "sha256": "6e7e688983cb62387d86e130b62afbce011c5589509c7c337cbbfa26b9e5aa06" }, "downloads": -1, "filename": "astropy-3.1rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "fe3fe7731cbddfc55326a2efe3d14b81", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 7959804, "upload_time": "2018-11-28T07:23:46", "upload_time_iso_8601": "2018-11-28T07:23:46.971088Z", "url": "https://files.pythonhosted.org/packages/5f/1a/046945d2827f2442051396d2232eb0e9a5122b7dcde8b2fc373b86cfabd3/astropy-3.1rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8aa3ae7e1975737d122bb1a4ec961a4c", "sha256": "4ba8c0ba464f0b01815d01b7b8f430215c22b27f382a14067398e93b5bea5a72" }, "downloads": -1, "filename": "astropy-3.1rc2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8aa3ae7e1975737d122bb1a4ec961a4c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6190952, "upload_time": "2018-11-28T07:23:50", "upload_time_iso_8601": "2018-11-28T07:23:50.293124Z", "url": "https://files.pythonhosted.org/packages/c7/27/26c4061d1789369d0a588e9d2c29dda7c3ab0cdd6cf85ddf31c4ebf081f0/astropy-3.1rc2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec8a95ea015a6ba67e252d9790f6edca", "sha256": "86ce185fc28b3559b030eb6b36770b2f86f598488428dc343b5bf844dd30c06b" }, "downloads": -1, "filename": "astropy-3.1rc2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "ec8a95ea015a6ba67e252d9790f6edca", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5566780, "upload_time": "2018-11-28T07:23:52", "upload_time_iso_8601": "2018-11-28T07:23:52.888058Z", "url": "https://files.pythonhosted.org/packages/04/b7/9352a2e0a8cf951d20f14da880fa42ef387365179ec1172cfc83aed92109/astropy-3.1rc2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4fc63dac23b9f0efc0dc57b850cf1c6f", "sha256": "c34b049139da2838da8d8e04f6e6a49f4a92fda826d7f735e14a2bdadba4ff61" }, "downloads": -1, "filename": "astropy-3.1rc2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "4fc63dac23b9f0efc0dc57b850cf1c6f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5793255, "upload_time": "2018-11-28T07:23:55", "upload_time_iso_8601": "2018-11-28T07:23:55.657008Z", "url": "https://files.pythonhosted.org/packages/94/e6/941cafbc9ac6271266b82ee69012b9301f3aa0b50c5f44b7bab75a25c698/astropy-3.1rc2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13c3061443955faa50c3454392a90528", "sha256": "373cca4cbc7dcd3552903cc5c024ac2ec38b735e26165f2affdfcd5acb04ca25" }, "downloads": -1, "filename": "astropy-3.1rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "13c3061443955faa50c3454392a90528", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8001113, "upload_time": "2018-11-28T07:23:58", "upload_time_iso_8601": "2018-11-28T07:23:58.675717Z", "url": "https://files.pythonhosted.org/packages/a2/18/b88f4d551f09c0084959f81d4122799eab33348bd3d0dfd602064ff5183b/astropy-3.1rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0a5c8efbb6dc28327163f2e9ecaf341", "sha256": "a79d8fe9994b1925f341e69ff2b94360f371d94dc2756c3e539a9320f42957df" }, "downloads": -1, "filename": "astropy-3.1rc2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e0a5c8efbb6dc28327163f2e9ecaf341", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6111409, "upload_time": "2018-11-28T07:24:01", "upload_time_iso_8601": "2018-11-28T07:24:01.297630Z", "url": "https://files.pythonhosted.org/packages/6f/91/741d5352383352ed6651f6ffd31a6ec2249441b2299fd6d1aa2c11310b7e/astropy-3.1rc2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71960495964790c02ea96eeabc293628", "sha256": "79da9ae3c3bb5a38b78059b26851504e3d7fc0e1533de46ecdedd4ae43d9f8d9" }, "downloads": -1, "filename": "astropy-3.1rc2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "71960495964790c02ea96eeabc293628", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6198512, "upload_time": "2018-11-28T07:24:04", "upload_time_iso_8601": "2018-11-28T07:24:04.276363Z", "url": "https://files.pythonhosted.org/packages/9a/c4/dbb968569b1164f84ee848e91be22c09c3d91b788ad2208d745a7d5cedd7/astropy-3.1rc2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d33bfd69e96bda6f19870bc690f0f24", "sha256": "aea79498a08252747b6f2ca9c1f99583efe745cc0c4e5f5b66b37cb51f114ff4" }, "downloads": -1, "filename": "astropy-3.1rc2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "5d33bfd69e96bda6f19870bc690f0f24", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5574478, "upload_time": "2018-11-28T07:24:06", "upload_time_iso_8601": "2018-11-28T07:24:06.741267Z", "url": "https://files.pythonhosted.org/packages/ce/8f/b1aa90df47bbc0ff12be2d8c3d1e1fc65388a8c5c663cc0d0b9d4e977de5/astropy-3.1rc2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3fbffce56902f03d097b7ab03ece2fba", "sha256": "8003340f4c7d94ae3211b46cd351ff6aaf7bdc03b296848ecf7bfd83876cb696" }, "downloads": -1, "filename": "astropy-3.1rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "3fbffce56902f03d097b7ab03ece2fba", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 7980264, "upload_time": "2018-11-28T07:24:09", "upload_time_iso_8601": "2018-11-28T07:24:09.361295Z", "url": "https://files.pythonhosted.org/packages/b1/ee/f1d69f326af0ba490c930887018640e9914ea62e79606fa7fcb488d139bc/astropy-3.1rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64b119639b565467d6eac38d9d8cc216", "sha256": "b10d6d1acda16a73ea8bb2f6e61a88f1ca6241fc17a4ff84acbe1d8dc2a6cf28" }, "downloads": -1, "filename": "astropy-3.1rc2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "64b119639b565467d6eac38d9d8cc216", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6197818, "upload_time": "2018-11-28T07:24:12", "upload_time_iso_8601": "2018-11-28T07:24:12.210522Z", "url": "https://files.pythonhosted.org/packages/ad/7f/a25bddc190fda789496fdd2628e90fd170e9f9a42a6c7f35af5271ed1020/astropy-3.1rc2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b4cc0c2ecb7703349d60b1ca56941cd", "sha256": "8a4c53e800677f876eedc3d1862dde0f4fd31beaa21c1b17cacd6e8f3725e121" }, "downloads": -1, "filename": "astropy-3.1rc2.tar.gz", "has_sig": false, "md5_digest": "6b4cc0c2ecb7703349d60b1ca56941cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8198873, "upload_time": "2018-11-28T07:24:15", "upload_time_iso_8601": "2018-11-28T07:24:15.463546Z", "url": "https://files.pythonhosted.org/packages/a7/00/dfdb922ed5720358695e613ec0719c350f9b861d2735a4d465a73bf66e10/astropy-3.1rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2": [ { "comment_text": "", "digests": { "md5": "f062d332b28d358326473315f6375587", "sha256": "be0863d52067347054355b98ba54fa7216985aa138a203bd8af2539eccd74e06" }, "downloads": -1, "filename": "astropy-3.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f062d332b28d358326473315f6375587", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8117099, "upload_time": "2019-06-10T22:05:35", "upload_time_iso_8601": "2019-06-10T22:05:35.086748Z", "url": "https://files.pythonhosted.org/packages/4b/1e/048b93120b8e5ac5acbe8670292d1a60614da36500a89355b9603d450b18/astropy-3.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5886949a90bacd8a6067fe9d62373af", "sha256": "9e00a55cf2bf6b8609472152a241d893ff963e4873a771b53a8977ff12e513e3" }, "downloads": -1, "filename": "astropy-3.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b5886949a90bacd8a6067fe9d62373af", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6226128, "upload_time": "2019-06-10T22:05:38", "upload_time_iso_8601": "2019-06-10T22:05:38.360407Z", "url": "https://files.pythonhosted.org/packages/89/d1/7a0e27f6971dc9345af04e7e847ef5fdf5841c68e3cd4b13d591fb6134ee/astropy-3.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8e5354c2d0553dc258e62149100da84", "sha256": "27b474ed916fda432f2ac0e40984bcbcc91f24283cf246d9d3f2afcf1bcef086" }, "downloads": -1, "filename": "astropy-3.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e8e5354c2d0553dc258e62149100da84", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6317141, "upload_time": "2019-06-10T22:05:41", "upload_time_iso_8601": "2019-06-10T22:05:41.705020Z", "url": "https://files.pythonhosted.org/packages/6f/95/bff7662569871040f4bbbedb800adaabc41bcde69e0ba17763bd52e45f2c/astropy-3.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adfbe2968005965b4b22bdd5aa909a1d", "sha256": "5e229af09b0a0733f982d36a7fac91c0cac07845163693712fe9e62a7053a926" }, "downloads": -1, "filename": "astropy-3.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "adfbe2968005965b4b22bdd5aa909a1d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5691717, "upload_time": "2019-06-10T22:05:44", "upload_time_iso_8601": "2019-06-10T22:05:44.950786Z", "url": "https://files.pythonhosted.org/packages/bb/0a/3d87e68c40ce23ff61cb6b005c74110a95f96a1d97b93e3cc67e542749fc/astropy-3.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc743081e8c3f5630075d935d9a4f4ef", "sha256": "03391b0172d24f4ea12030d1b2a124628415dbe001b04659eae25419ac6cfd78" }, "downloads": -1, "filename": "astropy-3.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "dc743081e8c3f5630075d935d9a4f4ef", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5922233, "upload_time": "2019-06-10T22:05:48", "upload_time_iso_8601": "2019-06-10T22:05:48.253868Z", "url": "https://files.pythonhosted.org/packages/e7/90/79f1db87d609dae2727bb693348cb375a6acc5dc52cf8266b091f3d28f69/astropy-3.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c55cc1782bfbbece8080e40ebf094c6b", "sha256": "4aa282352fae824b9ddde99d71e87db36dfb7e5fed1d82aaf64ad096e6e64ff1" }, "downloads": -1, "filename": "astropy-3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c55cc1782bfbbece8080e40ebf094c6b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8159230, "upload_time": "2019-06-10T22:05:51", "upload_time_iso_8601": "2019-06-10T22:05:51.593337Z", "url": "https://files.pythonhosted.org/packages/a4/68/afb3513302854cb6d6a883f9b1a56d1a9bdfeb9ccae1dfe93e0ff8e4aaf8/astropy-3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e02a64ae2721bb7741366c1d36ca82a", "sha256": "a23e1e58fb4399be6eda81a610475fd045a38e7db6aeb6a5339d23e0ee984d26" }, "downloads": -1, "filename": "astropy-3.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6e02a64ae2721bb7741366c1d36ca82a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6233648, "upload_time": "2019-06-10T22:05:54", "upload_time_iso_8601": "2019-06-10T22:05:54.751326Z", "url": "https://files.pythonhosted.org/packages/91/4b/e352788967dc71154be01e246ee4fdb336be2b0329e3812860ffccea2f3b/astropy-3.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21f152d46d17f650c3fe63a5019b7188", "sha256": "5f36ed41738a848fa2c9d01b9af353412be4608a94cf8f8c66655ee986e8798c" }, "downloads": -1, "filename": "astropy-3.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "21f152d46d17f650c3fe63a5019b7188", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6324999, "upload_time": "2019-06-10T22:05:58", "upload_time_iso_8601": "2019-06-10T22:05:58.674802Z", "url": "https://files.pythonhosted.org/packages/27/83/21fb6243ac7bdf5347ecce4a68a57b751a0a7102d678d24405b4aa0504aa/astropy-3.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cb63911d6da0dccbc444bdaf4087c96", "sha256": "d90c6b209cba5962811f2000d9c23ffc9ccb5ecfc50aba0038b1957ef0db01b4" }, "downloads": -1, "filename": "astropy-3.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "3cb63911d6da0dccbc444bdaf4087c96", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5699930, "upload_time": "2019-06-10T22:06:01", "upload_time_iso_8601": "2019-06-10T22:06:01.735885Z", "url": "https://files.pythonhosted.org/packages/47/f8/40022718321a16dd17dcdbb638f3aa56cd30e53a6285ac266164da9d7a3a/astropy-3.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e802e2420f28cf37f41a29c1788f7aa", "sha256": "5b00fac90bd399c4ee249860ae4614436f4c70cdd545ec9177de156e0959941a" }, "downloads": -1, "filename": "astropy-3.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "8e802e2420f28cf37f41a29c1788f7aa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5931847, "upload_time": "2019-06-10T22:06:05", "upload_time_iso_8601": "2019-06-10T22:06:05.218413Z", "url": "https://files.pythonhosted.org/packages/63/86/c569c502d3f8564ce2672ed6a79b8a98cf40b4d7186bfd6c6948fb1b4844/astropy-3.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c05c45b7c7e87e7623264b4677a1f08a", "sha256": "c3241f5aceceab4aa546cbfb7ed218ac8f27b392c62a648cced038ff7b97570a" }, "downloads": -1, "filename": "astropy-3.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "c05c45b7c7e87e7623264b4677a1f08a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8138395, "upload_time": "2019-06-10T22:06:08", "upload_time_iso_8601": "2019-06-10T22:06:08.690488Z", "url": "https://files.pythonhosted.org/packages/19/7a/11c2f67a2b2b11e63c2ed5217632e325137c2c7f1e94add873a9c5ebcdff/astropy-3.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54eb3217435a13b8af44cb1ab4181162", "sha256": "396c7c1509e4e15dc7d84e8d77569dd97e27a5d01b431c45d1cfa35e52a4d432" }, "downloads": -1, "filename": "astropy-3.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "54eb3217435a13b8af44cb1ab4181162", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6233746, "upload_time": "2019-06-10T22:06:11", "upload_time_iso_8601": "2019-06-10T22:06:11.911664Z", "url": "https://files.pythonhosted.org/packages/a7/f2/9405bebda6fe8b6856255573a69fc2949fc2b06550ed2ecc337b830f3947/astropy-3.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38a92a6ff0f809ee5c74182c66209b58", "sha256": "008ba8ed94d471bff5c4bdeff0f30d75e51bd1829fd0c8d57effd8211258b575" }, "downloads": -1, "filename": "astropy-3.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "38a92a6ff0f809ee5c74182c66209b58", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6324085, "upload_time": "2019-06-10T22:06:14", "upload_time_iso_8601": "2019-06-10T22:06:14.754741Z", "url": "https://files.pythonhosted.org/packages/7d/57/6daed815b0bef00dbf5d659caca321a94617c1ba1d697d0870519fb54326/astropy-3.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a5f2542c07407c59e5317c91195360e", "sha256": "16ee23f5bf14e281776dd39d0188e7a0c1f9e7db12ac6ad788175074b682a442" }, "downloads": -1, "filename": "astropy-3.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "8a5f2542c07407c59e5317c91195360e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5701029, "upload_time": "2019-06-10T22:06:18", "upload_time_iso_8601": "2019-06-10T22:06:18.068932Z", "url": "https://files.pythonhosted.org/packages/26/cd/d586870a1670b7b4ea51dad9425712a8d079b1bd3b0c53a5be9e07ad2b01/astropy-3.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd9991fbcce419a1a3ccd311980e3266", "sha256": "9e50a9f63a5343752ef01a535b86f98d5b8b318a8137373e7be0ca9b34b13278" }, "downloads": -1, "filename": "astropy-3.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "dd9991fbcce419a1a3ccd311980e3266", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5933223, "upload_time": "2019-06-10T22:06:21", "upload_time_iso_8601": "2019-06-10T22:06:21.345807Z", "url": "https://files.pythonhosted.org/packages/ed/18/454022e1dc3c224747dd156baf03296b180070396f01d9e9f320ce5dccab/astropy-3.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f7d1ea08773cf6f7113b2978296161f", "sha256": "a15f5829859f9ed8ed916f13473ada699191c814d5f1b5d4b056f02bd0037fb7" }, "downloads": -1, "filename": "astropy-3.2.tar.gz", "has_sig": true, "md5_digest": "1f7d1ea08773cf6f7113b2978296161f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7943267, "upload_time": "2019-06-10T22:06:25", "upload_time_iso_8601": "2019-06-10T22:06:25.407287Z", "url": "https://files.pythonhosted.org/packages/d0/73/3cf4f9eeaa7aa2263d7ca781cf95596a654d099abb18ce60db9ad995c9d9/astropy-3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "4e51a5a62bd3cac718f10c86e30885bd", "sha256": "7308e28c7c1f5e60d564bc6edeee56a8070fef0736dc5419e0fe17261af80e49" }, "downloads": -1, "filename": "astropy-3.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "4e51a5a62bd3cac718f10c86e30885bd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8118474, "upload_time": "2019-06-15T05:59:41", "upload_time_iso_8601": "2019-06-15T05:59:41.400706Z", "url": "https://files.pythonhosted.org/packages/c6/95/1d4c822efc4fdcd817a8340163fa606600d81233e7544b5076a0d70d5251/astropy-3.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ebbe939384956d9f3af89de72985e44", "sha256": "b5ca066e2831cdf376dc93d56be57f915ee2b290e9f66254d89b990ddc75f604" }, "downloads": -1, "filename": "astropy-3.2.1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4ebbe939384956d9f3af89de72985e44", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6227536, "upload_time": "2019-06-15T05:59:52", "upload_time_iso_8601": "2019-06-15T05:59:52.639324Z", "url": "https://files.pythonhosted.org/packages/5d/ef/71f9765bb43146891548178c7b412cdd494b59d7173e2e3659d5e41f6bee/astropy-3.2.1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c756f3d681fc170aa05f4de4badd6e61", "sha256": "95788303b6ba5403a0de9f4eef713a75d62d21a9831e1bb939f912f11b7d3604" }, "downloads": -1, "filename": "astropy-3.2.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c756f3d681fc170aa05f4de4badd6e61", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6318523, "upload_time": "2019-06-15T06:00:03", "upload_time_iso_8601": "2019-06-15T06:00:03.910663Z", "url": "https://files.pythonhosted.org/packages/4f/ee/e9aa142abcd9480093b337d97d981fc446a3f3996070bc4d7220babe1d07/astropy-3.2.1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d53dd82fff26450637fb7c13a2268cd", "sha256": "a77771092664bdea0755af9fb77cac7523b01138983751249cc7673489822d25" }, "downloads": -1, "filename": "astropy-3.2.1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "5d53dd82fff26450637fb7c13a2268cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5693157, "upload_time": "2019-06-15T06:00:14", "upload_time_iso_8601": "2019-06-15T06:00:14.324961Z", "url": "https://files.pythonhosted.org/packages/81/8a/4fdc0d2f5d4b2460c911b34d0c900ee24bc29425c8a2018938030db91c7c/astropy-3.2.1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4477eb1a5fcdebad833ec2df29caad94", "sha256": "ede59589859b5926d405a5e71c5454388f7b071ac6e9a1abad252e47c29ea1cf" }, "downloads": -1, "filename": "astropy-3.2.1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "4477eb1a5fcdebad833ec2df29caad94", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5923623, "upload_time": "2019-06-15T06:00:25", "upload_time_iso_8601": "2019-06-15T06:00:25.226366Z", "url": "https://files.pythonhosted.org/packages/f5/6b/a6aa40dfcfb19c5a649455c381da62ad3b9e6804c58d9f79c7df452ee9fc/astropy-3.2.1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8c8611ddd3909884511bf79d5118a84", "sha256": "a9e8073857895fba94590e763d5c9b4e7e19a24dec8c11708c5a6986a87d0d1a" }, "downloads": -1, "filename": "astropy-3.2.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a8c8611ddd3909884511bf79d5118a84", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8160618, "upload_time": "2019-06-15T06:00:39", "upload_time_iso_8601": "2019-06-15T06:00:39.866125Z", "url": "https://files.pythonhosted.org/packages/65/ac/250f9e8e79143a33c047e622ea5b79adb04cb216e3c50c062ef221e5c191/astropy-3.2.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d31bfa665b1d0dce060338f843b4abdf", "sha256": "11e169b4a4077e77821595d16927df0fa47b7c5b9ed9065e394374962b4bc58a" }, "downloads": -1, "filename": "astropy-3.2.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "d31bfa665b1d0dce060338f843b4abdf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6235046, "upload_time": "2019-06-15T06:00:51", "upload_time_iso_8601": "2019-06-15T06:00:51.540142Z", "url": "https://files.pythonhosted.org/packages/19/35/71d6216bf7f3abeca9d9c4766bb22d15cf0478140cabb0b1b49ee1767f32/astropy-3.2.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f31030ef1917e2ccb0542e941b6d30d", "sha256": "e642f0957ea0d48d7da7c7d0ff38d271eb71edfe5238033a5e5f16fafe06a5e2" }, "downloads": -1, "filename": "astropy-3.2.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0f31030ef1917e2ccb0542e941b6d30d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6326407, "upload_time": "2019-06-15T06:01:02", "upload_time_iso_8601": "2019-06-15T06:01:02.946604Z", "url": "https://files.pythonhosted.org/packages/7a/10/6e79f7b5ee8eb0a9210e1b3b950257ead3bdfbb1c8c29208bbead4fbecef/astropy-3.2.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b5963b33cf048943df543e19cbd2bd0", "sha256": "25c001f8f5047d820be2cc4aa86750c6010a0f67871680d35d838ecde3e85288" }, "downloads": -1, "filename": "astropy-3.2.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "6b5963b33cf048943df543e19cbd2bd0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5701307, "upload_time": "2019-06-15T06:01:13", "upload_time_iso_8601": "2019-06-15T06:01:13.403798Z", "url": "https://files.pythonhosted.org/packages/ab/03/3bc0460b3bb82b4b9e2f19582405893468a1dc60b211ec09a2bac1d12593/astropy-3.2.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03fc2945c15c0347ca67acf95dd55fb6", "sha256": "6f1efd2e9ba505d9faa05becddef410d9551a50af09f6fed05dababa28ab2ad5" }, "downloads": -1, "filename": "astropy-3.2.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "03fc2945c15c0347ca67acf95dd55fb6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5933249, "upload_time": "2019-06-15T06:01:24", "upload_time_iso_8601": "2019-06-15T06:01:24.424418Z", "url": "https://files.pythonhosted.org/packages/68/bf/ef71e8a4b5f3cf23c442ade994c1a4564eb7ca8a4a50215d999b538f0a4b/astropy-3.2.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd06201265d9a2f53f0b29d9b7475a6d", "sha256": "069526e684f8297e97befdd352a51d09ca1274880fb39495c2afb52bb51aac45" }, "downloads": -1, "filename": "astropy-3.2.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "bd06201265d9a2f53f0b29d9b7475a6d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8139716, "upload_time": "2019-06-15T06:01:37", "upload_time_iso_8601": "2019-06-15T06:01:37.836390Z", "url": "https://files.pythonhosted.org/packages/b6/1f/2ef683db69cf773735b2a3b585b51836da720a20b88cdd53085bd7a2221c/astropy-3.2.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "981e428018079fde55a50462f87b96e7", "sha256": "839bef4f44541c469f70206b7e089fb93247d799d20f0ba0868d62375011d692" }, "downloads": -1, "filename": "astropy-3.2.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "981e428018079fde55a50462f87b96e7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6235147, "upload_time": "2019-06-15T06:02:27", "upload_time_iso_8601": "2019-06-15T06:02:27.345704Z", "url": "https://files.pythonhosted.org/packages/f4/b9/eeed6a14092ffb665b03ac6b0574c2890050093b349c69003b07b6df93ab/astropy-3.2.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3772dcd6d1203e105f5c1ef9521b0749", "sha256": "1fbb54f45c1ef44fc632e76b299af0f2932c87fd501b7161d684311892bddd14" }, "downloads": -1, "filename": "astropy-3.2.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3772dcd6d1203e105f5c1ef9521b0749", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6325488, "upload_time": "2019-06-15T06:02:39", "upload_time_iso_8601": "2019-06-15T06:02:39.033189Z", "url": "https://files.pythonhosted.org/packages/ae/27/4cd019143d3af49be9dd2a8ac69b27bd08a66cee8e43f8639bc59d374ae3/astropy-3.2.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06f4a16359abb2233e8d2b0dcddefaa0", "sha256": "02bdd19313110601d29d65f1a5cbcd735050f491bdeed516c062209302dcc9c3" }, "downloads": -1, "filename": "astropy-3.2.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "06f4a16359abb2233e8d2b0dcddefaa0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5702398, "upload_time": "2019-06-15T06:02:49", "upload_time_iso_8601": "2019-06-15T06:02:49.111266Z", "url": "https://files.pythonhosted.org/packages/a7/e4/406c04c49057e0fe1b9eec9f502919508ed940bd6d8ffc0554a52cf6d5c0/astropy-3.2.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b03868e6c79e2b7287afa51f2b1c0b84", "sha256": "724bbacce4b72d4a4158d24ad3cafc7ac15f844a65128d03f674f93e36adf47c" }, "downloads": -1, "filename": "astropy-3.2.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "b03868e6c79e2b7287afa51f2b1c0b84", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5934619, "upload_time": "2019-06-15T06:03:02", "upload_time_iso_8601": "2019-06-15T06:03:02.402182Z", "url": "https://files.pythonhosted.org/packages/a7/c6/a5602ca809522033c96535be385e10d142f670aa99b20e5db94226157571/astropy-3.2.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee0a185e8b9065ea9ebd860a651af2ee", "sha256": "706c0457789c78285e5464a5a336f5f0b058d646d60f4e5f5ba1f7d5bf424b28" }, "downloads": -1, "filename": "astropy-3.2.1.tar.gz", "has_sig": true, "md5_digest": "ee0a185e8b9065ea9ebd860a651af2ee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7949737, "upload_time": "2019-06-15T04:57:09", "upload_time_iso_8601": "2019-06-15T04:57:09.787230Z", "url": "https://files.pythonhosted.org/packages/b9/10/523355eb8cb9839552c8f0fbc9425a1c87c8ff2e55f4df85469a5a4164d3/astropy-3.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "5bc3092fee4104352323ed50dd0d3b58", "sha256": "0ce4b744a73be1889d3724e67cde7ae1bff429173ef3480cd341b8ab3659825d" }, "downloads": -1, "filename": "astropy-3.2.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "5bc3092fee4104352323ed50dd0d3b58", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8132810, "upload_time": "2019-10-08T01:22:26", "upload_time_iso_8601": "2019-10-08T01:22:26.525549Z", "url": "https://files.pythonhosted.org/packages/51/5d/756e8473295a4a27b4c802c71a3aa3e07a1b519d54a372780a6874214496/astropy-3.2.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f98cf523d855b0168b5415b50e5ea1ec", "sha256": "26078bd7f823cc281e76da509d84bfb27c8b253e87d59a6570a38e5b8a2bfae7" }, "downloads": -1, "filename": "astropy-3.2.2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f98cf523d855b0168b5415b50e5ea1ec", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6237941, "upload_time": "2019-10-08T01:22:30", "upload_time_iso_8601": "2019-10-08T01:22:30.520124Z", "url": "https://files.pythonhosted.org/packages/35/d2/89fedc7cd5fc3ddb7b1c77c5f8149f4d2092eff43935423368663f88dd03/astropy-3.2.2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "634dba3f3f05eaa583f1b49a28ca62d3", "sha256": "63ffc82d392139e96fffd4f0259ca069789616c3cebdf76f56a95e91117637ab" }, "downloads": -1, "filename": "astropy-3.2.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "634dba3f3f05eaa583f1b49a28ca62d3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6332249, "upload_time": "2019-10-08T01:22:34", "upload_time_iso_8601": "2019-10-08T01:22:34.598904Z", "url": "https://files.pythonhosted.org/packages/72/7c/a37f09359c2c5eb1a1213e1c36c2d73f88466bbaca0204af3a2c382ce8a8/astropy-3.2.2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de6ccbadecb1b3ae62e4706d46c16483", "sha256": "4c0cb0371f7f9f7748606b2e81a729774b89f26ef261a5cd12740cee0b62e9c4" }, "downloads": -1, "filename": "astropy-3.2.2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "de6ccbadecb1b3ae62e4706d46c16483", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5702713, "upload_time": "2019-10-08T01:22:38", "upload_time_iso_8601": "2019-10-08T01:22:38.364779Z", "url": "https://files.pythonhosted.org/packages/f0/bf/48db1b8aa1a4c038202618a98a8ef1204448b11ef2ba8de815c7e9a2951c/astropy-3.2.2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "66795980f2590589fa4a1dd331a8da2c", "sha256": "0696d222f2ec8341ef1223559adc8af3ef892d14df624b89c1794701f0abbfc7" }, "downloads": -1, "filename": "astropy-3.2.2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "66795980f2590589fa4a1dd331a8da2c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5933452, "upload_time": "2019-10-08T01:22:41", "upload_time_iso_8601": "2019-10-08T01:22:41.990420Z", "url": "https://files.pythonhosted.org/packages/22/c5/6ffe7b92ddde37469f4bae52c00a318d81448a210fde91ecad5f2ef63548/astropy-3.2.2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "482d8c8e2a0fb9eeef7a4deb21cce8e2", "sha256": "128f381f68653706409e0c4e9501f49850c26f1f800b97654967f3c3aaee8aa3" }, "downloads": -1, "filename": "astropy-3.2.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "482d8c8e2a0fb9eeef7a4deb21cce8e2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8174412, "upload_time": "2019-10-08T01:22:45", "upload_time_iso_8601": "2019-10-08T01:22:45.890723Z", "url": "https://files.pythonhosted.org/packages/7b/27/f46adfb0239df9af76d92b3d3ee1693ae1d0f0d1de392909b3368ff2f5bb/astropy-3.2.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "29373c97374d0bc0d26b70304a350bca", "sha256": "d3072f24871ac6b20b46179d6e027b8cee898ae705f64d2a759d944bc2a2f012" }, "downloads": -1, "filename": "astropy-3.2.2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "29373c97374d0bc0d26b70304a350bca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6245816, "upload_time": "2019-10-18T18:56:08", "upload_time_iso_8601": "2019-10-18T18:56:08.024299Z", "url": "https://files.pythonhosted.org/packages/93/67/637225442c4be49260dfdd4dc3925794beeea9ba282c0a538385e90c8cce/astropy-3.2.2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01235c64394c7bda61438a2b6fdd0f06", "sha256": "98008493ab4f301cbf6fdb8fc478ec46622afab4e37365015a25cdf8b990be00" }, "downloads": -1, "filename": "astropy-3.2.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "01235c64394c7bda61438a2b6fdd0f06", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6339911, "upload_time": "2019-10-08T01:22:49", "upload_time_iso_8601": "2019-10-08T01:22:49.758799Z", "url": "https://files.pythonhosted.org/packages/da/97/7f4356b3ff589fc23e7081f2a907a635006565d74b8fc4796bad27aa43e3/astropy-3.2.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c6f8adf85b4c6c9a30b51bb3baca2d2d", "sha256": "8e04740849c89c857dbe4b591ca05d8c00231c9f86d8fe8ac0f49741492362a9" }, "downloads": -1, "filename": "astropy-3.2.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "c6f8adf85b4c6c9a30b51bb3baca2d2d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5710866, "upload_time": "2019-10-08T01:22:53", "upload_time_iso_8601": "2019-10-08T01:22:53.060741Z", "url": "https://files.pythonhosted.org/packages/be/48/e61625f0b25ca1011cda9fab428711adbbe4de75c5550058b548c5142f2d/astropy-3.2.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e58716375cb03929dd69c66e5ad539c1", "sha256": "2a6b730139f51ba41d7069c258fe5a99d4ff47cb78a16a5e0c7e5cb9a3a53026" }, "downloads": -1, "filename": "astropy-3.2.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "e58716375cb03929dd69c66e5ad539c1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5943181, "upload_time": "2019-10-08T01:22:57", "upload_time_iso_8601": "2019-10-08T01:22:57.089437Z", "url": "https://files.pythonhosted.org/packages/bc/7f/9a7e79904f2ccfe4fa1dadec33c60dd54e2b045dc3697e83877d76aa8486/astropy-3.2.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5f0d6b3b53f9b2e53a5071b3c9f63c2", "sha256": "f77c54d3e1418e3bc3709ce88476aca0ebf40f86d1b7292add6307a22c53ab23" }, "downloads": -1, "filename": "astropy-3.2.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "f5f0d6b3b53f9b2e53a5071b3c9f63c2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8153682, "upload_time": "2019-10-18T18:34:27", "upload_time_iso_8601": "2019-10-18T18:34:27.171310Z", "url": "https://files.pythonhosted.org/packages/70/7a/4fef277da33fbcea4348fea48f55bfc498e298d452053b8cb662db12fd42/astropy-3.2.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "167199b297457f37bf805d43de55f237", "sha256": "fe7b74790b987de9534ec4356b1a0991ae7e01cc740a4c1c0cd43f01cfef4e77" }, "downloads": -1, "filename": "astropy-3.2.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "167199b297457f37bf805d43de55f237", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6246052, "upload_time": "2019-10-18T18:34:30", "upload_time_iso_8601": "2019-10-18T18:34:30.936775Z", "url": "https://files.pythonhosted.org/packages/32/b8/b91385b78c0e28b295e003478d140fc6dba84e8cd83bbba864d3a5c6e73a/astropy-3.2.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70def5034a36aeaee49642716ac308de", "sha256": "f2267e1ef5fafc481f65e2cddb430eff68444a452471d784e04097245d11ae80" }, "downloads": -1, "filename": "astropy-3.2.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "70def5034a36aeaee49642716ac308de", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6338628, "upload_time": "2019-10-18T18:34:34", "upload_time_iso_8601": "2019-10-18T18:34:34.735462Z", "url": "https://files.pythonhosted.org/packages/5c/fc/d48f1dd764d87e8cb7400d328db8f8e17656a507d9c0df9c60e183f2cd31/astropy-3.2.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb5f998fd50997d9883b0c272e3a235f", "sha256": "c96e8ebf3f11ba56f70dd2cfbba2331adf73b744b9be6e95aa1115d034734cbe" }, "downloads": -1, "filename": "astropy-3.2.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "bb5f998fd50997d9883b0c272e3a235f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5712053, "upload_time": "2019-10-08T01:23:00", "upload_time_iso_8601": "2019-10-08T01:23:00.987326Z", "url": "https://files.pythonhosted.org/packages/71/5d/a6376dd557b83101b313d22f15004f059eed3efd8f60899becb81712b745/astropy-3.2.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6503901535b482eb06781a2acaf6f80f", "sha256": "d6827a147d679c857dd13b58e61a693ac9af739d5ef410b45b967aa89b8d8b14" }, "downloads": -1, "filename": "astropy-3.2.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "6503901535b482eb06781a2acaf6f80f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5944666, "upload_time": "2019-10-18T18:56:11", "upload_time_iso_8601": "2019-10-18T18:56:11.859925Z", "url": "https://files.pythonhosted.org/packages/dc/7f/1064530ef4a684eedc4f22ec1e9cc7da7e3d63e6a040d5bb42976deae211/astropy-3.2.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d493f018dc1c0df421d92fd6790c6e8a", "sha256": "8553f4a95e9938a0c7ae520633f7172356824b8eb324dd967fca6baf00ac19bf" }, "downloads": -1, "filename": "astropy-3.2.2.tar.gz", "has_sig": true, "md5_digest": "d493f018dc1c0df421d92fd6790c6e8a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7965010, "upload_time": "2019-10-08T01:23:05", "upload_time_iso_8601": "2019-10-08T01:23:05.723153Z", "url": "https://files.pythonhosted.org/packages/ea/63/02ada19599c7ad34b4984e797c555cacf2c358d48824ffe331e029574a2c/astropy-3.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "ce4f22dd34377c298ab79a449a3bd67c", "sha256": "cad36fd1a1fcb676a0be42b74c5d2f559d1cbb8116d08e100421b6809edeb339" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "ce4f22dd34377c298ab79a449a3bd67c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8132678, "upload_time": "2019-10-28T00:13:58", "upload_time_iso_8601": "2019-10-28T00:13:58.695887Z", "url": "https://files.pythonhosted.org/packages/8e/58/dfd9a6722cfe1969af4c016bca002fa8ebefd2b74a83153e743b80034063/astropy-3.2.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab774a4572754c6e11497a2628b0d017", "sha256": "c2c75bd2a74ecec5a1ea09c1cf442be4adb37bc5ad904e7c437409755677abdc" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "ab774a4572754c6e11497a2628b0d017", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8132645, "upload_time": "2019-11-18T18:29:54", "upload_time_iso_8601": "2019-11-18T18:29:54.877884Z", "url": "https://files.pythonhosted.org/packages/f0/b9/8773b6d853cc0fa7448b12edc210869bc8289a13250dd5d329af48fc1315/astropy-3.2.3-cp35-cp35m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c134e67d4f13749ff528b2cd3135a0ff", "sha256": "78636648183cb0efe14d887a2dddd9877048d76121ca221571322405c0f07eb9" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c134e67d4f13749ff528b2cd3135a0ff", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6238190, "upload_time": "2019-10-27T23:48:50", "upload_time_iso_8601": "2019-10-27T23:48:50.359713Z", "url": "https://files.pythonhosted.org/packages/af/26/44192c44f9e8bc496adb1b2e4e8255b48264266d2e705f3ace27c8eb251f/astropy-3.2.3-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c90306ac4dcc11e7098490628c7671cf", "sha256": "cfc4f02f8780fe23ff1e057c16d6318ad643e1d811e5052383fc42d603a36e2e" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c90306ac4dcc11e7098490628c7671cf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6332468, "upload_time": "2019-10-27T23:48:53", "upload_time_iso_8601": "2019-10-27T23:48:53.618090Z", "url": "https://files.pythonhosted.org/packages/25/11/379c5403f59c69f291f962c27c1dc1948f6eb93fd0b63b5473c462ccc53c/astropy-3.2.3-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8ebec1ad8cbb28ab502a164fb84d6bc8", "sha256": "57f3f6b21b8e3629a1bd436594e141e24b7ce0e6b26194e2872599391a8245e8" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "8ebec1ad8cbb28ab502a164fb84d6bc8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5702909, "upload_time": "2019-10-27T23:48:56", "upload_time_iso_8601": "2019-10-27T23:48:56.528349Z", "url": "https://files.pythonhosted.org/packages/01/d6/086d4599e1653d514f78c14f3c2e6480f7553bacb0d678d5f9de06523550/astropy-3.2.3-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d9b8b6ec9faaecee214cfd4d8aead69", "sha256": "2375c06ea92b56b8ee2d54b8930a8b28cf3d7532b200c94f05e44acaa6bd5037" }, "downloads": -1, "filename": "astropy-3.2.3-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "7d9b8b6ec9faaecee214cfd4d8aead69", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5933689, "upload_time": "2019-10-27T23:48:59", "upload_time_iso_8601": "2019-10-27T23:48:59.638856Z", "url": "https://files.pythonhosted.org/packages/e9/ef/7a7ecfc6df93f7cc770c74486b49e292403eec02bbd7af79f3879a0f5d8a/astropy-3.2.3-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0cfac8547fedba06ae58d2b81acdd1b", "sha256": "3a75065e9194756ba1732aa725ea41ce46ec6389a851d35071940aa60e5fa4b4" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "b0cfac8547fedba06ae58d2b81acdd1b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8174680, "upload_time": "2019-10-28T00:14:02", "upload_time_iso_8601": "2019-10-28T00:14:02.199770Z", "url": "https://files.pythonhosted.org/packages/3d/ea/80bc7ab9005b20c070829f8e313874d78b03a2a3e319ecb43f581580c321/astropy-3.2.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "440be627fa5c4d27b06cc508ab3647fb", "sha256": "af87375bca7325fadd8cacf15446abeae68181b58fbc5b92732dd02e08033df1" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "440be627fa5c4d27b06cc508ab3647fb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8174662, "upload_time": "2019-11-18T18:29:59", "upload_time_iso_8601": "2019-11-18T18:29:59.688934Z", "url": "https://files.pythonhosted.org/packages/fc/5c/64603aceb264a01e6122435aa8044d35b63101ae6534d24667c6cae53bae/astropy-3.2.3-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed153f8caa9efc9033502f1c5cca4c86", "sha256": "99cbddc61cfc061fdf73ef000d7c548264bdf131a8e00652ab7183e41265a7b8" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ed153f8caa9efc9033502f1c5cca4c86", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6246061, "upload_time": "2019-10-27T23:49:02", "upload_time_iso_8601": "2019-10-27T23:49:02.534446Z", "url": "https://files.pythonhosted.org/packages/c6/98/4aa0366ad50d3a1c17abefc8a6f63417b4e576be22c16935bc950131913f/astropy-3.2.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ce20838b0a76bd522b8bf3ee0ccf367", "sha256": "cdd87113f16a5c07522dbb30898cf6ba6571cbf912efff06da37342851d08a9d" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4ce20838b0a76bd522b8bf3ee0ccf367", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6340157, "upload_time": "2019-10-27T23:49:05", "upload_time_iso_8601": "2019-10-27T23:49:05.469898Z", "url": "https://files.pythonhosted.org/packages/66/07/1e2a4c529d4216972eb05e887238d597ff69c34b1e87108c888972cd60b8/astropy-3.2.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9cfbe1012fe53739f0854bcd4552fc8", "sha256": "26205b678153faf2cfdd4dcf3fb3fab94b33cbda4f6158e9d9fbe33a6c788f3e" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a9cfbe1012fe53739f0854bcd4552fc8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5711100, "upload_time": "2019-10-27T23:49:08", "upload_time_iso_8601": "2019-10-27T23:49:08.269703Z", "url": "https://files.pythonhosted.org/packages/cd/08/ef1f36da17cf5071069786e80b907d37761aff7627616fb60b951db2b60e/astropy-3.2.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e0142899d667c36368c82734e5c1d73", "sha256": "eaaf8149e27bf247132cc330ac918e3d2a72c4b5c59077da7162a09bd9a4c6b5" }, "downloads": -1, "filename": "astropy-3.2.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2e0142899d667c36368c82734e5c1d73", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5943420, "upload_time": "2019-10-27T23:49:11", "upload_time_iso_8601": "2019-10-27T23:49:11.684081Z", "url": "https://files.pythonhosted.org/packages/1b/38/60bfae36ff1cbe36e992c670a2ab8f08ad70ecbe7f8ec64c09723475cff6/astropy-3.2.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "383577ce44dfff91540dabf17d1965db", "sha256": "4a40edb974ed4866e86d1af2d7a3399ef0c634af91a6dd4fe4ff68f7f4656c84" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "383577ce44dfff91540dabf17d1965db", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8153888, "upload_time": "2019-10-28T00:14:06", "upload_time_iso_8601": "2019-10-28T00:14:06.116885Z", "url": "https://files.pythonhosted.org/packages/f9/e5/221bc8b5636eb61866b671a0c37af930e2c3aa39e7f9a880d62059c60a59/astropy-3.2.3-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbe368fe35f83e47f21ca93f8fcd9174", "sha256": "78f743020d63203cc723b2915a80d53f60416c1fcd54efba9538579bbf794d76" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "dbe368fe35f83e47f21ca93f8fcd9174", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8130963, "upload_time": "2019-11-18T18:30:06", "upload_time_iso_8601": "2019-11-18T18:30:06.680178Z", "url": "https://files.pythonhosted.org/packages/4c/dc/74fa25561776ededa136580bc24ea68368380cf7a9df3406578be786229f/astropy-3.2.3-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa34f3119d3f7ae6814b7e1c41e1033d", "sha256": "6a22733069d352309f2c9482599fede0a249037ae6d0cd83db6f501eec2ae3ac" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "fa34f3119d3f7ae6814b7e1c41e1033d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6246292, "upload_time": "2019-10-27T23:49:14", "upload_time_iso_8601": "2019-10-27T23:49:14.839883Z", "url": "https://files.pythonhosted.org/packages/e7/ae/7a13e57719b1a003a7c5444e2ec4746dc29954d853033300273c934a826a/astropy-3.2.3-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "729c651e81226d369aae9b5c33392d94", "sha256": "f35a3eb0438c0d65fe73b8cd09ff1323cd265a05701049359a203fd8f9a08dbd" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "729c651e81226d369aae9b5c33392d94", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6338870, "upload_time": "2019-10-27T23:49:18", "upload_time_iso_8601": "2019-10-27T23:49:18.068088Z", "url": "https://files.pythonhosted.org/packages/88/96/81e2b2f7af201bb218284b5f2e75ca1191e7ee5a6d0b611cafc32907d2e7/astropy-3.2.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75c5c0e05b0cfcab9527ccd08785e5ac", "sha256": "729c9b905562dd7866739fd52c819c1f9437dac8d83480e4cd1e86322110ed29" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "75c5c0e05b0cfcab9527ccd08785e5ac", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5712288, "upload_time": "2019-10-27T23:49:20", "upload_time_iso_8601": "2019-10-27T23:49:20.920016Z", "url": "https://files.pythonhosted.org/packages/30/3b/75677637d2af259b9e30d4bddd02c6528ee951197cd74ffceb24a8636985/astropy-3.2.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9406f91d338a971c1d00ed889f201eaf", "sha256": "1f0991019df0d9049143e6f63b773aeb9d16c632d2efb6761f0582a7afa59d7d" }, "downloads": -1, "filename": "astropy-3.2.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9406f91d338a971c1d00ed889f201eaf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5944907, "upload_time": "2019-10-27T23:49:24", "upload_time_iso_8601": "2019-10-27T23:49:24.233149Z", "url": "https://files.pythonhosted.org/packages/80/0f/3c755ea6e9e70c7360e2a0aee06ad470c983bcd6121bf11bf21991a6c521/astropy-3.2.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7acad8e6266f45122f0048f315838d7", "sha256": "8850958fb5cdcc4c40369541cd1be1c28c5f40c1f0b372dc9b3c799ca81ca6a4" }, "downloads": -1, "filename": "astropy-3.2.3-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e7acad8e6266f45122f0048f315838d7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.5", "size": 6311839, "upload_time": "2019-11-18T18:30:10", "upload_time_iso_8601": "2019-11-18T18:30:10.560535Z", "url": "https://files.pythonhosted.org/packages/90/64/c274cc26a5faca7aaba45b5b04203cb78fff7684013c9d82cdce0b0a0863/astropy-3.2.3-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0893e4b1affc6af75214eeaaf541bdd", "sha256": "3de20dcb6ef676c851e27778d27bbb8d7f4e1a149ec3c5968dec87ce20ea3864" }, "downloads": -1, "filename": "astropy-3.2.3-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f0893e4b1affc6af75214eeaaf541bdd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.5", "size": 6238271, "upload_time": "2019-11-18T18:30:14", "upload_time_iso_8601": "2019-11-18T18:30:14.121963Z", "url": "https://files.pythonhosted.org/packages/ef/06/80cdfe4d35d4b07e7a8cb57bc7bd30a0a225b4d3a803d4aba78036aa9eeb/astropy-3.2.3-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a9d093f9020849301b8169b7c1ff0ca7", "sha256": "4c03051504655bc83d1adf5a2772e1b1b1c4b49e1d54454dbc358d99eee88902" }, "downloads": -1, "filename": "astropy-3.2.3-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a9d093f9020849301b8169b7c1ff0ca7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.5", "size": 6331392, "upload_time": "2019-11-18T18:30:18", "upload_time_iso_8601": "2019-11-18T18:30:18.051731Z", "url": "https://files.pythonhosted.org/packages/59/99/88d4398234c4351174573a345dd711f7ccdbe6f0fb1f8dab4bf796153296/astropy-3.2.3-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bbf0d06aeae6490f9575e0cc7e650947", "sha256": "efa49863064bbcb0651eb0f6af9bd439da482e4091764660475b8ff2bcd909b9" }, "downloads": -1, "filename": "astropy-3.2.3-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "bbf0d06aeae6490f9575e0cc7e650947", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.5", "size": 5722358, "upload_time": "2019-11-18T18:30:21", "upload_time_iso_8601": "2019-11-18T18:30:21.736776Z", "url": "https://files.pythonhosted.org/packages/6d/87/6a10477bac3f08d873f933ffcc36344b726c447d6dadf92d83c8f45546a8/astropy-3.2.3-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bc8d90862a565b38b502c799e7e9e9f", "sha256": "bbcaee3527bbc0460a7a46ce31873076312c9b0d9b84ef027b6313b0bb5c26ac" }, "downloads": -1, "filename": "astropy-3.2.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "4bc8d90862a565b38b502c799e7e9e9f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.5", "size": 5957442, "upload_time": "2019-11-18T18:30:27", "upload_time_iso_8601": "2019-11-18T18:30:27.758964Z", "url": "https://files.pythonhosted.org/packages/ff/3c/5d7f10ee9be249d3c3b7400e25bb68cda8d38e01b4ec16deef42c764a23c/astropy-3.2.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89f6e2b419e2eec93c8e715015d5ecf5", "sha256": "47f00816c2978fdd10f448c8f0337d6dca7b8cbeaab4bf272b5fd37cb4b890d3" }, "downloads": -1, "filename": "astropy-3.2.3.tar.gz", "has_sig": true, "md5_digest": "89f6e2b419e2eec93c8e715015d5ecf5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7964789, "upload_time": "2019-10-27T23:49:28", "upload_time_iso_8601": "2019-10-27T23:49:28.011094Z", "url": "https://files.pythonhosted.org/packages/b7/ce/41c4abe97240ce5bafe98c70d8671441a65d1d3a5b8a877d9103edb480e3/astropy-3.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2rc1": [ { "comment_text": "", "digests": { "md5": "820c1b9a133e126040a51791350a5982", "sha256": "256c5de11fca79d940027c715d4eb77d589cfe208a5f594fa448363950636c4d" }, "downloads": -1, "filename": "astropy-3.2rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "820c1b9a133e126040a51791350a5982", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8110915, "upload_time": "2019-05-07T05:51:05", "upload_time_iso_8601": "2019-05-07T05:51:05.269399Z", "url": "https://files.pythonhosted.org/packages/8d/8f/2637a61e3094e6646e4959a6e5f95b762352327e406d2380fc1cbd34be94/astropy-3.2rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ecc3e9127235e4bdc18cb55dfc79697", "sha256": "81f7819b02862ca0a3869be992d901b591e3020155a0d73664afe5747a315678" }, "downloads": -1, "filename": "astropy-3.2rc1-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2ecc3e9127235e4bdc18cb55dfc79697", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6219980, "upload_time": "2019-05-07T05:51:08", "upload_time_iso_8601": "2019-05-07T05:51:08.985069Z", "url": "https://files.pythonhosted.org/packages/5a/ab/a5091728f65c30e965d1dc9fc866dac9c6c3b171d69e8122000b257e1cc7/astropy-3.2rc1-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8788f904debb5d972ed54c7e32adb5e7", "sha256": "7dd9e65cd3697fdb24bb3107160ea236da91d07698efb0f8c9384d1b4a2f0e92" }, "downloads": -1, "filename": "astropy-3.2rc1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8788f904debb5d972ed54c7e32adb5e7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6311014, "upload_time": "2019-05-07T05:51:12", "upload_time_iso_8601": "2019-05-07T05:51:12.413546Z", "url": "https://files.pythonhosted.org/packages/9a/bf/a3f1dd69e5823753b6767c94cd2b8d780a7ba53fc1d60ced5df543b2daa3/astropy-3.2rc1-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31759b4831a669dcd0a197e05929d711", "sha256": "700242d552fa57119b32ba44dd5e1034b1be7a0eb4053b85e70f929cd99641c2" }, "downloads": -1, "filename": "astropy-3.2rc1-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "31759b4831a669dcd0a197e05929d711", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5685572, "upload_time": "2019-05-07T05:51:15", "upload_time_iso_8601": "2019-05-07T05:51:15.552236Z", "url": "https://files.pythonhosted.org/packages/5f/22/e791fbb2863a7437e34b93f46c723911928b38a7712bf17fffc059190f06/astropy-3.2rc1-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6beed2e8c45da2681d734071285b4c8", "sha256": "70dc4b7e411cf2f04ec231864dc11bbe3ee7eb0fa2b1d3ebf90abea05822e7f3" }, "downloads": -1, "filename": "astropy-3.2rc1-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "d6beed2e8c45da2681d734071285b4c8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5916088, "upload_time": "2019-05-07T05:51:18", "upload_time_iso_8601": "2019-05-07T05:51:18.442997Z", "url": "https://files.pythonhosted.org/packages/c0/26/001bf1799a8ff2ca0862b77fc1cff5e9502e299bac78ed8cdc0465bd2bf4/astropy-3.2rc1-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "407a6a9a3dfe2a03d8282f6dd33a5011", "sha256": "535a62087f6d455c9d8a9ceb8886a81f410608151071ab316dd963a4596c124e" }, "downloads": -1, "filename": "astropy-3.2rc1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "407a6a9a3dfe2a03d8282f6dd33a5011", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8153036, "upload_time": "2019-05-07T05:51:21", "upload_time_iso_8601": "2019-05-07T05:51:21.821301Z", "url": "https://files.pythonhosted.org/packages/f7/66/247c96721ce03e917ebbfdbde50c0139ceccc0a1885abb6f4076c35fbcfe/astropy-3.2rc1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb3a8d293019653d49dd587dd4977c71", "sha256": "c6ec10786ca939b91315360a20f2cb5aa0abdc667bbfd8ea9ab14a690d652cc9" }, "downloads": -1, "filename": "astropy-3.2rc1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "eb3a8d293019653d49dd587dd4977c71", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6227509, "upload_time": "2019-05-07T05:51:24", "upload_time_iso_8601": "2019-05-07T05:51:24.976159Z", "url": "https://files.pythonhosted.org/packages/31/99/dc24f23d105c0522fa23fbadad83bf2beb7486d1a3795b120678c54d8d0b/astropy-3.2rc1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8dd66690c56fc44213d31bc37ac1490", "sha256": "8ca7f3cf779a42d3bf2382f40f551d0b00e5e7a301b71a9afc9e86231cf01680" }, "downloads": -1, "filename": "astropy-3.2rc1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d8dd66690c56fc44213d31bc37ac1490", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6318862, "upload_time": "2019-05-07T05:51:27", "upload_time_iso_8601": "2019-05-07T05:51:27.968018Z", "url": "https://files.pythonhosted.org/packages/df/f8/b54865d0be9dfc9d158f72e535b3ae3e412d4be9118953132c520c837ff9/astropy-3.2rc1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bc8c0704b2d94fc36ffd06a60d58e2f0", "sha256": "17ee06070f85c83b11ff774464c7555ad877068aa87a36b8f46696934b5ee03c" }, "downloads": -1, "filename": "astropy-3.2rc1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "bc8c0704b2d94fc36ffd06a60d58e2f0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5693787, "upload_time": "2019-05-07T05:51:31", "upload_time_iso_8601": "2019-05-07T05:51:31.184807Z", "url": "https://files.pythonhosted.org/packages/c3/66/149b03118e18f9dd38fa604ba8fc84d93351f9e9a8673a5d75db7b8b47a4/astropy-3.2rc1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "868124147d40997fc2d4add52b0c9ffa", "sha256": "760d7d96470fde34c28b7a8e89a4335c34147c3ff33ffaf3304cc1de705b486b" }, "downloads": -1, "filename": "astropy-3.2rc1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "868124147d40997fc2d4add52b0c9ffa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5925710, "upload_time": "2019-05-07T05:51:34", "upload_time_iso_8601": "2019-05-07T05:51:34.430785Z", "url": "https://files.pythonhosted.org/packages/83/cb/e92cddef28ff6232f7c95acfa400c44efa3b73772527884da5dcebce0efd/astropy-3.2rc1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11447abc0f4ce426ee85b1af33368d86", "sha256": "c0ec3c527278a1e57a16ab1cf8b07df0aeae2fc4975d4b4008b77c44a2759fbd" }, "downloads": -1, "filename": "astropy-3.2rc1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "11447abc0f4ce426ee85b1af33368d86", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8132223, "upload_time": "2019-05-07T05:51:37", "upload_time_iso_8601": "2019-05-07T05:51:37.897094Z", "url": "https://files.pythonhosted.org/packages/e9/68/2d11e991295abf242c2993be5e5c8efab35d77835d2671641ed41fc51dee/astropy-3.2rc1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6bc0480b07dea90a647f25032d5eca7b", "sha256": "048fa03f09d513d5ec36c8a9bd7c7538719e8d8faadb7fb2a648f3a498c06b35" }, "downloads": -1, "filename": "astropy-3.2rc1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "6bc0480b07dea90a647f25032d5eca7b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6227621, "upload_time": "2019-05-07T05:51:41", "upload_time_iso_8601": "2019-05-07T05:51:41.241662Z", "url": "https://files.pythonhosted.org/packages/bf/39/f6ed4f81653252172af16fc343702a759ff41b44aee4edf2efa58f28dc31/astropy-3.2rc1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b121769ac1570b702b23daf2c2aa4fbe", "sha256": "81d84035b79c935e1131803b464e31aac611beeb5fa756c9b56d097fbbf58989" }, "downloads": -1, "filename": "astropy-3.2rc1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b121769ac1570b702b23daf2c2aa4fbe", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6317951, "upload_time": "2019-05-07T05:51:44", "upload_time_iso_8601": "2019-05-07T05:51:44.162940Z", "url": "https://files.pythonhosted.org/packages/6a/10/204043856319b149e02b83c665109cbea3b88416000f91893a034cb7b86b/astropy-3.2rc1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3040971bf014a6ebc4e26dc6a36543b3", "sha256": "427837118e7b7465b0c744226c67313ef9ea12e0f7795b1f95a8909f6b5257fc" }, "downloads": -1, "filename": "astropy-3.2rc1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "3040971bf014a6ebc4e26dc6a36543b3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5694873, "upload_time": "2019-05-07T05:51:47", "upload_time_iso_8601": "2019-05-07T05:51:47.092077Z", "url": "https://files.pythonhosted.org/packages/93/be/a8cc68b20a58b373542cfe5e8e4c87e159362fbf0fd7a7ed76e9b739ece2/astropy-3.2rc1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5518600e734c13b5852ffb8173921ae9", "sha256": "929e7d66cab4e3c6b6d85da100f12bf7770f8f994e2c695b8ebd87016f7c375b" }, "downloads": -1, "filename": "astropy-3.2rc1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "5518600e734c13b5852ffb8173921ae9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5927103, "upload_time": "2019-05-07T05:51:50", "upload_time_iso_8601": "2019-05-07T05:51:50.335087Z", "url": "https://files.pythonhosted.org/packages/6a/16/9bf0b47976971087d89adc69a2cb1e089ceb4df1863c3981ab802be11d2f/astropy-3.2rc1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3903c086b0ae019628c4e1bc6e02762", "sha256": "a98522f2cf6659353533b59e10c28000e0a6de6831b3904140e4b83b0b3c871b" }, "downloads": -1, "filename": "astropy-3.2rc1.tar.gz", "has_sig": false, "md5_digest": "b3903c086b0ae019628c4e1bc6e02762", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7935530, "upload_time": "2019-05-07T05:51:53", "upload_time_iso_8601": "2019-05-07T05:51:53.856962Z", "url": "https://files.pythonhosted.org/packages/4f/e4/f9d6f2ff183cdde2b8114c9b6b420e72b4545da21f395082f7fa5384628c/astropy-3.2rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2rc2": [ { "comment_text": "", "digests": { "md5": "a259cf1021be73203b3671f9af11539c", "sha256": "60bbc387f2e4f5d6e185a6bcd766e8111bd56a34c2f40a7657379580cacf17d7" }, "downloads": -1, "filename": "astropy-3.2rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "a259cf1021be73203b3671f9af11539c", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 8116855, "upload_time": "2019-05-30T22:20:57", "upload_time_iso_8601": "2019-05-30T22:20:57.891582Z", "url": "https://files.pythonhosted.org/packages/d2/71/68ff6934e9a2bad3d38fdcc829169e50818970dc559c1427341ad8f74a16/astropy-3.2rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f900e1809ef42b94be403cac118185a1", "sha256": "1fbdbc426fe490991cc9f501c01b648d4fc3d1025697705ae36668c0c997c9db" }, "downloads": -1, "filename": "astropy-3.2rc2-cp35-cp35m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "f900e1809ef42b94be403cac118185a1", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6225914, "upload_time": "2019-05-30T22:21:02", "upload_time_iso_8601": "2019-05-30T22:21:02.050395Z", "url": "https://files.pythonhosted.org/packages/fb/99/85328a9ed1edcb7fbf37c7b1a025eae426883cab128a3c83c7807f12febc/astropy-3.2rc2-cp35-cp35m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e15d988a456c6293bb3f92f0f3cf854e", "sha256": "cd9c7d0550ebe16aeb2871daeb5a20bf31403a1c71ef52318fc639b1626962ca" }, "downloads": -1, "filename": "astropy-3.2rc2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e15d988a456c6293bb3f92f0f3cf854e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 6316922, "upload_time": "2019-05-30T22:21:05", "upload_time_iso_8601": "2019-05-30T22:21:05.886610Z", "url": "https://files.pythonhosted.org/packages/e8/62/c04925b22c536edbcc3dfc991ac4d2380f7b6082ad8a0ab60095cbff610c/astropy-3.2rc2-cp35-cp35m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c15dd1c37506a2dc8229767e7f238b9", "sha256": "7cf59cd828ac813a58ea01dcb6771a2f64ba01b430714b212c7a3c29fe7f2290" }, "downloads": -1, "filename": "astropy-3.2rc2-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "4c15dd1c37506a2dc8229767e7f238b9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5691505, "upload_time": "2019-05-30T22:21:09", "upload_time_iso_8601": "2019-05-30T22:21:09.317505Z", "url": "https://files.pythonhosted.org/packages/7a/8a/43ffb4e08f939278aad6e4bc5f99b450e87484b68990f47746a6b54a8d14/astropy-3.2rc2-cp35-cp35m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "264cfe2c30dc415a28b1c2d9a566c692", "sha256": "715575eec4bf53d5f09d584af889df3bdcd58ac83e951cba5b11ebbb556ee4c6" }, "downloads": -1, "filename": "astropy-3.2rc2-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "264cfe2c30dc415a28b1c2d9a566c692", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5", "size": 5922001, "upload_time": "2019-05-30T22:21:13", "upload_time_iso_8601": "2019-05-30T22:21:13.161776Z", "url": "https://files.pythonhosted.org/packages/4a/1f/4dd3f93e670119721f51867c3831b77b71085329465751a6a60b94c1f008/astropy-3.2rc2-cp35-cp35m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09b73c67552e95e2fd97234fdea89408", "sha256": "bcf47e12ee59535ec951e6dc047adf706a6733b3cb9eed311a99f2fe9adc1940" }, "downloads": -1, "filename": "astropy-3.2rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "09b73c67552e95e2fd97234fdea89408", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 8158971, "upload_time": "2019-05-30T22:21:17", "upload_time_iso_8601": "2019-05-30T22:21:17.051675Z", "url": "https://files.pythonhosted.org/packages/67/b5/1b41b53b837733bdf85537a6db2016b1c63cc04211c1e6e7f03ca0295e84/astropy-3.2rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b97710f572505bdec262175f1dd4b05", "sha256": "0ef767b960518d9b77bb7eb966ca95f6f7585dade97ab9f15da98fb0a5d71fda" }, "downloads": -1, "filename": "astropy-3.2rc2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8b97710f572505bdec262175f1dd4b05", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6233436, "upload_time": "2019-05-30T22:21:20", "upload_time_iso_8601": "2019-05-30T22:21:20.884940Z", "url": "https://files.pythonhosted.org/packages/9a/07/acabe82f85b9d55f037fce98af3b92402ddcffa11db0e81fcc116e30cbe3/astropy-3.2rc2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "595c30143bb96288583b403a20f446f3", "sha256": "50470de25abf505261d2e38858cef83d60d2907ecaf56cb16758176c112e8cac" }, "downloads": -1, "filename": "astropy-3.2rc2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "595c30143bb96288583b403a20f446f3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 6324792, "upload_time": "2019-05-30T22:21:24", "upload_time_iso_8601": "2019-05-30T22:21:24.634253Z", "url": "https://files.pythonhosted.org/packages/b2/fa/49f1254464696b3cc54bc5a2e84a1821b7120ff5a0aadd049d576786d289/astropy-3.2rc2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "457b1a7626cfb4e6885852ce908d1524", "sha256": "9ef627ada53501d6231be759f09aa02e5781d98158d1a91818dc8764da43b7ac" }, "downloads": -1, "filename": "astropy-3.2rc2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "457b1a7626cfb4e6885852ce908d1524", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5699698, "upload_time": "2019-05-30T22:21:28", "upload_time_iso_8601": "2019-05-30T22:21:28.467670Z", "url": "https://files.pythonhosted.org/packages/62/b0/0b6f6ce7dd3c4013d3182455ea62f5ef8932bd30228f084e941ed497d245/astropy-3.2rc2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8f6a18f156494acd2795a0dddbf0aeb6", "sha256": "f9828e3c1a26ef54dd7bfe8696a1cd56def6bf60baabcd24c72803a4362830da" }, "downloads": -1, "filename": "astropy-3.2rc2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "8f6a18f156494acd2795a0dddbf0aeb6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5", "size": 5931644, "upload_time": "2019-05-30T22:21:31", "upload_time_iso_8601": "2019-05-30T22:21:31.967181Z", "url": "https://files.pythonhosted.org/packages/58/90/867247e00721a791f1c4574ed86594d1e1a0f4a99248c8f5e9ee3632488e/astropy-3.2rc2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ece91e526114ee6c2ba4aa74365e7aa", "sha256": "5ced1a4ddeb694dff1df4054dba5923483aacdf6490b3fd7ce22400c33ecf118" }, "downloads": -1, "filename": "astropy-3.2rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "has_sig": false, "md5_digest": "0ece91e526114ee6c2ba4aa74365e7aa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 8138143, "upload_time": "2019-05-30T22:21:35", "upload_time_iso_8601": "2019-05-30T22:21:35.354111Z", "url": "https://files.pythonhosted.org/packages/95/a4/fe391a8957f0c0f332954f7ffdc398088b2bafbe26b4bb2fe07d55f7ddb2/astropy-3.2rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "580c6bf50001fb9e44938cf0a69e9d99", "sha256": "fdef9d56455e85204afe2200b73d614d4f3316a384a3a8ae7c372bd66fc4f93d" }, "downloads": -1, "filename": "astropy-3.2rc2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "580c6bf50001fb9e44938cf0a69e9d99", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6233528, "upload_time": "2019-05-30T22:21:38", "upload_time_iso_8601": "2019-05-30T22:21:38.426172Z", "url": "https://files.pythonhosted.org/packages/0c/34/7134a76a2a152477625b278591c361f935baea69dda12d3680529acfa513/astropy-3.2rc2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7b3d1ffdbd3b6e71c1f517c835a034b", "sha256": "7e8839429b8e0d80737ca1dcd596a11c469d4832cd1467b956d66f5e606b65f3" }, "downloads": -1, "filename": "astropy-3.2rc2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d7b3d1ffdbd3b6e71c1f517c835a034b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 6323886, "upload_time": "2019-05-30T22:21:41", "upload_time_iso_8601": "2019-05-30T22:21:41.391249Z", "url": "https://files.pythonhosted.org/packages/3c/cb/f5e42e0ce0a2b3c40ae79e67f6d3d6355b03600a8ed7350174ab69565edc/astropy-3.2rc2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e674c2775219874fcf4c740f44889b7e", "sha256": "39e1159f5967f03c6c36d0d09cf6a0be5d5138c1674a7ae1b61fa742404b9da6" }, "downloads": -1, "filename": "astropy-3.2rc2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "e674c2775219874fcf4c740f44889b7e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5700791, "upload_time": "2019-05-30T22:21:44", "upload_time_iso_8601": "2019-05-30T22:21:44.951566Z", "url": "https://files.pythonhosted.org/packages/4e/6e/3dc8ac5601b3217432889f18733836e01903962ea10b18175fed9f59114b/astropy-3.2rc2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e469912ad609110b917df2833d56067", "sha256": "0383e623da6529fb09cfd7e6376fd1d6a55773553b9995555f0f8b2970e6ee27" }, "downloads": -1, "filename": "astropy-3.2rc2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9e469912ad609110b917df2833d56067", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5", "size": 5933008, "upload_time": "2019-05-30T22:21:48", "upload_time_iso_8601": "2019-05-30T22:21:48.111244Z", "url": "https://files.pythonhosted.org/packages/3f/61/5df2b2493996d5fa24566244b0bc4337bc6cae239f0870addd170760e333/astropy-3.2rc2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8a247655e55381b78f416670ce28c85", "sha256": "03271d5252feb7e1fb0764fe0115b8695ed4fae1a8f8ebc9d28ade075fa0a051" }, "downloads": -1, "filename": "astropy-3.2rc2.tar.gz", "has_sig": true, "md5_digest": "d8a247655e55381b78f416670ce28c85", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7940387, "upload_time": "2019-05-30T22:21:51", "upload_time_iso_8601": "2019-05-30T22:21:51.935592Z", "url": "https://files.pythonhosted.org/packages/21/56/5f92c3cfd7fde67941b78b0b0e4499a42b415559b26dede30086fa7b092f/astropy-3.2rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0": [ { "comment_text": "", "digests": { "md5": "850a5eba49c0113ef06d52974820b633", "sha256": "2b6ed8d7d4043587af62a55783f58d0d62e0e8217749c4cff721e727635dfa96" }, "downloads": -1, "filename": "astropy-4.0-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "850a5eba49c0113ef06d52974820b633", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 8369017, "upload_time": "2019-12-17T05:42:13", "upload_time_iso_8601": "2019-12-17T05:42:13.594134Z", "url": "https://files.pythonhosted.org/packages/60/36/138a907bcc03b14ef055fee82ae2bb3df6e90cc64956ec57ac2e9ef09867/astropy-4.0-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "805913298f87e7b2757547c0e62ec43c", "sha256": "472d2f8b89dd486fa4912c6885191b1774b49ed566070cdf05920487d366a181" }, "downloads": -1, "filename": "astropy-4.0-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "805913298f87e7b2757547c0e62ec43c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6428178, "upload_time": "2019-12-17T05:42:17", "upload_time_iso_8601": "2019-12-17T05:42:17.253562Z", "url": "https://files.pythonhosted.org/packages/07/9d/c929e7cfc81a5c7ae8e25cdc3c2de0f14c1b594a5941a01d0a0e2296dd80/astropy-4.0-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18c98e3a64e1c38873f6a005a1110701", "sha256": "b48ff0af8b784db295aae9d21b73d898d0f2f888868d8f68f0ecb08a7438a3ec" }, "downloads": -1, "filename": "astropy-4.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "18c98e3a64e1c38873f6a005a1110701", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6525227, "upload_time": "2019-12-17T05:42:20", "upload_time_iso_8601": "2019-12-17T05:42:20.562706Z", "url": "https://files.pythonhosted.org/packages/45/8a/1392bcc8e2f666aa7b7652b302b3642ca0cadf56b606e5d74550f8f8250a/astropy-4.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f12c25c2561b69382fe353f1ccadf715", "sha256": "03de1a963b7f0efba367db88529946c6fab54caca3eb9448337f6b6c8e139c48" }, "downloads": -1, "filename": "astropy-4.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "f12c25c2561b69382fe353f1ccadf715", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5893146, "upload_time": "2019-12-17T05:42:23", "upload_time_iso_8601": "2019-12-17T05:42:23.854785Z", "url": "https://files.pythonhosted.org/packages/6b/36/f61caf6b350d4ddba8ce415e4a745500edb0c0697ddda927b2771b9276a3/astropy-4.0-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ff311f8fbaf9550deee1f99406db785", "sha256": "395523140c8f117d6625339677b7af8c1ff5b37d78f60f0a8a94c13d8f3a6e69" }, "downloads": -1, "filename": "astropy-4.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "1ff311f8fbaf9550deee1f99406db785", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6125113, "upload_time": "2019-12-17T05:42:26", "upload_time_iso_8601": "2019-12-17T05:42:26.681704Z", "url": "https://files.pythonhosted.org/packages/9a/dc/bdb8adf74aeda5bd8e9714642ccd7f49995381d3b490744004f9bf16d07b/astropy-4.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "256593274f50d41306a26cf3d105f518", "sha256": "ba866b243c47f1a34efe43b8e6d0e8d2630353399530e1267135d00068526283" }, "downloads": -1, "filename": "astropy-4.0-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "256593274f50d41306a26cf3d105f518", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 8323228, "upload_time": "2019-12-17T05:42:30", "upload_time_iso_8601": "2019-12-17T05:42:30.830655Z", "url": "https://files.pythonhosted.org/packages/0a/35/36310d2430c9eb8ffa4df4cb5140dc8b51796bbfabc731735832b71a0cf0/astropy-4.0-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b7c1146f899bc6aeaaf9660631db9824", "sha256": "12feff9d55bb2e9aaf9b5724acac146244b8defc448e59d734a61a8bedb10bb8" }, "downloads": -1, "filename": "astropy-4.0-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b7c1146f899bc6aeaaf9660631db9824", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6428282, "upload_time": "2019-12-17T05:42:33", "upload_time_iso_8601": "2019-12-17T05:42:33.773966Z", "url": "https://files.pythonhosted.org/packages/a0/21/ea63d3cf98f4fcc7ddf0534a452e8a71fbd645413d528268c3856f0183d7/astropy-4.0-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bfaaa81058c80a373f281c471be81c3c", "sha256": "c7ab6aa080085cd0f5ed8b2734240234dd72a712c706f9de7e248b899e2ed76d" }, "downloads": -1, "filename": "astropy-4.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bfaaa81058c80a373f281c471be81c3c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6525175, "upload_time": "2019-12-17T05:42:37", "upload_time_iso_8601": "2019-12-17T05:42:37.032732Z", "url": "https://files.pythonhosted.org/packages/d5/50/5195c71d9aed4b5673a820724dada56e21f65f717c68a0e29183b4e12375/astropy-4.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a772ee50c5c23525428d5e8af40f91bd", "sha256": "09ae780bc7e330af2394b04a43ee6fecb6c12887c62c067ee3d411dd62cc0c34" }, "downloads": -1, "filename": "astropy-4.0-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a772ee50c5c23525428d5e8af40f91bd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5893428, "upload_time": "2019-12-17T05:42:40", "upload_time_iso_8601": "2019-12-17T05:42:40.460251Z", "url": "https://files.pythonhosted.org/packages/2d/b7/51e0d5bb20620406b096d12330b1021c3f5a13f11e9c13ec34a2a083e07d/astropy-4.0-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d27231fa58cd8bd086628e50cf338640", "sha256": "24595c4d45d088c74ebd5c57837a847c3dbe3a70b2940b045f95fd0382dc8237" }, "downloads": -1, "filename": "astropy-4.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "d27231fa58cd8bd086628e50cf338640", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6125562, "upload_time": "2019-12-17T05:42:43", "upload_time_iso_8601": "2019-12-17T05:42:43.914765Z", "url": "https://files.pythonhosted.org/packages/f4/b9/d2a9dbab73995639969f5cf3e6acc646371da65a0fdc3f61cac5bb2c98e4/astropy-4.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7f5adfd5ea1cc30a6b8770d5d210a5a", "sha256": "0c2126668ae586cbbc8114e205f11cabf77c17cf77c9f5a98e79d9233cf809d5" }, "downloads": -1, "filename": "astropy-4.0-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e7f5adfd5ea1cc30a6b8770d5d210a5a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6495667, "upload_time": "2019-12-17T05:42:46", "upload_time_iso_8601": "2019-12-17T05:42:46.786348Z", "url": "https://files.pythonhosted.org/packages/bf/a8/69dd3e43bb5a4c76caa90cc1d9e8c3b15d6872015ae0851e07165209f239/astropy-4.0-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69a4788c384a884b0f0a91d782634194", "sha256": "2e427628c784fd76712cf717591ff94beb9c0d31e54f29b293d5a8111cd43c97" }, "downloads": -1, "filename": "astropy-4.0-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "69a4788c384a884b0f0a91d782634194", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6424250, "upload_time": "2019-12-17T05:42:49", "upload_time_iso_8601": "2019-12-17T05:42:49.786391Z", "url": "https://files.pythonhosted.org/packages/fd/de/bd959e1c92a310252c580eaef5871c0625f3bc10e1ed3296fd6d5cd7e19b/astropy-4.0-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41f10f8d22d709fd81878f853b84ed90", "sha256": "5d0615fdc11ab3446db7e1e8acb8400cbf5e7f5da6208a317de81f96f8a31402" }, "downloads": -1, "filename": "astropy-4.0-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "41f10f8d22d709fd81878f853b84ed90", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6519767, "upload_time": "2019-12-17T05:42:52", "upload_time_iso_8601": "2019-12-17T05:42:52.953156Z", "url": "https://files.pythonhosted.org/packages/f0/15/a8afcd2f670745c3057a43bb1764f0e603056a43d9694f84685f0998419f/astropy-4.0-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ece74f0745626f50d24f6d328507ab7", "sha256": "e0b3e1bcb6848c9587734c8c1abcc3b7d5ae6239081ee7e49440b2f83f2de9c8" }, "downloads": -1, "filename": "astropy-4.0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "0ece74f0745626f50d24f6d328507ab7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5905906, "upload_time": "2019-12-17T05:42:55", "upload_time_iso_8601": "2019-12-17T05:42:55.978904Z", "url": "https://files.pythonhosted.org/packages/03/f4/7c9df3ef4a71f129456b25bed7604f726242762d7983ea09fea91412d2fc/astropy-4.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e82fde6edfdc296fdf63568f08c561a0", "sha256": "a973eaeb4667a391bc6f52ddc18ac4ea7d93af3a8cf31a9f5987abcde1f4241b" }, "downloads": -1, "filename": "astropy-4.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "e82fde6edfdc296fdf63568f08c561a0", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6140611, "upload_time": "2019-12-17T05:42:59", "upload_time_iso_8601": "2019-12-17T05:42:59.451210Z", "url": "https://files.pythonhosted.org/packages/94/4f/856459dce71da00c11422f9f41e87241de3e14d46db41e09be7ff92cd240/astropy-4.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ae0345d28ac5b60e04079967ced4ea7", "sha256": "404200e0baa84de09ac563ad9ccab3817e9b9669d0025cee74a8752f4bc2771b" }, "downloads": -1, "filename": "astropy-4.0.tar.gz", "has_sig": true, "md5_digest": "4ae0345d28ac5b60e04079967ced4ea7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8196953, "upload_time": "2019-12-17T05:43:02", "upload_time_iso_8601": "2019-12-17T05:43:02.732347Z", "url": "https://files.pythonhosted.org/packages/de/96/7feaca4b9be134128838395a9d924ea0b389ed4381702dcd9d11ae31789f/astropy-4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "2273845d3e92c4ea51e20ec322aa2e35", "sha256": "70f51e0a17e285d7fa00ea834ee9b2b520348dfd3f5bf561ecf5607838540f48" }, "downloads": -1, "filename": "astropy-4.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2273845d3e92c4ea51e20ec322aa2e35", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6513814, "upload_time": "2020-03-27T19:55:28", "upload_time_iso_8601": "2020-03-27T19:55:28.771576Z", "url": "https://files.pythonhosted.org/packages/6e/79/bcc8da8b494a39f0af4800d3c1ed76708696743a242762fb0cf328529d15/astropy-4.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d75dc53183df5be12e538ce445ddb8e", "sha256": "e9af3c3b4860c70a62157b1987a60ea00d2f7a76e213e2f900b815a87e5359cd" }, "downloads": -1, "filename": "astropy-4.0.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3d75dc53183df5be12e538ce445ddb8e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6445375, "upload_time": "2020-03-27T19:55:31", "upload_time_iso_8601": "2020-03-27T19:55:31.462621Z", "url": "https://files.pythonhosted.org/packages/91/7a/3915dabf22a927b60a05ad3b915426c7cc40a35535c73da84779cb164a3d/astropy-4.0.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92b3d59b795877b1040471098ec93fa7", "sha256": "325106a46bb09bb4c15c14adb8c0d8bf2d9b60abbcb0e844e155dbb390d176d5" }, "downloads": -1, "filename": "astropy-4.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "92b3d59b795877b1040471098ec93fa7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6542222, "upload_time": "2020-03-27T19:55:34", "upload_time_iso_8601": "2020-03-27T19:55:34.309814Z", "url": "https://files.pythonhosted.org/packages/62/4b/d64063f7984f45ed575d819c8ae30e90d4cbb0b74ca307bb404f472132bf/astropy-4.0.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f3032d7d615ec2b1a87bacd577cbe1f", "sha256": "4b792943955250ecdd557e3431c4d627080201c8c7202ebfad089310e8efc955" }, "downloads": -1, "filename": "astropy-4.0.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "0f3032d7d615ec2b1a87bacd577cbe1f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5909668, "upload_time": "2020-03-27T19:55:36", "upload_time_iso_8601": "2020-03-27T19:55:36.565443Z", "url": "https://files.pythonhosted.org/packages/53/e7/0a6c850261d994b716dcc74d61bab58058ad2fb552f17d1aebc616dedde5/astropy-4.0.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cf4b6c5063688b485dc21f5e095564e", "sha256": "39c5b31cb00329d34c2e1b2775dea90d11844284c4baaea5a44b8d043a5aae44" }, "downloads": -1, "filename": "astropy-4.0.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "8cf4b6c5063688b485dc21f5e095564e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6142283, "upload_time": "2020-03-27T19:55:38", "upload_time_iso_8601": "2020-03-27T19:55:38.690777Z", "url": "https://files.pythonhosted.org/packages/5d/b1/8e144acffe73c6ee300aab843c2e89ee7bfd30059ca41217f15af30aadc4/astropy-4.0.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d7b2932bd527374eeb1ceb88f5d674c", "sha256": "c863323abfa2e3a057d82d0e645be951c40a3359d50560b5e21a2ce812c164ec" }, "downloads": -1, "filename": "astropy-4.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6d7b2932bd527374eeb1ceb88f5d674c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6502282, "upload_time": "2020-03-27T19:55:41", "upload_time_iso_8601": "2020-03-27T19:55:41.082785Z", "url": "https://files.pythonhosted.org/packages/f5/40/5c82a1ec5e281e59fc435824d456a9379d2b2f00c5b0ead6c84d871ba0c4/astropy-4.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e766a187e2142e4ede706a772ae0a182", "sha256": "5656e719a9ed29bb55eef44174f33c62a385d7d876f12a2785708161d45e4633" }, "downloads": -1, "filename": "astropy-4.0.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e766a187e2142e4ede706a772ae0a182", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6541970, "upload_time": "2020-03-27T19:55:43", "upload_time_iso_8601": "2020-03-27T19:55:43.784695Z", "url": "https://files.pythonhosted.org/packages/03/b2/cad7cb14d110a208381508425ccb45b3a6f43d8c227349e24d6628d0c53f/astropy-4.0.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bed71a41e5325f83180a9571d8e81672", "sha256": "0c78fa60ea6af983139f0ec798d274c1421b37531378fa8e2903aeab3c3f6ecd" }, "downloads": -1, "filename": "astropy-4.0.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "bed71a41e5325f83180a9571d8e81672", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5909914, "upload_time": "2020-04-02T10:11:37", "upload_time_iso_8601": "2020-04-02T10:11:37.800850Z", "url": "https://files.pythonhosted.org/packages/4d/80/e7a1c7e3abb165095bc059b1e560f2ca698358081f1ae4a96b26e81b5645/astropy-4.0.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95ef33790ac0d48663fb29b9fe1474a1", "sha256": "c3ad4cc0199ebb78a440a4acaa215aa01e7aad4ca7955bb2aeda0ff70359fbc4" }, "downloads": -1, "filename": "astropy-4.0.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "95ef33790ac0d48663fb29b9fe1474a1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6142742, "upload_time": "2020-04-02T10:11:43", "upload_time_iso_8601": "2020-04-02T10:11:43.827814Z", "url": "https://files.pythonhosted.org/packages/55/11/c10e65482e28efed26b05b198683664e53d1747af8a55facfb154d809e24/astropy-4.0.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ba5b0b300e82d8045838d2ddb36610ca", "sha256": "748b7060518eea95258ed25b0447129f381b68028d825cbb524e45bb21371ccd" }, "downloads": -1, "filename": "astropy-4.0.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ba5b0b300e82d8045838d2ddb36610ca", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6511901, "upload_time": "2020-04-02T10:05:50", "upload_time_iso_8601": "2020-04-02T10:05:50.409015Z", "url": "https://files.pythonhosted.org/packages/c2/d0/4e1a567449c8f0cf14bd2787a94d077fe6a12a5ba4598954c7594a8219d3/astropy-4.0.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21daf6b8900a6f3c07719f0ede10c56d", "sha256": "b9ca74cd03e2a7693a40edb20dc137028d4892f5bde28c1183b46bffe0c51707" }, "downloads": -1, "filename": "astropy-4.0.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "21daf6b8900a6f3c07719f0ede10c56d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5922469, "upload_time": "2020-04-02T10:11:55", "upload_time_iso_8601": "2020-04-02T10:11:55.338485Z", "url": "https://files.pythonhosted.org/packages/c8/05/3d9eabdf7d0045618e9645e3af3fe0cd139dfd5cfe2b909d20bc4acdba77/astropy-4.0.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64160e686b36a68925be5e8483096292", "sha256": "72d360e2166ac722557f1c622b24f646693f8eb4c11b860b0e4879a3c5a8299c" }, "downloads": -1, "filename": "astropy-4.0.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "64160e686b36a68925be5e8483096292", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6157736, "upload_time": "2020-04-02T10:12:01", "upload_time_iso_8601": "2020-04-02T10:12:01.532528Z", "url": "https://files.pythonhosted.org/packages/66/26/428d6fcab7a40b5d7675aea9c8b3143688db6d54f9d3564e47a866c51ba9/astropy-4.0.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d67007ac8b83f7642e53d41b6bc0db89", "sha256": "f1135f2637867bf4eb44b754d905462be738165ae5535540670938bbc2dcc62c" }, "downloads": -1, "filename": "astropy-4.0.1.tar.gz", "has_sig": true, "md5_digest": "d67007ac8b83f7642e53d41b6bc0db89", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8167573, "upload_time": "2020-03-27T19:55:46", "upload_time_iso_8601": "2020-03-27T19:55:46.747496Z", "url": "https://files.pythonhosted.org/packages/4c/21/5ac43f18901ffba161a34051846f8653479bd9b8c86406f91bf37aeaec7d/astropy-4.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1.post1": [ { "comment_text": "", "digests": { "md5": "26edd83585855f201e122f731786128a", "sha256": "86ccbf614d63440680196c1251cb77abf3df393176aec4f441959d43f28f617d" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "26edd83585855f201e122f731786128a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6513907, "upload_time": "2020-04-02T12:08:15", "upload_time_iso_8601": "2020-04-02T12:08:15.859742Z", "url": "https://files.pythonhosted.org/packages/23/c0/e12e1fc16c01686e2f74299b92a929549f7f085432e5a06adb093b0e33ca/astropy-4.0.1.post1-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a78cb1da0a9f8462506cc1e9854f7b5", "sha256": "14a2f070824b9c3d0b8e9168e8aa6ea9a10e2d005e5a41a3245a38cc9679190d" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2a78cb1da0a9f8462506cc1e9854f7b5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6445459, "upload_time": "2020-04-02T12:08:22", "upload_time_iso_8601": "2020-04-02T12:08:22.046785Z", "url": "https://files.pythonhosted.org/packages/d4/31/353ce933b3ad7f7004ed36bbd44356159271fd342fbd23cc2ff7462626c8/astropy-4.0.1.post1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7456e2beecdbbebdbf2dd3f45ee154f9", "sha256": "9bc66cdfff353563a0f8d56da53d2d3c7dcb6d96930b48ad1146f1c5c9dc3c00" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7456e2beecdbbebdbf2dd3f45ee154f9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6542305, "upload_time": "2020-04-02T12:15:00", "upload_time_iso_8601": "2020-04-02T12:15:00.013264Z", "url": "https://files.pythonhosted.org/packages/da/c2/07b8244febf380f8fe43d87ab906bfff70221ba095df3fe85cf89957c63d/astropy-4.0.1.post1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd2dd62976aa20af0ce4e3f418ff097c", "sha256": "7a1f5146cccdcf89070c829012ae2f8ef4f64385fbeafd80cde91708dba32132" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "fd2dd62976aa20af0ce4e3f418ff097c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5909742, "upload_time": "2020-04-02T12:15:05", "upload_time_iso_8601": "2020-04-02T12:15:05.439995Z", "url": "https://files.pythonhosted.org/packages/94/12/a6674547855564f074f168b34983de0ad29c93b6263261ddb0c35201e728/astropy-4.0.1.post1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10b05d59067935b5d8016e6b37764192", "sha256": "6ccacc159391cc39069a705aa25e39ad7494573162d8938d288515b7d22bd212" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "10b05d59067935b5d8016e6b37764192", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6142363, "upload_time": "2020-04-02T12:15:11", "upload_time_iso_8601": "2020-04-02T12:15:11.014938Z", "url": "https://files.pythonhosted.org/packages/64/f2/1a4c57eb65b2176c006a9832d085a1818df0608d54cece9af35af5919190/astropy-4.0.1.post1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d9b95bcfcd39f89a3f162ed177792bf", "sha256": "878ee573d30566d1282c8891a7c1ddf446b3502f30b925b13d6ed2c847b28653" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3d9b95bcfcd39f89a3f162ed177792bf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6502365, "upload_time": "2020-04-02T12:15:16", "upload_time_iso_8601": "2020-04-02T12:15:16.651107Z", "url": "https://files.pythonhosted.org/packages/90/4e/da578e2443eb83d8cc0cfa898372d5e53e3605612a454cf6e2632e16ddbf/astropy-4.0.1.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "97ab37cb741d4b5349c7862b8abb0cef", "sha256": "b5007f16202cbebf509920cebaa7312ca3953fd9b201688db934a218d2f4ceea" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "97ab37cb741d4b5349c7862b8abb0cef", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6445538, "upload_time": "2020-04-02T12:15:22", "upload_time_iso_8601": "2020-04-02T12:15:22.847855Z", "url": "https://files.pythonhosted.org/packages/fd/24/a0784f266a0a7664c658120e11d5c09368b6aff1e46f68576e86414bd4a9/astropy-4.0.1.post1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c17b0608c135993b35578e9827d74c5", "sha256": "606029383730b7ebf8870664efb34391e546e1f247324b07f5aae0e518acdc95" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3c17b0608c135993b35578e9827d74c5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6542053, "upload_time": "2020-04-02T12:15:28", "upload_time_iso_8601": "2020-04-02T12:15:28.596515Z", "url": "https://files.pythonhosted.org/packages/81/1b/80d536d16030f380fcd4bad5c38696f30476046d9f4d4813662e7f54ab7b/astropy-4.0.1.post1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0bf03442302bb0bd59792b311715be3", "sha256": "ac33edfbe484a6a1a4cda6a918218853e19899ce75488356a8186115fc37c70e" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a0bf03442302bb0bd59792b311715be3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5910008, "upload_time": "2020-04-02T12:15:37", "upload_time_iso_8601": "2020-04-02T12:15:37.011087Z", "url": "https://files.pythonhosted.org/packages/72/80/4121885222eeb2f6156346db067eb6a6e02501d9ec1c1742ca6a0053cf4e/astropy-4.0.1.post1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4038e30fabd385fca9518865ac52af8", "sha256": "46dfec9d03d30727ad931abfd94c51b52334b021be19de96bdb047aa890dfcc0" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "e4038e30fabd385fca9518865ac52af8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6142822, "upload_time": "2020-04-02T12:15:42", "upload_time_iso_8601": "2020-04-02T12:15:42.501719Z", "url": "https://files.pythonhosted.org/packages/bc/15/0eb51474954e7e1e14aa8ba08611ecc9999e0499e3a300c5e8be95544416/astropy-4.0.1.post1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e9cd7b3dad61852062c0b98553be28b", "sha256": "c0a92f0bab6440b39c89c21e7f667cf1437281ae59cc28f5d2ec48fd04d343e6" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6e9cd7b3dad61852062c0b98553be28b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6511972, "upload_time": "2020-04-02T12:15:47", "upload_time_iso_8601": "2020-04-02T12:15:47.852253Z", "url": "https://files.pythonhosted.org/packages/36/34/effba373739156ea82caf1a4cfd7fe30193c57300f9b24af6f82fe794628/astropy-4.0.1.post1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3ce904acd7f9843dfb92130137fc917", "sha256": "e145c050408d911c104b2eab0c40a66853703346e18505d75240c383a34ec56a" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "a3ce904acd7f9843dfb92130137fc917", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6441596, "upload_time": "2020-04-02T12:15:53", "upload_time_iso_8601": "2020-04-02T12:15:53.659884Z", "url": "https://files.pythonhosted.org/packages/12/d8/af3b25393473007cde20a4891d45e5d9b0f9f785f1bc34e4c26955ab07ca/astropy-4.0.1.post1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e7176713b30daf18531610a3e8bd891e", "sha256": "755077baecfbe2122ff56c1a0d61e905cc3ef43105ef0167968eb4ce3f4469b4" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e7176713b30daf18531610a3e8bd891e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6536515, "upload_time": "2020-04-02T12:15:59", "upload_time_iso_8601": "2020-04-02T12:15:59.342799Z", "url": "https://files.pythonhosted.org/packages/95/fe/aedf18d69d666d96bc750681e78c66971523c1fd5731e327a16640d2b809/astropy-4.0.1.post1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e8ebff9e84ad8b0b1e31e34ff41a8cb", "sha256": "d8a8db0b69256b357ae5544bc31c4f21fad1f067d2cc3e9936c646dea5b7d908" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "4e8ebff9e84ad8b0b1e31e34ff41a8cb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5922555, "upload_time": "2020-04-02T12:16:04", "upload_time_iso_8601": "2020-04-02T12:16:04.901477Z", "url": "https://files.pythonhosted.org/packages/a4/f2/e4529a6b71991ec7665db321bbd73eeec63779c2063c9a84167e969ffc8b/astropy-4.0.1.post1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33e1ea170ebadcad2a84786df3990494", "sha256": "6a3ea22bde401bf7da1ae1174a010352ce08f900c512893e0d3a6286b1f2863d" }, "downloads": -1, "filename": "astropy-4.0.1.post1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "33e1ea170ebadcad2a84786df3990494", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6157824, "upload_time": "2020-07-15T07:00:21", "upload_time_iso_8601": "2020-07-15T07:00:21.393192Z", "url": "https://files.pythonhosted.org/packages/9a/23/bed7df2d9cc7c013df4ab6fcdbc662b19bf316960f53a638fa1e1fc614a7/astropy-4.0.1.post1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9949b0309ca8f5f99c680113da099e13", "sha256": "5c304a6c1845ca426e7bc319412b0363fccb4928cb4ba59298acd1918eec44b5" }, "downloads": -1, "filename": "astropy-4.0.1.post1.tar.gz", "has_sig": true, "md5_digest": "9949b0309ca8f5f99c680113da099e13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8220187, "upload_time": "2020-04-02T01:22:29", "upload_time_iso_8601": "2020-04-02T01:22:29.690745Z", "url": "https://files.pythonhosted.org/packages/72/b2/18d48f5ed8dedc37e30bdf6f84ba3dc656c31dd7de9f4b6e0a2d9810cd37/astropy-4.0.1.post1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "5701b605a3c96189cbe9a1ca12f32913", "sha256": "1a4ed78ba65155eb21ae8891901789b4df3008fb9b3b48e07d978631e3f23a4e" }, "downloads": -1, "filename": "astropy-4.0.2-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5701b605a3c96189cbe9a1ca12f32913", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6650683, "upload_time": "2020-10-10T16:22:57", "upload_time_iso_8601": "2020-10-10T16:22:57.210370Z", "url": "https://files.pythonhosted.org/packages/b3/2e/88da43022e57f26f080cf77aebad2a1dc3fb421f2f7ac6305f16460f60cb/astropy-4.0.2-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab6c374966e41bc73bd65d1bf3d40d90", "sha256": "94d1c7c4b14773b06b85b15ac7eb4fc73d7915f71014db016dda0dc6db175d49" }, "downloads": -1, "filename": "astropy-4.0.2-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "ab6c374966e41bc73bd65d1bf3d40d90", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10427520, "upload_time": "2020-10-10T16:23:15", "upload_time_iso_8601": "2020-10-10T16:23:15.582777Z", "url": "https://files.pythonhosted.org/packages/0f/c7/82a44f8763a464d72df088f39d3c276aff8f536868631ae75d304c4b6590/astropy-4.0.2-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "868b059a377323df484a6fb67d3bc1f2", "sha256": "a2c6ef18cfd5b94f8fdcc7365044fb2d945f500ae8a8925fb1bc961e8434305d" }, "downloads": -1, "filename": "astropy-4.0.2-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "868b059a377323df484a6fb67d3bc1f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10953486, "upload_time": "2020-10-10T16:23:22", "upload_time_iso_8601": "2020-10-10T16:23:22.801338Z", "url": "https://files.pythonhosted.org/packages/22/5a/e54b39c4c431764099e9b36ff90b64b2667d23e62b998b39542db4d145ed/astropy-4.0.2-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a15758b21d030e10102dea83e7736326", "sha256": "dca17fb6b7efdab42d994ab18f3b968bed1c8fb64c0495b83117ca3b3003167f" }, "downloads": -1, "filename": "astropy-4.0.2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a15758b21d030e10102dea83e7736326", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6150027, "upload_time": "2020-10-10T16:23:20", "upload_time_iso_8601": "2020-10-10T16:23:20.346861Z", "url": "https://files.pythonhosted.org/packages/8e/73/886bb932fb4e415a1bcb3f3d9bd21a6f029513c855402687ab05db0b7160/astropy-4.0.2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "866f7a3101a95a37ce17e158f2ac666c", "sha256": "61b5a239cb0375779528bdd61fe2a343a8fc9e3fa68b7e79b618b40730f08eae" }, "downloads": -1, "filename": "astropy-4.0.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "866f7a3101a95a37ce17e158f2ac666c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6354461, "upload_time": "2020-10-10T16:23:13", "upload_time_iso_8601": "2020-10-10T16:23:13.347997Z", "url": "https://files.pythonhosted.org/packages/5e/06/14941f4957b192ec96f3f5444d8a9c90aa99c24c1ad46c3834b4258d7acf/astropy-4.0.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88f60e254f7f5f11dd0828bb340d510b", "sha256": "03b3faffaf1e642de867d049788dab6702494536f5276d00209fcd7d50cadbd8" }, "downloads": -1, "filename": "astropy-4.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "88f60e254f7f5f11dd0828bb340d510b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6639186, "upload_time": "2020-10-10T16:23:04", "upload_time_iso_8601": "2020-10-10T16:23:04.446274Z", "url": "https://files.pythonhosted.org/packages/b6/1c/bd5f8d09d6be6857a09c6666d27a2ca1f81ade9458119cc1d948c34441aa/astropy-4.0.2-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58c5cf0141fd794a46dd60553c15b59e", "sha256": "f20ea41720ba0cb79719feeaf52b99ec753bcf7c048f44a7c38310b3600d5718" }, "downloads": -1, "filename": "astropy-4.0.2-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "58c5cf0141fd794a46dd60553c15b59e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10444592, "upload_time": "2020-10-10T16:23:02", "upload_time_iso_8601": "2020-10-10T16:23:02.074798Z", "url": "https://files.pythonhosted.org/packages/0a/2e/e2421724104323cbd64192a636f13dc8bb1f14751ff9542ebb8cbd145387/astropy-4.0.2-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86f14e2a00c74205262893a67a6d096b", "sha256": "3c9d46c2a47aef85b82f7d312e0f53fb5d504b34de5df0851d64712d71480618" }, "downloads": -1, "filename": "astropy-4.0.2-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "86f14e2a00c74205262893a67a6d096b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10970455, "upload_time": "2020-10-10T16:23:18", "upload_time_iso_8601": "2020-10-10T16:23:18.366679Z", "url": "https://files.pythonhosted.org/packages/b9/d4/ee724938e50b693166f21474b7ded8795a20cc1f4131657e890e5768d73b/astropy-4.0.2-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "28a77ee052da49229c724e99420216ad", "sha256": "9fa55948a8153239a1f38461c2c0b4ee854361b18de533bab7e23c9176dc717e" }, "downloads": -1, "filename": "astropy-4.0.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "28a77ee052da49229c724e99420216ad", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6150617, "upload_time": "2020-10-10T16:23:24", "upload_time_iso_8601": "2020-10-10T16:23:24.893122Z", "url": "https://files.pythonhosted.org/packages/a7/b8/f3817260965e4b8ba84dd698329e40115a7f3b1c712757ad46798184f7e7/astropy-4.0.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4831f0d5b770a871c08e409adc46eb29", "sha256": "f3540ddaafd3de349f525f78e340517ef3d3d2d363cda3b2b5210b00cc390afc" }, "downloads": -1, "filename": "astropy-4.0.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "4831f0d5b770a871c08e409adc46eb29", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6354699, "upload_time": "2020-10-10T16:23:27", "upload_time_iso_8601": "2020-10-10T16:23:27.170780Z", "url": "https://files.pythonhosted.org/packages/03/2f/beaf752c165c6c1ba15c2869fdf38b9e2280a3edb4f3e38ddd9eb2471a3b/astropy-4.0.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cae15e81ad9ff1c33c924bb51523da6a", "sha256": "a4b3cc94ea733c33fc90e5a1f3216cfc5dd45453eb4c14bac76daa650e8966cc" }, "downloads": -1, "filename": "astropy-4.0.2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cae15e81ad9ff1c33c924bb51523da6a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6649273, "upload_time": "2020-10-10T16:23:06", "upload_time_iso_8601": "2020-10-10T16:23:06.406786Z", "url": "https://files.pythonhosted.org/packages/b4/68/fe04513b3cecc462fc6113ed3240f2cbc0774887f6b855d3f5b04234f986/astropy-4.0.2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c97d088accb90201deeb97158a6decc5", "sha256": "fbc24880a5359bdf047b0f2dd0d9f080b29576006fff43ae060b289769cd5dd0" }, "downloads": -1, "filename": "astropy-4.0.2-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c97d088accb90201deeb97158a6decc5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10784768, "upload_time": "2020-10-10T16:22:54", "upload_time_iso_8601": "2020-10-10T16:22:54.846783Z", "url": "https://files.pythonhosted.org/packages/db/9b/820aae3b4744f5b6cffd00958789dffac29491e6ef6058138d896b9e7e1d/astropy-4.0.2-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6993ac19f99fed3d704b781cb7ba0385", "sha256": "4f1251c8189fd9e7b0251e6bff68b473363de48a643f536c3e0ee6362bead94f" }, "downloads": -1, "filename": "astropy-4.0.2-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "6993ac19f99fed3d704b781cb7ba0385", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 11338807, "upload_time": "2020-10-10T16:23:08", "upload_time_iso_8601": "2020-10-10T16:23:08.973319Z", "url": "https://files.pythonhosted.org/packages/fb/d7/c952ee613e98a68dfb747646302b4a3221d4bec3a8cd03d6c6e58a4efa81/astropy-4.0.2-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5dfddf84e40af3cf9d8e680e08b27c15", "sha256": "46bd598775902b320dd1e6b0f6ffbb31c6b9b331650b74c4e9f3d5155b90b51b" }, "downloads": -1, "filename": "astropy-4.0.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "5dfddf84e40af3cf9d8e680e08b27c15", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6159273, "upload_time": "2020-10-10T16:23:11", "upload_time_iso_8601": "2020-10-10T16:23:11.090408Z", "url": "https://files.pythonhosted.org/packages/07/4d/7f4f9626559ff7a39ae4d80be64a238362835db8b91b238d1edf5a0a4b3d/astropy-4.0.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9b35028bafdf4e0532325437fbc9164e", "sha256": "b9adab0459f61eac9893b638e3d8ab2882b28eca1cde01ec53897055f556a36c" }, "downloads": -1, "filename": "astropy-4.0.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "9b35028bafdf4e0532325437fbc9164e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6364843, "upload_time": "2020-10-10T16:22:59", "upload_time_iso_8601": "2020-10-10T16:22:59.650781Z", "url": "https://files.pythonhosted.org/packages/1d/b3/55695cd942eca8298113348ffa1cad9c83e7ed03d1525e37438af0ccfe43/astropy-4.0.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bec80362a8e5f307f9dfef244fb0e3f", "sha256": "4014e472cc7d3ca225524bf56bf4087042cc564849cfc528c435414c2f2f4b7e" }, "downloads": -1, "filename": "astropy-4.0.2.tar.gz", "has_sig": false, "md5_digest": "4bec80362a8e5f307f9dfef244fb0e3f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7756064, "upload_time": "2020-10-10T16:23:28", "upload_time_iso_8601": "2020-10-10T16:23:28.940784Z", "url": "https://files.pythonhosted.org/packages/12/73/4427013e2a50e4dcd17c808a3770f22ea0f27b6771decd3ad9b7f48f5753/astropy-4.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.3": [ { "comment_text": "", "digests": { "md5": "18038c9e1e4e98efa8a1c5524da23834", "sha256": "639dd7d450276d4d95d91f90fbc200f372605ff3c35af19b324e0d550c924a6f" }, "downloads": -1, "filename": "astropy-4.0.3-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "18038c9e1e4e98efa8a1c5524da23834", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6651213, "upload_time": "2020-10-14T14:18:41", "upload_time_iso_8601": "2020-10-14T14:18:41.040833Z", "url": "https://files.pythonhosted.org/packages/07/43/6ce9a6c68e2bc559f2da07eb39fedfcbe1d2db82565febe2c94126bf02fd/astropy-4.0.3-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f8af110747f9df4ad9aeb48e018a9ed", "sha256": "ebd042d3872a967b8051b37cc387ae2e5c69eb66430fde698ab122fe6409134c" }, "downloads": -1, "filename": "astropy-4.0.3-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3f8af110747f9df4ad9aeb48e018a9ed", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9766910, "upload_time": "2020-10-14T14:18:14", "upload_time_iso_8601": "2020-10-14T14:18:14.490776Z", "url": "https://files.pythonhosted.org/packages/70/48/9a2884f246b9ccae8e7aa4062105b1c526172dc59c53f76f8cb9eaae53ae/astropy-4.0.3-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f47c1cf31889217b4b3f4e6134fedfd", "sha256": "059e4784cb717097b826d82a8324cc3bf8a76968b595c40497bda737f4e98dca" }, "downloads": -1, "filename": "astropy-4.0.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9f47c1cf31889217b4b3f4e6134fedfd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10163687, "upload_time": "2020-10-14T14:18:29", "upload_time_iso_8601": "2020-10-14T14:18:29.664758Z", "url": "https://files.pythonhosted.org/packages/20/4c/d37f99a2003450ed488078831e5cdb4adb52f9ca126d5c1df75860d61f25/astropy-4.0.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "766552eef6f6076044c3941b92b09d9b", "sha256": "0e15ecd16f64108b6f88acd1032781a679cd8e48ca8055a5eb5d271ce11d601d" }, "downloads": -1, "filename": "astropy-4.0.3-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "766552eef6f6076044c3941b92b09d9b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6150498, "upload_time": "2020-10-14T14:18:47", "upload_time_iso_8601": "2020-10-14T14:18:47.906784Z", "url": "https://files.pythonhosted.org/packages/a0/c1/fe8b62612471d270dca1fab137c09cdab1c3b1b1c5932a83e5ab58ee5790/astropy-4.0.3-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2246451532068e650d5d5acd0c43e327", "sha256": "e3a351637f99374b3851e9a2f084456ef0143829c3de3e3fa7f53105110daed4" }, "downloads": -1, "filename": "astropy-4.0.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2246451532068e650d5d5acd0c43e327", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6355167, "upload_time": "2020-10-14T14:18:31", "upload_time_iso_8601": "2020-10-14T14:18:31.909391Z", "url": "https://files.pythonhosted.org/packages/6e/79/afaf294917fb55166d9f444160722bee8a0dbcf24efd3515c960b852bf01/astropy-4.0.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5da78d7e2496fb9801863a1e7013068", "sha256": "79fb916a1b9bc9b41939315364e6b8d7c9ef250860951775306dbd3b8f4a9781" }, "downloads": -1, "filename": "astropy-4.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c5da78d7e2496fb9801863a1e7013068", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6639717, "upload_time": "2020-10-14T14:18:45", "upload_time_iso_8601": "2020-10-14T14:18:45.594789Z", "url": "https://files.pythonhosted.org/packages/9d/f2/7da78bddb8a49716baa82c55cf07322a2293a9161147e65c203ddd1b8bc3/astropy-4.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78c9d4eb56e2681fe5c4a329b2cb03ca", "sha256": "1d89c60d85b1df63ec2bd3f2c0cc411226ae93713479c4b23918cb83ff86019f" }, "downloads": -1, "filename": "astropy-4.0.3-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "78c9d4eb56e2681fe5c4a329b2cb03ca", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9768741, "upload_time": "2020-10-14T14:18:33", "upload_time_iso_8601": "2020-10-14T14:18:33.710132Z", "url": "https://files.pythonhosted.org/packages/ae/6d/d45858b6ad86d47dcc87038930454b352a0d0afaaf3aed406657e299cdf8/astropy-4.0.3-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d580c658b00e68cac62178d2f69c970c", "sha256": "204d14233711c9898c7f7ff9cc2fc7663307e3f2c07dced21e1a1687522127b2" }, "downloads": -1, "filename": "astropy-4.0.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d580c658b00e68cac62178d2f69c970c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10162429, "upload_time": "2020-10-14T14:18:22", "upload_time_iso_8601": "2020-10-14T14:18:22.386607Z", "url": "https://files.pythonhosted.org/packages/b4/29/1d6e231767f2657febd425eb223a635820a05df998646fa07074a928040e/astropy-4.0.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8dc60a11867e3e85ec44da60f6d1eb64", "sha256": "a731ceaeb8ad2c6ed0638c1d7b23a45c9d1efb9a82571969adb7c90a07110c3f" }, "downloads": -1, "filename": "astropy-4.0.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "8dc60a11867e3e85ec44da60f6d1eb64", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6151083, "upload_time": "2020-10-14T14:18:17", "upload_time_iso_8601": "2020-10-14T14:18:17.377089Z", "url": "https://files.pythonhosted.org/packages/83/10/5e8623fe0b385812cfb4d88503a32b78a14cf433c558d3cb072492a5eb71/astropy-4.0.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbcd263552e01a8800e8eb0a20551c85", "sha256": "d0eb8e06b0c99444f57b9a13ed67ae5902b3ea5f7444fa513c4ad190a8fba78d" }, "downloads": -1, "filename": "astropy-4.0.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "dbcd263552e01a8800e8eb0a20551c85", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6355405, "upload_time": "2020-10-14T14:18:27", "upload_time_iso_8601": "2020-10-14T14:18:27.378779Z", "url": "https://files.pythonhosted.org/packages/44/d4/6deba1401d784f603e83339a521335312e91168589d7917c594edd5c0d45/astropy-4.0.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "263cd97142fdd72d4b796c8080990bb5", "sha256": "94a3210976174d005c701bc194f49e312072ad4c149f7e6b71e210adf4ee679c" }, "downloads": -1, "filename": "astropy-4.0.3-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "263cd97142fdd72d4b796c8080990bb5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6649717, "upload_time": "2020-10-14T14:18:43", "upload_time_iso_8601": "2020-10-14T14:18:43.086776Z", "url": "https://files.pythonhosted.org/packages/ac/c4/692af0deeb86a537d137cc28cb71a0668bb55e5952693e2a11b4d9d0c103/astropy-4.0.3-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed4c119a849cede5321d497e12786495", "sha256": "ee5016d76389a8738960dd6139ea05bda50537ab0ab653d34f1e0bb28ace11dc" }, "downloads": -1, "filename": "astropy-4.0.3-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ed4c119a849cede5321d497e12786495", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 9874445, "upload_time": "2020-10-14T14:18:36", "upload_time_iso_8601": "2020-10-14T14:18:36.221455Z", "url": "https://files.pythonhosted.org/packages/af/3b/bebbaa370ea6c9e65ebb4f1596f67f452a64930467700ea8903eb3041016/astropy-4.0.3-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ece8e1926fc114fa230463b17e0306b", "sha256": "8abd6a70a0b26be71183d3805b75902be0c103a54d507bdb0a124b3f0e81aeaa" }, "downloads": -1, "filename": "astropy-4.0.3-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1ece8e1926fc114fa230463b17e0306b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10286040, "upload_time": "2020-10-14T14:18:38", "upload_time_iso_8601": "2020-10-14T14:18:38.751270Z", "url": "https://files.pythonhosted.org/packages/f3/e5/fd2f26c58a1cd661ab443cc44f4f82c42c50417c4703c3644181539aa099/astropy-4.0.3-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c012a8eba093d7b27d710cd06729fce5", "sha256": "54c5d258d52e7aec98199127866ce17f59ecf412df043f6c22d78a2572bdab4e" }, "downloads": -1, "filename": "astropy-4.0.3-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "c012a8eba093d7b27d710cd06729fce5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6159709, "upload_time": "2020-10-14T14:18:19", "upload_time_iso_8601": "2020-10-14T14:18:19.738868Z", "url": "https://files.pythonhosted.org/packages/55/48/48dd66555f5091b51022d5e638101b2fe4ef7c1cf838a11dc5ba0ef0e7d8/astropy-4.0.3-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd9db327d54cb3ab40e8d96b2e445b8f", "sha256": "f6aaaf008389907dd5c1682abcfc8c7e9e9608c52976a7df6667fa94468aca08" }, "downloads": -1, "filename": "astropy-4.0.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "bd9db327d54cb3ab40e8d96b2e445b8f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6365295, "upload_time": "2020-10-14T14:18:25", "upload_time_iso_8601": "2020-10-14T14:18:25.114890Z", "url": "https://files.pythonhosted.org/packages/fa/e2/17c662cd427b2f1a16f4c6d50bd344987154498974596460907086a99f28/astropy-4.0.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74b7e277738003b725725bf15337a0a3", "sha256": "cf69d1a3f140ca8fe1664202072201395495a73c334a69fc965fab6a6e1d281a" }, "downloads": -1, "filename": "astropy-4.0.3.tar.gz", "has_sig": false, "md5_digest": "74b7e277738003b725725bf15337a0a3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7756248, "upload_time": "2020-10-14T14:18:50", "upload_time_iso_8601": "2020-10-14T14:18:50.239779Z", "url": "https://files.pythonhosted.org/packages/5f/0f/e475b322cbecfcaab21ead92f11244d850dd2638563b93af5a3c7d4c6b34/astropy-4.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.4": [ { "comment_text": "", "digests": { "md5": "1c76cc49246d79d3eb172c27e748bf21", "sha256": "1f6e44a0f91da66129fab0237c4573bb3bf9f8ff65e52c530621819096443a9e" }, "downloads": -1, "filename": "astropy-4.0.4-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1c76cc49246d79d3eb172c27e748bf21", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6623839, "upload_time": "2020-11-25T06:27:27", "upload_time_iso_8601": "2020-11-25T06:27:27.016785Z", "url": "https://files.pythonhosted.org/packages/3c/be/7705bd1737b513cf7492a188fe7a835b6515fe5cd4f1b560ac879381f43c/astropy-4.0.4-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92cc9dd12a07533b8047dfa5756ee6ca", "sha256": "ccc53b46d744c560e7f9149e6c7fa865cce66967a1cc7cb8d701ae7c6fb6ce14" }, "downloads": -1, "filename": "astropy-4.0.4-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "92cc9dd12a07533b8047dfa5756ee6ca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9784361, "upload_time": "2020-11-25T06:27:02", "upload_time_iso_8601": "2020-11-25T06:27:02.115251Z", "url": "https://files.pythonhosted.org/packages/48/f4/05d880a8c0f139c9aa382bf04587f6e8ff9ef325327416d2066252ff1e2b/astropy-4.0.4-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e21653e2cde9c7116ab9e141b1741a38", "sha256": "b1ce73b83cb00d619f06aacf93a29b4cb6c9e014dbd4562b6430f8e82b7baf10" }, "downloads": -1, "filename": "astropy-4.0.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e21653e2cde9c7116ab9e141b1741a38", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10192192, "upload_time": "2020-11-25T06:27:11", "upload_time_iso_8601": "2020-11-25T06:27:11.290991Z", "url": "https://files.pythonhosted.org/packages/91/db/6cc2e3b7f6fd3feba42da271b3ea51e1525c4170fa4be2255d2919865090/astropy-4.0.4-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c753292552bb55c2dd73fec24cddb261", "sha256": "ac5e925e1f4e967c12b1cbbff288f3ef4b5a5c77f7be0f7f6cc1fb0c266e7cdd" }, "downloads": -1, "filename": "astropy-4.0.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "c753292552bb55c2dd73fec24cddb261", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6158824, "upload_time": "2020-11-25T06:27:13", "upload_time_iso_8601": "2020-11-25T06:27:13.224336Z", "url": "https://files.pythonhosted.org/packages/70/30/0e4d42d7043ea3ce64dc62f545d380686bdc104c00980521246c60e5d104/astropy-4.0.4-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d43ffa2e87de2e694fd05a0b2fd4689d", "sha256": "8f923cfba8873d472bcd64365b4637be62bfcdfdcd46935da8429d4ca8b766a8" }, "downloads": -1, "filename": "astropy-4.0.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "d43ffa2e87de2e694fd05a0b2fd4689d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6362561, "upload_time": "2020-11-25T06:27:38", "upload_time_iso_8601": "2020-11-25T06:27:38.043906Z", "url": "https://files.pythonhosted.org/packages/d8/e9/00da7f7d00a670397e7a10b62d7a04a1307e18d3cf382cc32b1e3714bb95/astropy-4.0.4-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bdc851f79eeaeec7f6e0f1245b540f3d", "sha256": "061b54054e32e5007990d3e92f15e5baa345957facfb899d1efe14070412b847" }, "downloads": -1, "filename": "astropy-4.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "bdc851f79eeaeec7f6e0f1245b540f3d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6612616, "upload_time": "2020-11-25T06:27:42", "upload_time_iso_8601": "2020-11-25T06:27:42.132061Z", "url": "https://files.pythonhosted.org/packages/be/93/e8d45cdc4b2edc8b79a72327449dcd9c447b1db7e543a0a12bcb1ff97c4d/astropy-4.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ead8c9e4acb1f7de1380eec41239959", "sha256": "4aa823c8091b436cb5a2af81ab0c219931d4a7137d1cc60e00b512bda62326e5" }, "downloads": -1, "filename": "astropy-4.0.4-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "4ead8c9e4acb1f7de1380eec41239959", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9784489, "upload_time": "2020-11-25T06:27:04", "upload_time_iso_8601": "2020-11-25T06:27:04.680286Z", "url": "https://files.pythonhosted.org/packages/56/e8/a45c2c79274a01d3d560b48ae247de5ceab4bfe1f74f097ff6492c15e306/astropy-4.0.4-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "024c90815bd675f76ee8e47018f33753", "sha256": "42d402544206f908b165bd2c602728c89e5d1d09a3192d7acfc673a9c8e85794" }, "downloads": -1, "filename": "astropy-4.0.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "024c90815bd675f76ee8e47018f33753", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10188250, "upload_time": "2020-11-25T06:27:30", "upload_time_iso_8601": "2020-11-25T06:27:30.735116Z", "url": "https://files.pythonhosted.org/packages/5b/97/2232a4a57d084e293556c4c868f81706f771ae832a4f555b1ddb354f087d/astropy-4.0.4-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5a7134b3478bc310aa09802f84e03763", "sha256": "730320698a60e617e2b17141f5b6f8fb6276a6fac6ca43eaad7b4e0a6d22949f" }, "downloads": -1, "filename": "astropy-4.0.4-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "5a7134b3478bc310aa09802f84e03763", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6159185, "upload_time": "2020-11-25T06:27:36", "upload_time_iso_8601": "2020-11-25T06:27:36.416113Z", "url": "https://files.pythonhosted.org/packages/e8/7a/e8d2df5497ecab56f800148e3bcfb756d515a5f6d5eb8d1deebadb636777/astropy-4.0.4-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "41de19a31a524742406ea818717aa4ec", "sha256": "c40a990b47b435b1b3025eedba557a15a866a0d48cb9e71142d763ba2ab7a9ff" }, "downloads": -1, "filename": "astropy-4.0.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "41de19a31a524742406ea818717aa4ec", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6362926, "upload_time": "2020-11-25T06:27:39", "upload_time_iso_8601": "2020-11-25T06:27:39.802939Z", "url": "https://files.pythonhosted.org/packages/c1/dd/96822c427624193ddcb9005c9b2ceb4bade412907831c6cbd8a58228038a/astropy-4.0.4-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95b7a781394fe030e6c1897d524636fe", "sha256": "b260dc029cc46a84a2f5779ca983bc9681fe7375acd903d8ac2ae9deae7015cd" }, "downloads": -1, "filename": "astropy-4.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "95b7a781394fe030e6c1897d524636fe", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6624029, "upload_time": "2020-11-25T06:27:17", "upload_time_iso_8601": "2020-11-25T06:27:17.655396Z", "url": "https://files.pythonhosted.org/packages/47/3f/4d81502c5f84a71b7014bdefed25c88b13c1f69ea56a9578593615b8df13/astropy-4.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb1ed79c61ed52e93a33ca816995f755", "sha256": "21cf6677dd13431e1c0187e6f8d467558b28d5064bd0d93476df90d66a3d531f" }, "downloads": -1, "filename": "astropy-4.0.4-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "cb1ed79c61ed52e93a33ca816995f755", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 9887942, "upload_time": "2020-11-25T06:27:07", "upload_time_iso_8601": "2020-11-25T06:27:07.322440Z", "url": "https://files.pythonhosted.org/packages/56/9f/44b09d0e8e83f09fc6757c1d9ade970afdcde5251a1ab8bd2f07661e042a/astropy-4.0.4-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91bcc1bcb1d210d403dad3648c26023a", "sha256": "7fbf5787f57930d8c5dec1263c463dfefa7b39cbeac40e15a4fdc1b0abf00fd5" }, "downloads": -1, "filename": "astropy-4.0.4-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "91bcc1bcb1d210d403dad3648c26023a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10313967, "upload_time": "2020-11-25T06:27:20", "upload_time_iso_8601": "2020-11-25T06:27:20.088388Z", "url": "https://files.pythonhosted.org/packages/55/51/f074524a1b837dccce583a62441766a47363face6480f4e6462f5d5e32df/astropy-4.0.4-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f80468aa17d2fafe48d1d0d713d2da97", "sha256": "01327e0af5d91341599a02cd05b3142e0ed9863da275e9a91f33a460b0d25155" }, "downloads": -1, "filename": "astropy-4.0.4-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "f80468aa17d2fafe48d1d0d713d2da97", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6168161, "upload_time": "2020-11-25T06:27:09", "upload_time_iso_8601": "2020-11-25T06:27:09.430082Z", "url": "https://files.pythonhosted.org/packages/76/32/a6e816e2b513ed7738c8de2d5c1aef8b9173ec4ed22db1386356acbc9bed/astropy-4.0.4-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b309af25937b6c4f2f941f96b204a465", "sha256": "61fa74d37c062a40ac9b7ea689a42f2be2e8b727eb011351cf5942243a14ca4f" }, "downloads": -1, "filename": "astropy-4.0.4-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "b309af25937b6c4f2f941f96b204a465", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6373068, "upload_time": "2020-11-25T06:27:28", "upload_time_iso_8601": "2020-11-25T06:27:28.687863Z", "url": "https://files.pythonhosted.org/packages/26/2e/43e9fb13085e84e9685d61a0f2a44f1c6b880cbbde65fa447c954123922d/astropy-4.0.4-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53200e60f15cd42fbca2389233ce4439", "sha256": "dc15fa2a62d8670463c8a1bf14d737d59fda62e19bbdd13fd11a968f9aabf4fe" }, "downloads": -1, "filename": "astropy-4.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "53200e60f15cd42fbca2389233ce4439", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6584067, "upload_time": "2020-11-25T06:27:32", "upload_time_iso_8601": "2020-11-25T06:27:32.557720Z", "url": "https://files.pythonhosted.org/packages/1e/a4/e1cee610ff470fbb7a5e6eecace39358dd3a01f5138943f4d94f033dd2e2/astropy-4.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b6c2c8bf121e21bbffe74c6a0bbc5862", "sha256": "c1806aa719eb8e737875a783ad1864fe5fef22107c95185d7e10758c3a584063" }, "downloads": -1, "filename": "astropy-4.0.4-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b6c2c8bf121e21bbffe74c6a0bbc5862", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 9678510, "upload_time": "2020-11-25T06:27:34", "upload_time_iso_8601": "2020-11-25T06:27:34.543143Z", "url": "https://files.pythonhosted.org/packages/51/be/7bbbade57a5f14e397291437408907e865dd0f590e8cf10ec87ad386661f/astropy-4.0.4-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0f1a1ac75d5de3e6d138c812bdf21e8", "sha256": "f9b5937f76009bdb16c2418ce13546157fc3821c41ff5067b40ba710664f3d44" }, "downloads": -1, "filename": "astropy-4.0.4-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b0f1a1ac75d5de3e6d138c812bdf21e8", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 10087206, "upload_time": "2020-11-25T06:27:22", "upload_time_iso_8601": "2020-11-25T06:27:22.844257Z", "url": "https://files.pythonhosted.org/packages/02/de/864e47ec5acd2f3166fcbc0a737c34c3a5bfbf04b27428e1455d7eba5c14/astropy-4.0.4-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "255e30186b5c309173354f6cb0d4983b", "sha256": "eb53e0bb4bf6300ccba84fc35d08f1503d3b1de1b02315d7bcf56c1c58460e0e" }, "downloads": -1, "filename": "astropy-4.0.4-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "255e30186b5c309173354f6cb0d4983b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6168432, "upload_time": "2020-11-25T06:27:15", "upload_time_iso_8601": "2020-11-25T06:27:15.575660Z", "url": "https://files.pythonhosted.org/packages/83/58/160f869f0bf0793e0b1ffac74da463f8ae09378b9e849e51e6973a3253d2/astropy-4.0.4-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d28c44fc4779aead80adc5b7801cc0b", "sha256": "977781ab4398475f61909abe70bfdbc0c24cb1f0969fc5cefc280a4fe131bb2f" }, "downloads": -1, "filename": "astropy-4.0.4-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "7d28c44fc4779aead80adc5b7801cc0b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6372620, "upload_time": "2020-11-25T06:27:24", "upload_time_iso_8601": "2020-11-25T06:27:24.865363Z", "url": "https://files.pythonhosted.org/packages/ae/5a/59b37eec866d7860d0456fa87e12cfdf932f80083874de319db213f06a4b/astropy-4.0.4-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d8d5e5e27b50baca43a2b664bc36b2f", "sha256": "46e9599c4029eab239323fde9ae54aba192737e27343b1eb543d7d910a92c259" }, "downloads": -1, "filename": "astropy-4.0.4.tar.gz", "has_sig": false, "md5_digest": "1d8d5e5e27b50baca43a2b664bc36b2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7763809, "upload_time": "2020-11-25T06:27:43", "upload_time_iso_8601": "2020-11-25T06:27:43.848952Z", "url": "https://files.pythonhosted.org/packages/76/5a/7032ea02e7bbd19d7c04766d6541bd73dff90dc29160833971acb74f7e1e/astropy-4.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.5": [ { "comment_text": "", "digests": { "md5": "40a7295b0f5963c523230d9d690aa462", "sha256": "c0869a926268f9016bbd75629e85361495faaf3b07658ec652892919fc538cba" }, "downloads": -1, "filename": "astropy-4.0.5-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "40a7295b0f5963c523230d9d690aa462", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6598819, "upload_time": "2021-03-26T21:17:35", "upload_time_iso_8601": "2021-03-26T21:17:35.470323Z", "url": "https://files.pythonhosted.org/packages/b9/ef/370ff5a86f1d6d52a973b8e597686fd74a1ec7240ed1afcebbf507545c17/astropy-4.0.5-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b388a3523a72b44fb403a3ac54116201", "sha256": "ad47c81b962bc9a80c78a028bc491925b3a6a167b7d53846c8583615e6c356df" }, "downloads": -1, "filename": "astropy-4.0.5-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "b388a3523a72b44fb403a3ac54116201", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9804807, "upload_time": "2021-03-26T21:17:24", "upload_time_iso_8601": "2021-03-26T21:17:24.634441Z", "url": "https://files.pythonhosted.org/packages/c4/e9/eb2ccf8d4363cad7342de5e3cef51c59a64498e8a4c2c9f199cca9e13f8f/astropy-4.0.5-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "097934d1fbc49726b3cb71c6aff9af5a", "sha256": "5e08042628066a092d16b894abbe40d3c440a7bf9cd1efcfb029bbdaa0efb33a" }, "downloads": -1, "filename": "astropy-4.0.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "097934d1fbc49726b3cb71c6aff9af5a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10176898, "upload_time": "2021-03-26T21:17:44", "upload_time_iso_8601": "2021-03-26T21:17:44.134337Z", "url": "https://files.pythonhosted.org/packages/59/2c/a98e842689a3182568ebbddb9ed00845fc199e6d1c17ece0f318cc81601b/astropy-4.0.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a700bb5d869de857b29acd7091745f0e", "sha256": "da1ecc585f61271e973b1e200d364b24b9f75839d2b4899753bda4981cc4462b" }, "downloads": -1, "filename": "astropy-4.0.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a700bb5d869de857b29acd7091745f0e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6153453, "upload_time": "2021-03-26T21:17:14", "upload_time_iso_8601": "2021-03-26T21:17:14.349024Z", "url": "https://files.pythonhosted.org/packages/ad/9e/dfef662293bb75dd9aebbe74d300bc07b685d4d3b4bfe3a7df46ad5b43bb/astropy-4.0.5-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a2913334eee79bc861f9dc2f39ae6c5b", "sha256": "d466992bee8e2e5d8a9d5e02e186e6b10173cdfc0c9800c906dec9973bcacd65" }, "downloads": -1, "filename": "astropy-4.0.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a2913334eee79bc861f9dc2f39ae6c5b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6344901, "upload_time": "2021-03-26T21:17:37", "upload_time_iso_8601": "2021-03-26T21:17:37.495395Z", "url": "https://files.pythonhosted.org/packages/d5/8d/35577a3e27b46cda49d3e2b87f59685e49491d3081fd2deae359e872a7cf/astropy-4.0.5-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c2355473ea1cf63d299c2429c4d40c4", "sha256": "122a04cb4e10aa994fb93f043133bc8f7f899fc1736664ec1a7baf5b7b1ba95e" }, "downloads": -1, "filename": "astropy-4.0.5-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2c2355473ea1cf63d299c2429c4d40c4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6599451, "upload_time": "2021-03-26T21:17:31", "upload_time_iso_8601": "2021-03-26T21:17:31.867150Z", "url": "https://files.pythonhosted.org/packages/09/b8/5a77bbdf53e4255b3b27c510bf108eb23769f6c2f4330164e256bbb004ca/astropy-4.0.5-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "52bab987bce7fad3c9c84cff0c6f41cc", "sha256": "6e1ae865d68ebb3607ad110f97170c42216b191a671cacad0d5cd9dc7edc1d14" }, "downloads": -1, "filename": "astropy-4.0.5-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "52bab987bce7fad3c9c84cff0c6f41cc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9807403, "upload_time": "2021-03-26T21:17:09", "upload_time_iso_8601": "2021-03-26T21:17:09.658849Z", "url": "https://files.pythonhosted.org/packages/76/ee/1c68ab62932b3e3adb068d28c09af21b0b3f796dac0a3014a5cfb280bd9b/astropy-4.0.5-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a7247669bd919a5200e8009cd2cc7d87", "sha256": "b5eca7487ed4e737978823278c892457324caa0a200bd00bbff897c1fcd547dc" }, "downloads": -1, "filename": "astropy-4.0.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a7247669bd919a5200e8009cd2cc7d87", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10176410, "upload_time": "2021-03-26T21:17:39", "upload_time_iso_8601": "2021-03-26T21:17:39.703720Z", "url": "https://files.pythonhosted.org/packages/33/1b/b7f301569b6a2a0bdfbe6626f33c6f4e27dbcb303ce90f3bd76c3bf2c4e5/astropy-4.0.5-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a643135b66dd4b9a92ce35c097e94e98", "sha256": "d45ffe848af42f8174289cbfefed81ba65d4e91e86892c36b9a80559c605591c" }, "downloads": -1, "filename": "astropy-4.0.5-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "a643135b66dd4b9a92ce35c097e94e98", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6153940, "upload_time": "2021-03-26T21:17:33", "upload_time_iso_8601": "2021-03-26T21:17:33.681283Z", "url": "https://files.pythonhosted.org/packages/19/91/0fe39ffa87ccff25c7b38fc13dfd67291b9a6f106a88b820ceb0782a4dba/astropy-4.0.5-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1a32e2dfbcbd526722a2157dbc430ab0", "sha256": "44153c088948a8d979988775801c27deadf0e29a4d128cd58e42069b8be006c6" }, "downloads": -1, "filename": "astropy-4.0.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "1a32e2dfbcbd526722a2157dbc430ab0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6345476, "upload_time": "2021-03-26T21:17:18", "upload_time_iso_8601": "2021-03-26T21:17:18.258486Z", "url": "https://files.pythonhosted.org/packages/2a/f4/7f681a97971b2a1fbbf4e59340090ba87aa400ea1ed09da62da4370b8679/astropy-4.0.5-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a38f5771c29cd91c59d261192f64eb9", "sha256": "f10fe09464a46fe22dfc07dd12726776fc2a07d8fb3c701ba0955991422ad709" }, "downloads": -1, "filename": "astropy-4.0.5-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3a38f5771c29cd91c59d261192f64eb9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6604281, "upload_time": "2021-03-26T21:17:51", "upload_time_iso_8601": "2021-03-26T21:17:51.277825Z", "url": "https://files.pythonhosted.org/packages/d3/57/7fc1bb89920d71bf9e667e7cc6496a2ee59bb43841e97dcc4ebf3e88ccf4/astropy-4.0.5-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb6c6d90448093748ab626d72eac09d2", "sha256": "241540a79e18860b494dac24f68ea01d0f1a0e1c08d33eb102243c9486c099a8" }, "downloads": -1, "filename": "astropy-4.0.5-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "fb6c6d90448093748ab626d72eac09d2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 9901179, "upload_time": "2021-03-26T21:17:27", "upload_time_iso_8601": "2021-03-26T21:17:27.015911Z", "url": "https://files.pythonhosted.org/packages/1e/a7/714fac2abe85e44ea60a06c2837d9388504b8a2dda30f493e2a0936672b4/astropy-4.0.5-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "39b577bb9d7010f2b6c8295ea6765c0b", "sha256": "ce1a1b3876c2f9f2abc7c6e13e0fb31ad508ae0e6f21c4cec4fce608b3817e33" }, "downloads": -1, "filename": "astropy-4.0.5-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "39b577bb9d7010f2b6c8295ea6765c0b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10290256, "upload_time": "2021-03-26T21:17:20", "upload_time_iso_8601": "2021-03-26T21:17:20.248627Z", "url": "https://files.pythonhosted.org/packages/c5/a5/b4a95039d995e4009c1ce94d7a2e7162fb89c6c130b7ea2227b14ec42612/astropy-4.0.5-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cbc1cee889c9b634c39d59287c82c5ee", "sha256": "9d5588f71c47a12b8a198ebf911f7747e030980e83fd5083acf412bdb62fe294" }, "downloads": -1, "filename": "astropy-4.0.5-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "cbc1cee889c9b634c39d59287c82c5ee", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6163131, "upload_time": "2021-03-26T21:17:49", "upload_time_iso_8601": "2021-03-26T21:17:49.078795Z", "url": "https://files.pythonhosted.org/packages/6a/cf/730316d268de957c1dbccf790b0ed3a71365b626dd8fbe3878f51aa41ee5/astropy-4.0.5-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "846937a895ff1286219d22c16513459b", "sha256": "a61a3a39603019970d3e833bcffb369e0151b2cf13e2b7621804393b67b38721" }, "downloads": -1, "filename": "astropy-4.0.5-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "846937a895ff1286219d22c16513459b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6355395, "upload_time": "2021-03-26T21:17:16", "upload_time_iso_8601": "2021-03-26T21:17:16.306513Z", "url": "https://files.pythonhosted.org/packages/1e/c4/826afb9d4461d3253a0943c3f17ac1dc27925de71f3b011776aa7874ae93/astropy-4.0.5-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6efb1d88e4978f5557b79548c6639b9a", "sha256": "b472f3268cb8ef6d62765ee5975105e0914118d115c57963e3fb90caf9538d35" }, "downloads": -1, "filename": "astropy-4.0.5-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6efb1d88e4978f5557b79548c6639b9a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6567842, "upload_time": "2021-03-26T21:17:12", "upload_time_iso_8601": "2021-03-26T21:17:12.213846Z", "url": "https://files.pythonhosted.org/packages/d8/7a/94e3292aad5d58f1ef610f75c8c0137ed112cce4eaeda893379a720d5f90/astropy-4.0.5-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "baf99a1a56cdc496e8215885d99625d6", "sha256": "97b3c994410a373b01c80bcf0e3b0f374b95e096ec90b9735976390080a970d1" }, "downloads": -1, "filename": "astropy-4.0.5-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "baf99a1a56cdc496e8215885d99625d6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 9703510, "upload_time": "2021-03-26T21:17:42", "upload_time_iso_8601": "2021-03-26T21:17:42.053623Z", "url": "https://files.pythonhosted.org/packages/77/bf/e91359f1d2e6afbc0c214880e69041ee498016f7837afdc7a2222a1410e1/astropy-4.0.5-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c0a2bbdfa324888618e6ae58f6d8e7a", "sha256": "898b4d7171d00f4f986706b7b6083b3066973e6f431222e245723199ebd62ab8" }, "downloads": -1, "filename": "astropy-4.0.5-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5c0a2bbdfa324888618e6ae58f6d8e7a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 10071999, "upload_time": "2021-03-26T21:17:29", "upload_time_iso_8601": "2021-03-26T21:17:29.290381Z", "url": "https://files.pythonhosted.org/packages/2a/68/a64ee9fa44cb989bed002fae518d77f0f0b8c98e2ecd1a12245a2cae8b37/astropy-4.0.5-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "271848b957b6a28e6e4ac9facaf120f6", "sha256": "d7a25e012d7ada26abf8cc7aab9eb8a4fe7f1fded1069800f98470b1153f23f3" }, "downloads": -1, "filename": "astropy-4.0.5-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "271848b957b6a28e6e4ac9facaf120f6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6162157, "upload_time": "2021-03-26T21:17:47", "upload_time_iso_8601": "2021-03-26T21:17:47.082983Z", "url": "https://files.pythonhosted.org/packages/c8/d4/169121ba7f39dd16e68182cb6622aa224be38dc408e00de7c9ef6c30e682/astropy-4.0.5-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8458a9981d772fadfae794ea8ad56fa", "sha256": "7b375228585f7e6613538cdf241682f9aaa6ad787884aeea693135d95452915a" }, "downloads": -1, "filename": "astropy-4.0.5-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "c8458a9981d772fadfae794ea8ad56fa", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6354470, "upload_time": "2021-03-26T21:17:22", "upload_time_iso_8601": "2021-03-26T21:17:22.462383Z", "url": "https://files.pythonhosted.org/packages/80/e8/33b37335f09d60937566d570b139119911acdda5e5431d52f37d0f9da5ef/astropy-4.0.5-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b20f1dded9f52664048de5b814779e5", "sha256": "0b9ac06bc69cf4dd8b658e7e9461ea6018f78c87cfd094c893c11cb5e034ac30" }, "downloads": -1, "filename": "astropy-4.0.5.tar.gz", "has_sig": true, "md5_digest": "3b20f1dded9f52664048de5b814779e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8377601, "upload_time": "2021-03-26T20:15:18", "upload_time_iso_8601": "2021-03-26T20:15:18.859523Z", "url": "https://files.pythonhosted.org/packages/47/ad/b4f56f355ac1719c3c07826e1374aa0e8fa7939644afa267abe6f97d1e3c/astropy-4.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.6": [ { "comment_text": "", "digests": { "md5": "6e1b59baf997002decbafceae7574846", "sha256": "21d3e8688966083208a5eaa41db54ec70e0eed69bbe4c971c36524a495e80806" }, "downloads": -1, "filename": "astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6e1b59baf997002decbafceae7574846", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6614038, "upload_time": "2021-08-24T13:22:18", "upload_time_iso_8601": "2021-08-24T13:22:18.347117Z", "url": "https://files.pythonhosted.org/packages/87/9b/1eee5bc26cf996b28218397892891345cf061391fc9fa6adc5930bfabfa4/astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c309a5a84c3bdf780b11c6ac4e6ed818", "sha256": "6e244ebb4d5c202b78de31ade26b2140a337dfaf574f4544566147a54114a911" }, "downloads": -1, "filename": "astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "c309a5a84c3bdf780b11c6ac4e6ed818", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9817823, "upload_time": "2021-08-24T13:22:48", "upload_time_iso_8601": "2021-08-24T13:22:48.231780Z", "url": "https://files.pythonhosted.org/packages/ba/7a/7bd939d4ab88e91ba787833cf9c6d25828adb2d13eaa183d7230a6ce3133/astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1cba5b578bffd9e222d02f030f263536", "sha256": "acae2b407b828c660577f5b6596c4d7fa6ecca8c8ecb22263520b477073babb4" }, "downloads": -1, "filename": "astropy-4.0.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1cba5b578bffd9e222d02f030f263536", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10176310, "upload_time": "2021-08-24T13:22:44", "upload_time_iso_8601": "2021-08-24T13:22:44.830780Z", "url": "https://files.pythonhosted.org/packages/53/6a/dc371c518d3db7c4840070cc63509c34a748eda2448230e1071428f89325/astropy-4.0.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "16a9f292b376096d3ce3e1b94ed466a2", "sha256": "10ba0216e183354bee240a3e7bf57ab4eb05785621be55e46928cd409de6dac6" }, "downloads": -1, "filename": "astropy-4.0.6-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "16a9f292b376096d3ce3e1b94ed466a2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6169656, "upload_time": "2021-08-24T13:22:01", "upload_time_iso_8601": "2021-08-24T13:22:01.678034Z", "url": "https://files.pythonhosted.org/packages/85/73/722d806c67c14e811198f366c42757fcffaf7562a056ec68b58f8777214a/astropy-4.0.6-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a91e16d380581d1e45983c3fb2f3d920", "sha256": "b3cfe903e54d34436960306446fecd0d8c3905b7e36c7cfb8fe93acd37db1233" }, "downloads": -1, "filename": "astropy-4.0.6-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "a91e16d380581d1e45983c3fb2f3d920", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6362003, "upload_time": "2021-08-24T13:22:06", "upload_time_iso_8601": "2021-08-24T13:22:06.463605Z", "url": "https://files.pythonhosted.org/packages/55/fb/45f858bb326937ee1cf6570f4a24bf32cee6f6c83efeed355257448766c9/astropy-4.0.6-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e00fa11f7263d738d14b6bb2efa75e87", "sha256": "885c8f88102db438238fd53690e564c540acb03eef41f3609de5c09fdbb92622" }, "downloads": -1, "filename": "astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e00fa11f7263d738d14b6bb2efa75e87", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6614631, "upload_time": "2021-08-24T13:22:26", "upload_time_iso_8601": "2021-08-24T13:22:26.202794Z", "url": "https://files.pythonhosted.org/packages/12/b6/c0726b7a3fc74e4475779b868709c6af9e7d8d48199607930d43fc1e0164/astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd3b4908d3d4ebb4dc5b4a6c82473cd2", "sha256": "35c7c4fe81d05c3b2c5446d3ab0f095e6db6c54a9623c5961998edb670932d7c" }, "downloads": -1, "filename": "astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "dd3b4908d3d4ebb4dc5b4a6c82473cd2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9818120, "upload_time": "2021-08-24T13:22:28", "upload_time_iso_8601": "2021-08-24T13:22:28.940608Z", "url": "https://files.pythonhosted.org/packages/4e/2d/53670a7b790e48102b943c361f9fc0508fd5e2642d50d306516b8c9b7d79/astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9b7cfb42afe7b2df214d39b7535699a1", "sha256": "3515fab4ee48187864c0fc65e2c1a724e068806985f9228b52ac82ee809fd6f8" }, "downloads": -1, "filename": "astropy-4.0.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9b7cfb42afe7b2df214d39b7535699a1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10174278, "upload_time": "2021-08-24T13:22:37", "upload_time_iso_8601": "2021-08-24T13:22:37.422783Z", "url": "https://files.pythonhosted.org/packages/3e/fd/23bac427b5e2d9610298e51349dae3bbbbf61c587b6232ee5d85976fe23d/astropy-4.0.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88faee7fb569fa549d2a8844e6fea50b", "sha256": "cf297350da29654ceab285c3aae325714ca76d0b7569167b99a5eaab24c63ec4" }, "downloads": -1, "filename": "astropy-4.0.6-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "88faee7fb569fa549d2a8844e6fea50b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6170169, "upload_time": "2021-08-24T13:22:04", "upload_time_iso_8601": "2021-08-24T13:22:04.225648Z", "url": "https://files.pythonhosted.org/packages/5b/6a/eefa1a38f74e18e6e7c1c73470f70dff9f8a461c829417c14e31c012208b/astropy-4.0.6-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "687f48909d9e430d327a0905100fdf72", "sha256": "b133d42436640dd732426b24ecd3e32b62380550078c48c6c477896b6dd7b077" }, "downloads": -1, "filename": "astropy-4.0.6-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "687f48909d9e430d327a0905100fdf72", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6362469, "upload_time": "2021-08-24T13:22:31", "upload_time_iso_8601": "2021-08-24T13:22:31.640372Z", "url": "https://files.pythonhosted.org/packages/57/d9/bd7d3a86395ba8d78796514ce890206471ba00a8f1c1d498e4ab5057b39d/astropy-4.0.6-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe8921e7b774fce6f091d5d9a5212dcc", "sha256": "bb5ee252d67aa17ce405563d4b72c594316ad2ded70235bb15357f807b50aefd" }, "downloads": -1, "filename": "astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "fe8921e7b774fce6f091d5d9a5212dcc", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6619648, "upload_time": "2021-08-24T13:22:20", "upload_time_iso_8601": "2021-08-24T13:22:20.802789Z", "url": "https://files.pythonhosted.org/packages/71/ac/74168a171b46b122cdb0855f4e701dec7124ae5622bcd5b0b58ea01ccea7/astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f057efc52fe6552e6fa0d931f0b3f423", "sha256": "7dcddb752bc6b01d9ffdae83ae6cc4880ef1bfb3433a84ac15398a59c786c83e" }, "downloads": -1, "filename": "astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "f057efc52fe6552e6fa0d931f0b3f423", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 9913459, "upload_time": "2021-08-24T13:22:09", "upload_time_iso_8601": "2021-08-24T13:22:09.309033Z", "url": "https://files.pythonhosted.org/packages/9e/3e/60bd3ec53ed3a29d11b61161816748c820333c805927b894f48df3e4bb72/astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ccc9709cd30d775f63da7f3e184c9ff8", "sha256": "1b32c85c03f6aa0393d559bdf0b4f322aa9e594f43f309b7178bd09403fc82d3" }, "downloads": -1, "filename": "astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ccc9709cd30d775f63da7f3e184c9ff8", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10288487, "upload_time": "2021-08-24T13:22:23", "upload_time_iso_8601": "2021-08-24T13:22:23.315268Z", "url": "https://files.pythonhosted.org/packages/68/38/e097930870555388eed155ef3562ea0cb402cfa94a98e301b626619d20da/astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36be2a1f2e946032f68ee20812b5b80b", "sha256": "43912e7fa5a681e82c9668033cb4959cabb54297128b7f67b6e83bef4809de41" }, "downloads": -1, "filename": "astropy-4.0.6-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "36be2a1f2e946032f68ee20812b5b80b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6179488, "upload_time": "2021-08-24T13:21:59", "upload_time_iso_8601": "2021-08-24T13:21:59.154784Z", "url": "https://files.pythonhosted.org/packages/b2/cb/54a0b1b3a1eab9c7651ccd711f8d2fdec36a260b26fc065ffe187f41e8c7/astropy-4.0.6-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a32a00c72115d537a3bcbafad63ffa0", "sha256": "cd8126813e6ddd04fdda8ac9c58d3c0f999711830df221e3c8a30aa6bd224094" }, "downloads": -1, "filename": "astropy-4.0.6-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "3a32a00c72115d537a3bcbafad63ffa0", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6372640, "upload_time": "2021-08-24T13:22:15", "upload_time_iso_8601": "2021-08-24T13:22:15.358788Z", "url": "https://files.pythonhosted.org/packages/39/91/d11cff09b56c6d9642b8cc967cda1091468d76a6526f86a54d913db09510/astropy-4.0.6-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a98dd61ff021149824edde622e326998", "sha256": "6afc8741f74e0f30faa3668383c5f55b558b7ab48a05b01941f8abdb3867265e" }, "downloads": -1, "filename": "astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a98dd61ff021149824edde622e326998", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6582999, "upload_time": "2021-08-24T13:21:53", "upload_time_iso_8601": "2021-08-24T13:21:53.906880Z", "url": "https://files.pythonhosted.org/packages/72/2c/b4fe0d74dc1d9eb6fc57cf94fdd15e8adc930eb3b1c3de76c959cf200db6/astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3aad1c5b8c23cddb9830bdabb8df3964", "sha256": "3de964a674ac09f62189faca808f2e1369a29f3636cb4b6630e78d5ae6c65d35" }, "downloads": -1, "filename": "astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "3aad1c5b8c23cddb9830bdabb8df3964", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 9716449, "upload_time": "2021-08-24T13:22:41", "upload_time_iso_8601": "2021-08-24T13:22:41.454783Z", "url": "https://files.pythonhosted.org/packages/85/27/c35e0c886e48b88fd3067643d5ebc94b28887f3201370f1958e9a141e628/astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6709c5cbb68f45abf31b16a3932ad8fd", "sha256": "9a6d28d40fd3fe65f7837eadb13c2086584ec633aa60945be8928b14a956e05b" }, "downloads": -1, "filename": "astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6709c5cbb68f45abf31b16a3932ad8fd", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 10088079, "upload_time": "2021-08-24T13:22:12", "upload_time_iso_8601": "2021-08-24T13:22:12.766799Z", "url": "https://files.pythonhosted.org/packages/29/0d/3cea6d604608bc2e7dc927186e657ea4d0116968fa60ffc1942891015d0b/astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "73d0e61eeb0400b36d746dd83bec25b8", "sha256": "49fede265eb8ba2b1d6c59b2c29f01cd229f8a491ce8f79b2461f7250b65a7ed" }, "downloads": -1, "filename": "astropy-4.0.6-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "73d0e61eeb0400b36d746dd83bec25b8", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6178394, "upload_time": "2021-08-24T13:21:57", "upload_time_iso_8601": "2021-08-24T13:21:57.102443Z", "url": "https://files.pythonhosted.org/packages/f7/b6/1ef27b215f59b5785886ecbac70787d9d341ba896d61ea0988c091b3bd02/astropy-4.0.6-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6871af8db244ebe7b58e68ee1be6dff1", "sha256": "5f1e8bcaef616c5b5a25072caaf6138375c90f5f8f9656746183cb6e75589a94" }, "downloads": -1, "filename": "astropy-4.0.6-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "6871af8db244ebe7b58e68ee1be6dff1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6371766, "upload_time": "2021-08-24T13:22:34", "upload_time_iso_8601": "2021-08-24T13:22:34.238786Z", "url": "https://files.pythonhosted.org/packages/05/44/1571e89372a2e546910fe29230acfcb1906ab5318e58bedef724a91662e0/astropy-4.0.6-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6236cd17f8c6289fd991eadd05c07c0", "sha256": "3a0bb1cdb2f434ebc844a008bf7b775ed2e4826e1e415cae842936b581efa0b7" }, "downloads": -1, "filename": "astropy-4.0.6.tar.gz", "has_sig": false, "md5_digest": "e6236cd17f8c6289fd991eadd05c07c0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7773557, "upload_time": "2021-08-24T13:22:51", "upload_time_iso_8601": "2021-08-24T13:22:51.182782Z", "url": "https://files.pythonhosted.org/packages/c3/6b/90a5d3d04625cc390834108885f2770a62c3d99f1afe4b883762ffe49351/astropy-4.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.6.dev27461": [ { "comment_text": "", "digests": { "md5": "c01ae88cc3c5e1272003e5a8f5246c2f", "sha256": "4842c54ad8908378cdc3b397b8d1547ec9ddfb908bb397b20fa9e78c68aa3580" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c01ae88cc3c5e1272003e5a8f5246c2f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6616393, "upload_time": "2021-08-24T12:19:45", "upload_time_iso_8601": "2021-08-24T12:19:45.133831Z", "url": "https://files.pythonhosted.org/packages/79/35/a33113ea0ccbccb62bf17f2f062ca08d1f92b0904db20a5e5dec93623cc0/astropy-4.0.6.dev27461-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "fc69920d663463c12237ecddf8b3c461", "sha256": "d2a8c8f7781b46561de16a76f35e99f63afa75575040aefc4b6d1f093f35d857" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "fc69920d663463c12237ecddf8b3c461", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9820100, "upload_time": "2021-08-24T12:19:29", "upload_time_iso_8601": "2021-08-24T12:19:29.294590Z", "url": "https://files.pythonhosted.org/packages/e7/98/84354b4955d4122282f89850257ee6766e9f5b94b010a7d3c5e9c93ca888/astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "6217674f2922692aaf700cf22a2c8a11", "sha256": "a071148a8c74f3716f0440b3c4eee9cb0cc32076e700e9d603b6fc31c4980e36" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6217674f2922692aaf700cf22a2c8a11", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10178663, "upload_time": "2021-08-24T12:19:35", "upload_time_iso_8601": "2021-08-24T12:19:35.350787Z", "url": "https://files.pythonhosted.org/packages/fb/b7/c9bcb2966fe29c765ce9a8699db3b0ef2f23ec6bd523aadb1a96bbbb7297/astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "236289006cd735fd851fe155777f25d9", "sha256": "802599c2638ad4ff7b539b8fb3d68c0fac0bc3dfdad48f58a8aa7c7e682910e5" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "236289006cd735fd851fe155777f25d9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6172058, "upload_time": "2021-08-24T12:19:20", "upload_time_iso_8601": "2021-08-24T12:19:20.382438Z", "url": "https://files.pythonhosted.org/packages/55/b5/65932a7b5779c5a09aa4342b1610450321199ed022436029a7cec7b5211d/astropy-4.0.6.dev27461-cp36-cp36m-win32.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "b91978f9024e1d2b0d4e0c9de8b3335a", "sha256": "2a8af2457e6f68e88a3e9d75998cb77037c0bb4ea8a3fbf8509596667359da0b" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "b91978f9024e1d2b0d4e0c9de8b3335a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6364409, "upload_time": "2021-08-24T12:19:38", "upload_time_iso_8601": "2021-08-24T12:19:38.259442Z", "url": "https://files.pythonhosted.org/packages/92/16/215b547b4d888caa93474dd9c8c713b00913889ab673ee739fbff03c6976/astropy-4.0.6.dev27461-cp36-cp36m-win_amd64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "4a32e721e9ce3818548406991060f34e", "sha256": "2a9a8a90518fc08bf316034ec9a7333ec764e69fb2916055823174af311df7c8" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4a32e721e9ce3818548406991060f34e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6617046, "upload_time": "2021-08-24T12:19:07", "upload_time_iso_8601": "2021-08-24T12:19:07.951357Z", "url": "https://files.pythonhosted.org/packages/57/0f/7fbcb3475f05be131885cb6058b78773272c61d7817d4f65a83efebfe33d/astropy-4.0.6.dev27461-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "bb105fa686262ee279bddaf524be43dc", "sha256": "20d66f0fd6e1721c24af264cf3fca14750bb71df31b7a76c882c3d278b236502" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "bb105fa686262ee279bddaf524be43dc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9820562, "upload_time": "2021-08-24T12:19:23", "upload_time_iso_8601": "2021-08-24T12:19:23.029401Z", "url": "https://files.pythonhosted.org/packages/a8/d4/437291c7add674dc8b6206d9dc4f6f22c781af18ddbcd0e88f9a37ce50c1/astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "f39217fd22cc04e18e50d87ba68e49d7", "sha256": "a1b3d2412a183358936b64b22f4a5f18687a35d944e943184215ac6e5d02bb19" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f39217fd22cc04e18e50d87ba68e49d7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10176673, "upload_time": "2021-08-24T12:19:25", "upload_time_iso_8601": "2021-08-24T12:19:25.898040Z", "url": "https://files.pythonhosted.org/packages/de/c5/b1ed441b61b25ac1e4dc8e30bffccbccf1233290680e8e61431e883af455/astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "0fcf46892963bd8fb9431221de9ee080", "sha256": "106cddd439a6b616b60e31ab2ee0bb62c67058aa46be624260a2b54ac3ef185b" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "0fcf46892963bd8fb9431221de9ee080", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6172563, "upload_time": "2021-08-24T12:19:57", "upload_time_iso_8601": "2021-08-24T12:19:57.342785Z", "url": "https://files.pythonhosted.org/packages/21/cf/a00d429fd2cbb6fb03b5c8ca8c84e39452fb675102a8c5e374c38d90b82f/astropy-4.0.6.dev27461-cp37-cp37m-win32.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "f09840b1345b7cdc5394633e307609af", "sha256": "a75b488e2f4fdd5e9e9b3c30b9e60be8bea271408ee13f2f9c93a54542e0a4b6" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f09840b1345b7cdc5394633e307609af", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6364862, "upload_time": "2021-08-24T12:19:41", "upload_time_iso_8601": "2021-08-24T12:19:41.780147Z", "url": "https://files.pythonhosted.org/packages/22/26/2b750023ea44d95780bbf0f71cf81cfdb77d2c6e34ed2a2d9cc3171009b7/astropy-4.0.6.dev27461-cp37-cp37m-win_amd64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "31e0837285adbd345eb469c8aa6e0d2e", "sha256": "7712b854d44b4c26fc70efc7ddf3cb87cb74798b0cab6595501accb80e0f4ff3" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "31e0837285adbd345eb469c8aa6e0d2e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6621999, "upload_time": "2021-08-24T12:19:04", "upload_time_iso_8601": "2021-08-24T12:19:04.791079Z", "url": "https://files.pythonhosted.org/packages/d7/43/4e72c84163acbe64e996fde2351eb4062dd4a6389d396d5dac55d1939b2f/astropy-4.0.6.dev27461-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "eac7c8dd7a9ef22af54b36778362895e", "sha256": "019f9425c8e0b0d99f86ef8a92e68160512b79deaeab894a9e2c69697c0bb6d7" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "eac7c8dd7a9ef22af54b36778362895e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 9915858, "upload_time": "2021-08-24T12:19:48", "upload_time_iso_8601": "2021-08-24T12:19:48.290799Z", "url": "https://files.pythonhosted.org/packages/7f/b9/c18281a72425ff5a0a12691a7d3c81d0ba92688d26ea22daf38123756b84/astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "9fd76ec0e57b06969448eab2c93f424c", "sha256": "999689da55c1b26dd055aecfff8554ddba8fd3ad507e8edd54f75984b9fbafcb" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9fd76ec0e57b06969448eab2c93f424c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10290779, "upload_time": "2021-08-24T12:19:11", "upload_time_iso_8601": "2021-08-24T12:19:11.062792Z", "url": "https://files.pythonhosted.org/packages/ee/49/1de39f6d3091e65055ee5458c16f20bc552bf2a3205f754cfaac89c92d2e/astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "738658152516d92e92e337c22f1138c0", "sha256": "ad8d61f3837f8a860e7cc7caa9980d31e66cdb02c97c55c8b44dfcdeeab912a5" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "738658152516d92e92e337c22f1138c0", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6181883, "upload_time": "2021-08-24T12:19:54", "upload_time_iso_8601": "2021-08-24T12:19:54.197060Z", "url": "https://files.pythonhosted.org/packages/d5/2f/7f125ad35243f1d08115d5b97700105a73f810bd6389a12db30b1b19bdd9/astropy-4.0.6.dev27461-cp38-cp38-win32.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "ac560c4c26498f40e6bafcae47172af9", "sha256": "b6d8544cec89013b70432748e6205643982eac1bbc5ce2e0abe77843ea5edf28" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "ac560c4c26498f40e6bafcae47172af9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6375041, "upload_time": "2021-08-24T12:18:56", "upload_time_iso_8601": "2021-08-24T12:18:56.890837Z", "url": "https://files.pythonhosted.org/packages/dc/31/4ead48e2fb84488415cb8ac00fd44ac3e47f2f02b44a760c65d2ee808e08/astropy-4.0.6.dev27461-cp38-cp38-win_amd64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "85b426b2bf8dc3b5977a764eeb3d9dd2", "sha256": "6533f4e365ce60994e8c32763b2c8b155cab72777f2c455dd5a4f809739b9c90" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "85b426b2bf8dc3b5977a764eeb3d9dd2", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6585378, "upload_time": "2021-08-24T12:19:17", "upload_time_iso_8601": "2021-08-24T12:19:17.242783Z", "url": "https://files.pythonhosted.org/packages/a5/a0/1e20e9a176772426132c4adcf82aa12c7d01b6aca13c1da505b5b1f1d85a/astropy-4.0.6.dev27461-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "3ab7290b78ec291dbb488993abc02925", "sha256": "d5746342286ec04c5f8f26853b0c5bf883cded6480d8aa4b6d1e2462cdb651ef" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", "has_sig": false, "md5_digest": "3ab7290b78ec291dbb488993abc02925", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 9718776, "upload_time": "2021-08-24T12:19:51", "upload_time_iso_8601": "2021-08-24T12:19:51.539520Z", "url": "https://files.pythonhosted.org/packages/cc/dc/5ce9f8800e10f222ca5b6927503bc75643acedb29f9a0d62f82fd078f0ba/astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "8186646d9d94d9a6a91912c73fd38e46", "sha256": "3b311bbd42b0578c9ad3796e803a48b085cc2c4e8218d1787e99491cc07300cf" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8186646d9d94d9a6a91912c73fd38e46", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 10090394, "upload_time": "2021-08-24T12:19:14", "upload_time_iso_8601": "2021-08-24T12:19:14.538784Z", "url": "https://files.pythonhosted.org/packages/28/05/7c8e328785aeb14604337b2f7b4496dfd77e2c8e140c920fb650c559d66c/astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "b45f6b9517b4f8561fbbd5915ea163a6", "sha256": "d392699f30aa77ff3c8f04ea488f2410fe481b641555f88484d9470bc919370a" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "b45f6b9517b4f8561fbbd5915ea163a6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6180800, "upload_time": "2021-08-24T12:19:01", "upload_time_iso_8601": "2021-08-24T12:19:01.594887Z", "url": "https://files.pythonhosted.org/packages/03/71/c32b5f3b505554e3996df3df532b5c042a323415ba6a7e170d4aa0216caa/astropy-4.0.6.dev27461-cp39-cp39-win32.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "77f884a1807f9d0a576bde1584a0bb1b", "sha256": "cb621d5935fe4d3c8841bf2f08816906c8f5b3eec945d48391006fda11b7ffc1" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "77f884a1807f9d0a576bde1584a0bb1b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6374173, "upload_time": "2021-08-24T12:19:32", "upload_time_iso_8601": "2021-08-24T12:19:32.786934Z", "url": "https://files.pythonhosted.org/packages/48/f1/249ad8d1307b40d5dc79c9b4782859b412dc75e6ad0c16eb68ddf74c3ec9/astropy-4.0.6.dev27461-cp39-cp39-win_amd64.whl", "yanked": true, "yanked_reason": "Incorrect version string" }, { "comment_text": "", "digests": { "md5": "8866ce642b9e4c4a9aa72bb116bcf52a", "sha256": "6e6233629009ca08f3b0aa937209adc3a3a0827c4b9e28181d41ab412ba25544" }, "downloads": -1, "filename": "astropy-4.0.6.dev27461.tar.gz", "has_sig": false, "md5_digest": "8866ce642b9e4c4a9aa72bb116bcf52a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7777998, "upload_time": "2021-08-24T12:20:00", "upload_time_iso_8601": "2021-08-24T12:20:00.102793Z", "url": "https://files.pythonhosted.org/packages/ac/18/c03a2137396a438272e4d619ed557fccd3042f2fd5bde05b29713b9619c5/astropy-4.0.6.dev27461.tar.gz", "yanked": true, "yanked_reason": "Incorrect version string" } ], "4.0rc1": [ { "comment_text": "", "digests": { "md5": "6cdd75db4e3255a4d14bc3a96b982ba9", "sha256": "ed269018a8e7d87d9355c8d34e26c4371832ae893294912e2f26391cfae4d265" }, "downloads": -1, "filename": "astropy-4.0rc1-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "6cdd75db4e3255a4d14bc3a96b982ba9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 8365205, "upload_time": "2019-11-19T20:46:25", "upload_time_iso_8601": "2019-11-19T20:46:25.613877Z", "url": "https://files.pythonhosted.org/packages/19/9c/3bb2e9d1c3a10f7ddc34bab85bb1599c2157de202b9aa42c7141b60c1bb3/astropy-4.0rc1-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf2720099e6b66dad1ebe5a9c9b1a6bc", "sha256": "b3c5fd7fe5648ece3a7d9a8d5529f35b2cb0a2b53a3af7c23e52a5b241150efd" }, "downloads": -1, "filename": "astropy-4.0rc1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "cf2720099e6b66dad1ebe5a9c9b1a6bc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6424408, "upload_time": "2019-11-19T20:46:29", "upload_time_iso_8601": "2019-11-19T20:46:29.455244Z", "url": "https://files.pythonhosted.org/packages/9b/bd/2f49bcefb590afaf06fbf109eef0431896cf5a3c22f6db3eb27e18ec0355/astropy-4.0rc1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f489b6fa85a52ecd2edd887eae73de24", "sha256": "51c83aa6b20517d1f4fe23c4a14dcf86887ba956859e0f8a482f0465f04a751f" }, "downloads": -1, "filename": "astropy-4.0rc1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f489b6fa85a52ecd2edd887eae73de24", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6521677, "upload_time": "2019-11-19T20:46:32", "upload_time_iso_8601": "2019-11-19T20:46:32.753340Z", "url": "https://files.pythonhosted.org/packages/99/af/973fabdf50011134a53c49629b7df088e5e32e894e3bb38ee1fc6778f0d7/astropy-4.0rc1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e540888ebd7a96d6c3b3097cd2bb03a4", "sha256": "ebd034875f0d2af1616d5b11c69504d954eda97b5578776545a1344ab9f0a0e9" }, "downloads": -1, "filename": "astropy-4.0rc1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "e540888ebd7a96d6c3b3097cd2bb03a4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5889603, "upload_time": "2019-11-19T20:46:36", "upload_time_iso_8601": "2019-11-19T20:46:36.570780Z", "url": "https://files.pythonhosted.org/packages/63/e8/9030f8d43ab08dbaa5e51c1f6e8fa14c68718a7b04226487ad9ba6b8796a/astropy-4.0rc1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ddadafcda60f77158d47dbfb1160926", "sha256": "b95b6a4471101cab142d1b22fa00b3a0e93375691d2962692dac02ac6246de4d" }, "downloads": -1, "filename": "astropy-4.0rc1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4ddadafcda60f77158d47dbfb1160926", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6121574, "upload_time": "2019-11-19T20:46:40", "upload_time_iso_8601": "2019-11-19T20:46:40.880202Z", "url": "https://files.pythonhosted.org/packages/bb/36/2de3f7261769023dc754f80a0fee3b2638f7fba99920e0bd72af2a02b3c3/astropy-4.0rc1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5bf6a285178969afbfc2e3a300b08ac5", "sha256": "3c7837378f0b690122a71fa2680c523c6506d273c70ccdcbd1840cfb6a47e751" }, "downloads": -1, "filename": "astropy-4.0rc1-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "5bf6a285178969afbfc2e3a300b08ac5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 8319356, "upload_time": "2019-11-19T20:46:44", "upload_time_iso_8601": "2019-11-19T20:46:44.394788Z", "url": "https://files.pythonhosted.org/packages/5c/6d/605c845cf0f0a62016a8c03129887f6bebca9e33a72d01117740a0c20156/astropy-4.0rc1-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21dc04e22f50cdea1da05d4b5b8d0176", "sha256": "36060d32d6195f2c40cc3fa88fead3d8f511cc3c521b60feecba63d651b3ca67" }, "downloads": -1, "filename": "astropy-4.0rc1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "21dc04e22f50cdea1da05d4b5b8d0176", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6424514, "upload_time": "2019-11-19T20:46:47", "upload_time_iso_8601": "2019-11-19T20:46:47.873207Z", "url": "https://files.pythonhosted.org/packages/de/0a/7213125c63d10c2108971b17c618b5a878dbdf79e75da1fffb07084527a8/astropy-4.0rc1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e6bb447ca7304e43e6bca18616f6ad3", "sha256": "01fa54ab2625bb05ad0be2b722fc12ffbdd6b2dd8ee0ba91fa857bcb2df552a1" }, "downloads": -1, "filename": "astropy-4.0rc1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0e6bb447ca7304e43e6bca18616f6ad3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6521629, "upload_time": "2019-11-19T20:46:52", "upload_time_iso_8601": "2019-11-19T20:46:52.567406Z", "url": "https://files.pythonhosted.org/packages/44/eb/ac73b6be40c7bc232094562cc64c7a8e2183fe4c69d771861a53066c3df4/astropy-4.0rc1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "378f7e6e76d464cc20da31225b415ee4", "sha256": "583ed93a0ecd917eadcfa83b4261289c48ba70c0a4918d2b6525db3b026958c6" }, "downloads": -1, "filename": "astropy-4.0rc1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "378f7e6e76d464cc20da31225b415ee4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5889875, "upload_time": "2019-11-19T20:46:56", "upload_time_iso_8601": "2019-11-19T20:46:56.238953Z", "url": "https://files.pythonhosted.org/packages/80/44/dae7ace9fa2450efe6194d3d09e387b06d4097891e044e6d63af75c0a1dd/astropy-4.0rc1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d24c46d0b3029525591db2049cf93ef", "sha256": "a10d9d8f85234f5cf668203c8eeca5bbed37ebfad11accbc795fe1cf9aedaeff" }, "downloads": -1, "filename": "astropy-4.0rc1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "5d24c46d0b3029525591db2049cf93ef", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6122038, "upload_time": "2019-11-19T20:47:01", "upload_time_iso_8601": "2019-11-19T20:47:01.077977Z", "url": "https://files.pythonhosted.org/packages/54/ba/d5b4c49b0c7685e3344373791eec44719f2beb30a58ae3a746425c01ca74/astropy-4.0rc1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aca28cac2f793f2d62905dde8f7c1a26", "sha256": "d93907120fef3e51d23e3195ddd2ec2df89fa261d4a61a0d5078b5bacdc24a66" }, "downloads": -1, "filename": "astropy-4.0rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "aca28cac2f793f2d62905dde8f7c1a26", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6491734, "upload_time": "2019-11-19T20:47:04", "upload_time_iso_8601": "2019-11-19T20:47:04.468199Z", "url": "https://files.pythonhosted.org/packages/13/a9/8b5c66c49879e1665af1a388daabd02808350aaaa958433d926ea64bc6a4/astropy-4.0rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cec30a26234f585a62265649244cd4fb", "sha256": "e44c50a16e3b8860a57527edb7d55099f6460e45837060dd135624fcab4e850b" }, "downloads": -1, "filename": "astropy-4.0rc1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "cec30a26234f585a62265649244cd4fb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6420527, "upload_time": "2019-11-19T20:47:08", "upload_time_iso_8601": "2019-11-19T20:47:08.177269Z", "url": "https://files.pythonhosted.org/packages/e2/64/4b48349cbf8d8fb42d5eea394ecc6ffe35ef58c117ceded6c7498bb44465/astropy-4.0rc1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e85c70039345a2193e8dab8a2b65ca1c", "sha256": "cca46231832bbff8b6fa14d5595d07d4df72e617fa318f592971db24deb0d898" }, "downloads": -1, "filename": "astropy-4.0rc1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e85c70039345a2193e8dab8a2b65ca1c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6516197, "upload_time": "2019-11-19T20:47:11", "upload_time_iso_8601": "2019-11-19T20:47:11.593267Z", "url": "https://files.pythonhosted.org/packages/45/56/fa36debb5bb19f7c9857ab528b119dda14e592863d52ee72a41cc0ee6199/astropy-4.0rc1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad6d9f520a686193293fd00879db0b88", "sha256": "90375cb50693a904e89364fc09c99e4df73522fd214f7fb7f9af150b9705a083" }, "downloads": -1, "filename": "astropy-4.0rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "ad6d9f520a686193293fd00879db0b88", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5902332, "upload_time": "2019-11-19T20:47:14", "upload_time_iso_8601": "2019-11-19T20:47:14.854779Z", "url": "https://files.pythonhosted.org/packages/c9/78/63a7e9c1cc3248fca7d3fc778047458f488505f74f3b1b79850593a1ec21/astropy-4.0rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0c02e5ff0f7d3859eca27d7df586b43", "sha256": "2ac668eeac87101494793c1ca78216c15e943ec1c02599c32d1ef6a411a0a3c2" }, "downloads": -1, "filename": "astropy-4.0rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "a0c02e5ff0f7d3859eca27d7df586b43", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6137075, "upload_time": "2019-11-19T20:47:17", "upload_time_iso_8601": "2019-11-19T20:47:17.945224Z", "url": "https://files.pythonhosted.org/packages/87/6c/925d68708120bed8427601bdf437d44000ae8c819bd32f0e94ebecc035d4/astropy-4.0rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd5a0db6f7754688a8b0f71a5fffdb5d", "sha256": "b13f0a42ce8f3134764b135003a93f2a9d131b892e03044899dfc65af23805e5" }, "downloads": -1, "filename": "astropy-4.0rc1.tar.gz", "has_sig": true, "md5_digest": "cd5a0db6f7754688a8b0f71a5fffdb5d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8190416, "upload_time": "2019-11-19T20:47:21", "upload_time_iso_8601": "2019-11-19T20:47:21.804839Z", "url": "https://files.pythonhosted.org/packages/05/22/a6e1061d3580a6305a392a1370ebfdf5d89282d678f9431d5d2604d9c5dd/astropy-4.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0rc2": [ { "comment_text": "", "digests": { "md5": "64263e2326c656cf32ecd7b9615a85a5", "sha256": "66a606e0f476f601e82e25234a2dad882fe2d004fee4d5b752243e1e91766970" }, "downloads": -1, "filename": "astropy-4.0rc2-cp36-cp36m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "64263e2326c656cf32ecd7b9615a85a5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 8369547, "upload_time": "2019-12-16T19:28:48", "upload_time_iso_8601": "2019-12-16T19:28:48.233060Z", "url": "https://files.pythonhosted.org/packages/ba/68/a909a0cf621e38be15c2dc9366882d188ab323c0d3688c3ef5b0e6988d06/astropy-4.0rc2-cp36-cp36m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f36a89f15bffe6f409b52f0428ad01e", "sha256": "c6bcaeb492f1fd4aef9f3bc7e1ed48e3bfd4c6b16b2f074e485bda5a060c0e79" }, "downloads": -1, "filename": "astropy-4.0rc2-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "2f36a89f15bffe6f409b52f0428ad01e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6428721, "upload_time": "2019-12-16T19:14:51", "upload_time_iso_8601": "2019-12-16T19:14:51.278348Z", "url": "https://files.pythonhosted.org/packages/0d/4a/65a8a6068af8dad8bba7c81b6062259fef33492d03456eedaa77087898f9/astropy-4.0rc2-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff7e35e601a553f073ad592bcdc201e6", "sha256": "c762237f117ddc8e6a0f84ff153c4dfe6ded72589ff0f2bef83e13bf809db934" }, "downloads": -1, "filename": "astropy-4.0rc2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ff7e35e601a553f073ad592bcdc201e6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6525762, "upload_time": "2019-12-16T19:14:56", "upload_time_iso_8601": "2019-12-16T19:14:56.062783Z", "url": "https://files.pythonhosted.org/packages/43/8b/c7855731eabd9e4d392a17933f8586032c94ac6e93425b6e756bda12a125/astropy-4.0rc2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cbafc9ea6236df22f620b9e0a429166", "sha256": "bbc25cd1b720228d2697ada551afb840695a2970c8b3d668eb6d5fbd1b919802" }, "downloads": -1, "filename": "astropy-4.0rc2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8cbafc9ea6236df22f620b9e0a429166", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5893688, "upload_time": "2019-12-07T20:24:04", "upload_time_iso_8601": "2019-12-07T20:24:04.826789Z", "url": "https://files.pythonhosted.org/packages/48/88/73a3f2fd15ac8699d547af7d6f3e6b62a9a9890487c806fa99a0d49bacbe/astropy-4.0rc2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "60b3f303470a3d7f3b946aff4e44e7d0", "sha256": "4a15099d8f7d4142633aba179aff9d20951d7349205b0ea16fa8dc9cf11f1e21" }, "downloads": -1, "filename": "astropy-4.0rc2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "60b3f303470a3d7f3b946aff4e44e7d0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6125655, "upload_time": "2019-12-07T20:24:18", "upload_time_iso_8601": "2019-12-07T20:24:18.924784Z", "url": "https://files.pythonhosted.org/packages/6b/9c/26ce8c569e713b12320c737f0c0add817d0a362dda8ceb70c766e52c411d/astropy-4.0rc2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45f81b464771d05a96d5ebf0287d3416", "sha256": "721bc6085d09522cbf5a57e591f917fcaaedd21f668a460a3d8f81d307efe90e" }, "downloads": -1, "filename": "astropy-4.0rc2-cp37-cp37m-macosx_10_6_intel.whl", "has_sig": false, "md5_digest": "45f81b464771d05a96d5ebf0287d3416", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 8323792, "upload_time": "2019-12-16T19:28:51", "upload_time_iso_8601": "2019-12-16T19:28:51.822234Z", "url": "https://files.pythonhosted.org/packages/00/00/ea17af864eac7de1c7da5785a6b41500af9b228698d7bd4b0ffd1950a3ce/astropy-4.0rc2-cp37-cp37m-macosx_10_6_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea58254a27d8dd5a69689ddec0db5eb7", "sha256": "8ae74c184dc9941083b553e483fb678b602d0d1f56d4980469fcda427c93f46b" }, "downloads": -1, "filename": "astropy-4.0rc2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ea58254a27d8dd5a69689ddec0db5eb7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6428821, "upload_time": "2019-12-16T19:28:55", "upload_time_iso_8601": "2019-12-16T19:28:55.189262Z", "url": "https://files.pythonhosted.org/packages/b9/c6/cc8a4ce90104122b2cc0e7cbc4b1397a2fab50fd0fda287c99565b7e5816/astropy-4.0rc2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a68ec3e5cf8c4d2f3b563091f07ee164", "sha256": "4b9056f5ca74a399d0d4bb2f2eafcdf2b05ee812ad39acb08c7e33dfb58decbf" }, "downloads": -1, "filename": "astropy-4.0rc2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a68ec3e5cf8c4d2f3b563091f07ee164", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6525716, "upload_time": "2019-12-16T19:28:58", "upload_time_iso_8601": "2019-12-16T19:28:58.224063Z", "url": "https://files.pythonhosted.org/packages/13/f7/7ac145f90046d0f46fb180218c82e3e90fa43bdc93f8f381ad7161d6c3e7/astropy-4.0rc2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee38e368ccf750b53e2d73a2e5dda88c", "sha256": "61281a03acb0f8aca0e197eb0a746a18ed93c4932ac1b0f2d050517e5e611f27" }, "downloads": -1, "filename": "astropy-4.0rc2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "ee38e368ccf750b53e2d73a2e5dda88c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5893975, "upload_time": "2019-12-07T20:24:27", "upload_time_iso_8601": "2019-12-07T20:24:27.935234Z", "url": "https://files.pythonhosted.org/packages/a6/26/3e9f2b36838a39eb57d929839dfc1d4831fd219a62898b76d6a4f8a563ae/astropy-4.0rc2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7def73b518dfad62f22079a932b9f77", "sha256": "19de8d5d9c36516f069b72d941cb518354f328d26c09d45b3881a34b4619f0a6" }, "downloads": -1, "filename": "astropy-4.0rc2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f7def73b518dfad62f22079a932b9f77", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6126107, "upload_time": "2019-12-07T20:24:38", "upload_time_iso_8601": "2019-12-07T20:24:38.324744Z", "url": "https://files.pythonhosted.org/packages/d6/a5/0e5ebb22518ed0d2752881cbbd914210ad923ed68de7a918f64ef442a55d/astropy-4.0rc2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51f26883e6721dce1306a2eafe2b574e", "sha256": "b616bf260e6a63f710a67b9955609ffec2712f2a7dd061888e168cb7e40a6678" }, "downloads": -1, "filename": "astropy-4.0rc2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "51f26883e6721dce1306a2eafe2b574e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6496217, "upload_time": "2019-12-16T19:29:02", "upload_time_iso_8601": "2019-12-16T19:29:02.172052Z", "url": "https://files.pythonhosted.org/packages/67/1a/93c20f9e3fe596cde915352c8c17599265f634b9e89e380904cc86e6ce06/astropy-4.0rc2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ede36daf832e2915e3aadf832936dc1", "sha256": "b8f8b2eb8731b1bff5d1ce23fc2f087bd2b02c65dcdec4d45e50bf78b1e425dd" }, "downloads": -1, "filename": "astropy-4.0rc2-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3ede36daf832e2915e3aadf832936dc1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6424789, "upload_time": "2019-12-16T19:29:05", "upload_time_iso_8601": "2019-12-16T19:29:05.606327Z", "url": "https://files.pythonhosted.org/packages/10/ea/bc12b360e8678970264ffaf7daf0c1a22cb1e27478b0d51f02fed853d63c/astropy-4.0rc2-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "afb1f4a0494e89f7a49ee3ec99ce4a0d", "sha256": "1c7863d95d2eefffdae75f41773f48d13decd5450e4897be96d77d1e3ca5001a" }, "downloads": -1, "filename": "astropy-4.0rc2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "afb1f4a0494e89f7a49ee3ec99ce4a0d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6520307, "upload_time": "2019-12-16T19:29:09", "upload_time_iso_8601": "2019-12-16T19:29:09.115390Z", "url": "https://files.pythonhosted.org/packages/30/24/0d8533a6db9d473151c288e85ac170a022411aaa6a82ddb50064bbb53262/astropy-4.0rc2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c00045d7fb4b010c22e687a2298725b4", "sha256": "064e45f15eebe2c8f1ca1116fa43792bf00d784faaf7e85811036f9d149b99af" }, "downloads": -1, "filename": "astropy-4.0rc2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "c00045d7fb4b010c22e687a2298725b4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5906434, "upload_time": "2019-12-16T18:53:59", "upload_time_iso_8601": "2019-12-16T18:53:59.958801Z", "url": "https://files.pythonhosted.org/packages/13/1d/17f445a0e9148108a0e8a85e7f0797dd9ada7ebc6ac63eecd988f766f647/astropy-4.0rc2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dee8b23df5c717dc2001402075e634e6", "sha256": "44d836827cc49cc0b7574d4ff1cef9a550c3208f407cefbb52a334d579eb42a5" }, "downloads": -1, "filename": "astropy-4.0rc2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "dee8b23df5c717dc2001402075e634e6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6141143, "upload_time": "2019-12-16T18:54:03", "upload_time_iso_8601": "2019-12-16T18:54:03.765310Z", "url": "https://files.pythonhosted.org/packages/21/87/dd5d0bd693fb7b48d7d67902501332345d06364d7ca5d7873509d0d44b7e/astropy-4.0rc2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "db02d728951d2c34e1c09eee6817c884", "sha256": "ebe8d9d8942bab1b09e2df99604914c4586cf3f5edf97e65371160a6c5159b04" }, "downloads": -1, "filename": "astropy-4.0rc2.tar.gz", "has_sig": true, "md5_digest": "db02d728951d2c34e1c09eee6817c884", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8203842, "upload_time": "2019-12-07T20:24:49", "upload_time_iso_8601": "2019-12-07T20:24:49.559378Z", "url": "https://files.pythonhosted.org/packages/25/70/2aae10eacf9361c4fedbfad68a29747146c381b4304f1c56591b05c17a9b/astropy-4.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1": [ { "comment_text": "", "digests": { "md5": "3566add47304fef051372122cab23e7c", "sha256": "0804f601dddfd6b5b72e11eb6e58133ff7db25bb8c26851449352ba1f414b74c" }, "downloads": -1, "filename": "astropy-4.1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3566add47304fef051372122cab23e7c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6776009, "upload_time": "2020-10-21T20:22:53", "upload_time_iso_8601": "2020-10-21T20:22:53.034778Z", "url": "https://files.pythonhosted.org/packages/ad/f5/5e292259c19552475e42297b41d2b3024f08e46749f87a2ef116a39c03c1/astropy-4.1-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ae32453dd22656b572ff0c414cbe1b4e", "sha256": "85f199c41d28da78c0a09076904fe3c3034c0f4917d251a23ad364ed0e9ff2d5" }, "downloads": -1, "filename": "astropy-4.1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "ae32453dd22656b572ff0c414cbe1b4e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 9896280, "upload_time": "2020-10-21T20:23:22", "upload_time_iso_8601": "2020-10-21T20:23:22.750929Z", "url": "https://files.pythonhosted.org/packages/09/e8/441b71fba60a9241a763a8c4f93a70e4a3d93e417fbdc597b4bac6b950ad/astropy-4.1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00cfbb8cdc18369fa1df7f2655e3debf", "sha256": "6d6792e4e49f4662be075477f75aff7d3cc5bf5c58702d6b55f0048f14610c00" }, "downloads": -1, "filename": "astropy-4.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "00cfbb8cdc18369fa1df7f2655e3debf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10307662, "upload_time": "2020-10-21T20:23:01", "upload_time_iso_8601": "2020-10-21T20:23:01.817417Z", "url": "https://files.pythonhosted.org/packages/74/9c/a1e51955d4a2af497a507c323409ebe55c122a91c438d2884d918360efc1/astropy-4.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dfec639edc5cb6fceb9c9d4f55f75f2b", "sha256": "f0fe5387992e0c96d9186752b2ac6a5801a51af0316d75427823588af9be75da" }, "downloads": -1, "filename": "astropy-4.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "dfec639edc5cb6fceb9c9d4f55f75f2b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6268241, "upload_time": "2020-10-21T20:22:59", "upload_time_iso_8601": "2020-10-21T20:22:59.570776Z", "url": "https://files.pythonhosted.org/packages/1d/0a/cd20c2ced356ab0cf8a7399281944b9cdcf3cbdfe34d6050b7c391ae7c4c/astropy-4.1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a08e409c00a92378e61d10bdfea4332", "sha256": "27544cb41ba54a60acaf195c53b4912edbbfa4b0ab005c06d5d929553e0d8329" }, "downloads": -1, "filename": "astropy-4.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "3a08e409c00a92378e61d10bdfea4332", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6473297, "upload_time": "2020-10-21T20:23:10", "upload_time_iso_8601": "2020-10-21T20:23:10.302987Z", "url": "https://files.pythonhosted.org/packages/83/54/efcd43656b51d0df8b9424c0eac48042d3f909b1064dda463420c79136c0/astropy-4.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1dd649c0009f300fe0a943a25401badd", "sha256": "4a70a44a9f773acbb75ba24bf36e4f3a8b702f37384d03f9ff9097edd8ad0890" }, "downloads": -1, "filename": "astropy-4.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1dd649c0009f300fe0a943a25401badd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6764087, "upload_time": "2020-10-21T20:23:15", "upload_time_iso_8601": "2020-10-21T20:23:15.886784Z", "url": "https://files.pythonhosted.org/packages/55/11/9127cd01780fc91d630a69fae7af190a5a77d7a24b093ba33bfc35d326e2/astropy-4.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa530f56e1152304fe4e218fcfed7c2e", "sha256": "83cfa44aa6cac0c434b238be6a758d49a33ab608aad7bb2f7410ce497c28312d" }, "downloads": -1, "filename": "astropy-4.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "aa530f56e1152304fe4e218fcfed7c2e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 9900813, "upload_time": "2020-10-21T20:23:04", "upload_time_iso_8601": "2020-10-21T20:23:04.962746Z", "url": "https://files.pythonhosted.org/packages/b6/57/461c7cc10fb1988d0169fa9654500ee223d2fc149a48baa0ff59d27ae862/astropy-4.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "57b746db03c0a6a43f0dcffe3ab26ef2", "sha256": "2fb991128b522eb1f133e6ca1c14425368bda8888eb387dba1abc18ee76582ee" }, "downloads": -1, "filename": "astropy-4.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "57b746db03c0a6a43f0dcffe3ab26ef2", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10307598, "upload_time": "2020-10-21T20:23:13", "upload_time_iso_8601": "2020-10-21T20:23:13.178086Z", "url": "https://files.pythonhosted.org/packages/0d/57/cb2d7639c0198fbeec9502ff5ca02ad956248d8b671cd9bf5e650b71db0a/astropy-4.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f7be78f406c10c8030e8b859900ce068", "sha256": "aca1dbca1c9f6d6ba17682e44dc53ffd62dd0d13448d38713140d634ec45b295" }, "downloads": -1, "filename": "astropy-4.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "f7be78f406c10c8030e8b859900ce068", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6268714, "upload_time": "2020-10-21T20:23:17", "upload_time_iso_8601": "2020-10-21T20:23:17.898782Z", "url": "https://files.pythonhosted.org/packages/16/73/7b82f9b70a639606aa17f79f13c665c0cd6361756548601a123688204170/astropy-4.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f08adce5543b3e5ffa1abf9250b8f2f", "sha256": "70c4b97d2ac5d19fad753d0a7dccc7b14e12786546e78ae27cae3a7a73ecd11d" }, "downloads": -1, "filename": "astropy-4.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "5f08adce5543b3e5ffa1abf9250b8f2f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6473555, "upload_time": "2020-10-21T20:23:25", "upload_time_iso_8601": "2020-10-21T20:23:25.062792Z", "url": "https://files.pythonhosted.org/packages/98/42/42ee1e907f5435da788b14de6f4198ea7b499cdd763365e29ad35d95de0c/astropy-4.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a97bf36e51417d4007ddf1741b707559", "sha256": "5083e1e8fbd065da521b761ee14382bb561d8bbe3957653b2f941690128f8940" }, "downloads": -1, "filename": "astropy-4.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a97bf36e51417d4007ddf1741b707559", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6774138, "upload_time": "2020-10-21T20:22:56", "upload_time_iso_8601": "2020-10-21T20:22:56.890351Z", "url": "https://files.pythonhosted.org/packages/a1/4d/0ab5a3ce373f6e9efd3dbde7f2cbfc2dad276b64b8297036da9d465e931c/astropy-4.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3876f4d14f045a2830c9f550e4c1473e", "sha256": "51c3a29c4252b1697fd950e2b333d84cb6baf8d9a5258bbef6d0089b65c303b3" }, "downloads": -1, "filename": "astropy-4.1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "3876f4d14f045a2830c9f550e4c1473e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10001114, "upload_time": "2020-10-21T20:23:20", "upload_time_iso_8601": "2020-10-21T20:23:20.291498Z", "url": "https://files.pythonhosted.org/packages/cf/91/5f48cca4d40c0426fbaf912e63c5faf4e5cf1b22aeb3100264e8ee2765ac/astropy-4.1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bec3879ac4368b958f4372823cb804d5", "sha256": "cd4390da737a5123397a1bb00cf597842bf21fd199862ba161d9c18cd2d12c14" }, "downloads": -1, "filename": "astropy-4.1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bec3879ac4368b958f4372823cb804d5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10430250, "upload_time": "2020-10-21T20:23:27", "upload_time_iso_8601": "2020-10-21T20:23:27.374784Z", "url": "https://files.pythonhosted.org/packages/19/3d/87bd3e471cca34df2e388808f6158117ccc4bc547448f922d82286c6545d/astropy-4.1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91c098373b454b6cd3bf0bb6cab88d3a", "sha256": "d51f3b9091004a3ed263bc2a51a677762a6c8c7437da5115d3149dc1de6f71bf" }, "downloads": -1, "filename": "astropy-4.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "91c098373b454b6cd3bf0bb6cab88d3a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6277869, "upload_time": "2020-10-21T20:23:07", "upload_time_iso_8601": "2020-10-21T20:23:07.778784Z", "url": "https://files.pythonhosted.org/packages/59/78/8074cf4cf1295de1dc8510cfb12c9fc8e7e9aada15f6bd6f4176e00dc476/astropy-4.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "977d9b33fc2978637962e72699979b86", "sha256": "10e45a5456929b75b3a29d8174d39466b1823280bcf99f3b4c6c51e521a6f04d" }, "downloads": -1, "filename": "astropy-4.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "977d9b33fc2978637962e72699979b86", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6483471, "upload_time": "2020-10-21T20:23:30", "upload_time_iso_8601": "2020-10-21T20:23:30.470779Z", "url": "https://files.pythonhosted.org/packages/3d/ba/f9fe41734f15af75938888277e0311cf50b293f55ee16887ffa0fda155a0/astropy-4.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "729577f6498a4b52709ec890066af114", "sha256": "a3bad6e1c2619135ad33e4d80452866eb9468f610bf00754da4001c63c1f7049" }, "downloads": -1, "filename": "astropy-4.1.tar.gz", "has_sig": false, "md5_digest": "729577f6498a4b52709ec890066af114", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7835617, "upload_time": "2020-10-21T20:23:33", "upload_time_iso_8601": "2020-10-21T20:23:33.231428Z", "url": "https://files.pythonhosted.org/packages/c0/28/926fb3982234c3b60c5b963fd4523474383d9334bb8354c4b8110bbe4d85/astropy-4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1rc1": [ { "comment_text": "", "digests": { "md5": "ec50cb2768a14ff4f866848c322f9aa7", "sha256": "ea505cad037089a0437277a2e4ca7f278e0299e949de74a709cd658c133160ac" }, "downloads": -1, "filename": "astropy-4.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ec50cb2768a14ff4f866848c322f9aa7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6676816, "upload_time": "2020-05-25T17:15:37", "upload_time_iso_8601": "2020-05-25T17:15:37.511821Z", "url": "https://files.pythonhosted.org/packages/bd/05/a9423c324f47acd7ad710c97e9506dcbe9d159d93d32e94ab91d94c49a60/astropy-4.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b8cc273fcfc7c748f8391527eb5db29", "sha256": "4e546ade8ac9da8d91f11045025b136043e2b8da30e7aebc207da7348e67cc19" }, "downloads": -1, "filename": "astropy-4.1rc1-cp36-cp36m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "1b8cc273fcfc7c748f8391527eb5db29", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6608311, "upload_time": "2020-05-25T17:15:44", "upload_time_iso_8601": "2020-05-25T17:15:44.631364Z", "url": "https://files.pythonhosted.org/packages/97/bc/e276636a20c6203ea778ea34057dfa28c2c9fa80ee1ccd9f33e58cd2154f/astropy-4.1rc1-cp36-cp36m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "69a6528c64c62df149b1603340325e3d", "sha256": "6ec3b532733600c9db8a97961ee050fc9d363eb87d301ad10a012419fd605a69" }, "downloads": -1, "filename": "astropy-4.1rc1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "69a6528c64c62df149b1603340325e3d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6705663, "upload_time": "2020-05-25T17:15:49", "upload_time_iso_8601": "2020-05-25T17:15:49.934718Z", "url": "https://files.pythonhosted.org/packages/72/fd/f109d6384e3ba512ef07f6af8ffeeab9d6fbd185cf500563f14f60c120e0/astropy-4.1rc1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "877fd7d31f972ca1fcda531a54e3a929", "sha256": "9d8c76b614bf1c20b7c23078a412c2ae766bbd8d5c428ad4c371eae7a6554448" }, "downloads": -1, "filename": "astropy-4.1rc1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "877fd7d31f972ca1fcda531a54e3a929", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6050795, "upload_time": "2020-05-25T17:15:56", "upload_time_iso_8601": "2020-05-25T17:15:56.023975Z", "url": "https://files.pythonhosted.org/packages/40/c7/5bc573b5002d88905eecd2421a8948a98a3e56d43b3675e4560d20a7ed64/astropy-4.1rc1-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d31dfdc4e21323c0e1dbb5eb91c34fc", "sha256": "4fd0cee75c8440a021e4640f052d9274e4032f12620ff3b88db66eb65bed5bec" }, "downloads": -1, "filename": "astropy-4.1rc1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "9d31dfdc4e21323c0e1dbb5eb91c34fc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6274431, "upload_time": "2020-05-25T17:16:02", "upload_time_iso_8601": "2020-05-25T17:16:02.063407Z", "url": "https://files.pythonhosted.org/packages/90/50/486a1a0f7cc6c9566bd19f7494cdc1088cf98df1acb0bf9b9d5e477463ee/astropy-4.1rc1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3cf46f9a5ea6ef3e7be5d2a53e318afe", "sha256": "a9229c29d18ed49f1331571081cf70d3ea67061f197f157d504cd334a9b44113" }, "downloads": -1, "filename": "astropy-4.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "3cf46f9a5ea6ef3e7be5d2a53e318afe", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6665358, "upload_time": "2020-05-25T17:16:07", "upload_time_iso_8601": "2020-05-25T17:16:07.748031Z", "url": "https://files.pythonhosted.org/packages/8a/28/1c72357cb3aafb1280b5a67ac99f7bc0d86034d19858b900231737fa3bce/astropy-4.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03d5b7e038319fae6516fea751c7cf91", "sha256": "d3f16df5d184adad64fd368a73044a4638e78af951347b5301688677c8135f9b" }, "downloads": -1, "filename": "astropy-4.1rc1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "03d5b7e038319fae6516fea751c7cf91", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6608716, "upload_time": "2020-05-25T17:16:14", "upload_time_iso_8601": "2020-05-25T17:16:14.083143Z", "url": "https://files.pythonhosted.org/packages/76/c1/85eb0f12e98c2d25309714272fb8ae4efa72146372fa48d0e16af367cc59/astropy-4.1rc1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "573d6814ed33fee9d5699e91ee4b5fd7", "sha256": "5e8a2443cd7f8e33c7471a63619ec501c4b7a3ce8c7b17c2eab64edbf85cfd7a" }, "downloads": -1, "filename": "astropy-4.1rc1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "573d6814ed33fee9d5699e91ee4b5fd7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6705584, "upload_time": "2020-05-25T17:16:19", "upload_time_iso_8601": "2020-05-25T17:16:19.526244Z", "url": "https://files.pythonhosted.org/packages/28/64/c827ceb522ff416f1c9247d9dfe13926606681f00d1a13ab8e4b2998160d/astropy-4.1rc1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49ae7da0d337384249d0202863d0e98d", "sha256": "9da6d8873c00beda959e4a93d386381591feb23aa0acf36b68724f2803bbb265" }, "downloads": -1, "filename": "astropy-4.1rc1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "49ae7da0d337384249d0202863d0e98d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6050924, "upload_time": "2020-05-25T17:16:25", "upload_time_iso_8601": "2020-05-25T17:16:25.456965Z", "url": "https://files.pythonhosted.org/packages/7c/34/556593a3ad04780f15327d5384ee60a7ea895f7ad539cdfbfc63878b4e9d/astropy-4.1rc1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cd64f0996d6351371c1651408cd2cfa", "sha256": "745a3af0e901eb30a47f149bd5e955bd0aa8792b2f99bf43e1921c5ce2580544" }, "downloads": -1, "filename": "astropy-4.1rc1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "8cd64f0996d6351371c1651408cd2cfa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6274877, "upload_time": "2020-05-25T17:16:31", "upload_time_iso_8601": "2020-05-25T17:16:31.273346Z", "url": "https://files.pythonhosted.org/packages/d3/3d/c8f8be15192722a0e87ba6757f2b7b078f16c7da0502285cc13669184444/astropy-4.1rc1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6143b3abce466bb59efbc5d4717782c4", "sha256": "8d758f8eebf3b3e19f688369b89c208a9f6367b214f4b865d4fffc26beadb0f1" }, "downloads": -1, "filename": "astropy-4.1rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6143b3abce466bb59efbc5d4717782c4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6674400, "upload_time": "2020-05-25T17:16:36", "upload_time_iso_8601": "2020-05-25T17:16:36.411766Z", "url": "https://files.pythonhosted.org/packages/c3/e0/be0a1f0fa5633b726d49afa709bc3a46bbcc1883d75838c180d570d41d4e/astropy-4.1rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61cc34dc757678bd9a9dd859a5fe06ca", "sha256": "a739a5f8293165b93cecb234f49a456e024543aac1fd2b6ca66824079159be84" }, "downloads": -1, "filename": "astropy-4.1rc1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "61cc34dc757678bd9a9dd859a5fe06ca", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6603298, "upload_time": "2020-05-25T17:16:41", "upload_time_iso_8601": "2020-05-25T17:16:41.912786Z", "url": "https://files.pythonhosted.org/packages/0b/72/ced48955277d86c234330a569eb5a1d363ad7d99999f1df62ba4e66ac4d8/astropy-4.1rc1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f585cf6ea5650f39f9c028af7cb6a0f6", "sha256": "4fe3980374a2803ffb13b3bac4bdffd8ab1a6123fe74ce251c8aed105d6fec03" }, "downloads": -1, "filename": "astropy-4.1rc1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f585cf6ea5650f39f9c028af7cb6a0f6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6699270, "upload_time": "2020-05-25T17:16:48", "upload_time_iso_8601": "2020-05-25T17:16:48.253964Z", "url": "https://files.pythonhosted.org/packages/4a/e2/d91f9d0dc420b15d7d9a89c6afc48a87019039def797b6f2f1fe5022ba01/astropy-4.1rc1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fba959b0a45714f822a17bb724948481", "sha256": "811ca5570c3b1921cbc5fd2ddfad59b3542aebeff17c74ae14e61d35c71ec314" }, "downloads": -1, "filename": "astropy-4.1rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "fba959b0a45714f822a17bb724948481", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6064140, "upload_time": "2020-05-25T17:16:54", "upload_time_iso_8601": "2020-05-25T17:16:54.754900Z", "url": "https://files.pythonhosted.org/packages/1b/f2/9fa40e5abadae0e1575946d0278e32b93788c3eecfef453d54bea0ff0c1e/astropy-4.1rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "82d1b32817b7293a8cd3f6842b9f284c", "sha256": "9257cf918a722ffb38227ce6fa926ee73bc2d711ea862ce25c228048b06f18b5" }, "downloads": -1, "filename": "astropy-4.1rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "82d1b32817b7293a8cd3f6842b9f284c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6290294, "upload_time": "2020-05-25T17:17:01", "upload_time_iso_8601": "2020-05-25T17:17:01.880323Z", "url": "https://files.pythonhosted.org/packages/60/f8/f2cb771a9d730ecc99eac83b47d4feff0ec94a307c23ee61102ff7e6cfb5/astropy-4.1rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bcb1364fdc4418fa774181f59774b65", "sha256": "214be44e18b713278752811bb1683d8792749e9dfc6295e33a29b4cabb0be800" }, "downloads": -1, "filename": "astropy-4.1rc1.tar.gz", "has_sig": false, "md5_digest": "1bcb1364fdc4418fa774181f59774b65", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7819116, "upload_time": "2020-05-25T17:20:24", "upload_time_iso_8601": "2020-05-25T17:20:24.506032Z", "url": "https://files.pythonhosted.org/packages/4c/6c/c037717ec6d5d7b3899769458ebbef4d4c9729c410f8a720a1ce149f8c98/astropy-4.1rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1rc2": [ { "comment_text": "", "digests": { "md5": "8678e7d261f341c2d143e1e1e4f1c9df", "sha256": "c9fa16c69d5fa245b6e98e50fda02d4530439c9fdb973dfd393a56087c615bc2" }, "downloads": -1, "filename": "astropy-4.1rc2-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8678e7d261f341c2d143e1e1e4f1c9df", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6761661, "upload_time": "2020-09-16T21:02:25", "upload_time_iso_8601": "2020-09-16T21:02:25.723041Z", "url": "https://files.pythonhosted.org/packages/f3/e0/f1ef0543d92fa43db43947b13db517ba175b9c7cac74c89ce2127f0e714b/astropy-4.1rc2-cp36-cp36m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "71a7250db01a05028fdb49c142ad4f83", "sha256": "822632131dfdece7aee08f581fa04bde7bc1e72ac2f82abe94cd837f3b454b29" }, "downloads": -1, "filename": "astropy-4.1rc2-cp36-cp36m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "71a7250db01a05028fdb49c142ad4f83", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 10551034, "upload_time": "2020-09-16T21:02:39", "upload_time_iso_8601": "2020-09-16T21:02:39.642279Z", "url": "https://files.pythonhosted.org/packages/3d/77/af73686118c4846e79615d09ccdd176440b2cc1a6d17d939e66562c8ee83/astropy-4.1rc2-cp36-cp36m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07672e557f6c78631aa07a9f0b4a4743", "sha256": "420be16cf0c332b6c50141162e5ffcd83927a31425bb81661cd7458cd157577c" }, "downloads": -1, "filename": "astropy-4.1rc2-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "07672e557f6c78631aa07a9f0b4a4743", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 11092373, "upload_time": "2020-09-16T21:02:23", "upload_time_iso_8601": "2020-09-16T21:02:23.759435Z", "url": "https://files.pythonhosted.org/packages/cb/d7/05bd4ffa21372090deed60be2b838dfc6f4eeee21d7abe4ab2964abbd8d6/astropy-4.1rc2-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b2bb94617171a6ec31edb04f451f3c4", "sha256": "1b4aad28021b4519436221550ca2a52363faf09fd1a81769f64c58e258d251aa" }, "downloads": -1, "filename": "astropy-4.1rc2-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "0b2bb94617171a6ec31edb04f451f3c4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6255075, "upload_time": "2020-09-16T21:02:42", "upload_time_iso_8601": "2020-09-16T21:02:42.079252Z", "url": "https://files.pythonhosted.org/packages/6b/ce/681e6c0fa36d991d0b10fe8dc406b34de93066fb80b390fb76d16a35ac5a/astropy-4.1rc2-cp36-cp36m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb28f66cf0e550914990ffc467ab87e8", "sha256": "a25820d6cc975fb4d87334bbe6521fff030f55fa06ba3c96a84bebdc771d68ec" }, "downloads": -1, "filename": "astropy-4.1rc2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "eb28f66cf0e550914990ffc467ab87e8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6459732, "upload_time": "2020-09-16T21:02:21", "upload_time_iso_8601": "2020-09-16T21:02:21.800655Z", "url": "https://files.pythonhosted.org/packages/bc/16/94c2f8e69070ab8c8c339dfd53ffd28a3a0ea52128cad27c3e41b929e479/astropy-4.1rc2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1735987825f322b0bdd16307e8891ee3", "sha256": "e6b55671e98dba17ef197c6047f69403c972bc1eea4b8ecb3268efcc34c4acfb" }, "downloads": -1, "filename": "astropy-4.1rc2-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1735987825f322b0bdd16307e8891ee3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6749843, "upload_time": "2020-09-16T21:02:12", "upload_time_iso_8601": "2020-09-16T21:02:12.403752Z", "url": "https://files.pythonhosted.org/packages/40/e3/19848287098b477be53800059cc1f7c09be52c8bc19e237e0b636e2f7a05/astropy-4.1rc2-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ccb6ebcc301086ee47648153030b1148", "sha256": "0fd6fb75b939dceed21e61b921f89ac1a163d733914711afe1c980ba9c9cadee" }, "downloads": -1, "filename": "astropy-4.1rc2-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "ccb6ebcc301086ee47648153030b1148", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 10569698, "upload_time": "2020-09-16T21:02:16", "upload_time_iso_8601": "2020-09-16T21:02:16.798778Z", "url": "https://files.pythonhosted.org/packages/9b/08/99b8fdb30bf43748d15a5b278b1b56da2a529f242b1ca788ebb7ee8f7e56/astropy-4.1rc2-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d41ecc12fa79cfe249e6776336639e7", "sha256": "7e9b7e32c6cdeac0e76b907d61a554b9fa524e14d9c52ada3c8da21c47cc1a85" }, "downloads": -1, "filename": "astropy-4.1rc2-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "7d41ecc12fa79cfe249e6776336639e7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 11109137, "upload_time": "2020-09-16T21:02:32", "upload_time_iso_8601": "2020-09-16T21:02:32.779548Z", "url": "https://files.pythonhosted.org/packages/a5/b6/7d4fab6249b08b11806e069357e4c35e4e4acb197edc976c015e9a427c1f/astropy-4.1rc2-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e51c1114a4553428ed4940d476af039e", "sha256": "cd9d924e6d5515cb77d3b4d3cdeb50075d9dc80d35f0ca81931c929b757369a2" }, "downloads": -1, "filename": "astropy-4.1rc2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "e51c1114a4553428ed4940d476af039e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6255575, "upload_time": "2020-09-16T21:02:14", "upload_time_iso_8601": "2020-09-16T21:02:14.608791Z", "url": "https://files.pythonhosted.org/packages/a9/44/bd2ae4f423f60d2ef1e3d65b25ded71fa195650762ae75107f54ae1a3972/astropy-4.1rc2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e09ccab64407b6c822e10bcb39ee521", "sha256": "4f56d402d682498c3beeaa3a6d15d8bd0fd4fadc06379b963c3fec2bb2a93d30" }, "downloads": -1, "filename": "astropy-4.1rc2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "7e09ccab64407b6c822e10bcb39ee521", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6460060, "upload_time": "2020-09-16T21:02:44", "upload_time_iso_8601": "2020-09-16T21:02:44.411476Z", "url": "https://files.pythonhosted.org/packages/bd/2e/443f6ac5a5e644a8a1033e317e6bb26fed2e6ccef3b2a3e7c1643d62d526/astropy-4.1rc2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8c520a866327df46797c3c589a01275", "sha256": "8cce6754448f1709980472f92667941c331ef6cf417c90e8b8afb63b388dcb89" }, "downloads": -1, "filename": "astropy-4.1rc2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c8c520a866327df46797c3c589a01275", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6759622, "upload_time": "2020-09-16T21:02:30", "upload_time_iso_8601": "2020-09-16T21:02:30.783864Z", "url": "https://files.pythonhosted.org/packages/cb/50/47c686eff47e95fd8e6c4f377374071977150555a754885cb6a37022bbca/astropy-4.1rc2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5ed3cb36dfc786a9b3390e28245046ec", "sha256": "d99bbbe871143f2bc67aa52fe7627e9a7e4dcd5e4d41b4b59fb4c04bda1422db" }, "downloads": -1, "filename": "astropy-4.1rc2-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "5ed3cb36dfc786a9b3390e28245046ec", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 10913453, "upload_time": "2020-09-16T21:02:19", "upload_time_iso_8601": "2020-09-16T21:02:19.290804Z", "url": "https://files.pythonhosted.org/packages/db/e8/a05f311941d610812618484fa83d54646c9c436e4d130ca13f7b1525d834/astropy-4.1rc2-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df4db88cb60b3d4ba187257863c06aa2", "sha256": "a8099e83a0271cb6aa870b7f6530729e3c24bca15022c29442be89acf241dba8" }, "downloads": -1, "filename": "astropy-4.1rc2-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "df4db88cb60b3d4ba187257863c06aa2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 11481289, "upload_time": "2020-09-16T21:02:28", "upload_time_iso_8601": "2020-09-16T21:02:28.457141Z", "url": "https://files.pythonhosted.org/packages/43/c3/8c985b3b3f4568bfe0a9497ddd4448e360bc99218876fed3915787faaab8/astropy-4.1rc2-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36fa7435504d4f6dd25f69e1d379ec30", "sha256": "444caa90fe225586311bd1aec3f5a83b050eae9009b9c994ca85cfb2c411e6f4" }, "downloads": -1, "filename": "astropy-4.1rc2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "36fa7435504d4f6dd25f69e1d379ec30", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6264652, "upload_time": "2020-09-16T21:02:35", "upload_time_iso_8601": "2020-09-16T21:02:35.471505Z", "url": "https://files.pythonhosted.org/packages/06/51/5cc307e561450d9b65ef759c447e5e2bc767f7b46c288039eed64cdd15b1/astropy-4.1rc2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "530779f685bbd4447a7d48e27d059a97", "sha256": "b7703665cc9cc69b2568668980969a1f7a135056175cc4233a712cfd1050e0a0" }, "downloads": -1, "filename": "astropy-4.1rc2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "530779f685bbd4447a7d48e27d059a97", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6470057, "upload_time": "2020-09-16T21:02:37", "upload_time_iso_8601": "2020-09-16T21:02:37.298777Z", "url": "https://files.pythonhosted.org/packages/98/bf/bc3b5434af0e4e3adf0fc5e6fc8097da4243f46888bcdde5c70530d6bbc7/astropy-4.1rc2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "29ab2d94f41cd2cc2882e50b70fa9e37", "sha256": "162b2e222d05523c67fab95fc34fbef881c9271ee01b171efa1b895eaaa28adb" }, "downloads": -1, "filename": "astropy-4.1rc2.tar.gz", "has_sig": false, "md5_digest": "29ab2d94f41cd2cc2882e50b70fa9e37", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7838100, "upload_time": "2020-09-16T21:02:46", "upload_time_iso_8601": "2020-09-16T21:02:46.162383Z", "url": "https://files.pythonhosted.org/packages/ab/a9/778dc3236dcb85334dbd9fa6832a354fdeede76def0215ae29dd4ab284a3/astropy-4.1rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2": [ { "comment_text": "", "digests": { "md5": "a295cfaf11dfc228ae8523ee821448a9", "sha256": "882434f6fe29a2aba9fe61bddac13943c95a9d6e8fdb19f3e35a9f9ae039bd10" }, "downloads": -1, "filename": "astropy-4.2-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a295cfaf11dfc228ae8523ee821448a9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6481275, "upload_time": "2020-11-25T08:35:22", "upload_time_iso_8601": "2020-11-25T08:35:22.229786Z", "url": "https://files.pythonhosted.org/packages/11/65/0263f25452c48e42557383aedb642b72f9ed7ac1a266d6bf5e1c32d38a76/astropy-4.2-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70e769cf15ae5646ff0d642543228fbb", "sha256": "2fea9cf1fb1ef4e68e5c93c679a26dcc6313be55783fa1ee162eb72c8c9eb0b4" }, "downloads": -1, "filename": "astropy-4.2-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "70e769cf15ae5646ff0d642543228fbb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9344769, "upload_time": "2020-11-25T08:35:24", "upload_time_iso_8601": "2020-11-25T08:35:24.105656Z", "url": "https://files.pythonhosted.org/packages/74/9e/278fb39d3b045aa402e66946f8be2a0acdc82c96440dace70b2eba6d587f/astropy-4.2-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9064b44f25f0ba34ed386d25acfa004", "sha256": "4f33707d1bafd11884fc4aacc38f76f4c5c6f8d6f15dd968aad50bc197bc6edb" }, "downloads": -1, "filename": "astropy-4.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e9064b44f25f0ba34ed386d25acfa004", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9715614, "upload_time": "2020-11-25T08:35:03", "upload_time_iso_8601": "2020-11-25T08:35:03.186736Z", "url": "https://files.pythonhosted.org/packages/dc/16/7724205e25a8fdd2bc5ccb79c9240947f5cba9dc07e58c30e6df85fd82c0/astropy-4.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f1ad84aa07dc41388a143fec4a856da0", "sha256": "e749b2ecfedceac0e316a5332eaf73c833d2f5e1c3b9524a4780105dc802f27b" }, "downloads": -1, "filename": "astropy-4.2-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "f1ad84aa07dc41388a143fec4a856da0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6013270, "upload_time": "2020-11-25T08:35:05", "upload_time_iso_8601": "2020-11-25T08:35:05.405714Z", "url": "https://files.pythonhosted.org/packages/a3/58/d043ad9f9227a4f0aec9cfcbe69aa575b1fa4a843e38109535068b0ce090/astropy-4.2-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1deed0d97ca8d9d891102b28e8def1c0", "sha256": "c9d65d0071215995e1e637bc74e84afcf37fc5492e54451015981f2cb6ca9e60" }, "downloads": -1, "filename": "astropy-4.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "1deed0d97ca8d9d891102b28e8def1c0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6211285, "upload_time": "2020-11-25T08:35:20", "upload_time_iso_8601": "2020-11-25T08:35:20.330509Z", "url": "https://files.pythonhosted.org/packages/1d/0a/cf5e3398b1c092ba81a4edfbe8c4ad2c0c20019f2e46450be867bc43096a/astropy-4.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4480e9d1c4e066b5320927d70d792d57", "sha256": "a6890ec88220e2cbeaa1f70f012b19b4ffe908b19e3c264847ca87b710d5918f" }, "downloads": -1, "filename": "astropy-4.2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4480e9d1c4e066b5320927d70d792d57", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6491755, "upload_time": "2020-11-25T08:35:09", "upload_time_iso_8601": "2020-11-25T08:35:09.858801Z", "url": "https://files.pythonhosted.org/packages/e2/98/ec2278142d0fea9afa862ece8f4949a35cb5da88156b146a8e208226f0a4/astropy-4.2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8382fa68973f47b8e38c82b585b746fd", "sha256": "ddaa04ba229b69c7a16efdd16dac77fcf8eb8923272cdc290b033992fe679323" }, "downloads": -1, "filename": "astropy-4.2-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "8382fa68973f47b8e38c82b585b746fd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9428453, "upload_time": "2020-11-25T08:35:18", "upload_time_iso_8601": "2020-11-25T08:35:18.002109Z", "url": "https://files.pythonhosted.org/packages/fe/b0/d2a3cd313764418b2045a3f924c26b47e5b17fa77bd04393a36d3b6c7217/astropy-4.2-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98f8a138a965badc77c2d7fea6b0cbac", "sha256": "6767b8dd29be6c7ec5d934b955875b71400464b2a33eb58b59d575302e4a1892" }, "downloads": -1, "filename": "astropy-4.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "98f8a138a965badc77c2d7fea6b0cbac", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9814459, "upload_time": "2020-11-25T08:34:59", "upload_time_iso_8601": "2020-11-25T08:34:59.052282Z", "url": "https://files.pythonhosted.org/packages/2e/3c/c2eb77cfc7b3e257834da500a2e3c30544d39ca802610b55f47a8e7c088a/astropy-4.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ebc73df7f25e08549aa7f898bfe8b72", "sha256": "3638fd0c489fe4321d72056086acbdd48f767b19af8f6c39b865966c638e0efa" }, "downloads": -1, "filename": "astropy-4.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "1ebc73df7f25e08549aa7f898bfe8b72", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6022293, "upload_time": "2020-11-25T08:34:54", "upload_time_iso_8601": "2020-11-25T08:34:54.546075Z", "url": "https://files.pythonhosted.org/packages/7f/5e/d8afd6591afd1ce7a352c3e6b5bbc0ddf5cc9ca6c80e56acec8a42101729/astropy-4.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f1401455986bd18ca38236475943efb", "sha256": "e80117502290e97819e2328243221d89f3749c14526f3ad7c75613a07b56ae8e" }, "downloads": -1, "filename": "astropy-4.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "2f1401455986bd18ca38236475943efb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6220317, "upload_time": "2020-11-25T08:35:07", "upload_time_iso_8601": "2020-11-25T08:35:07.468591Z", "url": "https://files.pythonhosted.org/packages/f1/58/427935785690589a5bb18c69467da5d5a433a8a7b7e9f7a682bdae76dce0/astropy-4.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f29e8874e54b75336056396c204bd893", "sha256": "daaf9f0264b686c870032987483f2ddbdd5ce31762ab53f53f84bf9c68e2720a" }, "downloads": -1, "filename": "astropy-4.2-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f29e8874e54b75336056396c204bd893", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6458455, "upload_time": "2020-11-25T08:35:01", "upload_time_iso_8601": "2020-11-25T08:35:01.321598Z", "url": "https://files.pythonhosted.org/packages/0c/42/9eb0534327a669386a221b1bbd938ba567414b6c586e46d6e08ae6e1e2c9/astropy-4.2-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c157eaa4e7666842aadc602d9a77f4be", "sha256": "1b3d6e801ab719d448e179dffe23a2f3c5646b81090db9f4d95a6b3acd643888" }, "downloads": -1, "filename": "astropy-4.2-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "c157eaa4e7666842aadc602d9a77f4be", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9239634, "upload_time": "2020-11-25T08:35:13", "upload_time_iso_8601": "2020-11-25T08:35:13.772895Z", "url": "https://files.pythonhosted.org/packages/eb/af/7b4ded882824ce8685ab10c526c81c510c82a887f8e3b2cf4e02adeba9dc/astropy-4.2-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7defd67fbf7eb793fb026ee68aceb0ff", "sha256": "ae3d690b6c20ce47d0644129046c08b7715cbafd2e7a49aba8d7c169dcfadbc1" }, "downloads": -1, "filename": "astropy-4.2-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "7defd67fbf7eb793fb026ee68aceb0ff", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9616422, "upload_time": "2020-11-25T08:34:56", "upload_time_iso_8601": "2020-11-25T08:34:56.774548Z", "url": "https://files.pythonhosted.org/packages/c9/10/c0bba3c2520ab14b1f0be4de2fae8bf0b2ee415ff9e081a1e2a0cb9cf322/astropy-4.2-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "301f100042b09d72efbefc6462294668", "sha256": "21c293609741bb7e3fe43e0c9f906f41962b04bb8c799a221fc1aa2100353fad" }, "downloads": -1, "filename": "astropy-4.2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "301f100042b09d72efbefc6462294668", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6022625, "upload_time": "2020-11-25T08:35:15", "upload_time_iso_8601": "2020-11-25T08:35:15.894680Z", "url": "https://files.pythonhosted.org/packages/9c/7f/be5aea5a6061c5a381ea86009e5fbfabdfbea8b788d8910e95e31d1e15eb/astropy-4.2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c396ed58d0ab8c580112bf2003eaacf9", "sha256": "949b6111badc371129d811b74d7fe6df711719e41385b37189af0a4d325b811d" }, "downloads": -1, "filename": "astropy-4.2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "c396ed58d0ab8c580112bf2003eaacf9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6219824, "upload_time": "2020-11-25T08:35:11", "upload_time_iso_8601": "2020-11-25T08:35:11.728592Z", "url": "https://files.pythonhosted.org/packages/0e/be/daea2ceabf07b79f6e2663ec9450201e523036bf6ae809cdb052304df00a/astropy-4.2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6801e8c78ed2f02fd8fdc0ea65048f95", "sha256": "2c194f8a429b8399de64a413a06881ea49f0525cabaa2d78fc132b9e970adc6a" }, "downloads": -1, "filename": "astropy-4.2.tar.gz", "has_sig": false, "md5_digest": "6801e8c78ed2f02fd8fdc0ea65048f95", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7462293, "upload_time": "2020-11-25T08:35:26", "upload_time_iso_8601": "2020-11-25T08:35:26.085765Z", "url": "https://files.pythonhosted.org/packages/b9/ce/1cfa22a5cb8a04b716f7649ee10d82f751d4bc954f468a617551a78c05d4/astropy-4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2.1": [ { "comment_text": "", "digests": { "md5": "f79f40cfcdc507ec3ce8f58d91d383f4", "sha256": "db694c10eb3cc10068859ba1eab30b38b7e821dbfff142960c5a99c4af059747" }, "downloads": -1, "filename": "astropy-4.2.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f79f40cfcdc507ec3ce8f58d91d383f4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6470592, "upload_time": "2021-04-01T17:12:14", "upload_time_iso_8601": "2021-04-01T17:12:14.052285Z", "url": "https://files.pythonhosted.org/packages/80/dc/bef11a588a9faf75350c93daedd0f9a82cb45ae484e25fb1caccdc235ede/astropy-4.2.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "661e1a8d58cd64c58c7e94a70fcf041c", "sha256": "2ff194e15b03afd575f278e2187b71d7ee9d85f302356050b2257b6c4788f1cc" }, "downloads": -1, "filename": "astropy-4.2.1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "661e1a8d58cd64c58c7e94a70fcf041c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9381918, "upload_time": "2021-04-01T17:11:45", "upload_time_iso_8601": "2021-04-01T17:11:45.416295Z", "url": "https://files.pythonhosted.org/packages/dc/9f/d00fa7d13c7fda186a15894f747bb2d93a7791c8ecaa803144828770bcb7/astropy-4.2.1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "323364af830492a65ca4b0cd6beee97e", "sha256": "12c76c119f7a0a8fcf0e72269be9faa88319f12e4ba346180d910e58fda36bf2" }, "downloads": -1, "filename": "astropy-4.2.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "323364af830492a65ca4b0cd6beee97e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9714763, "upload_time": "2021-04-01T17:12:10", "upload_time_iso_8601": "2021-04-01T17:12:10.083787Z", "url": "https://files.pythonhosted.org/packages/27/0c/c946f63b0a6cf4c385a96de9bffc92abc0ec4e131405d2daa7f11668086b/astropy-4.2.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d361b6c139a6f118750879a43fdcf95c", "sha256": "6d8c8bc1eef048ad873395d2a620b9b5f308bef9a508f542e6dc3b33fbfbe66d" }, "downloads": -1, "filename": "astropy-4.2.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d361b6c139a6f118750879a43fdcf95c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6011702, "upload_time": "2021-04-01T17:11:55", "upload_time_iso_8601": "2021-04-01T17:11:55.068238Z", "url": "https://files.pythonhosted.org/packages/6c/fe/25b59ff9db927b1ae27b9da22993eef734ccc3c9d0a5948859f57dfada03/astropy-4.2.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62c56ac11d289e53b70d81da39ec92cb", "sha256": "3d5516ba20e6cbc208250dd8f414243839cc40e957616e3f336a517967ee34d0" }, "downloads": -1, "filename": "astropy-4.2.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "62c56ac11d289e53b70d81da39ec92cb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6196770, "upload_time": "2021-04-01T17:11:57", "upload_time_iso_8601": "2021-04-01T17:11:57.071954Z", "url": "https://files.pythonhosted.org/packages/86/e2/1cf8b8046e35a5107d9954b9e714d7efbfb5d58a8717ad5d4a4814325be6/astropy-4.2.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b32393a355b91325faed09c48e7691d", "sha256": "c327cfdede8d5fce1224153b8d3a060226161ddc2e1b2170f076aaddb4953965" }, "downloads": -1, "filename": "astropy-4.2.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4b32393a355b91325faed09c48e7691d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6475028, "upload_time": "2021-04-01T17:12:03", "upload_time_iso_8601": "2021-04-01T17:12:03.787855Z", "url": "https://files.pythonhosted.org/packages/97/a4/04da4fbf4314e3d5e29f15223965610c1587a4d56aee9cee70b4808e6fdc/astropy-4.2.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "920de5f23f8fa11f524b10a04b0ebd90", "sha256": "03428ca1baa4fba99e37d3767c12c038c456a27176bcb8f407f9b2b0743ef8ee" }, "downloads": -1, "filename": "astropy-4.2.1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "920de5f23f8fa11f524b10a04b0ebd90", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9454317, "upload_time": "2021-04-01T17:12:07", "upload_time_iso_8601": "2021-04-01T17:12:07.924846Z", "url": "https://files.pythonhosted.org/packages/c2/23/5f462e4c0a67919c524cd5ab5320aae819126dd33bd2308d59e6e21dcdd1/astropy-4.2.1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb10497e9301f524086a146c13e6ff0e", "sha256": "a6164013de3732a67a5a1a2743565f5aaef0d895ce33d5aef482d88b05318893" }, "downloads": -1, "filename": "astropy-4.2.1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bb10497e9301f524086a146c13e6ff0e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9807799, "upload_time": "2021-04-01T17:11:59", "upload_time_iso_8601": "2021-04-01T17:11:59.461642Z", "url": "https://files.pythonhosted.org/packages/b9/3a/881c1ff9d207debed1f90ae6d6191a22d0e70b264b5344d4382bf0733cfb/astropy-4.2.1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "553505f6190c87422a1b63d26b7e1ada", "sha256": "a1f707283822c2f7df97d9de151c29d49ed9cc0bf3ae952f91012d7a4c5872a7" }, "downloads": -1, "filename": "astropy-4.2.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "553505f6190c87422a1b63d26b7e1ada", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6020736, "upload_time": "2021-04-01T17:12:01", "upload_time_iso_8601": "2021-04-01T17:12:01.706644Z", "url": "https://files.pythonhosted.org/packages/9c/1e/3117e8ace487c00580502788c79ee87392ab6220e54f10e90a77e7f366c0/astropy-4.2.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9829450cdfa60006340490030e63b060", "sha256": "2035ca521d86c88ea6d8da07f977a9727f0d7d8f85b5c287558c1891f885e548" }, "downloads": -1, "filename": "astropy-4.2.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "9829450cdfa60006340490030e63b060", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6205410, "upload_time": "2021-04-01T17:11:48", "upload_time_iso_8601": "2021-04-01T17:11:48.283047Z", "url": "https://files.pythonhosted.org/packages/c8/23/d9d89539dd4956365fc818d5e9e978788c1449b1af89f59b497fb84b53de/astropy-4.2.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1696654822cb4d0ebf9f206d1f2e43d0", "sha256": "5be2f01d1b35202c0989f4502d25fe850ae5e891acbd3be107eaf6eeab81826d" }, "downloads": -1, "filename": "astropy-4.2.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1696654822cb4d0ebf9f206d1f2e43d0", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6443407, "upload_time": "2021-04-01T17:12:16", "upload_time_iso_8601": "2021-04-01T17:12:16.076203Z", "url": "https://files.pythonhosted.org/packages/b4/95/0f33c3c512ebb9699e6d6ad81e12232ad175da73e91a9ae958a2a0c8e999/astropy-4.2.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65f9b2e29558cb5e9a8bed64da4908e6", "sha256": "009a26f795adad1f0b26ba3a434e5be9cfa82cb629ba87c0547b567bad6e1695" }, "downloads": -1, "filename": "astropy-4.2.1-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "65f9b2e29558cb5e9a8bed64da4908e6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9266912, "upload_time": "2021-04-01T17:11:52", "upload_time_iso_8601": "2021-04-01T17:11:52.780742Z", "url": "https://files.pythonhosted.org/packages/57/23/1b0415728f2c1272d005d6bb5613edd39bb9178be7f870fc2d5ff190458c/astropy-4.2.1-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c458b4d377384ebfffb3fc134633944f", "sha256": "2d4d328892c7b09a23361f44182cf89be3dadaec60a270bd4fe754f3829052a4" }, "downloads": -1, "filename": "astropy-4.2.1-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c458b4d377384ebfffb3fc134633944f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9605881, "upload_time": "2021-04-01T17:11:50", "upload_time_iso_8601": "2021-04-01T17:11:50.475472Z", "url": "https://files.pythonhosted.org/packages/13/c9/fe29102e8df0fe3537776ff8ee650c39813dec112824e973624b91a3d0ae/astropy-4.2.1-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8a8f3f2f216441061ba0fe0181ecaab1", "sha256": "09965d5e8ffd7e96e7fcc596b631f366cf729df75efb792918cb6637acf1ad4e" }, "downloads": -1, "filename": "astropy-4.2.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "8a8f3f2f216441061ba0fe0181ecaab1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6020150, "upload_time": "2021-04-01T17:12:05", "upload_time_iso_8601": "2021-04-01T17:12:05.707784Z", "url": "https://files.pythonhosted.org/packages/53/58/f7c0dff367c5a67e0eb6f8b2f312d09b310ac09741d319e937c12dcd6004/astropy-4.2.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9aa7697ef29393412abcf6645023a874", "sha256": "223610cc612aaddac890fefd9e20dc6a39c92ef01692354e2bcb273c79fb8842" }, "downloads": -1, "filename": "astropy-4.2.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "9aa7697ef29393412abcf6645023a874", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6204345, "upload_time": "2021-04-01T17:12:12", "upload_time_iso_8601": "2021-04-01T17:12:12.271640Z", "url": "https://files.pythonhosted.org/packages/c3/8e/e29705c148da65594195553a9a471fd743d3b4d005cf47b738252b208458/astropy-4.2.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31e8313ff711b286cfb9357afd0a9cbf", "sha256": "ed483e472241153daec45f4b0c318c2c63d9f47305b78e6e63d32fc388c18427" }, "downloads": -1, "filename": "astropy-4.2.1.tar.gz", "has_sig": false, "md5_digest": "31e8313ff711b286cfb9357afd0a9cbf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7484524, "upload_time": "2021-04-01T17:12:17", "upload_time_iso_8601": "2021-04-01T17:12:17.775527Z", "url": "https://files.pythonhosted.org/packages/4e/a6/4a1576e4a51b10b4b7440cbd36fc3c71fb69fb634672ce0725de614182ca/astropy-4.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.2rc1": [ { "comment_text": "", "digests": { "md5": "ac2fc937a9ad312f0547e641a769787f", "sha256": "6f9bcaf42743e5bb9a047465d2f75c74e5621672901ade774285926ec20d4a35" }, "downloads": -1, "filename": "astropy-4.2rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ac2fc937a9ad312f0547e641a769787f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6476327, "upload_time": "2020-11-07T07:34:57", "upload_time_iso_8601": "2020-11-07T07:34:57.384300Z", "url": "https://files.pythonhosted.org/packages/53/de/8bae36f5c98b5a2fe6ab8d3fb860a0dbaae583e87560ea8d801999056480/astropy-4.2rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bf7215616f37a1ca550c8acabdf83fdb", "sha256": "d4b77248a5b36403820bba952c2eeee8fe9a8aadeabbe5f5b725422d23ccb33f" }, "downloads": -1, "filename": "astropy-4.2rc1-cp37-cp37m-manylinux1_i686.whl", "has_sig": false, "md5_digest": "bf7215616f37a1ca550c8acabdf83fdb", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9329769, "upload_time": "2020-11-07T07:35:15", "upload_time_iso_8601": "2020-11-07T07:35:15.237913Z", "url": "https://files.pythonhosted.org/packages/28/54/28ccdbfce84e1cd7bfe76d6a061176be4467475ffdcb82dfa7bcfcbd8271/astropy-4.2rc1-cp37-cp37m-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e64589273068fb7b9d0d18b2631064c", "sha256": "851354e5137f61f84b4d347d48a2fea7fb6417150ef4ef934f7478834fecde7f" }, "downloads": -1, "filename": "astropy-4.2rc1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0e64589273068fb7b9d0d18b2631064c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 9705291, "upload_time": "2020-11-07T07:35:04", "upload_time_iso_8601": "2020-11-07T07:35:04.511368Z", "url": "https://files.pythonhosted.org/packages/81/c1/239de52498a30362a484e469c71b1b14734595ad52cceb4b609c6c4f7e1e/astropy-4.2rc1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3969b29d9c2edfa199bfd1f8023a5374", "sha256": "67ea0464be1a727db8153e80f3473d0e7ae9b40f2b1a56971b59ab6a5ddf6ec6" }, "downloads": -1, "filename": "astropy-4.2rc1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "3969b29d9c2edfa199bfd1f8023a5374", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6008366, "upload_time": "2020-11-07T07:35:08", "upload_time_iso_8601": "2020-11-07T07:35:08.768364Z", "url": "https://files.pythonhosted.org/packages/1f/b6/041e651391e2e80cb76f5ac81217437115130983b09c3fa4a0e9195cc462/astropy-4.2rc1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7add95772e6e9e1035e4ee754bf327b4", "sha256": "a2fc4015367119b1a312b31785d9bc145fee471dab3f9964fc5f13388107447d" }, "downloads": -1, "filename": "astropy-4.2rc1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "7add95772e6e9e1035e4ee754bf327b4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6207021, "upload_time": "2020-11-07T07:35:02", "upload_time_iso_8601": "2020-11-07T07:35:02.423282Z", "url": "https://files.pythonhosted.org/packages/d5/b6/f64284cdc6927840997c6b6f3938ef04d1f4887e597183f70ce8304ac93d/astropy-4.2rc1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c8c5c381f29e02079eba22b6b8c9418c", "sha256": "1f9f46879ed26d3e09c0899fe8c1cba0bbcba190b0fb49f657d65027608dc3eb" }, "downloads": -1, "filename": "astropy-4.2rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c8c5c381f29e02079eba22b6b8c9418c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6486883, "upload_time": "2020-11-07T07:35:06", "upload_time_iso_8601": "2020-11-07T07:35:06.568845Z", "url": "https://files.pythonhosted.org/packages/ce/12/00507e01368278f1463ad76911172b9f8f93af090de25ab2f9a27f862fec/astropy-4.2rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f115eb8f483a1806cc3d4ee1415ed43", "sha256": "7addf8d08d12a65fbdd380e165c3f1599b7b21e4d853cb658c9a8cd85f2bb9d4" }, "downloads": -1, "filename": "astropy-4.2rc1-cp38-cp38-manylinux1_i686.whl", "has_sig": false, "md5_digest": "0f115eb8f483a1806cc3d4ee1415ed43", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9413142, "upload_time": "2020-11-07T07:35:25", "upload_time_iso_8601": "2020-11-07T07:35:25.385910Z", "url": "https://files.pythonhosted.org/packages/b9/e4/827fa0f6554604d1be8199831a295125b8762578f8186d85cedb005bd00e/astropy-4.2rc1-cp38-cp38-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "98a48cf1068ff48613cbda7304f93140", "sha256": "bde4af74859b84a0a15f2df3156b0de63520cdac4c9f47adf2b9aaf753b9a34f" }, "downloads": -1, "filename": "astropy-4.2rc1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "98a48cf1068ff48613cbda7304f93140", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 9804794, "upload_time": "2020-11-07T07:35:17", "upload_time_iso_8601": "2020-11-07T07:35:17.592989Z", "url": "https://files.pythonhosted.org/packages/ff/ba/b1c5b9c5cdc61860d5cbce61eddcb2abe7f51efe7f2b0990852b01618361/astropy-4.2rc1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5607e84991600ade274279924ba7a752", "sha256": "6fb8da111654537a25879375d43c5756019be76181103280d09e07da1bd47653" }, "downloads": -1, "filename": "astropy-4.2rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "5607e84991600ade274279924ba7a752", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6017312, "upload_time": "2020-11-07T07:35:21", "upload_time_iso_8601": "2020-11-07T07:35:21.657767Z", "url": "https://files.pythonhosted.org/packages/c7/ea/7b06ebf5ebd66a8a982e1517a87a382186def3ae0f01bcf595b86a50e26c/astropy-4.2rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0513d8a889473b79de67973036ff8d3c", "sha256": "080d73eba1fd7e45212461c55a0266110ddb3970734e511c332b22f4c8bd8937" }, "downloads": -1, "filename": "astropy-4.2rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "0513d8a889473b79de67973036ff8d3c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6215801, "upload_time": "2020-11-07T07:35:13", "upload_time_iso_8601": "2020-11-07T07:35:13.375456Z", "url": "https://files.pythonhosted.org/packages/45/35/0ed86046ce8d789fe6484bb41238ecaebd5e1c93908304f2f8ade54ff67e/astropy-4.2rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72929f64aff6748f688ac19c8bac5b4c", "sha256": "f6ecc1b4f90a68dd4c5f34c154d8de61b40692931065c14bed7fbfdb28b4ec87" }, "downloads": -1, "filename": "astropy-4.2rc1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "72929f64aff6748f688ac19c8bac5b4c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6453516, "upload_time": "2020-11-07T07:35:27", "upload_time_iso_8601": "2020-11-07T07:35:27.550784Z", "url": "https://files.pythonhosted.org/packages/58/7e/94a81406d2a83f10b8fce9e4a5b5ce616d698b34a01b237e8e035ec7ebac/astropy-4.2rc1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8e52e77b71f4fba0b589c3284afbb9f", "sha256": "a926d82c1530bb1d1717f3e3ca49351292ac201a3997e5c718c59e0d89bd5348" }, "downloads": -1, "filename": "astropy-4.2rc1-cp39-cp39-manylinux1_i686.whl", "has_sig": false, "md5_digest": "e8e52e77b71f4fba0b589c3284afbb9f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9234625, "upload_time": "2020-11-07T07:35:19", "upload_time_iso_8601": "2020-11-07T07:35:19.685357Z", "url": "https://files.pythonhosted.org/packages/6b/4f/58a00b4f621022bcfaa5fbcb924dfde5a663d624b0f29dc998d0e232a015/astropy-4.2rc1-cp39-cp39-manylinux1_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56e5882e0922fcc202089574305d8b60", "sha256": "7b8191cabc7ca35040a9fe46ad9cea168662a589a30fef555c37bf8c2a0ff596" }, "downloads": -1, "filename": "astropy-4.2rc1-cp39-cp39-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "56e5882e0922fcc202089574305d8b60", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 9611469, "upload_time": "2020-11-07T07:34:59", "upload_time_iso_8601": "2020-11-07T07:34:59.966965Z", "url": "https://files.pythonhosted.org/packages/57/ae/fc3cc1f9d5e61346813ba0101841e9c892952d6c5a7faaf5530c3916cb4c/astropy-4.2rc1-cp39-cp39-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c37986f2e7c1156cd377ce5a043bed60", "sha256": "3693701016d4d7d1746ab4f14b6c4e53b937c51c4be98ba259a7cf7193db91cf" }, "downloads": -1, "filename": "astropy-4.2rc1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "c37986f2e7c1156cd377ce5a043bed60", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6017569, "upload_time": "2020-11-07T07:35:23", "upload_time_iso_8601": "2020-11-07T07:35:23.537436Z", "url": "https://files.pythonhosted.org/packages/0c/e7/e80a20d51c5c3ec8359b68fc857bc3fd4a60ecafbb145d9f37af77b72d62/astropy-4.2rc1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f8427efa8931e5734a85dbbbf80770b9", "sha256": "ca73e5f2871c7cb583e576c3350ff4fd1cf72f85c129075d62507d7424c11b65" }, "downloads": -1, "filename": "astropy-4.2rc1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "f8427efa8931e5734a85dbbbf80770b9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6215188, "upload_time": "2020-11-07T07:35:10", "upload_time_iso_8601": "2020-11-07T07:35:10.999267Z", "url": "https://files.pythonhosted.org/packages/3a/7a/2253692ec385f53c110b9e62e322eb881c8428ffc30b0491ee9db31f40a8/astropy-4.2rc1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "294c7f5a8370424f763625e8fff1ff2d", "sha256": "ebb4e2fd3dcdfd6b4fbf7f500242431f81ff0ada38a2ca59a3c07a2146e610af" }, "downloads": -1, "filename": "astropy-4.2rc1.tar.gz", "has_sig": false, "md5_digest": "294c7f5a8370424f763625e8fff1ff2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7460201, "upload_time": "2020-11-07T07:35:29", "upload_time_iso_8601": "2020-11-07T07:35:29.517372Z", "url": "https://files.pythonhosted.org/packages/76/cc/1679628361120106d28438ca8f178e615c3e380e9d089dac363aa61bb1ae/astropy-4.2rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3": [ { "comment_text": "", "digests": { "md5": "a6c48497266f7b92cc214aee66b2c61a", "sha256": "cdf785c4479eec741df612ab05681c8eb0ed99d5e915e3376ff874cccba1e35e" }, "downloads": -1, "filename": "astropy-4.3-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a6c48497266f7b92cc214aee66b2c61a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6647710, "upload_time": "2021-07-26T16:46:57", "upload_time_iso_8601": "2021-07-26T16:46:57.002785Z", "url": "https://files.pythonhosted.org/packages/6b/2f/edd174daa50c97d12d08e7ed8af35852e4524f28f169fb87b8f9abeb0b3b/astropy-4.3-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd4400ce0a05b0634ca0f24199bf6a48", "sha256": "819bfaec7a9d0f3968006d0528d9c3af5affd6d36644b7ff2b0c0b0435c19cfe" }, "downloads": -1, "filename": "astropy-4.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "fd4400ce0a05b0634ca0f24199bf6a48", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10247262, "upload_time": "2021-07-26T16:47:09", "upload_time_iso_8601": "2021-07-26T16:47:09.319313Z", "url": "https://files.pythonhosted.org/packages/46/a8/2a001b31c2159706fa9000bf2329cd55a7abb4ae6ddbde1b3d62922042e5/astropy-4.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0645be48e126e13bee5471ccf484078", "sha256": "979ea0469eaebc55be444f47be73dbbe7cc1d60679bc066a860ce796840c2e98" }, "downloads": -1, "filename": "astropy-4.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b0645be48e126e13bee5471ccf484078", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10692473, "upload_time": "2021-07-26T16:47:23", "upload_time_iso_8601": "2021-07-26T16:47:23.141287Z", "url": "https://files.pythonhosted.org/packages/7c/c6/7c0f6d8bd4f7c4520ebc332217aeaa9a2b21ccc5d05d88064a9b572a5c9a/astropy-4.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "efb8587a35c17d28b784539461cf1a42", "sha256": "7f09d43326a3d8cb3098aad61fe6353497d6583abf5d1abe34076180c28b00a0" }, "downloads": -1, "filename": "astropy-4.3-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "efb8587a35c17d28b784539461cf1a42", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6182300, "upload_time": "2021-07-26T16:46:51", "upload_time_iso_8601": "2021-07-26T16:46:51.328064Z", "url": "https://files.pythonhosted.org/packages/b2/2f/ae4d07540d114cb0faada575237242776184836b722c68a8e5f5cc4ef26a/astropy-4.3-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f9d7deb406971945572c6e49191069a", "sha256": "a9d0d202e5b35fbf602470175f0461306f7b0b373e59aaa242e220542ef572d2" }, "downloads": -1, "filename": "astropy-4.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "4f9d7deb406971945572c6e49191069a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6369850, "upload_time": "2021-07-26T16:47:04", "upload_time_iso_8601": "2021-07-26T16:47:04.918998Z", "url": "https://files.pythonhosted.org/packages/a2/66/5acb171490a5e5c9500e7735bd4887cb10625f94b2fbeeab1a158413fea0/astropy-4.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5940c249984a3cc2609ef2d89a8fb7e2", "sha256": "859aee27f0b4cee8ea9d8d35cb186cfba58597e618931e277054c483f58b5265" }, "downloads": -1, "filename": "astropy-4.3-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5940c249984a3cc2609ef2d89a8fb7e2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6652105, "upload_time": "2021-07-26T16:47:28", "upload_time_iso_8601": "2021-07-26T16:47:28.386789Z", "url": "https://files.pythonhosted.org/packages/3f/92/0ff8d11c440279fe62801e5cbb6ce71ab78d176643120513b9e323581f99/astropy-4.3-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20832457305c5b4a2855af237ec8fdb7", "sha256": "fb2cf1e8dca429fdefabe9c963ad8e99d639b76551d4f213838862adaf213b7a" }, "downloads": -1, "filename": "astropy-4.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "20832457305c5b4a2855af237ec8fdb7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 10570417, "upload_time": "2021-07-26T16:47:17", "upload_time_iso_8601": "2021-07-26T16:47:17.998788Z", "url": "https://files.pythonhosted.org/packages/e6/43/6ee5121ea686575b7093a7799e99f859d01c0828e2fe92bd869090ddccc8/astropy-4.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4ba409d9d7fb62a5398f974bf5fa2b6", "sha256": "2361972fc3bef5e37f9f8d3237634511428e93f17d42fbd13ee965689bd47350" }, "downloads": -1, "filename": "astropy-4.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "f4ba409d9d7fb62a5398f974bf5fa2b6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11030925, "upload_time": "2021-07-26T16:46:59", "upload_time_iso_8601": "2021-07-26T16:46:59.404091Z", "url": "https://files.pythonhosted.org/packages/95/b2/087d0fc092bcc8845a0208aeacb6e0fbbf4c5714295dd40d735cf50b615a/astropy-4.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91b4258825e689324d227ccd66ca8401", "sha256": "8e72ec80c1846b87267616a7739ba7639acd32c59880e113994b771bbb274e1e" }, "downloads": -1, "filename": "astropy-4.3-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "91b4258825e689324d227ccd66ca8401", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6191242, "upload_time": "2021-07-26T16:47:02", "upload_time_iso_8601": "2021-07-26T16:47:02.442856Z", "url": "https://files.pythonhosted.org/packages/00/f1/a05ab8e10b6fb60c6a858bbdd823b74538de748688c42694d1b49a7b0614/astropy-4.3-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad7702a06f25373108ab238231b3d8be", "sha256": "83a98369265a5f90acca884ef046e791e2a6d17d51871c7016ecb954c7b34adb" }, "downloads": -1, "filename": "astropy-4.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "ad7702a06f25373108ab238231b3d8be", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6378653, "upload_time": "2021-07-26T16:47:15", "upload_time_iso_8601": "2021-07-26T16:47:15.358562Z", "url": "https://files.pythonhosted.org/packages/b0/b8/fced213529b6f85f9309e57cb8530b3c4d4091119b80b347b4a9589bdb58/astropy-4.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5775e3d86c5db3120d387472f5d41c4e", "sha256": "c4eeceb341d07f4ce53ca387a48f399f615a59fd8d67be711d886066c1e64f20" }, "downloads": -1, "filename": "astropy-4.3-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "5775e3d86c5db3120d387472f5d41c4e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6618576, "upload_time": "2021-07-26T16:47:20", "upload_time_iso_8601": "2021-07-26T16:47:20.540471Z", "url": "https://files.pythonhosted.org/packages/bf/0e/f3e41178cbc9db31531a230b2486099135b4a32e9eeb7f9b1860ac625eff/astropy-4.3-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "25b202e10eb5595763dc7cafa1d61323", "sha256": "134c894381be801d7c2992b997d7f57ae7ae41a36955e883186df8bff5839c7b" }, "downloads": -1, "filename": "astropy-4.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "25b202e10eb5595763dc7cafa1d61323", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10332815, "upload_time": "2021-07-26T16:46:54", "upload_time_iso_8601": "2021-07-26T16:46:54.299659Z", "url": "https://files.pythonhosted.org/packages/35/f7/cedf098e7dc121fd0e12ffabc8c49b32b78f481ab429a33f29a8fe9ea4d1/astropy-4.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5b416aac6b28897eb94c4801343f58bf", "sha256": "33501223e48224177eb72c7c746b000cf9a40473cb9bcbcb8c9ac3256c8a6f6d" }, "downloads": -1, "filename": "astropy-4.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "5b416aac6b28897eb94c4801343f58bf", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10796084, "upload_time": "2021-07-26T16:47:12", "upload_time_iso_8601": "2021-07-26T16:47:12.678790Z", "url": "https://files.pythonhosted.org/packages/a9/b2/74850774e93a57eb04fc54ca7f7b2662f679a72701972ebd603771ec3d36/astropy-4.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e085801d672f9d3137e682f6a01dad5", "sha256": "fcb02b46b5266d80086f66ca0042f69e34bc45546a8aca9ff62ca716d9b4c08e" }, "downloads": -1, "filename": "astropy-4.3-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "3e085801d672f9d3137e682f6a01dad5", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6190618, "upload_time": "2021-07-26T16:47:06", "upload_time_iso_8601": "2021-07-26T16:47:06.937849Z", "url": "https://files.pythonhosted.org/packages/3c/e1/152c67ef66e061ddede5c4cc47ec57fd8d9e310ff358b1ec0a38701d9d7b/astropy-4.3-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "775c4c9d577e8b4feaea36773bcbdf1f", "sha256": "32c9752bec83da4905cdf55e6be586941be06acca671fbfda0bc1f2ef94aea79" }, "downloads": -1, "filename": "astropy-4.3-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "775c4c9d577e8b4feaea36773bcbdf1f", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6377380, "upload_time": "2021-07-26T16:47:26", "upload_time_iso_8601": "2021-07-26T16:47:26.092096Z", "url": "https://files.pythonhosted.org/packages/18/b4/b68a8e4f0c4fa555ecb26f26f27dc2b15e68275cef5858a06139cb7c4108/astropy-4.3-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e2bc0e81f3eeab63ad61b461c71f90e9", "sha256": "6c1d1f0896e5d33851442865aa0ec4a2643dfaecb8853e9f4dca6d0541798744" }, "downloads": -1, "filename": "astropy-4.3.tar.gz", "has_sig": false, "md5_digest": "e2bc0e81f3eeab63ad61b461c71f90e9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7631371, "upload_time": "2021-07-26T16:47:30", "upload_time_iso_8601": "2021-07-26T16:47:30.865139Z", "url": "https://files.pythonhosted.org/packages/1d/85/a6452d1dcf1dbd50c9d3a4eda17c3b72e7e550c7a31a161e7f9357c9e5b9/astropy-4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "c73663a3f05170b8039070d63ad6fb13", "sha256": "a0764d7f68034c584dda8d1c9cc4357ade05cec4c1134db43bce804fcf656ff1" }, "downloads": -1, "filename": "astropy-4.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "c73663a3f05170b8039070d63ad6fb13", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6651310, "upload_time": "2021-08-11T20:44:17", "upload_time_iso_8601": "2021-08-11T20:44:17.992894Z", "url": "https://files.pythonhosted.org/packages/ec/29/34851e4825b2072eaf96975fc8cd37937c03371da1bb9178ff72e062d3ca/astropy-4.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81e199889e118cbb129cb2fa429e1cbe", "sha256": "ce1095e385ec74c655866eacd1853535fbc2dd2c42a8188503fe9a68b8a98ea0" }, "downloads": -1, "filename": "astropy-4.3.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "81e199889e118cbb129cb2fa429e1cbe", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10236586, "upload_time": "2021-08-11T20:44:30", "upload_time_iso_8601": "2021-08-11T20:44:30.576980Z", "url": "https://files.pythonhosted.org/packages/03/20/37c1375237a2cb79e5d0bdf3f6d7bdec39ddeef771aa9f6aad82245856d1/astropy-4.3.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d4ac76bd33b751122605f78d3afcba73", "sha256": "9a01cc7b9d50f265d5d77e1f7206cda22c62720f5bed63158ee56440708848ea" }, "downloads": -1, "filename": "astropy-4.3.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "d4ac76bd33b751122605f78d3afcba73", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10673855, "upload_time": "2021-08-11T20:43:57", "upload_time_iso_8601": "2021-08-11T20:43:57.220872Z", "url": "https://files.pythonhosted.org/packages/39/6e/04fba8c047000e3d9f09879f4e24ff805edbc4bb3943ec3a31e18ed6cad4/astropy-4.3.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb2c58d90b5c5dc3df3f888f87af0258", "sha256": "98bba44f60bb3584b3ad24d1ffad1763138d4d18fc7ca31921732d2449419dd9" }, "downloads": -1, "filename": "astropy-4.3.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "eb2c58d90b5c5dc3df3f888f87af0258", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6185947, "upload_time": "2021-08-11T20:44:25", "upload_time_iso_8601": "2021-08-11T20:44:25.661406Z", "url": "https://files.pythonhosted.org/packages/d4/ab/b3abf281543982d72a8b063f26fc9020d5659bb35f4e384e2b1e6bc4f52d/astropy-4.3.1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "759a18e107b24a39cfb3edfdd4e48d1d", "sha256": "aae1e9e6b2c7811070e4a3373c54eac603f882dc381a796b981a25c02e7fafe2" }, "downloads": -1, "filename": "astropy-4.3.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "759a18e107b24a39cfb3edfdd4e48d1d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6373473, "upload_time": "2021-08-11T20:44:15", "upload_time_iso_8601": "2021-08-11T20:44:15.330786Z", "url": "https://files.pythonhosted.org/packages/b0/34/58abd258f1d1fc1e573fd54c013f033bee72d0b9e871e8f2f8c4d56e2ff4/astropy-4.3.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df305a41d232e53d7fecc101e3808efb", "sha256": "6a5fb4ce4c964f02d7ac2b755f80f5210157a413cbfcdccbc25ad6e7586c258f" }, "downloads": -1, "filename": "astropy-4.3.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "df305a41d232e53d7fecc101e3808efb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6655716, "upload_time": "2021-08-11T20:44:13", "upload_time_iso_8601": "2021-08-11T20:44:13.264013Z", "url": "https://files.pythonhosted.org/packages/c7/34/307d7bc91dd8cd3439d3d41f66283a0f9c9527682e98346e351708029c86/astropy-4.3.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ba25e3ade1993d78beaeec9ec163808f", "sha256": "9e5613e897cb6da64330c5969981f576385491ff5ea61435218117d717a71ff2" }, "downloads": -1, "filename": "astropy-4.3.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "ba25e3ade1993d78beaeec9ec163808f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 10559990, "upload_time": "2021-08-11T20:44:10", "upload_time_iso_8601": "2021-08-11T20:44:10.494153Z", "url": "https://files.pythonhosted.org/packages/8f/a2/ce9a29fb94087d6590e9f4d571ac73c4175c4cdc8c3089e2936b0d6a83fb/astropy-4.3.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb1b21ada0602fe14a29c9bd06a46f95", "sha256": "0b4576d9bc2ab8359f2c4b87d0496c5ad768c7a14d1b16dc634ec24d22147c79" }, "downloads": -1, "filename": "astropy-4.3.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cb1b21ada0602fe14a29c9bd06a46f95", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11012456, "upload_time": "2021-08-11T20:44:27", "upload_time_iso_8601": "2021-08-11T20:44:27.922141Z", "url": "https://files.pythonhosted.org/packages/e9/90/69e487bc3224fc0a18b0ab359f4c06f75d5596a534158c0b6284300f59b2/astropy-4.3.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eaf0e14d184a69bbc977147c19bbe2f3", "sha256": "26f8dce66d3de8aa761508d76b99627ed745d99ec7c5e10289566c2082fa7dc3" }, "downloads": -1, "filename": "astropy-4.3.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "eaf0e14d184a69bbc977147c19bbe2f3", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6194860, "upload_time": "2021-08-11T20:44:33", "upload_time_iso_8601": "2021-08-11T20:44:33.250352Z", "url": "https://files.pythonhosted.org/packages/ff/17/8a0638278d614c175d1a1614c0b94817676497437173b6f40e82f536e21c/astropy-4.3.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "80e92c21adf23452ad9c38323b35d6b1", "sha256": "bcedff7bad0fbc70209751e8eb98eec7c0bd3f0e202f4ee7ff65b8ddf19d5e53" }, "downloads": -1, "filename": "astropy-4.3.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "80e92c21adf23452ad9c38323b35d6b1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6382293, "upload_time": "2021-08-11T20:44:03", "upload_time_iso_8601": "2021-08-11T20:44:03.311363Z", "url": "https://files.pythonhosted.org/packages/b4/92/71fb77a881fae32adaaa586e78608fc495409679d56ce95d495dff576cd2/astropy-4.3.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ff50dda38b2f9a274753dbed85f7cf7", "sha256": "beddc4a365d696214e13ff9aa9362d418ecc112f1dba6338f8ac4218fe475e25" }, "downloads": -1, "filename": "astropy-4.3.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "1ff50dda38b2f9a274753dbed85f7cf7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6622142, "upload_time": "2021-08-11T20:44:05", "upload_time_iso_8601": "2021-08-11T20:44:05.418778Z", "url": "https://files.pythonhosted.org/packages/05/f2/b15fd72672b27581abd098ca9d8f794d31d759b5c08ce6b706850767967e/astropy-4.3.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3ceca1a7b6a23da499b34710e1bef49", "sha256": "4b0ff70baee2a2c768cfc5f7966a371fa0741c93a7283d7e99d6a668f2606851" }, "downloads": -1, "filename": "astropy-4.3.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "a3ceca1a7b6a23da499b34710e1bef49", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10336576, "upload_time": "2021-08-11T20:44:00", "upload_time_iso_8601": "2021-08-11T20:44:00.594770Z", "url": "https://files.pythonhosted.org/packages/da/22/49515ba11558adbaa456d5690c1ef3fd9836fa5a95a6ce6792aae709f2d5/astropy-4.3.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "04afe478499abd6837ef4f23c1359477", "sha256": "34992c0ac1da577d7a1b13171cd8097cdb4544f09687bbd27e433806d3fd2e9f" }, "downloads": -1, "filename": "astropy-4.3.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "04afe478499abd6837ef4f23c1359477", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10799782, "upload_time": "2021-08-11T20:44:21", "upload_time_iso_8601": "2021-08-11T20:44:21.085154Z", "url": "https://files.pythonhosted.org/packages/f7/25/6accbd85f8bf51d1fbac7e31045dd6a3f1098b820cd722ea77bd57ed2ae1/astropy-4.3.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b43871dbc70e0a2982b17eeeed655f4", "sha256": "dcb6d7e6631d92d5d15b7ae4e0a994829609b09a4e3af2055995187edb8989e3" }, "downloads": -1, "filename": "astropy-4.3.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "2b43871dbc70e0a2982b17eeeed655f4", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6194322, "upload_time": "2021-08-11T20:44:23", "upload_time_iso_8601": "2021-08-11T20:44:23.293570Z", "url": "https://files.pythonhosted.org/packages/a0/99/e54900b55959d6a6bc1783688ae8d48e79142fc65c41692064e9391cb688/astropy-4.3.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75f94957d17a051ef951e2e51eda79e7", "sha256": "434ab46e85f5406acc9f2d2084e5e36890abeaf615c8aa71178e835134b64726" }, "downloads": -1, "filename": "astropy-4.3.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "75f94957d17a051ef951e2e51eda79e7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6381056, "upload_time": "2021-08-11T20:44:07", "upload_time_iso_8601": "2021-08-11T20:44:07.453340Z", "url": "https://files.pythonhosted.org/packages/97/14/ea66de2469714db200e3490afe05cdbce91504675154166a0de8790ff5a8/astropy-4.3.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "19ea70831af2cf50434194964efc34ae", "sha256": "2d3951223b4eb7f368fcad8c8340d27374c5d8e3b635a636275acdb38f35cd51" }, "downloads": -1, "filename": "astropy-4.3.1.tar.gz", "has_sig": false, "md5_digest": "19ea70831af2cf50434194964efc34ae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7632486, "upload_time": "2021-08-11T20:44:35", "upload_time_iso_8601": "2021-08-11T20:44:35.737047Z", "url": "https://files.pythonhosted.org/packages/10/d4/64a538ec598035dc3131953bf891cf1df9757dfbd084ab49dc51aae7d53f/astropy-4.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3.post1": [ { "comment_text": "", "digests": { "md5": "fddef861c4ea0101e7be55fe540c8114", "sha256": "460e07cb72789976421689833556a0a364dba89e25fe9183e669702dbcbf72c2" }, "downloads": -1, "filename": "astropy-4.3.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "fddef861c4ea0101e7be55fe540c8114", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6647812, "upload_time": "2021-07-26T22:04:52", "upload_time_iso_8601": "2021-07-26T22:04:52.823954Z", "url": "https://files.pythonhosted.org/packages/fb/95/2758d8dcb7b0184e8b20c1ec15846826d79fa386d7e322d5eb714d62da06/astropy-4.3.post1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab57618262170b9a6f211b787336e6e1", "sha256": "8062ece72d6fe6f4349219c9e2e0f213847de4f7f3bc3796ce7949bc1a202bf9" }, "downloads": -1, "filename": "astropy-4.3.post1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "ab57618262170b9a6f211b787336e6e1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10247345, "upload_time": "2021-07-26T22:04:59", "upload_time_iso_8601": "2021-07-26T22:04:59.442484Z", "url": "https://files.pythonhosted.org/packages/10/41/7ad148f936353cc7dd6a66ce91e7650b19594533bf0c1178e96d8f684a20/astropy-4.3.post1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d0b3547f2157134203a51ec8e3d4af60", "sha256": "8d70811b68f702d7b2e21fc0d644f88baf977482b1f915011460cc1b7fa285ea" }, "downloads": -1, "filename": "astropy-4.3.post1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "d0b3547f2157134203a51ec8e3d4af60", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10692575, "upload_time": "2021-07-26T22:04:34", "upload_time_iso_8601": "2021-07-26T22:04:34.026238Z", "url": "https://files.pythonhosted.org/packages/18/60/edc03d398f98dccfb381342892eba4146b107bb2c42a2dc7a0c48177ba14/astropy-4.3.post1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee3762527513c6b60d51a14869b04090", "sha256": "1d879b91bbd61d69682c72b773d9c8851eff23e51cf1fb86b32dc80e783be643" }, "downloads": -1, "filename": "astropy-4.3.post1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "ee3762527513c6b60d51a14869b04090", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6182395, "upload_time": "2021-07-26T22:04:30", "upload_time_iso_8601": "2021-07-26T22:04:30.991179Z", "url": "https://files.pythonhosted.org/packages/e2/00/fd4adeba74e0903cbf776d65953c0b79042ae42bf63f271616c259b19eff/astropy-4.3.post1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "106282207f777664783662e66eeef4bd", "sha256": "52c1038bad27e7ae1154eda0447ba790f13cb9bcb98e04c60493c2e547a87e6c" }, "downloads": -1, "filename": "astropy-4.3.post1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "106282207f777664783662e66eeef4bd", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6369930, "upload_time": "2021-07-26T22:04:57", "upload_time_iso_8601": "2021-07-26T22:04:57.208265Z", "url": "https://files.pythonhosted.org/packages/8b/8a/c342b926568467f2aca2b47039985f8be0ff89a993d3d0482dcde6c5d657/astropy-4.3.post1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f012634b0baca5767dc65fd23c94c559", "sha256": "a420917baf9e02252e3477da265675167a324716f8a09e78607577b5bd27a159" }, "downloads": -1, "filename": "astropy-4.3.post1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f012634b0baca5767dc65fd23c94c559", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6652203, "upload_time": "2021-07-26T22:04:41", "upload_time_iso_8601": "2021-07-26T22:04:41.380299Z", "url": "https://files.pythonhosted.org/packages/c1/bb/4d0bbc2cc9bbf55658329efd7776df851c8f839e51fd613bd0a3d1335daf/astropy-4.3.post1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "27cff7ff7bcb7bc93d83865563050056", "sha256": "ffe13ed14298e819f2be5224aa649c44f8ddc9fcf32b5d4296fc62624ae867cd" }, "downloads": -1, "filename": "astropy-4.3.post1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "27cff7ff7bcb7bc93d83865563050056", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 10570498, "upload_time": "2021-07-26T22:04:55", "upload_time_iso_8601": "2021-07-26T22:04:55.082745Z", "url": "https://files.pythonhosted.org/packages/9a/4b/6afe3c74c2b66e691da09dad194baa6510dab4bdb22f4b29d6af96295bb9/astropy-4.3.post1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "545e02d7400c8d04ea9f2dd215851c76", "sha256": "607739958f8fcc37d4f2efdb8b9bbcc3bf063c880e2d83104cf72a81c3e89b91" }, "downloads": -1, "filename": "astropy-4.3.post1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "545e02d7400c8d04ea9f2dd215851c76", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11031123, "upload_time": "2021-07-26T22:04:49", "upload_time_iso_8601": "2021-07-26T22:04:49.009059Z", "url": "https://files.pythonhosted.org/packages/e3/6f/5ebfea580e5f4212ad25e19da1031c6db9581a021cae1c28e180f2397d95/astropy-4.3.post1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adbd3738761cb6928580baeb9c3c7814", "sha256": "e2670fc08868cd8d0d1e653dcfcf224b506235b30434742538702f74c6859d24" }, "downloads": -1, "filename": "astropy-4.3.post1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "adbd3738761cb6928580baeb9c3c7814", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6191306, "upload_time": "2021-07-26T22:04:51", "upload_time_iso_8601": "2021-07-26T22:04:51.042596Z", "url": "https://files.pythonhosted.org/packages/93/2f/9d43839d852c97908bdea5e559a1744eaad5233a5d224aea90553b895d86/astropy-4.3.post1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "056d36983140276d5946aebc72512b92", "sha256": "e95ddb6fb0850fe28690e498fe8d2c3cee72d54c098083a2fe0e01b7b3895771" }, "downloads": -1, "filename": "astropy-4.3.post1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "056d36983140276d5946aebc72512b92", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6378728, "upload_time": "2021-07-26T22:04:36", "upload_time_iso_8601": "2021-07-26T22:04:36.508309Z", "url": "https://files.pythonhosted.org/packages/4c/46/2aa89edabe54157bae83723b347d62a1839e1bfa53280dd1612085d3a4b9/astropy-4.3.post1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6945d2a8a32ac06c77efeaa4d0a6b198", "sha256": "a1b57aa21fdc8526dbca96b69cdcaba83066d7688ff52b87b7cdf5362e75f112" }, "downloads": -1, "filename": "astropy-4.3.post1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6945d2a8a32ac06c77efeaa4d0a6b198", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6618677, "upload_time": "2021-07-26T22:05:01", "upload_time_iso_8601": "2021-07-26T22:05:01.442215Z", "url": "https://files.pythonhosted.org/packages/20/31/f1a7e70fcd1d8bdadf635c3d2ae6a5ac0663134685f7880eb6cf915b7c05/astropy-4.3.post1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adc07ebdbc783d49901aed062d3eb8e4", "sha256": "be62ba888f0dd82a7265698a602e64ca2466f1f17bd6c4ef085a055c5968e458" }, "downloads": -1, "filename": "astropy-4.3.post1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "adc07ebdbc783d49901aed062d3eb8e4", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10333038, "upload_time": "2021-07-26T22:04:43", "upload_time_iso_8601": "2021-07-26T22:04:43.601501Z", "url": "https://files.pythonhosted.org/packages/61/ee/c3ee92999e3996c6a5d3030a76d706378e15d6d2607f06cd731c2d4334e1/astropy-4.3.post1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8752c042ba3e7d68065a6f9cb11ea12d", "sha256": "dc8acf92a20c9c916f25b17dbb0f618f91751941ec36f240452871e72fb608ca" }, "downloads": -1, "filename": "astropy-4.3.post1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "8752c042ba3e7d68065a6f9cb11ea12d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10796176, "upload_time": "2021-07-26T22:04:38", "upload_time_iso_8601": "2021-07-26T22:04:38.695649Z", "url": "https://files.pythonhosted.org/packages/8a/c2/9677f54149296831fde134a50b0641c3f934ef5edd24141f2c9e4524d741/astropy-4.3.post1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81710c35a9c296e166cdc7168f3a940e", "sha256": "6779cc4c840128d12a6721d6fc835c826646967b019daaeacc6e71ed79850973" }, "downloads": -1, "filename": "astropy-4.3.post1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "81710c35a9c296e166cdc7168f3a940e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6190706, "upload_time": "2021-07-26T22:04:46", "upload_time_iso_8601": "2021-07-26T22:04:46.406656Z", "url": "https://files.pythonhosted.org/packages/e8/f6/85d016efb7cf3c8616819c2136f5be94e6c8fe97825ebeb6c75468011089/astropy-4.3.post1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f55c9aa376614c37506e2846b3d0ee62", "sha256": "6ac307416a8718e4f4ed42f42c14587754fe6df38d822533c6d795db64a29453" }, "downloads": -1, "filename": "astropy-4.3.post1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "f55c9aa376614c37506e2846b3d0ee62", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6377465, "upload_time": "2021-07-26T22:05:03", "upload_time_iso_8601": "2021-07-26T22:05:03.398299Z", "url": "https://files.pythonhosted.org/packages/fa/e8/9277f116c69d7e38a524dc07e6113176aad44fc997cebbd37c9b2bd8e500/astropy-4.3.post1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b635dc0be52a66da1d7ce1016a0a13a8", "sha256": "1b9f976f32675ae715bd38fcfb3540fcf01f6be1d75266c39b6fb085adac9410" }, "downloads": -1, "filename": "astropy-4.3.post1.tar.gz", "has_sig": false, "md5_digest": "b635dc0be52a66da1d7ce1016a0a13a8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7631660, "upload_time": "2021-07-26T22:05:05", "upload_time_iso_8601": "2021-07-26T22:05:05.177733Z", "url": "https://files.pythonhosted.org/packages/cd/ac/5b1b78464aa7903ce8ec81b9a523d481668d37a88da83272568833394693/astropy-4.3.post1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.3rc1": [ { "comment_text": "", "digests": { "md5": "8e818f55a3c015db9a3e6c439fd21da0", "sha256": "1a2f39b82b32a4e88a20944e05e13abe729737b898229e0ae6b4a98d13144a4b" }, "downloads": -1, "filename": "astropy-4.3rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8e818f55a3c015db9a3e6c439fd21da0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6646286, "upload_time": "2021-06-18T16:41:44", "upload_time_iso_8601": "2021-06-18T16:41:44.699156Z", "url": "https://files.pythonhosted.org/packages/8e/05/e2b68c2116605561987c8985fdb79f56fc6f12bebaf179375f9cef4ccaed/astropy-4.3rc1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "247f324372121961a6d20f82786a4775", "sha256": "9584c30295ab1d2865b52d7639535e2fe053b8d5b1b7cb2120526b2f58991383" }, "downloads": -1, "filename": "astropy-4.3rc1-cp37-cp37m-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "247f324372121961a6d20f82786a4775", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10238455, "upload_time": "2021-06-18T16:41:29", "upload_time_iso_8601": "2021-06-18T16:41:29.280153Z", "url": "https://files.pythonhosted.org/packages/2f/72/e9db2334c62fa1cf3b37cb8c871d0c99ff6a662855dcf19c88e435ccf001/astropy-4.3rc1-cp37-cp37m-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "738f392a67c5172faa4524c7af0f3379", "sha256": "b2eb8e0dfd0f091d536a51de541221af40517fd51752edbb76e68d30b4a6fb47" }, "downloads": -1, "filename": "astropy-4.3rc1-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "738f392a67c5172faa4524c7af0f3379", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 10678027, "upload_time": "2021-06-18T16:41:42", "upload_time_iso_8601": "2021-06-18T16:41:42.491923Z", "url": "https://files.pythonhosted.org/packages/66/72/d2e0584f5ab2115ed5db52875fbcd75c8c7a828649eb121a3aa9339149a9/astropy-4.3rc1-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5727af1626c5fd1312ae603ad427876e", "sha256": "be6dd7f4c6aad8d309d0d57c39aedf24bcf28d4f95336bd74fc0ecd3eb294379" }, "downloads": -1, "filename": "astropy-4.3rc1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "5727af1626c5fd1312ae603ad427876e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6180870, "upload_time": "2021-06-18T16:41:34", "upload_time_iso_8601": "2021-06-18T16:41:34.499219Z", "url": "https://files.pythonhosted.org/packages/c9/f3/cf19fc7278db8b0d4af6f4e21a6d3bf80a891c90bc6c6c9eb464936439b0/astropy-4.3rc1-cp37-cp37m-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d9c5db4b3b283945467bf5e3f43103f", "sha256": "f60919feaad907b9140d6983c3ef75471b468aaa926b4798309b5be144c445c2" }, "downloads": -1, "filename": "astropy-4.3rc1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "5d9c5db4b3b283945467bf5e3f43103f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.7", "size": 6368412, "upload_time": "2021-06-18T16:41:38", "upload_time_iso_8601": "2021-06-18T16:41:38.308574Z", "url": "https://files.pythonhosted.org/packages/0f/7b/e33a833cd45ecd4da0765a8de7328715daabd5ed88f523856e2ef366a73e/astropy-4.3rc1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4975ce60a1299bf322bd5c5ec97197e", "sha256": "e4ca2f16d5d203ccd70a558b54782e8a82ee1aaf2b06e2f42778186df4739a7b" }, "downloads": -1, "filename": "astropy-4.3rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e4975ce60a1299bf322bd5c5ec97197e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6650688, "upload_time": "2021-06-18T16:41:23", "upload_time_iso_8601": "2021-06-18T16:41:23.046282Z", "url": "https://files.pythonhosted.org/packages/30/7d/65cb7b12b0b04b087898b6624f4fe66b90050ded2ff6926d71002c8ea4ce/astropy-4.3rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da82c3eeb927329ecffd1a3619a7ebcc", "sha256": "00b37f3412b90dd25b12d71598a75d1dc28a6223f7448c174c7bd9ea0411ba02" }, "downloads": -1, "filename": "astropy-4.3rc1-cp38-cp38-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "da82c3eeb927329ecffd1a3619a7ebcc", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 10561880, "upload_time": "2021-06-18T16:41:32", "upload_time_iso_8601": "2021-06-18T16:41:32.159828Z", "url": "https://files.pythonhosted.org/packages/fe/ea/d3cc8b96e391091363dea98c9bedd84833e02626befd8fffc8aec5351e5f/astropy-4.3rc1-cp38-cp38-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "25edbaf21a0de4b30341a32c32c3a183", "sha256": "48dd8908d8f23901d408119acdd5310a2ee16daa848ebb423ed87d48ff1efb0c" }, "downloads": -1, "filename": "astropy-4.3rc1-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "25edbaf21a0de4b30341a32c32c3a183", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 11016779, "upload_time": "2021-06-18T16:41:26", "upload_time_iso_8601": "2021-06-18T16:41:26.151857Z", "url": "https://files.pythonhosted.org/packages/53/92/e371dc15cb010519e743f1566c023ae1c20e3f2bacbfa4e1d61681114f69/astropy-4.3rc1-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f09e247a70baa18fa6e9c1fd1b171fa8", "sha256": "8f3bc298243f91f75a3bc4027de465354077b4b3705b3813e16d5254dd7728c8" }, "downloads": -1, "filename": "astropy-4.3rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "f09e247a70baa18fa6e9c1fd1b171fa8", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6189792, "upload_time": "2021-06-18T16:41:40", "upload_time_iso_8601": "2021-06-18T16:41:40.362800Z", "url": "https://files.pythonhosted.org/packages/70/dc/1f5771aca1017e25c3639eaa57ea7330af2b8472b46c6dd868510c4aea18/astropy-4.3rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a205df6a504ab8ba597ed839b4ef2fa", "sha256": "62c2339adb9441e7270c3181d110dd41a00559b1762d3fafd6c87ac98a92d390" }, "downloads": -1, "filename": "astropy-4.3rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "0a205df6a504ab8ba597ed839b4ef2fa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.7", "size": 6377220, "upload_time": "2021-06-18T16:41:18", "upload_time_iso_8601": "2021-06-18T16:41:18.541269Z", "url": "https://files.pythonhosted.org/packages/4b/52/d5bc73d40f4880a0ecf9e54a8e25abea0b9569656be44f233f31e8b42c17/astropy-4.3rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8ea5f9e7e9537b0fbc3a3f9c9c288f34", "sha256": "55bd2c8d9e1a89096de041a00f8bc37815051151f1ad504b1d2e076fb94d51db" }, "downloads": -1, "filename": "astropy-4.3rc1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8ea5f9e7e9537b0fbc3a3f9c9c288f34", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6617136, "upload_time": "2021-06-18T16:41:36", "upload_time_iso_8601": "2021-06-18T16:41:36.444870Z", "url": "https://files.pythonhosted.org/packages/82/8b/00c416657c308dc1af79daa8924613a05200e18654cddffc51adc453c94d/astropy-4.3rc1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc6308421933bb8542dd36d339bf8711", "sha256": "a92ee27a2e37b1f5afc194105011cb3bb9b5d26f300aac5a63b26e14a15d1437" }, "downloads": -1, "filename": "astropy-4.3rc1-cp39-cp39-manylinux2010_i686.whl", "has_sig": false, "md5_digest": "fc6308421933bb8542dd36d339bf8711", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10331569, "upload_time": "2021-06-18T16:41:46", "upload_time_iso_8601": "2021-06-18T16:41:46.835036Z", "url": "https://files.pythonhosted.org/packages/d5/4e/1984690890f8ae298d2d590fe788c43686f264b8c85ad8169ff31b2d6de9/astropy-4.3rc1-cp39-cp39-manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4039ee325421edc979dcd813a2327cac", "sha256": "ef8c1b2c47dd89cd57a64a0e1889fd0bf4601b96fbcc3bc9e96a4f2a28aff8b3" }, "downloads": -1, "filename": "astropy-4.3rc1-cp39-cp39-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "4039ee325421edc979dcd813a2327cac", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 10794567, "upload_time": "2021-06-18T16:41:13", "upload_time_iso_8601": "2021-06-18T16:41:13.348743Z", "url": "https://files.pythonhosted.org/packages/3c/5a/7c326c5f01c5a36596d0ab1fc10c5775c0bd2027e86f700fb3a77d17c35b/astropy-4.3rc1-cp39-cp39-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f8dd07731fda21b8c557f8a51ec7505", "sha256": "fc8c2cabd035d49fe6a014e56a34972348e555752c46ba80f731c866f634c42f" }, "downloads": -1, "filename": "astropy-4.3rc1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "4f8dd07731fda21b8c557f8a51ec7505", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6189280, "upload_time": "2021-06-18T16:41:20", "upload_time_iso_8601": "2021-06-18T16:41:20.594445Z", "url": "https://files.pythonhosted.org/packages/6c/88/8c2bf594adee5ecc504ca7ed4b6440d78720c8eddb22408f32027a7a2ae8/astropy-4.3rc1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac06443027d9d47bf71f412080d6c541", "sha256": "bd8a5369de1a8696e7fe24233154eef67c0f967249523780c005220da29fa904" }, "downloads": -1, "filename": "astropy-4.3rc1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "ac06443027d9d47bf71f412080d6c541", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.7", "size": 6375997, "upload_time": "2021-06-18T16:41:16", "upload_time_iso_8601": "2021-06-18T16:41:16.226152Z", "url": "https://files.pythonhosted.org/packages/40/e5/2eb986fb85c7ab71236fe858c3ae4920d2e2ca6dcd05e336fdf092aeccb3/astropy-4.3rc1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f954b6ddf157e2a009848451d354667b", "sha256": "6cb74d64435a9e6e61fa2b18521f5d2c7e309e2f454034dbbd5dab39c8691edf" }, "downloads": -1, "filename": "astropy-4.3rc1.tar.gz", "has_sig": false, "md5_digest": "f954b6ddf157e2a009848451d354667b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 7630195, "upload_time": "2021-06-18T16:41:49", "upload_time_iso_8601": "2021-06-18T16:41:49.560539Z", "url": "https://files.pythonhosted.org/packages/b9/a3/2e7f65ad64127c5ef838aacd508ad40940dcb749842d7c1513c3a954ff55/astropy-4.3rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0": [ { "comment_text": "", "digests": { "md5": "99cd1ee33b5da21a543501844c066031", "sha256": "ff8ecc820029b4487e96d273be6f54e17bc81311b98c9a09f40c6ea4eeb7db45" }, "downloads": -1, "filename": "astropy-5.0-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "99cd1ee33b5da21a543501844c066031", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6862072, "upload_time": "2021-11-19T15:20:39", "upload_time_iso_8601": "2021-11-19T15:20:39.315943Z", "url": "https://files.pythonhosted.org/packages/8a/55/1a764023d1755c67a60bcdb1ace56ef0abbbf366b756b50b74d3f5d6ab3f/astropy-5.0-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3dadd02193c774b14be8885b24cc1d6", "sha256": "ed011a191e6b90ecc21d5f6f6ca49d5deb9d65770a089d93df5312bd83d8b73a" }, "downloads": -1, "filename": "astropy-5.0-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "d3dadd02193c774b14be8885b24cc1d6", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6636901, "upload_time": "2021-11-19T15:20:07", "upload_time_iso_8601": "2021-11-19T15:20:07.772148Z", "url": "https://files.pythonhosted.org/packages/e1/dc/3a43ab90a10f83b40ac72577773766382c3576f333c729831ae3a193e99c/astropy-5.0-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "385a966a43d5ebc3b620aaed77b6aeab", "sha256": "d62c10d9d42f6952823549d9d796b125d90142847d4bfb7394542b6292cb56a1" }, "downloads": -1, "filename": "astropy-5.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "385a966a43d5ebc3b620aaed77b6aeab", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11058926, "upload_time": "2021-11-19T15:20:22", "upload_time_iso_8601": "2021-11-19T15:20:22.157118Z", "url": "https://files.pythonhosted.org/packages/d8/c3/91dae6641a2cfcbfba9d9f63066109d64574576bd161cf2a73530bceeba2/astropy-5.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "59e9fef4dee25c6c7f1cb86edb0eb63d", "sha256": "f509ff97f7781510d4a6e28a9b6d5748f0a375fbd8600c4385a1ed82940f59e3" }, "downloads": -1, "filename": "astropy-5.0-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "59e9fef4dee25c6c7f1cb86edb0eb63d", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6400907, "upload_time": "2021-11-19T15:20:13", "upload_time_iso_8601": "2021-11-19T15:20:13.160835Z", "url": "https://files.pythonhosted.org/packages/d4/73/62026f2025de131e5c57d3f82fc3d8e39fce9199d4fa5f6c04f97116c2a0/astropy-5.0-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36c055703314e373400a1c3f3aaa1c66", "sha256": "7b634e71dc2a852253173dfbb3788b9b428f242e6209e7d6e45aa508f261ae17" }, "downloads": -1, "filename": "astropy-5.0-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "36c055703314e373400a1c3f3aaa1c66", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6588082, "upload_time": "2021-11-19T15:20:25", "upload_time_iso_8601": "2021-11-19T15:20:25.210264Z", "url": "https://files.pythonhosted.org/packages/7e/d5/ae578b0ea6dfacb224883fa2e6654e8506f7da58032a8f3bdaf6d151eeee/astropy-5.0-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fde31f064dc3b8161c743d1bece133ca", "sha256": "25e1d2d7119d0c2f21dc072ae344eb071ef79dbe6cc5c33b1114d92014cb82cc" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "fde31f064dc3b8161c743d1bece133ca", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6891372, "upload_time": "2021-11-19T15:20:17", "upload_time_iso_8601": "2021-11-19T15:20:17.766452Z", "url": "https://files.pythonhosted.org/packages/5c/11/543bc1856e6757d34cb34eba2ee6ac03cd28c69cc1846138ce60e0c9a841/astropy-5.0-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cfa86807fe8dd5462e1deb08d6eb04b", "sha256": "553bfbcde6076f8014fa31262724ba71cf5206cc94b9e49b3ef61f827151a5e2" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "7cfa86807fe8dd5462e1deb08d6eb04b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6671930, "upload_time": "2021-11-19T15:20:41", "upload_time_iso_8601": "2021-11-19T15:20:41.400886Z", "url": "https://files.pythonhosted.org/packages/d7/73/dbeb6af1f7d1bdcd7562ff93299a78b3ce89b07faf9ed8d21d9dd9264b86/astropy-5.0-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ae146c5a8dcc51ef843dc41868d1380b", "sha256": "237995e8073b51f923b2ae2f8e7aad967a1bfa08faf9d6a040828b7213585ab5" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "ae146c5a8dcc51ef843dc41868d1380b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10807996, "upload_time": "2021-11-19T15:20:47", "upload_time_iso_8601": "2021-11-19T15:20:47.784883Z", "url": "https://files.pythonhosted.org/packages/c2/a2/79eb6c2f8bf8826f188abccfc42b2e267dcf2b651e236650854212bafd1b/astropy-5.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e552dad26523010b89c9ad7689561dee", "sha256": "c896a96994e557201edbf5483a2c22b7cf3232a3363751fcfce942a3f6fb56ae" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "e552dad26523010b89c9ad7689561dee", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11272094, "upload_time": "2021-11-19T15:20:33", "upload_time_iso_8601": "2021-11-19T15:20:33.317945Z", "url": "https://files.pythonhosted.org/packages/b7/43/03a8c4e293ff1fdc06755055c96d0204c285604b9399beedd2f739884aa3/astropy-5.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6051577ed44081a2f63db9405f6ca8d", "sha256": "5f13c96c66d5defa205708730f4f5d3b3af1ef53d1dfe61f083816b3b8077690" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "d6051577ed44081a2f63db9405f6ca8d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6400618, "upload_time": "2021-11-19T15:20:27", "upload_time_iso_8601": "2021-11-19T15:20:27.130645Z", "url": "https://files.pythonhosted.org/packages/06/40/7b1338bce89399c4712f58212a2b6fcf7df51b8e8ac6d2afe3a3b8ed4431/astropy-5.0-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8d103d7476f6c113e1e2783895b65cbf", "sha256": "5c032d4cc19cc2df1295b0c10106e0b9c9c04757c1f1a245d408e0a99fb35409" }, "downloads": -1, "filename": "astropy-5.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "8d103d7476f6c113e1e2783895b65cbf", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6587113, "upload_time": "2021-11-19T15:20:15", "upload_time_iso_8601": "2021-11-19T15:20:15.765821Z", "url": "https://files.pythonhosted.org/packages/dd/ee/e34773b3686333f583dc38d076b1258469d8dfff053bc4d1a4267b31dee0/astropy-5.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8b79b5e40b6fa010826f4d7f6753d35", "sha256": "0e314ae6e1c55482b37a3b0a8891634ea5b23381beb5a08deb2d48b145c507ab" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e8b79b5e40b6fa010826f4d7f6753d35", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6859549, "upload_time": "2021-11-19T15:20:43", "upload_time_iso_8601": "2021-11-19T15:20:43.610932Z", "url": "https://files.pythonhosted.org/packages/be/79/b538cdafdfcbcb17f926c8429fd1c1aead383e9b97180397ccfb6fd4155f/astropy-5.0-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e507828a94445cd98abe2aa8cc2bee0", "sha256": "8493a82f75601ebe9e74b9e5fdd128c83fc083ba4ccd494cd6cbd4dc2a581f76" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "1e507828a94445cd98abe2aa8cc2bee0", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6634977, "upload_time": "2021-11-19T15:20:19", "upload_time_iso_8601": "2021-11-19T15:20:19.804306Z", "url": "https://files.pythonhosted.org/packages/c5/81/30ef0d696fe4b21cd196440c8a4cb44b4c44601956d90651917b07f86e5e/astropy-5.0-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5563475ea4c5f28a2d6af1c7493dde40", "sha256": "39e462d2969a6ea339329e3ee247ba44c994f22adc95d8b2283045ea74cbb417" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "5563475ea4c5f28a2d6af1c7493dde40", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10584663, "upload_time": "2021-11-19T15:20:29", "upload_time_iso_8601": "2021-11-19T15:20:29.984987Z", "url": "https://files.pythonhosted.org/packages/7a/00/94e32a8cd749bb6b7c4b15e9944b46f98edf4f0376dfad9691671967fd26/astropy-5.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7a4acddcf3967d5664ac0d3d5ad302ce", "sha256": "70236d6fbe7a43217fcf6cea90788114a8607aebb23c30f46ac939d52a007c30" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "7a4acddcf3967d5664ac0d3d5ad302ce", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11047111, "upload_time": "2021-11-19T15:20:36", "upload_time_iso_8601": "2021-11-19T15:20:36.307632Z", "url": "https://files.pythonhosted.org/packages/5b/8f/25ace0b7451af7cab72ea211f3c907e922ef3af096274bbcf0903ac17ae6/astropy-5.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3bb443a7f5396fb64470bb950c4cba3d", "sha256": "1a636904379b64ec39dd1970db7e318a9b3c462f9692e0b822dda4e4ee43b6c4" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "3bb443a7f5396fb64470bb950c4cba3d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6400175, "upload_time": "2021-11-19T15:20:10", "upload_time_iso_8601": "2021-11-19T15:20:10.377999Z", "url": "https://files.pythonhosted.org/packages/d1/87/e37a2d7adc75bf170149ee6381f3ddfe31572aaa77b4bfe897635f0e746b/astropy-5.0-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b78417844d551b60576320826f6e4b9", "sha256": "8569f218f4b0f9a07d0248d53bd2dd8b163bed973a8e7b6fd6294c462b28d269" }, "downloads": -1, "filename": "astropy-5.0-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "2b78417844d551b60576320826f6e4b9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6585821, "upload_time": "2021-11-19T15:20:45", "upload_time_iso_8601": "2021-11-19T15:20:45.656242Z", "url": "https://files.pythonhosted.org/packages/ef/9c/fde870b2eb7432014bbd03af1d67d2bb58419aa933ddfc9eaf6208bb12aa/astropy-5.0-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f90ebb4b6ec5600b6b7c7a09b12ba0d3", "sha256": "70203e151e13292586a817b4069ce1aad4643567aff38b1d191c173bc54f3927" }, "downloads": -1, "filename": "astropy-5.0.tar.gz", "has_sig": false, "md5_digest": "f90ebb4b6ec5600b6b7c7a09b12ba0d3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7823746, "upload_time": "2021-11-19T15:20:50", "upload_time_iso_8601": "2021-11-19T15:20:50.353204Z", "url": "https://files.pythonhosted.org/packages/82/f0/fc3f6f250bb9d5e5aaa890469fb27c4edee66cf0e2ea4f8b0b287260c6f8/astropy-5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "cbe3d4785510d8291cd6214b0eaab3af", "sha256": "c915403b0e694175f175f34a635b46f3259eaf94557b24842c08c663946758a9" }, "downloads": -1, "filename": "astropy-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "cbe3d4785510d8291cd6214b0eaab3af", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6868379, "upload_time": "2022-01-26T23:35:31", "upload_time_iso_8601": "2022-01-26T23:35:31.626597Z", "url": "https://files.pythonhosted.org/packages/6e/ef/333cf0c73d0d1da54f170fd904c63780b231060abe40f671e03f2b703916/astropy-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c60c3873d0ccef7fc93eaae7d2da6bb", "sha256": "07cab2374777d6b4c709ee171e52933a780e285db6698f4f496288c89510144a" }, "downloads": -1, "filename": "astropy-5.0.1-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "4c60c3873d0ccef7fc93eaae7d2da6bb", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6643291, "upload_time": "2022-01-26T23:35:18", "upload_time_iso_8601": "2022-01-26T23:35:18.364667Z", "url": "https://files.pythonhosted.org/packages/51/4d/3d574abbc9b1e5b2c3eb7c6c35288a8da39f3358ad4a3209ebdbb16fb7c0/astropy-5.0.1-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c0395a2232bdeee3aa73aaacd620aa78", "sha256": "c298dd4e7103f75a98e5b2433c93488c911ec68619b04c402317819e611903d6" }, "downloads": -1, "filename": "astropy-5.0.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "c0395a2232bdeee3aa73aaacd620aa78", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11065831, "upload_time": "2022-01-26T23:35:45", "upload_time_iso_8601": "2022-01-26T23:35:45.168526Z", "url": "https://files.pythonhosted.org/packages/73/de/03d53b1ca969a818025ac48f4f089910021711915df268b851f361f6175e/astropy-5.0.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "65d711aaf3b4cbcc0e17d3093832ae27", "sha256": "ea0e71fa652fd14261dc5cef2f7e4abdcc3b7e1eab5a9d7eebf28bcf0c8251e4" }, "downloads": -1, "filename": "astropy-5.0.1-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "65d711aaf3b4cbcc0e17d3093832ae27", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6257895, "upload_time": "2022-01-26T23:35:34", "upload_time_iso_8601": "2022-01-26T23:35:34.444208Z", "url": "https://files.pythonhosted.org/packages/e4/3c/5407dc5339fcfd65d586b50d7bf7dd977bd58fec7bdc44e91d8dacba6c82/astropy-5.0.1-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd16a4f37ad5d2001d8dd41d08559d9a", "sha256": "63db27dabe255793a55744d5babb492f5b209b946ffdd26cb6665e3b5b8dfdfa" }, "downloads": -1, "filename": "astropy-5.0.1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "bd16a4f37ad5d2001d8dd41d08559d9a", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6411902, "upload_time": "2022-01-26T23:35:28", "upload_time_iso_8601": "2022-01-26T23:35:28.868115Z", "url": "https://files.pythonhosted.org/packages/f2/c9/343b4953c53c5670b535f7d1205ee8d23a3b19c3c39573db91103ec7e420/astropy-5.0.1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8c8b994d3e6a1571915a740f0388c7f", "sha256": "c524da78a3846caa30a19b0b4dff9761d7cbeeb11003a4d503279bf012eed39d" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "d8c8b994d3e6a1571915a740f0388c7f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6862701, "upload_time": "2022-01-26T23:35:13", "upload_time_iso_8601": "2022-01-26T23:35:13.688998Z", "url": "https://files.pythonhosted.org/packages/24/68/695cd45ec4b35c3afaf9818dc9c21dc8626279a457e074cf545a17f2fe28/astropy-5.0.1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0beacbba53752cd26f14545bc21309b2", "sha256": "dac9fc9ac0927b51e6088c43ea2673a7ca6cd02bb09c3c3d79e58610a062e5c8" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "0beacbba53752cd26f14545bc21309b2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6640083, "upload_time": "2022-01-26T23:35:42", "upload_time_iso_8601": "2022-01-26T23:35:42.005028Z", "url": "https://files.pythonhosted.org/packages/d3/80/0928977cab6ab5cec2714d47fda3a6e3ff20240025912ad2105b8aa49ec8/astropy-5.0.1-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7808e57733ee8e92921471c24c1316c3", "sha256": "5a2e97bc9be17d5a334e9ea613ae58a9ab56d6a2dd7d03a61f03d964a671f1c4" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "7808e57733ee8e92921471c24c1316c3", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10735263, "upload_time": "2022-01-26T23:35:06", "upload_time_iso_8601": "2022-01-26T23:35:06.794768Z", "url": "https://files.pythonhosted.org/packages/2d/53/f953dadd42aa870c604b7d6e94018b48170418b988c233d67595a3a3ff7b/astropy-5.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "55f45151c94064a3d0ffccdbeede2526", "sha256": "284b8410d8fc235e628c21d90c242192b5ccb537a57f2b1248baad2fb42af716" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "55f45151c94064a3d0ffccdbeede2526", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11201064, "upload_time": "2022-01-26T23:35:25", "upload_time_iso_8601": "2022-01-26T23:35:25.899268Z", "url": "https://files.pythonhosted.org/packages/0d/29/f73101dc7cf4ddefeeab072f2145299272905a574dd9e8bdc9d9f6d13254/astropy-5.0.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0371fa676fe46bdc0d4f89a9eca79874", "sha256": "6807af2514989baec92f7475018f9b75a4bd626684172a4267f2713f0218d02e" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "0371fa676fe46bdc0d4f89a9eca79874", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6258064, "upload_time": "2022-01-26T23:35:16", "upload_time_iso_8601": "2022-01-26T23:35:16.304819Z", "url": "https://files.pythonhosted.org/packages/eb/eb/4edad6a6165e0e00399b74ac1f093cf342928568ca9bea18bd737330898b/astropy-5.0.1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca5d1c4807511ffe14d36ca00ef69c9c", "sha256": "e5b0dcb41157b0e2487e3349fbaf38a7ff44c9aa7797c211fe9c8b24a701b8ed" }, "downloads": -1, "filename": "astropy-5.0.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "ca5d1c4807511ffe14d36ca00ef69c9c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6412239, "upload_time": "2022-01-26T23:35:10", "upload_time_iso_8601": "2022-01-26T23:35:10.800165Z", "url": "https://files.pythonhosted.org/packages/b0/f3/6772246d25450a1393d726bb96440d95a6e9cc30db58b48612dd12009eb1/astropy-5.0.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18d552bcb66223a1e90714ac8722c62b", "sha256": "699782974f8f3bdfd768a6cb0df07e22726d0d22edbe3f13002431ef284a79b1" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "18d552bcb66223a1e90714ac8722c62b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6864050, "upload_time": "2022-01-26T23:35:48", "upload_time_iso_8601": "2022-01-26T23:35:48.624511Z", "url": "https://files.pythonhosted.org/packages/06/14/25b27753369cfde81d6f9298610a8f01e8da16f33728412d914afa587fff/astropy-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be95fa96501acaa9e70e9a954e23ae84", "sha256": "3d404c33b1a3503eaafa59acd02622ce525c1fe61e219311a00e5d0c193a66c2" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "be95fa96501acaa9e70e9a954e23ae84", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6641330, "upload_time": "2022-01-26T23:35:36", "upload_time_iso_8601": "2022-01-26T23:35:36.787034Z", "url": "https://files.pythonhosted.org/packages/68/09/e2d45bebc6c8c1bbc7260e45fbb579ed8c26a79b047da9a0f5e1c1a38f28/astropy-5.0.1-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "da83b0417ec93a62f1bab9386cf037ab", "sha256": "73c81c7e834f1903720c753643d6a9b4ae1c642e46c4a96dab16728279343275" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "da83b0417ec93a62f1bab9386cf037ab", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10591655, "upload_time": "2022-01-26T23:35:20", "upload_time_iso_8601": "2022-01-26T23:35:20.803294Z", "url": "https://files.pythonhosted.org/packages/10/80/903232526e90ac58da190ecd6f4113d76dc10b7725257f665d29f747d063/astropy-5.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a92386f9cf75ade9546989dbf244c1d1", "sha256": "df3d0c09834bfa96029ff8c6d155b631610f55d66a8432f23e87568c7dc39957" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a92386f9cf75ade9546989dbf244c1d1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11053977, "upload_time": "2022-01-26T23:35:51", "upload_time_iso_8601": "2022-01-26T23:35:51.064771Z", "url": "https://files.pythonhosted.org/packages/7b/fd/cd91ad677bca6f5462333debe5795b5b898d15ae7d35803b9d364b8089ff/astropy-5.0.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac907041b72ffe37486f308b71addc44", "sha256": "ef03ad6fa11ef331b27ffe94686c799858a54a4897e922a81ae2762c60e28c84" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "ac907041b72ffe37486f308b71addc44", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6256534, "upload_time": "2022-01-26T23:35:23", "upload_time_iso_8601": "2022-01-26T23:35:23.749967Z", "url": "https://files.pythonhosted.org/packages/f8/51/35dfe0519259e7a5a1a5321cd49f096749d206c97a9ee2e21060f5ed7dee/astropy-5.0.1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9939f0122e9919fbdf38f3d7e88f4f64", "sha256": "fbd1bff159374b4419c2fa869d5b591b8f955a63bd69b7542cdd88f717a42626" }, "downloads": -1, "filename": "astropy-5.0.1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "9939f0122e9919fbdf38f3d7e88f4f64", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6410797, "upload_time": "2022-01-26T23:35:39", "upload_time_iso_8601": "2022-01-26T23:35:39.470497Z", "url": "https://files.pythonhosted.org/packages/d0/13/bd9e4b70a385dee44db1f77b6e505739a3f089145479a56783aa48325a2d/astropy-5.0.1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8872b27f2ac8e1944aa7ef8a69d1a047", "sha256": "6382cde6a205aa0b16a0d5e61c0c0131ebd4f0174d6c73e2964f4bee132a9027" }, "downloads": -1, "filename": "astropy-5.0.1.tar.gz", "has_sig": false, "md5_digest": "8872b27f2ac8e1944aa7ef8a69d1a047", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7830894, "upload_time": "2022-01-26T23:35:53", "upload_time_iso_8601": "2022-01-26T23:35:53.378143Z", "url": "https://files.pythonhosted.org/packages/91/a8/619de6e60fe461e3c7e908ec6fa04333b91249e7877a42485b2df981fdcb/astropy-5.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "50555b3bd0a1d5ea0b9c60fba2f0f8f1", "sha256": "c91c0bdd0e34f2eb9389234065024023e407e60a478aff97313b2af05850d6c5" }, "downloads": -1, "filename": "astropy-5.0.2-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "50555b3bd0a1d5ea0b9c60fba2f0f8f1", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6874529, "upload_time": "2022-03-10T15:04:45", "upload_time_iso_8601": "2022-03-10T15:04:45.552959Z", "url": "https://files.pythonhosted.org/packages/d9/83/263c39e903a828293984b89f052854eff5432c8d37a86daf874b423d4b87/astropy-5.0.2-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "605a860e6cd7c2bf255be0ae8dbe34f9", "sha256": "9d28f9a5c344fb4766890f4dd9cf29dc041211059ec628351ae52083e9759ff0" }, "downloads": -1, "filename": "astropy-5.0.2-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "605a860e6cd7c2bf255be0ae8dbe34f9", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6649468, "upload_time": "2022-03-10T15:04:55", "upload_time_iso_8601": "2022-03-10T15:04:55.148256Z", "url": "https://files.pythonhosted.org/packages/fd/27/d4ec0c52752d3973fde5350675b054ec4e0d485d0deedabd731dd07effd9/astropy-5.0.2-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10450869d200f49d929c4f2a4f08ba3a", "sha256": "87f4570a3cf29fe514450fa57f18da43fba7438b636bced8d66dadd4de4bc864" }, "downloads": -1, "filename": "astropy-5.0.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "10450869d200f49d929c4f2a4f08ba3a", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11071926, "upload_time": "2022-03-10T15:04:22", "upload_time_iso_8601": "2022-03-10T15:04:22.992074Z", "url": "https://files.pythonhosted.org/packages/54/22/e70b9ecc6d34901e333173d5b2e5e32086943bd3fb1869845793a15d901d/astropy-5.0.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "333834ffa2b5c1e96bebe6eb731f3d36", "sha256": "ec305eed0a915a9374a55da5722f363c48fad2de23f92fc282832235e4b2bbe3" }, "downloads": -1, "filename": "astropy-5.0.2-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "333834ffa2b5c1e96bebe6eb731f3d36", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6264086, "upload_time": "2022-03-10T15:04:28", "upload_time_iso_8601": "2022-03-10T15:04:28.459768Z", "url": "https://files.pythonhosted.org/packages/7d/f9/1cc289cb1ba1f06a1b87048b04ca12f631bbb8e25c099bbb9ecae89b9669/astropy-5.0.2-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88fffe5d4b7ca4eb817c2050ebd98e8b", "sha256": "b03d03ffdf573c6828026e10eb48a52843c2522c70a947502372ac0c15aecfa5" }, "downloads": -1, "filename": "astropy-5.0.2-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "88fffe5d4b7ca4eb817c2050ebd98e8b", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6418091, "upload_time": "2022-03-10T15:04:35", "upload_time_iso_8601": "2022-03-10T15:04:35.487808Z", "url": "https://files.pythonhosted.org/packages/f5/bc/ce1fa2c46793cbaf21c3f262827c636be96e378091bd940e9aa51eb29a03/astropy-5.0.2-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c3e9a42fb6c93c1c311f50ff2845cba", "sha256": "d255127d7cb8a5ce8f0ced510702689540ac7f741df20e421eebfb9be13942b4" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4c3e9a42fb6c93c1c311f50ff2845cba", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6868847, "upload_time": "2022-03-10T15:04:48", "upload_time_iso_8601": "2022-03-10T15:04:48.677023Z", "url": "https://files.pythonhosted.org/packages/ae/98/ef1c40d31cf7e079151b234e1dae6602a5257c87ee83b801824d071ed0e5/astropy-5.0.2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "744afa0e5be231674ca9345342594fd8", "sha256": "54ac351182e8638cdfa978efc1f32752f9e504a398741bfd392805d35e33dc26" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "744afa0e5be231674ca9345342594fd8", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6646263, "upload_time": "2022-03-10T15:04:14", "upload_time_iso_8601": "2022-03-10T15:04:14.814331Z", "url": "https://files.pythonhosted.org/packages/da/c1/6d3f55d417e50f87939c097ee15ee1d147d0230155313f6aad1ccb7e59fa/astropy-5.0.2-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9569006b45f0a7b560cd4aaa20c9f105", "sha256": "8ab919e141fa5d34796291c189bf39404f28edd072feab30fd1c092a8d6de6a4" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "9569006b45f0a7b560cd4aaa20c9f105", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10741321, "upload_time": "2022-03-10T15:04:42", "upload_time_iso_8601": "2022-03-10T15:04:42.953056Z", "url": "https://files.pythonhosted.org/packages/61/23/4070934602fcee6ca38ba22635b104bcbc5278579b2f3afacf045d6fd440/astropy-5.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bbd23334d9e3e7b207d3340b435dd8f", "sha256": "2bde7a34f55ed67c50a94d9209a11a417c5364da54799f2425e8b5ca95f90246" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "7bbd23334d9e3e7b207d3340b435dd8f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11207171, "upload_time": "2022-03-10T15:04:40", "upload_time_iso_8601": "2022-03-10T15:04:40.428821Z", "url": "https://files.pythonhosted.org/packages/80/f1/f96c74f800f049554790fbf067ecc00c201c1c6d42aa9e633a676ede60b1/astropy-5.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cac6084cbc6464d994694bce2039049a", "sha256": "4f465ade3b80ec836003f44ef464bd92dbcae6d20fdaf64dba40063418b16f89" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "cac6084cbc6464d994694bce2039049a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6264247, "upload_time": "2022-03-10T15:04:30", "upload_time_iso_8601": "2022-03-10T15:04:30.981980Z", "url": "https://files.pythonhosted.org/packages/51/bd/c8a40ac06967b45e0c2757989cef7f3c1a9f7c1758c16667db3882554ed3/astropy-5.0.2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d5267c6ce89f4126b470a7640ee066a6", "sha256": "b1da54899aa8965dc76529a13ecf78a35ceed3764ad1e11245c694c16c2c8c40" }, "downloads": -1, "filename": "astropy-5.0.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "d5267c6ce89f4126b470a7640ee066a6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6418432, "upload_time": "2022-03-10T15:04:18", "upload_time_iso_8601": "2022-03-10T15:04:18.385479Z", "url": "https://files.pythonhosted.org/packages/fb/22/7061101463853916b18ff6c2718d7131f99a020f0cf551531bc875aa214d/astropy-5.0.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "942c132fd56d16879f7097c4c12f1b17", "sha256": "37953b5a0e3085d2aca8680d1feefc5bf341ec2fe438db335d76bb33071566ee" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "942c132fd56d16879f7097c4c12f1b17", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6870252, "upload_time": "2022-03-10T15:04:50", "upload_time_iso_8601": "2022-03-10T15:04:50.744979Z", "url": "https://files.pythonhosted.org/packages/51/1d/001bec9d2dd2150b07067adb124b5a14b242f05b3e572e9637b4503eb01b/astropy-5.0.2-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ead3e443dd758ba4694e746c9293192", "sha256": "8b8cf4c3ecf8b6a1cdd83a97e09a79ba3262a09f520a74acbe9995492ce02eb7" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "3ead3e443dd758ba4694e746c9293192", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6647516, "upload_time": "2022-03-10T15:04:38", "upload_time_iso_8601": "2022-03-10T15:04:38.237436Z", "url": "https://files.pythonhosted.org/packages/d1/af/5069725658f8da3b2aeb95c9d291fb2ab7167c7412fc3c16800378d5bb29/astropy-5.0.2-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6290a1e3a294744ca045ded4fedda7ba", "sha256": "2e3138da5eeda2941640871cc0c27691e358c23dcf743ab6d27dcc097eabfb92" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "6290a1e3a294744ca045ded4fedda7ba", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10597753, "upload_time": "2022-03-10T15:04:25", "upload_time_iso_8601": "2022-03-10T15:04:25.698924Z", "url": "https://files.pythonhosted.org/packages/23/66/f2099fce54a0f84b6fa15fd818d020d98cf1cc5e02b7e7f1faf5ce7ac5a0/astropy-5.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4973c0ee82616a6ccee971bc56aee9a9", "sha256": "0ff230664552d84361c9c4155cccfdf77a0549f4f1827098c62cacf42641679d" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "4973c0ee82616a6ccee971bc56aee9a9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11060073, "upload_time": "2022-03-10T15:04:33", "upload_time_iso_8601": "2022-03-10T15:04:33.253817Z", "url": "https://files.pythonhosted.org/packages/3a/ef/faf7f815d17e3b720a32c60ea1c06ac709cb32c17fdf0493a4bffeb16cf4/astropy-5.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5fc6f7c9bc08beaa64ef03a84138bd07", "sha256": "ea0a434b3c819b6c477f3935ecebc62a4406206fce8ba9ffcc4aac7f63e907e4" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "5fc6f7c9bc08beaa64ef03a84138bd07", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6262712, "upload_time": "2022-03-10T15:04:20", "upload_time_iso_8601": "2022-03-10T15:04:20.578178Z", "url": "https://files.pythonhosted.org/packages/5b/28/b9dd4da57215289fa7a8a556c95a30130391f84673a3ee63142b4f93891d/astropy-5.0.2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1b38a4f2cb2d82a90566531cca57c02a", "sha256": "040a60c4415fc230ffb0b90000ed3c8cb2114c4ec4211678be2769e87a6a1e65" }, "downloads": -1, "filename": "astropy-5.0.2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "1b38a4f2cb2d82a90566531cca57c02a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6416976, "upload_time": "2022-03-10T15:04:52", "upload_time_iso_8601": "2022-03-10T15:04:52.810958Z", "url": "https://files.pythonhosted.org/packages/3b/9b/ee32d59e204187750179a445849eb47157f919c9c266eccbbef5f8a28b7c/astropy-5.0.2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6822c889375465919f66dc4d93a5735d", "sha256": "449f0ba5e7292457eed37550b047444751a606e7b8a34f93b1c28d0bb63e7f40" }, "downloads": -1, "filename": "astropy-5.0.2.tar.gz", "has_sig": false, "md5_digest": "6822c889375465919f66dc4d93a5735d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7837851, "upload_time": "2022-03-10T15:04:57", "upload_time_iso_8601": "2022-03-10T15:04:57.169930Z", "url": "https://files.pythonhosted.org/packages/10/3d/87d1dc421e369540184de23c31f2c2e60e18750322919552aba09f05f7be/astropy-5.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "a5a2c71c086b4e0f3fe2296665b53bfd", "sha256": "75dcc383235ee4b710af7bf2dfdcdb8242ab37fc0fdf9015c5c41800d08a26c4" }, "downloads": -1, "filename": "astropy-5.0.3-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a5a2c71c086b4e0f3fe2296665b53bfd", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6875463, "upload_time": "2022-03-25T21:04:38", "upload_time_iso_8601": "2022-03-25T21:04:38.620894Z", "url": "https://files.pythonhosted.org/packages/7f/0d/d082353deac309a67fef23e33639801280b072bf4ef950345ba7da59191e/astropy-5.0.3-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7704729af90a619c62b5b3976a91362b", "sha256": "2bc254870062b1590ea70f430197eca72efa8fcb33f26381045a18fbdb04d0d3" }, "downloads": -1, "filename": "astropy-5.0.3-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "7704729af90a619c62b5b3976a91362b", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6650293, "upload_time": "2022-03-25T21:04:40", "upload_time_iso_8601": "2022-03-25T21:04:40.908934Z", "url": "https://files.pythonhosted.org/packages/95/44/fbff7cbe03361f9776e188002256beded7ed1f135ac78931ed5000529ba4/astropy-5.0.3-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50ccc698084349c95a6258df117d0555", "sha256": "5d8167637e564f5eb0f768db89cd988c48a1f9abceff4089127392a178d08b77" }, "downloads": -1, "filename": "astropy-5.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "50ccc698084349c95a6258df117d0555", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11073396, "upload_time": "2022-03-25T21:04:44", "upload_time_iso_8601": "2022-03-25T21:04:44.001546Z", "url": "https://files.pythonhosted.org/packages/4b/d2/0d7d0142062f2eeb583d986ee8f7b1b4bbf5889be0d6a3954b3f7ee88730/astropy-5.0.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee30e29e6a84d268b2e7ce816fa89725", "sha256": "e231dfc10d1afaa5e089697406aa44eb20ca5a344b17b88f5ef0fc519960f3e1" }, "downloads": -1, "filename": "astropy-5.0.3-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "ee30e29e6a84d268b2e7ce816fa89725", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6270822, "upload_time": "2022-03-25T21:04:36", "upload_time_iso_8601": "2022-03-25T21:04:36.434008Z", "url": "https://files.pythonhosted.org/packages/26/60/55e6bcf821d4f6a441e2916585dde71df9dcea22f58892ebf1660fe15a19/astropy-5.0.3-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d84c9b12fd2a5d97ac42fb2f94d81cee", "sha256": "06511a06ac8b92181e4cf6295a333ea58cb4dcae204669f5b3a2442b459a1116" }, "downloads": -1, "filename": "astropy-5.0.3-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "d84c9b12fd2a5d97ac42fb2f94d81cee", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6425020, "upload_time": "2022-03-25T21:05:01", "upload_time_iso_8601": "2022-03-25T21:05:01.551970Z", "url": "https://files.pythonhosted.org/packages/60/34/d1a6dd3ad59a38c9feac30d5bb32e8ca19760d0d9b4f8bc899503980a0cb/astropy-5.0.3-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b3bcf846fe0378d248107af82b8915e5", "sha256": "55d6e3f0ba7d6326232adf0e7fbb9a2095ca449eb3f1b659b941c236f41e4381" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "b3bcf846fe0378d248107af82b8915e5", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6869797, "upload_time": "2022-03-25T21:04:49", "upload_time_iso_8601": "2022-03-25T21:04:49.744521Z", "url": "https://files.pythonhosted.org/packages/33/a4/b3c520acfdc5c40a58ca738f00ee9bda33f5023c3ff9055f3bc5b43cf98e/astropy-5.0.3-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "490c190eed55807bab0243ae91bcf2eb", "sha256": "029e83c68be22cf87f964b0875a63237695d3f28430639fb8daa4e7124995117" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "490c190eed55807bab0243ae91bcf2eb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6647053, "upload_time": "2022-03-25T21:04:54", "upload_time_iso_8601": "2022-03-25T21:04:54.198619Z", "url": "https://files.pythonhosted.org/packages/ff/a3/1c9a46b07792fd4b13eace446081d3cdff86b2eb9cd6c5dce443f8feae62/astropy-5.0.3-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f903af2bad13348047b7108c2d8bbe3b", "sha256": "25e7c2cb9f9a2dc2867b789337b1dbb97d168b0911b99516bda8e717dad8dae4" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "f903af2bad13348047b7108c2d8bbe3b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10742939, "upload_time": "2022-03-25T21:04:30", "upload_time_iso_8601": "2022-03-25T21:04:30.452795Z", "url": "https://files.pythonhosted.org/packages/c7/a9/fa5603a8a3d3a0ba56b2bce0f2d94a7cb41bf0b5ebce239eb5794aff1baa/astropy-5.0.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "30e5b303709cf8e3334609e1049d7798", "sha256": "a3051096ced97ec69bc01bf30291fa2356e7dc5288c75ed38e9aeaf2a6cb9ee9" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "30e5b303709cf8e3334609e1049d7798", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11208807, "upload_time": "2022-03-25T21:04:21", "upload_time_iso_8601": "2022-03-25T21:04:21.083975Z", "url": "https://files.pythonhosted.org/packages/ba/26/73a9f890723a382b5d1e80828b558e2633f565c999ef280cfbe2febca00d/astropy-5.0.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3ee939eaeb3e58ab495f25fd4b249c1e", "sha256": "54983c35bc0281760a12a3a7940138c34de608575e472f3ca78a4d3f4c4cd4e6" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "3ee939eaeb3e58ab495f25fd4b249c1e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6270679, "upload_time": "2022-03-25T21:04:17", "upload_time_iso_8601": "2022-03-25T21:04:17.392126Z", "url": "https://files.pythonhosted.org/packages/5d/cf/3d3e11ebe243b3632e506d88a739ff06a94746e6731f0ec3bfac211e2be7/astropy-5.0.3-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c44533fab918d561798e687f8e01b2ac", "sha256": "e240e7fe4e50f0b4ad6a3a1481c59a7d515f848060569122055edec241bcd634" }, "downloads": -1, "filename": "astropy-5.0.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "c44533fab918d561798e687f8e01b2ac", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6425431, "upload_time": "2022-03-25T21:04:27", "upload_time_iso_8601": "2022-03-25T21:04:27.366870Z", "url": "https://files.pythonhosted.org/packages/19/db/8fa23e3945eb2f9e5a17a7052f73b2589339fb607235b09e963a5f8e8f56/astropy-5.0.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bab44a3d0f452d47fdfc7bec2248c7c0", "sha256": "96fabb78892486213a6bbc7e4c6f008a34709650223a724280dbcf8593dc99ea" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "bab44a3d0f452d47fdfc7bec2248c7c0", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6871170, "upload_time": "2022-03-25T21:04:59", "upload_time_iso_8601": "2022-03-25T21:04:59.222880Z", "url": "https://files.pythonhosted.org/packages/72/0f/7138fb43c4ef002d0f50d0d72ac73952ca87a797dd71979824c045282a17/astropy-5.0.3-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "610938c2592d4205b9c2752bcb5c0b0b", "sha256": "661b82bfa1d4f598493e3c81292b5eba90a26e7c4f6a6be87b4524e9db12aae9" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "610938c2592d4205b9c2752bcb5c0b0b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6648313, "upload_time": "2022-03-25T21:04:51", "upload_time_iso_8601": "2022-03-25T21:04:51.913073Z", "url": "https://files.pythonhosted.org/packages/f6/b9/1811fd232c57d8ff04f31c892d2bad672a71950a4eb7e805e15e6014c324/astropy-5.0.3-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4223077d1d5979f3175c677095600069", "sha256": "cf5de6851aa3814ec0b3bf44c07dd8ed4227e7088a41309a7906e1f5f0836292" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "4223077d1d5979f3175c677095600069", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10599446, "upload_time": "2022-03-25T21:04:56", "upload_time_iso_8601": "2022-03-25T21:04:56.789059Z", "url": "https://files.pythonhosted.org/packages/fa/f1/15322a4a4737f18d088c356521635efacd5701a08c9881fb8deb701f0260/astropy-5.0.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e606e7474b4ee04a6335570f3be5f80", "sha256": "482993ec21a2a85f77653ac506573c6c684210d74a8c76d99074d562d05b0e53" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "4e606e7474b4ee04a6335570f3be5f80", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11061515, "upload_time": "2022-03-25T21:04:24", "upload_time_iso_8601": "2022-03-25T21:04:24.409281Z", "url": "https://files.pythonhosted.org/packages/37/cb/631f194b6ecbf51fb2513601bf03ed959ae6117cec51f5c19259024ac2a2/astropy-5.0.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a8cdb7874d90fde380d76c8957120761", "sha256": "e4766fa6b908e6d039dcd18a20b2d677f2911591782dc7ba319f65aa7060e1c5" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "a8cdb7874d90fde380d76c8957120761", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6269235, "upload_time": "2022-03-25T21:04:46", "upload_time_iso_8601": "2022-03-25T21:04:46.617881Z", "url": "https://files.pythonhosted.org/packages/25/4b/929102240d505a78b9179159a3120204020847a385b07baeb3e1c9abafee/astropy-5.0.3-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b473d4654da4621cb515dadd5e509f7", "sha256": "adf0512fb3a4e4fa72218710bd4f57bdd11f9ae0226b9a028ff85eb59fa9d238" }, "downloads": -1, "filename": "astropy-5.0.3-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "2b473d4654da4621cb515dadd5e509f7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6423877, "upload_time": "2022-03-25T21:04:33", "upload_time_iso_8601": "2022-03-25T21:04:33.516206Z", "url": "https://files.pythonhosted.org/packages/64/a5/b381e9668311a60628b9414d881b905d2f70fb8e214379b613edbe966b5a/astropy-5.0.3-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "27f2991bf6893acca6fb5d42c94278e9", "sha256": "1b164ec55eb71c7f0f8a5f3354339c5a42d61298356b214e4fb9ff256a868147" }, "downloads": -1, "filename": "astropy-5.0.3.tar.gz", "has_sig": false, "md5_digest": "27f2991bf6893acca6fb5d42c94278e9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7850515, "upload_time": "2022-03-25T21:05:04", "upload_time_iso_8601": "2022-03-25T21:05:04.423934Z", "url": "https://files.pythonhosted.org/packages/2c/3c/a993430ae39e616a0da621f273ab90cf5ae9f27753ea5f3e4e0dc3f1913a/astropy-5.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.4": [ { "comment_text": "", "digests": { "md5": "002762bcdfe98cd465e0dcf945cc4146", "sha256": "89690dc5a0b81be16cc2db2a565f9a5b01901cb29124e9c96a60b8115359d425" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "002762bcdfe98cd465e0dcf945cc4146", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6876802, "upload_time": "2022-03-31T17:08:12", "upload_time_iso_8601": "2022-03-31T17:08:12.453608Z", "url": "https://files.pythonhosted.org/packages/ad/b1/43b04483667aaefed916a174f64e29ef6948c35b65cb235734fc383d0a5f/astropy-5.0.4-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "547e5616d4499c5868aeb3c3c7b559ad", "sha256": "37f8a52a091f9f652e1389453eab727e1546153b6bfe29e88c3095ba2abc97e1" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "547e5616d4499c5868aeb3c3c7b559ad", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6651101, "upload_time": "2022-03-31T17:08:24", "upload_time_iso_8601": "2022-03-31T17:08:24.349502Z", "url": "https://files.pythonhosted.org/packages/e6/13/37603b1431ccd9734a993096da86914e6e7f56f84a5f27d902d00046709f/astropy-5.0.4-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "105d5e5e56a7d1fa52f053136b694fe3", "sha256": "64e6fbd475f7ddf79b8a11017c5ef06e8a067d0ceb1385f1bfb9c6b6f6d15734" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "105d5e5e56a7d1fa52f053136b694fe3", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11079688, "upload_time": "2022-03-31T17:08:15", "upload_time_iso_8601": "2022-03-31T17:08:15.271011Z", "url": "https://files.pythonhosted.org/packages/c2/73/fe4e0da752acb4c30331a5e1a8db51bd720c59c8963c6721e44ec134365f/astropy-5.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3888f417bc4ceb5cb17e1028c7299fb5", "sha256": "90be582e150b42a32ea166d3d622e42a489ec354890dcdefcbd6f1e6013f7fa5" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "3888f417bc4ceb5cb17e1028c7299fb5", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6271473, "upload_time": "2022-03-31T17:08:07", "upload_time_iso_8601": "2022-03-31T17:08:07.480913Z", "url": "https://files.pythonhosted.org/packages/94/e2/d6200143ecf7359f4b176b7358eab232cc663b207a75d1e1938b67a27ecd/astropy-5.0.4-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "041dc0ba43c1a86d108d760b8f9b651e", "sha256": "304e83dfb7235e2aa3d889b6b90a5b8032acaa887be01d77cd74a2856e6c5eef" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "041dc0ba43c1a86d108d760b8f9b651e", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6425880, "upload_time": "2022-03-31T17:08:02", "upload_time_iso_8601": "2022-03-31T17:08:02.493929Z", "url": "https://files.pythonhosted.org/packages/ef/8b/84022ab754125d812a73950798f1dc08adf293ae661d3341fce378c4dd42/astropy-5.0.4-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23b3137af13b04fb1e4a37097e9f1c5c", "sha256": "87416b21419f7718b6ceeaa5df31550ecd3b93937af77e5df1743f4cf4d5deba" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "23b3137af13b04fb1e4a37097e9f1c5c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6871167, "upload_time": "2022-03-31T17:08:17", "upload_time_iso_8601": "2022-03-31T17:08:17.671284Z", "url": "https://files.pythonhosted.org/packages/f6/52/3ec2675e1c7e815bf644b762779d04793dc232bb23cee34115d074174e4c/astropy-5.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0c13be1ed403a77bde9ff137462addf", "sha256": "60dbda630ad1ba552c387f54898e733a09f0a8482eb1e855f222ec1e93445639" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "e0c13be1ed403a77bde9ff137462addf", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6647873, "upload_time": "2022-03-31T17:07:58", "upload_time_iso_8601": "2022-03-31T17:07:58.169226Z", "url": "https://files.pythonhosted.org/packages/52/9a/052e811958717cf93db4ca9703d4cd3ef5b095d0366cb52280d07bb6f978/astropy-5.0.4-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3efcc39bd94602fbe0ee47e57373c53", "sha256": "c8ff2e6a3d58e26b9950d39a4496ab4092982a1c83b551c05309776eb585804f" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c3efcc39bd94602fbe0ee47e57373c53", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10750186, "upload_time": "2022-03-31T17:08:09", "upload_time_iso_8601": "2022-03-31T17:08:09.817794Z", "url": "https://files.pythonhosted.org/packages/79/10/37e9072c480167a28dba8ecc38b84543d641b13768de92b5cd324b497249/astropy-5.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "177ad7a984caf5d0cdbffbaf721512aa", "sha256": "3ba320708b175ff87d9bbaba43104a98dfd8f2764b5e0ae40a86e27f25046fad" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "177ad7a984caf5d0cdbffbaf721512aa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11215759, "upload_time": "2022-03-31T17:08:04", "upload_time_iso_8601": "2022-03-31T17:08:04.575741Z", "url": "https://files.pythonhosted.org/packages/99/bd/9250323fb747a52343e7c48b474d8545ea379716c22f11a594b05004b271/astropy-5.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b6467348d1bcebf734b4b0e98b570fd", "sha256": "b3a97c8aec1b6e84f17710c004b9b3bc3dff8d036736c051b882f63e1c79fe25" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "6b6467348d1bcebf734b4b0e98b570fd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6271326, "upload_time": "2022-03-31T17:08:39", "upload_time_iso_8601": "2022-03-31T17:08:39.998051Z", "url": "https://files.pythonhosted.org/packages/3e/91/6996c8e20c04541400c6f7e36e1b49e757813d508b366f5678e7b0a9d8df/astropy-5.0.4-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43cea0cab09eb94ccad219920c727dbd", "sha256": "9c584d41a8bc3446aa7dc24102dfdf6247d488dbecd1f1dc433ed2c5f8101279" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "43cea0cab09eb94ccad219920c727dbd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6426277, "upload_time": "2022-03-31T17:08:26", "upload_time_iso_8601": "2022-03-31T17:08:26.805506Z", "url": "https://files.pythonhosted.org/packages/3e/a9/da43c1412582f7edc7fa3b94e5b75fbbf311af143041c165ec0165dd00b0/astropy-5.0.4-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47ca4ee80ddea7cabee880454194874c", "sha256": "6f69a07773d5114c83152aa6bd20d88858534960c45d211312e65f5e1ad14f60" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "47ca4ee80ddea7cabee880454194874c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6872546, "upload_time": "2022-03-31T17:08:36", "upload_time_iso_8601": "2022-03-31T17:08:36.070432Z", "url": "https://files.pythonhosted.org/packages/ed/15/dde8a06981b02f335b6b500a949d5f116473801500101321bdc9bb0e1851/astropy-5.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50bf6f49dc9e6c825d2b5d51329d73df", "sha256": "50d8c58a232b34cb969186418b4b6314a22f25dc8a7ac6ea306f115316b07932" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "50bf6f49dc9e6c825d2b5d51329d73df", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6649157, "upload_time": "2022-03-31T17:08:38", "upload_time_iso_8601": "2022-03-31T17:08:38.102462Z", "url": "https://files.pythonhosted.org/packages/05/31/e60d53a4730515ca3a7f694fbac7a8d860bebb006b8edb7e0fcadd83af95/astropy-5.0.4-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "582b95bac9d340b6989691160da52ea3", "sha256": "fdcf04de88946068a1abbb4ea8664dee8b7cd221ca547d00cf10fc9db76de3ce" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "582b95bac9d340b6989691160da52ea3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10607082, "upload_time": "2022-03-31T17:08:21", "upload_time_iso_8601": "2022-03-31T17:08:21.223433Z", "url": "https://files.pythonhosted.org/packages/46/0a/d941f7ae5d00239e2eef6e1ba63a26a5652e011a9d2707dcbc1bc7fc93be/astropy-5.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8bd5215814bd2603419b67e934ba20f9", "sha256": "18c916417803273bfb6cfc56c7d9dca37fefa9d05c259d29346d3040e51184a6" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "8bd5215814bd2603419b67e934ba20f9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11067099, "upload_time": "2022-03-31T17:08:33", "upload_time_iso_8601": "2022-03-31T17:08:33.632583Z", "url": "https://files.pythonhosted.org/packages/5f/ff/01e5d8a73ccc5dd4cfb3ae1995374f3e9a0d75ce467aef2569ed002edca6/astropy-5.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49374b9578f1db60a02dab2a4e21b9b2", "sha256": "3a23ca012799969deebe1e64b72c3095c90e6861d8a2e8c989382b333d418aca" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "49374b9578f1db60a02dab2a4e21b9b2", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6269855, "upload_time": "2022-03-31T17:08:28", "upload_time_iso_8601": "2022-03-31T17:08:28.964391Z", "url": "https://files.pythonhosted.org/packages/17/7e/a665bd0556fe3e7643599d4ffbca10f80e7c48e889465cd66b252716074f/astropy-5.0.4-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61b6cc8ebb6923844c4d700767d3c31d", "sha256": "d2b2e1f23f5cf91a9067028ec09d8d4daf67c2027707563c47e10ed9009fefd5" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "61b6cc8ebb6923844c4d700767d3c31d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6424693, "upload_time": "2022-03-31T17:08:31", "upload_time_iso_8601": "2022-03-31T17:08:31.172223Z", "url": "https://files.pythonhosted.org/packages/d8/28/7af506fa3f0f95e51526239eaae8597b91728873063e2fcb58482429730a/astropy-5.0.4-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "564e0bc952ec28170eb88e43ba39809c", "sha256": "001184f1a9c3f526a363883ce28efb9cbf076df3d151ca3e131509a248f0dfb9" }, "downloads": -1, "filename": "astropy-5.0.4.tar.gz", "has_sig": false, "md5_digest": "564e0bc952ec28170eb88e43ba39809c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7851964, "upload_time": "2022-03-31T17:08:42", "upload_time_iso_8601": "2022-03-31T17:08:42.050894Z", "url": "https://files.pythonhosted.org/packages/a3/d6/b36be0232fa0761f4f3484eb5907224feebf0b359fde2218b01e782649c6/astropy-5.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0rc1": [ { "comment_text": "", "digests": { "md5": "ce7f6ca9f7b86996c1d0ef8d427d892f", "sha256": "fd2c05193daa8773617903e1396a2261f9d84785158d3191c470c4c3512221bf" }, "downloads": -1, "filename": "astropy-5.0rc1-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ce7f6ca9f7b86996c1d0ef8d427d892f", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6858461, "upload_time": "2021-11-02T17:27:06", "upload_time_iso_8601": "2021-11-02T17:27:06.499778Z", "url": "https://files.pythonhosted.org/packages/59/9f/67bf463caa74d55b4d304ca87787886240f9a6b7ece3f79ddc2771c1fea5/astropy-5.0rc1-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b47d2d61a11365c50adf21ef6e6638a0", "sha256": "865ff27e5cee3e907681a5675a9efd95fefed1e3c95656345794e7a24bc7b369" }, "downloads": -1, "filename": "astropy-5.0rc1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b47d2d61a11365c50adf21ef6e6638a0", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11055607, "upload_time": "2021-11-02T17:26:59", "upload_time_iso_8601": "2021-11-02T17:26:59.560846Z", "url": "https://files.pythonhosted.org/packages/25/ce/c20c37bcc3f73df518d8daf6c97f02dac154915d14fbfad87e9f829af29d/astropy-5.0rc1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20842189db38961033d13affd2eec744", "sha256": "915e6bd3213e9760e72297ead638b4b23fae50f811e5f8b3ec9e05b3d8326b20" }, "downloads": -1, "filename": "astropy-5.0rc1-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "20842189db38961033d13affd2eec744", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6397427, "upload_time": "2021-11-02T17:27:11", "upload_time_iso_8601": "2021-11-02T17:27:11.301133Z", "url": "https://files.pythonhosted.org/packages/d9/89/b2ecefedbb75d7a44c7dbbea5340671e23832d11b10ed07eba067bd3ad9d/astropy-5.0rc1-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7de9333c6b2e0443121b30cd7a8a34d", "sha256": "bb0547b3650547360036db80e5a3231e8424e049e293a6e76d0b23e7875e95fe" }, "downloads": -1, "filename": "astropy-5.0rc1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "d7de9333c6b2e0443121b30cd7a8a34d", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6584593, "upload_time": "2021-11-02T17:26:43", "upload_time_iso_8601": "2021-11-02T17:26:43.368793Z", "url": "https://files.pythonhosted.org/packages/d4/e1/aed5e9ebaeae596ccc6ccc8751b1ab4266e567c87db573460ed72acde437/astropy-5.0rc1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "876d07aeda9f582ad1f4804b9cfd62eb", "sha256": "d018bd86fbf8b78ed3581c044c7578e95284c2df2d053397ed04f0d7430f30dc" }, "downloads": -1, "filename": "astropy-5.0rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "876d07aeda9f582ad1f4804b9cfd62eb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6888033, "upload_time": "2021-11-02T17:27:08", "upload_time_iso_8601": "2021-11-02T17:27:08.630471Z", "url": "https://files.pythonhosted.org/packages/ec/5f/f48644b37950984c152185e5579d8a0b2d258dcff819a8f7acf96fcdffac/astropy-5.0rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7322925077c52fa3afdc54b7f6c76620", "sha256": "42c04c373b6d8b26c9dd80edc81c0debdf4ebb5e3d8ee5a9fcaa129a7e26d98f" }, "downloads": -1, "filename": "astropy-5.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "7322925077c52fa3afdc54b7f6c76620", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10833138, "upload_time": "2021-11-02T17:26:46", "upload_time_iso_8601": "2021-11-02T17:26:46.255992Z", "url": "https://files.pythonhosted.org/packages/5d/8b/4d84ff0d9eaa5ad6221ce45ad49fafed14b193dfef841d1439a656f45f5e/astropy-5.0rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adee39583e918cece705c9fba1c0fc50", "sha256": "b1aaa08cf0c34e6644abd6fdf2dc121ed3ae30675b704483fe2ea617d2bb8d91" }, "downloads": -1, "filename": "astropy-5.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "adee39583e918cece705c9fba1c0fc50", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11288818, "upload_time": "2021-11-02T17:26:49", "upload_time_iso_8601": "2021-11-02T17:26:49.736048Z", "url": "https://files.pythonhosted.org/packages/41/86/a6fec8fbc4b0ca9547ff587c7da3d39bed54bdb89dc3a86bdb4920f3f832/astropy-5.0rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88d2b02207f0bc0c00c1e9aef55b7bd7", "sha256": "bf9d32feabda8a9923d7f9638982e3e3cc47da9145eb7b4f57bd5a81db230885" }, "downloads": -1, "filename": "astropy-5.0rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "88d2b02207f0bc0c00c1e9aef55b7bd7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6397157, "upload_time": "2021-11-02T17:27:04", "upload_time_iso_8601": "2021-11-02T17:27:04.238874Z", "url": "https://files.pythonhosted.org/packages/a9/5c/b9a703a53b0d79b2bb303f7172ed7a2062ddcb6ccc5bc8f0e58d536c99eb/astropy-5.0rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "10030ca2762f672e6658374bc4062e76", "sha256": "22069bc1ad55be9a598c968d569eb9501c065485c4fa8119493cb63f2c3308a6" }, "downloads": -1, "filename": "astropy-5.0rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "10030ca2762f672e6658374bc4062e76", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6583616, "upload_time": "2021-11-02T17:26:57", "upload_time_iso_8601": "2021-11-02T17:26:57.005292Z", "url": "https://files.pythonhosted.org/packages/23/ed/8a9e2743e8e9a46cfd3e7f61931b44353dfffc3a2dcac7585b46e932e67f/astropy-5.0rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af4dc143f4c36f13d3bd31fa1d8ea7fc", "sha256": "c0dc6a2265ed26c4be34d2dcaed8c3de7ca8471a69a5feb1cb3b4c48df274e26" }, "downloads": -1, "filename": "astropy-5.0rc1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "af4dc143f4c36f13d3bd31fa1d8ea7fc", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6856121, "upload_time": "2021-11-02T17:27:02", "upload_time_iso_8601": "2021-11-02T17:27:02.067926Z", "url": "https://files.pythonhosted.org/packages/97/f7/41b99a57ff2800abc59bcc122a8cbc879e11cc5bdbf43c88af8553525d29/astropy-5.0rc1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c495c15f5bd2197f8952b81ea38c55f6", "sha256": "6874dd6268cd506c15e09adfcb521ca9440613131b9b11580754175d74f203b7" }, "downloads": -1, "filename": "astropy-5.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c495c15f5bd2197f8952b81ea38c55f6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10581381, "upload_time": "2021-11-02T17:26:54", "upload_time_iso_8601": "2021-11-02T17:26:54.601661Z", "url": "https://files.pythonhosted.org/packages/55/7f/db8970d28705374a7b2ffbd5916c5dc97749a3c7f145637500e0ad6cacc9/astropy-5.0rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5963c07f82a262095401baf2bb5878b", "sha256": "be87d88d2891387750f0926f1afbf9c65fd9af78f593428c3e8e4fc82bc4c80b" }, "downloads": -1, "filename": "astropy-5.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a5963c07f82a262095401baf2bb5878b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11043789, "upload_time": "2021-11-02T17:26:39", "upload_time_iso_8601": "2021-11-02T17:26:39.877629Z", "url": "https://files.pythonhosted.org/packages/77/13/a1aeeb0472c0b4eb6dbb636c886f52bcaf57e2d71d5a99cf9b54d9a359c1/astropy-5.0rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b5c3c5ad8251b49d2f83f2332b41570", "sha256": "1a1ad38834ef93e5fc99e6da21454754418eb3a1ca777010e9ebcdce13aeec7a" }, "downloads": -1, "filename": "astropy-5.0rc1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "4b5c3c5ad8251b49d2f83f2332b41570", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6396690, "upload_time": "2021-11-02T17:26:52", "upload_time_iso_8601": "2021-11-02T17:26:52.158482Z", "url": "https://files.pythonhosted.org/packages/66/8e/4a2c28c6c4f4aa7a6115332fd2daa55062ad295780e1cec7ba7b122b215d/astropy-5.0rc1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8841dde75819966a533728d7f28a87d6", "sha256": "7463697b7f07117cd61a49eb9aa6d1b80e265215931b635c13f632d053294b43" }, "downloads": -1, "filename": "astropy-5.0rc1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "8841dde75819966a533728d7f28a87d6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6582355, "upload_time": "2021-11-02T17:27:13", "upload_time_iso_8601": "2021-11-02T17:27:13.943466Z", "url": "https://files.pythonhosted.org/packages/e3/c4/c39c8ccf7401dde493aa065fc4207e9388579315164415068ac5f713467b/astropy-5.0rc1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f42c459840b288fddf4af005aee1c835", "sha256": "ff07a6aeee9fec80f37103895e33441ada496028ede5bac5800e6b5193797489" }, "downloads": -1, "filename": "astropy-5.0rc1.tar.gz", "has_sig": false, "md5_digest": "f42c459840b288fddf4af005aee1c835", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7830575, "upload_time": "2021-11-02T17:27:16", "upload_time_iso_8601": "2021-11-02T17:27:16.299409Z", "url": "https://files.pythonhosted.org/packages/f9/1c/ea66003e18b82ad7d519561a67ff3c9de919d90fff6b1762547b25769407/astropy-5.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0rc2": [ { "comment_text": "", "digests": { "md5": "6875baa9258dc7c446e612cf57de9684", "sha256": "4500bee11a81460a9b3fbdd6ffb59044626885f6985482db991c81b421804263" }, "downloads": -1, "filename": "astropy-5.0rc2-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6875baa9258dc7c446e612cf57de9684", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6865437, "upload_time": "2021-11-10T23:56:14", "upload_time_iso_8601": "2021-11-10T23:56:14.661627Z", "url": "https://files.pythonhosted.org/packages/35/2a/5e4c56a976430cc5f7bf32f60e7a76820118e86c25036147a832881c17d9/astropy-5.0rc2-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "17e647dc43fbf18cf9ed385faf860340", "sha256": "69f8ff18bc5f858cdfd548b479c717e9388a15f3a3e7d4cd650614cec9a76f4e" }, "downloads": -1, "filename": "astropy-5.0rc2-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "17e647dc43fbf18cf9ed385faf860340", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6640252, "upload_time": "2021-11-10T23:56:07", "upload_time_iso_8601": "2021-11-10T23:56:07.999329Z", "url": "https://files.pythonhosted.org/packages/7c/a6/3219ed0452d3ac462451b3998ae009b95c5065045178963eaac4db6022db/astropy-5.0rc2-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb12db286454c707b7a9eeffb47025a5", "sha256": "632b5e4d482fe693ed3dd97f801a8dbf4068ba776c940246bc21538e0c08d31f" }, "downloads": -1, "filename": "astropy-5.0rc2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fb12db286454c707b7a9eeffb47025a5", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11062317, "upload_time": "2021-11-10T23:56:31", "upload_time_iso_8601": "2021-11-10T23:56:31.659411Z", "url": "https://files.pythonhosted.org/packages/73/50/67b18867a12e275b5fd949cde43be2018ffd239aef3a7bb318e3dd1b3c06/astropy-5.0rc2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40d2c4734bce8531631402f04ec6d2a4", "sha256": "85ad2185300d7b3c3dc6f4caf395f774b40f5950e59f40661c2fa01396c1a1fd" }, "downloads": -1, "filename": "astropy-5.0rc2-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "40d2c4734bce8531631402f04ec6d2a4", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6404238, "upload_time": "2021-11-10T23:56:50", "upload_time_iso_8601": "2021-11-10T23:56:50.934277Z", "url": "https://files.pythonhosted.org/packages/a4/19/60322465765885f355600b09f2ebf5f2df4e941cad4bb36bb10ec5300586/astropy-5.0rc2-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a4315bc7da15a9f8f92deb8295ac0fc9", "sha256": "f59bb2e4f7f5010b7ae16156346620b5515ee16537237458a30ed2471e47cd02" }, "downloads": -1, "filename": "astropy-5.0rc2-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "a4315bc7da15a9f8f92deb8295ac0fc9", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6591427, "upload_time": "2021-11-10T23:56:36", "upload_time_iso_8601": "2021-11-10T23:56:36.609099Z", "url": "https://files.pythonhosted.org/packages/50/8c/e1756fe19447c36cece57ec3c7271d20bc70f29eb3d37aacd40b42b8cf73/astropy-5.0rc2-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7bd18e0dcc9dfb21afbb14ba24d74172", "sha256": "40a746fc8bdf727dfe10710d571486d9403c7dbb8918fa55e73f745bb8cd1882" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7bd18e0dcc9dfb21afbb14ba24d74172", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6894757, "upload_time": "2021-11-10T23:56:16", "upload_time_iso_8601": "2021-11-10T23:56:16.929242Z", "url": "https://files.pythonhosted.org/packages/02/a7/e848f0aa8376f856d5a8a0e6cfbbda3f4856ba6eb6a699f7d51d14d04158/astropy-5.0rc2-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ae9d5c1bdc95e235cbc7aa81e90962e", "sha256": "7d34363acdf7571e17167aa093b49be34e3fa93a6d73f5f73301f1db79e629e4" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "9ae9d5c1bdc95e235cbc7aa81e90962e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6675298, "upload_time": "2021-11-10T23:56:20", "upload_time_iso_8601": "2021-11-10T23:56:20.097351Z", "url": "https://files.pythonhosted.org/packages/22/24/3f4f263fe6ff723a54e927d6d66c839c30e3621c0095bd4192ca99d3eabd/astropy-5.0rc2-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "77b25882c0472d669341db0d5fe1bc80", "sha256": "b71b12853867ad3bb61deaf1b6bf347cdded245c337fa9a3a0569b35af44cb68" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "77b25882c0472d669341db0d5fe1bc80", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10825325, "upload_time": "2021-11-10T23:56:11", "upload_time_iso_8601": "2021-11-10T23:56:11.474040Z", "url": "https://files.pythonhosted.org/packages/b3/81/49f20af6b81214b11593973bb4740e7e533ce208ba530c8919da8119afbc/astropy-5.0rc2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd185005bd353394cd7d0a8c95c8a2bc", "sha256": "8eb680e941cd8fa30210a3c12de0d82232bee5453af67479fa6711bbe509c75e" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "dd185005bd353394cd7d0a8c95c8a2bc", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11290115, "upload_time": "2021-11-10T23:56:47", "upload_time_iso_8601": "2021-11-10T23:56:47.491966Z", "url": "https://files.pythonhosted.org/packages/31/53/9967d6efaebc894015f3c453b71c974161591793d0b36163812b93c1847f/astropy-5.0rc2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be706ff8610842b23889771825879f3c", "sha256": "730d274016cd34b3339396525d13b53aea0b205b6ed48b63588b60080c64621d" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "be706ff8610842b23889771825879f3c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6403968, "upload_time": "2021-11-10T23:56:22", "upload_time_iso_8601": "2021-11-10T23:56:22.850861Z", "url": "https://files.pythonhosted.org/packages/fc/50/7e6c4dc4be38fd9968c490f5df89fe0cd1bf6c3fe80e5c6a829ea7e2d139/astropy-5.0rc2-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c43c7c2562358c902e5bfba40e2ab5a7", "sha256": "d930ffad5c2e19fcda714e9cbca91d931553b038d8d29c4069ce38a92ea01b5d" }, "downloads": -1, "filename": "astropy-5.0rc2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "c43c7c2562358c902e5bfba40e2ab5a7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6590436, "upload_time": "2021-11-10T23:56:29", "upload_time_iso_8601": "2021-11-10T23:56:29.280884Z", "url": "https://files.pythonhosted.org/packages/e1/71/2bc10b329a4d0776485d09b33a4ecbe5e34346788c823bae625949aeacce/astropy-5.0rc2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e4b42fad5518425d6e3eb3ff633056c", "sha256": "650925534963b1ec83963bb7892b3a03936d877d11294a278fc895911232e40c" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2e4b42fad5518425d6e3eb3ff633056c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6862858, "upload_time": "2021-11-10T23:56:53", "upload_time_iso_8601": "2021-11-10T23:56:53.342478Z", "url": "https://files.pythonhosted.org/packages/45/70/ccd96561cbf17007d4f2f49219a140205a11daa12035d28a6fef27aa602c/astropy-5.0rc2-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b321b89c17857a2d1468fc1ab9aa13e9", "sha256": "b506c441b77ab6bd12bd370a256a7f2c328607d0459916cfd5566b18704aab30" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "b321b89c17857a2d1468fc1ab9aa13e9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6638338, "upload_time": "2021-11-10T23:56:34", "upload_time_iso_8601": "2021-11-10T23:56:34.289218Z", "url": "https://files.pythonhosted.org/packages/41/f9/40e2dc9f36b67d61c40f9a37c804d532fac4722e38f72a08ca387cdee614/astropy-5.0rc2-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f67c58674aa60959aefe428da473d53a", "sha256": "fb83a65ec6e0b7a8d10a49327aeb7b701eae7db8c05e5a3491d23f89fc9c5047" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "f67c58674aa60959aefe428da473d53a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10588198, "upload_time": "2021-11-10T23:56:43", "upload_time_iso_8601": "2021-11-10T23:56:43.550807Z", "url": "https://files.pythonhosted.org/packages/bf/47/5aeb35890fbd4665eb449951fdad59276e8ee1e740f249e5dcee227c8719/astropy-5.0rc2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2620d2aee66ab4848eef52f4acb77787", "sha256": "9a633c024e4469ca148a7934a8fab0bc0cbcc6ac3698e094986e3e702a1b92b4" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "2620d2aee66ab4848eef52f4acb77787", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11050624, "upload_time": "2021-11-10T23:56:26", "upload_time_iso_8601": "2021-11-10T23:56:26.018549Z", "url": "https://files.pythonhosted.org/packages/98/0b/0982627eacfa26825c091bca5c2cc49e1ad4a4dfb42b8cf86ad79fa4b12e/astropy-5.0rc2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c82f4326c48485924aafed573ab909d5", "sha256": "53759f9ff2d0318cbdac59927b9d879af794f7bbf3a0865c2cf82f7e36add727" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "c82f4326c48485924aafed573ab909d5", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6403510, "upload_time": "2021-11-10T23:56:55", "upload_time_iso_8601": "2021-11-10T23:56:55.804677Z", "url": "https://files.pythonhosted.org/packages/16/65/77bef4832b845bca104271e1b2bfe497dbf0c0abce17ac2f150ba54fe9c9/astropy-5.0rc2-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "01fb21736c2d3771899e379de9cb7bca", "sha256": "820310386b4b8d8ecef88c9fa9e0323659f7429f73e212e63377d63f872112d9" }, "downloads": -1, "filename": "astropy-5.0rc2-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "01fb21736c2d3771899e379de9cb7bca", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6589159, "upload_time": "2021-11-10T23:56:40", "upload_time_iso_8601": "2021-11-10T23:56:40.085777Z", "url": "https://files.pythonhosted.org/packages/a2/59/cfa63cf470509ca22a0db614f3f3baf7025cc1b43f2a409722d3fcfad00b/astropy-5.0rc2-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c769a695135de2b604fb4926c1efea43", "sha256": "dfee06cec44e157a064d98d0e6981d1e1dfb0e1fa229b3d2cbc1dad8e26dccb7" }, "downloads": -1, "filename": "astropy-5.0rc2.tar.gz", "has_sig": false, "md5_digest": "c769a695135de2b604fb4926c1efea43", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7836633, "upload_time": "2021-11-10T23:56:58", "upload_time_iso_8601": "2021-11-10T23:56:58.384531Z", "url": "https://files.pythonhosted.org/packages/40/82/6e200ac3b670b69087aebefb4734e9a04590759ee84c25bc14311a15c1ff/astropy-5.0rc2.tar.gz", "yanked": false, "yanked_reason": null } ], "5.1rc1": [ { "comment_text": "", "digests": { "md5": "6d1c704223854e0561050d30435b7eb4", "sha256": "06b49fabcc639df38a35341d15f0ddea5b4cf8fd7aa8321e8ed4898f3d60de33" }, "downloads": -1, "filename": "astropy-5.1rc1-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "6d1c704223854e0561050d30435b7eb4", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6879178, "upload_time": "2022-04-28T20:59:08", "upload_time_iso_8601": "2022-04-28T20:59:08.744884Z", "url": "https://files.pythonhosted.org/packages/23/3e/3a08ec24695104102850239abc8cc4afcc338ea9304d8d2e031d43658d18/astropy-5.1rc1-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cb2678e3141075e061e8488e907e0689", "sha256": "e02d7cf4c42f07b0d41ce0183ca3e583d06b05efbad6ccdd43f7c68d211be117" }, "downloads": -1, "filename": "astropy-5.1rc1-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "cb2678e3141075e061e8488e907e0689", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6682334, "upload_time": "2022-04-28T20:59:19", "upload_time_iso_8601": "2022-04-28T20:59:19.588703Z", "url": "https://files.pythonhosted.org/packages/95/af/36fdcaf30c568c55ff478bd4b75c4b9a2a6d6e4e4d7b08e3beb9f3f80f9e/astropy-5.1rc1-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab53662ae51babb652e148aa69639edf", "sha256": "4ffacef18fa5f55639b2de429cabfdc73ed9979cd807a4fc2d488452621f56e4" }, "downloads": -1, "filename": "astropy-5.1rc1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ab53662ae51babb652e148aa69639edf", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 10973154, "upload_time": "2022-04-28T20:59:11", "upload_time_iso_8601": "2022-04-28T20:59:11.603995Z", "url": "https://files.pythonhosted.org/packages/b7/36/b2cd5f0be00bfa676ee6828fd7fae83bd213060cfc49f43efa3c296463de/astropy-5.1rc1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "358015170c9bc6ed4fd1f12bc9eb6ba7", "sha256": "0dae78f09c631a00f002c09ba1af4a2f7eaf1e9e7874265003e25574f1adb6c6" }, "downloads": -1, "filename": "astropy-5.1rc1-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "358015170c9bc6ed4fd1f12bc9eb6ba7", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6316955, "upload_time": "2022-04-28T20:59:03", "upload_time_iso_8601": "2022-04-28T20:59:03.640622Z", "url": "https://files.pythonhosted.org/packages/53/0f/d5d6f0906494281ec824ba331c65f56e1a90a1cb929d91f3a0245b75c45e/astropy-5.1rc1-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de9a77801a3f30134f9e2a20a7ed354f", "sha256": "b057a4822af8b5bccbaad02ebdeddc64fd867d77502db1e5a8066ec1c44acd9d" }, "downloads": -1, "filename": "astropy-5.1rc1-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "de9a77801a3f30134f9e2a20a7ed354f", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6462941, "upload_time": "2022-04-28T20:58:52", "upload_time_iso_8601": "2022-04-28T20:58:52.732873Z", "url": "https://files.pythonhosted.org/packages/cb/82/340ba4065520020decc7d3fe5f2ee33014aa0a6682a047b060815728bec3/astropy-5.1rc1-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e154b4ad4c4003cae03d2217f683c197", "sha256": "a3ffa3a8433220fe1e2b442cb251819c3a249c7e9fb7708406c173f1e8fed2cb" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e154b4ad4c4003cae03d2217f683c197", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6873500, "upload_time": "2022-04-28T20:58:38", "upload_time_iso_8601": "2022-04-28T20:58:38.444455Z", "url": "https://files.pythonhosted.org/packages/e5/77/c12c3c673025367683cac3ed8e9801cfeccf607b76387e9d0fc7cde4e6f3/astropy-5.1rc1-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc753995c264fc5154fe16176b3c3029", "sha256": "08eb9372f76c74420ee7c0c7afa6e0e919996639ea56d5e07533916ff995ebb4" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "dc753995c264fc5154fe16176b3c3029", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6679016, "upload_time": "2022-04-28T20:58:35", "upload_time_iso_8601": "2022-04-28T20:58:35.335099Z", "url": "https://files.pythonhosted.org/packages/5e/47/9e58547e2581496fb7388d71a3631a209dbdf688c2576de969b88ccac01c/astropy-5.1rc1-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35e93ec9881c6901d4505818ebb56feb", "sha256": "1b36a99a639251f58ab47ea4359402779d2f0f7cb865c9a6adf95e816f9b6987" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "35e93ec9881c6901d4505818ebb56feb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10687285, "upload_time": "2022-04-28T20:59:06", "upload_time_iso_8601": "2022-04-28T20:59:06.063725Z", "url": "https://files.pythonhosted.org/packages/fa/68/6dba53cebfa35693daaa83bc287e886c33c2ee561dc071b409dc9a6faf26/astropy-5.1rc1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e462bb7578c48a02e58666165ee0426", "sha256": "9db1bc01c7b36f2499181bac2e34ce1d2fdac6560c8bcf1f4912ef912293eaf2" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "4e462bb7578c48a02e58666165ee0426", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11108224, "upload_time": "2022-04-28T20:58:57", "upload_time_iso_8601": "2022-04-28T20:58:57.929305Z", "url": "https://files.pythonhosted.org/packages/16/70/7650b4c8873ec5d862ab53a905d7cb0321eb66c5a6c60c29bdbacc2eb2d5/astropy-5.1rc1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75e3b2e042c57137768361644e0160c4", "sha256": "8e6685874b45eb6c2ff934080ae4920680c7b587b31933dfe240ea1285f9f3ad" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "75e3b2e042c57137768361644e0160c4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6316910, "upload_time": "2022-04-28T20:59:22", "upload_time_iso_8601": "2022-04-28T20:59:22.131163Z", "url": "https://files.pythonhosted.org/packages/9e/fe/d6038211cc51155236062af2f3f3bb8baba9ee21403ee4c211d658abd1ba/astropy-5.1rc1-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9acf47e247f29b82c1102efe4281d2aa", "sha256": "555d05305a1cf67381604acbe89fab13b9605c1c77465ffe86f30d8c119b4b0b" }, "downloads": -1, "filename": "astropy-5.1rc1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "9acf47e247f29b82c1102efe4281d2aa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6463399, "upload_time": "2022-04-28T20:58:43", "upload_time_iso_8601": "2022-04-28T20:58:43.858539Z", "url": "https://files.pythonhosted.org/packages/4f/e8/c42390624ccda65c3189e77d507b8ab599cf5a3dec7104708ae082250ef1/astropy-5.1rc1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "972514d90fed3659e17a32d111011a8d", "sha256": "8bba6183a516cfede4a8b88de16d62b9add1ac09eca5d1aa08c8db00ba239583" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "972514d90fed3659e17a32d111011a8d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6876239, "upload_time": "2022-04-28T20:58:47", "upload_time_iso_8601": "2022-04-28T20:58:47.276946Z", "url": "https://files.pythonhosted.org/packages/8a/dd/06c60f97aa56e1b349447ffef046fa2eddd8928b8205fbbe21c4189e3c05/astropy-5.1rc1-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3e37632570f60a5d93f37e003fdc6007", "sha256": "1c97407535d31c72eaa9ae7328a59af903045b34cd0ffa7931b3ece9845bdc66" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "3e37632570f60a5d93f37e003fdc6007", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6680439, "upload_time": "2022-04-28T20:58:49", "upload_time_iso_8601": "2022-04-28T20:58:49.892097Z", "url": "https://files.pythonhosted.org/packages/52/01/85edd6e614c694319e59886ef2acd81aa2cbe88c4a60f3154713a8011c75/astropy-5.1rc1-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d2f498258efb36988517c5f007b8b070", "sha256": "5702578a8a1915c77d08268493be382a6464c430b593c51e045eb393a331416b" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "d2f498258efb36988517c5f007b8b070", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10543943, "upload_time": "2022-04-28T20:58:41", "upload_time_iso_8601": "2022-04-28T20:58:41.132112Z", "url": "https://files.pythonhosted.org/packages/87/06/4832a9af8e8f1a1a5f54349ff1a293e317ca62350151d6ab0307e7af3fb8/astropy-5.1rc1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "86a255b43f75c2e5be4c1c1df7b143d6", "sha256": "2ebc6c651040cd06fcfb3f196764503c2e66de0b2709fd509ade94ebca3a08f8" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "86a255b43f75c2e5be4c1c1df7b143d6", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10961102, "upload_time": "2022-04-28T20:59:16", "upload_time_iso_8601": "2022-04-28T20:59:16.012559Z", "url": "https://files.pythonhosted.org/packages/58/c2/f805cb454df8fab1e8e7673f9f4f3382979498564056ec48bcf0d42e923c/astropy-5.1rc1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a53d0036acfcffb46a4d11a7582276b2", "sha256": "7d5078a295590ae83d2686bc705c597a23fe0d99afc030da19adab0822c34a91" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "a53d0036acfcffb46a4d11a7582276b2", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6315377, "upload_time": "2022-04-28T20:59:01", "upload_time_iso_8601": "2022-04-28T20:59:01.012256Z", "url": "https://files.pythonhosted.org/packages/97/08/24e51f9eb318d70ee1f03c739130899178cebc02f71603105de1ef97cdab/astropy-5.1rc1-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "329024b8620664c557f01e50b5fe9102", "sha256": "2a0a6912048a698dffc4f0e7cdc09c95ccce9f27dd80d8c166bb475b01c09943" }, "downloads": -1, "filename": "astropy-5.1rc1-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "329024b8620664c557f01e50b5fe9102", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6461848, "upload_time": "2022-04-28T20:58:55", "upload_time_iso_8601": "2022-04-28T20:58:55.066864Z", "url": "https://files.pythonhosted.org/packages/01/e4/63a17605a73d19b9e40a1cd65b8d8fecb97d36c0cb737d7699d38274d3e9/astropy-5.1rc1-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2af93d527be6c16446b80ed1cb27b7b", "sha256": "77dd1e2fb14d4c470f97c44c21dfec788ce1754053fec64ec430ac3d83c60d81" }, "downloads": -1, "filename": "astropy-5.1rc1.tar.gz", "has_sig": false, "md5_digest": "c2af93d527be6c16446b80ed1cb27b7b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7921531, "upload_time": "2022-04-28T20:59:24", "upload_time_iso_8601": "2022-04-28T20:59:24.933280Z", "url": "https://files.pythonhosted.org/packages/29/a4/2fb06135fe7350505f3a06e3e8e3dc6fee1cd22f82558dbc6020a4de4e54/astropy-5.1rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.2.dev0": [ { "comment_text": "", "digests": { "md5": "a99ac991e7d0658fc6929872779ada2c", "sha256": "7a7ab840bddd0874f40a428a1e281ee329f63298c5e2b9c1cae37af6a4faaa0c" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a99ac991e7d0658fc6929872779ada2c", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6877579, "upload_time": "2022-04-25T12:51:11", "upload_time_iso_8601": "2022-04-25T12:51:11.545653Z", "url": "https://files.pythonhosted.org/packages/45/8a/ddbf1d58942fe8d409147dd160dbcb9ffdd2a7e67052cace4b0abc2d3aed/astropy-5.2.dev0-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "0c03fb2434b3a6ef2ddb6df818831d40", "sha256": "697c9637ddd18429324d289bcd921cbf8289428b72878088b783a5ef0817dfd9" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "0c03fb2434b3a6ef2ddb6df818831d40", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6680660, "upload_time": "2022-04-25T12:51:05", "upload_time_iso_8601": "2022-04-25T12:51:05.861755Z", "url": "https://files.pythonhosted.org/packages/36/0c/40e775048a3714f01a90f29f50d40737a89ffb1e02f5e7cd5e4f2f158f2a/astropy-5.2.dev0-cp310-cp310-macosx_11_0_arm64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "ed66408a87e128960d50f30c1b4665b8", "sha256": "10b7d1f77e78b44c06b5710847fb3c1f6dd2d13b9f73bc9d1233565e7f707046" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ed66408a87e128960d50f30c1b4665b8", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 10971438, "upload_time": "2022-04-25T12:51:39", "upload_time_iso_8601": "2022-04-25T12:51:39.728998Z", "url": "https://files.pythonhosted.org/packages/79/47/17810eb14d6e66ff010606b19145477b324dc6ddf312eb8ecdd3d29f63c3/astropy-5.2.dev0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "47aacbbff6e9977aab830f1f86606fa9", "sha256": "c1d16a33c4db83f6c747d6352b50ec798b1e1dd08a250677a2212f947e31f59f" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "47aacbbff6e9977aab830f1f86606fa9", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6315304, "upload_time": "2022-04-25T12:51:13", "upload_time_iso_8601": "2022-04-25T12:51:13.739297Z", "url": "https://files.pythonhosted.org/packages/de/ec/193cdb33a98a3fd47359ced9b406010119c4fb38bf8b59bb15463c761402/astropy-5.2.dev0-cp310-cp310-win32.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "9cecab2d3747363cd0fc1a6761a90dfc", "sha256": "dd26a6ac9f5fce0282f8ae5d0178ebcbb31dab521b4f400da4b1f5f4abd1120d" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "9cecab2d3747363cd0fc1a6761a90dfc", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6461213, "upload_time": "2022-04-25T12:51:29", "upload_time_iso_8601": "2022-04-25T12:51:29.967470Z", "url": "https://files.pythonhosted.org/packages/bf/1f/0c72a5aad0afbad8f14fcb314298c2350e14d3c08ddcdb1c1ccdc43f1a11/astropy-5.2.dev0-cp310-cp310-win_amd64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "770adb7dd5c85e4fab16461e38349ae4", "sha256": "ae37443a1e42a53ca64b01a83d08fe812acbb8da3668a0f2edca06cb123c5a93" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "770adb7dd5c85e4fab16461e38349ae4", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6871879, "upload_time": "2022-04-25T12:51:47", "upload_time_iso_8601": "2022-04-25T12:51:47.169335Z", "url": "https://files.pythonhosted.org/packages/f9/07/ac6378cfe1e1a3e4c6b27ecea17d349464173ed8107d244167808ac69a0d/astropy-5.2.dev0-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "441ede93820d3df7014492784d033302", "sha256": "1250c0006d8a5cdaafb4c76df24a3e001294de02d132257234429165f8a6c45a" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "441ede93820d3df7014492784d033302", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6677334, "upload_time": "2022-04-25T12:51:23", "upload_time_iso_8601": "2022-04-25T12:51:23.014249Z", "url": "https://files.pythonhosted.org/packages/a1/22/6adbaabb1c0a8a6a53de401a35fb57889fe7da907c5024f4bd162a43d4b5/astropy-5.2.dev0-cp38-cp38-macosx_11_0_arm64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "a3a0873ae9b5a21aceaed5f6ad901276", "sha256": "115b122b41d9d43b16ebe3cf873a54bccea8be5e9ecfe43dc660537a76f78502" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "a3a0873ae9b5a21aceaed5f6ad901276", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10685526, "upload_time": "2022-04-25T12:51:16", "upload_time_iso_8601": "2022-04-25T12:51:16.234200Z", "url": "https://files.pythonhosted.org/packages/78/15/abf665fa79f02d971860b85e484723441ca8ba0a8ac4b1667c171ce3ce31/astropy-5.2.dev0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "a2296309cf63f05c876675d27081da1c", "sha256": "e3a8e1bd76dd30e37a05fa8c4f982b3b05aa94fdf9dd67f7859b2bbd107e3618" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a2296309cf63f05c876675d27081da1c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11106552, "upload_time": "2022-04-25T12:51:42", "upload_time_iso_8601": "2022-04-25T12:51:42.452098Z", "url": "https://files.pythonhosted.org/packages/ce/30/a7871e423717739df89d91223420fe6b2ea3ce22c8938ab12ec1dfe22016/astropy-5.2.dev0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "d378f754d4d75cc0bfb8dd085b45588b", "sha256": "a18937af564c5155d7e23b6581fc769df9e3cf106fbc89af3d26e38a84c6a41d" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "d378f754d4d75cc0bfb8dd085b45588b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6315195, "upload_time": "2022-04-25T12:51:25", "upload_time_iso_8601": "2022-04-25T12:51:25.368936Z", "url": "https://files.pythonhosted.org/packages/80/8f/142aef86e48c16513dfad379f3ebc8885cea70ad498864d29243bfc02d30/astropy-5.2.dev0-cp38-cp38-win32.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "f11f52ba387ee34245ba463c5c9eed0b", "sha256": "78e099aba41c06d2d4021db3209edd5b527eae0794e6ea1a2fec4de394991fd1" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f11f52ba387ee34245ba463c5c9eed0b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6461673, "upload_time": "2022-04-25T12:51:27", "upload_time_iso_8601": "2022-04-25T12:51:27.672687Z", "url": "https://files.pythonhosted.org/packages/e1/99/dcd6226278b647ac52a696a26217fc4f7ae8ec515772545a9df69ac5154e/astropy-5.2.dev0-cp38-cp38-win_amd64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "f4ea1817a7dd97b53dc43951d030e614", "sha256": "7f440ac45d113aa6a9eba7b9a44f7af0690304d7752206775facc59163b7a373" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f4ea1817a7dd97b53dc43951d030e614", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6874605, "upload_time": "2022-04-25T12:51:37", "upload_time_iso_8601": "2022-04-25T12:51:37.620907Z", "url": "https://files.pythonhosted.org/packages/8a/52/88a65df8bac6fa763077fbbdff8c68dbbdf9eea1481b1381ac4a24beba87/astropy-5.2.dev0-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "1da37bc4ba7a31c7c5465e6f6172afb1", "sha256": "59295775646faaf641c82a33599c336d418797f198308c2a9796a024a09809fc" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "1da37bc4ba7a31c7c5465e6f6172afb1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6678758, "upload_time": "2022-04-25T12:51:44", "upload_time_iso_8601": "2022-04-25T12:51:44.943736Z", "url": "https://files.pythonhosted.org/packages/2a/f9/dc2554c492b356031522c832c8305a4c29f0ab610e0eed2a53656c1653c8/astropy-5.2.dev0-cp39-cp39-macosx_11_0_arm64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "c6e796c164f921c752423c3772035349", "sha256": "d2255ba0428424f492c63e55e449f1d207934e07bc3e88800c15fdde883bfb6f" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c6e796c164f921c752423c3772035349", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10542257, "upload_time": "2022-04-25T12:51:35", "upload_time_iso_8601": "2022-04-25T12:51:35.204601Z", "url": "https://files.pythonhosted.org/packages/87/66/93d2031b50be46a2d921ac594fdbbd89fe7970a23f4fe81c696582563972/astropy-5.2.dev0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "a612542796c3a68aaa268da63b3921a7", "sha256": "f9582925d725c7a046b4b73c342970eb34ce89aa7743e043997d143be2a7eae0" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a612542796c3a68aaa268da63b3921a7", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10959444, "upload_time": "2022-04-25T12:51:32", "upload_time_iso_8601": "2022-04-25T12:51:32.520565Z", "url": "https://files.pythonhosted.org/packages/d0/59/d31e125c71e2499bc2f431912f8873d287192079c22d74b916aada291fef/astropy-5.2.dev0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "41e35d26dcc4666059ece860149b5567", "sha256": "82b7962230ffac7095887232e19cc7d1b9554c7ca2275a136c67416ed9af23dd" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "41e35d26dcc4666059ece860149b5567", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6313743, "upload_time": "2022-04-25T12:51:20", "upload_time_iso_8601": "2022-04-25T12:51:20.539643Z", "url": "https://files.pythonhosted.org/packages/03/53/f1595afa53fef7c5ac868711e9baff136b9efae6e533e8187fbeb30570f9/astropy-5.2.dev0-cp39-cp39-win32.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "042b8fbfea8891a9f63068d59f71feb1", "sha256": "5ea81a4cfc7c2f6ec98c20491cd22bab772a57671493649438070ad94f4484cc" }, "downloads": -1, "filename": "astropy-5.2.dev0-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "042b8fbfea8891a9f63068d59f71feb1", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6460134, "upload_time": "2022-04-25T12:51:09", "upload_time_iso_8601": "2022-04-25T12:51:09.205998Z", "url": "https://files.pythonhosted.org/packages/5c/c1/108e66706e26478ee0bd1dc7b88871886b813fa3c57a07a6bf0409dcd1cb/astropy-5.2.dev0-cp39-cp39-win_amd64.whl", "yanked": true, "yanked_reason": "Uploaded by mistake" }, { "comment_text": "", "digests": { "md5": "e52f462d07c51ed10d84044aa2fd6aa3", "sha256": "0b16737fd843ef9ecac494ab24f80622b71cf0a640a3622304b590ba6b39afaa" }, "downloads": -1, "filename": "astropy-5.2.dev0.tar.gz", "has_sig": false, "md5_digest": "e52f462d07c51ed10d84044aa2fd6aa3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7918642, "upload_time": "2022-04-25T12:51:49", "upload_time_iso_8601": "2022-04-25T12:51:49.842030Z", "url": "https://files.pythonhosted.org/packages/27/f6/394cd767ae89033c508d5e7cbea439384a2fbf90b8fd150c9ba4526135f6/astropy-5.2.dev0.tar.gz", "yanked": true, "yanked_reason": "Uploaded by mistake" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "002762bcdfe98cd465e0dcf945cc4146", "sha256": "89690dc5a0b81be16cc2db2a565f9a5b01901cb29124e9c96a60b8115359d425" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "002762bcdfe98cd465e0dcf945cc4146", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6876802, "upload_time": "2022-03-31T17:08:12", "upload_time_iso_8601": "2022-03-31T17:08:12.453608Z", "url": "https://files.pythonhosted.org/packages/ad/b1/43b04483667aaefed916a174f64e29ef6948c35b65cb235734fc383d0a5f/astropy-5.0.4-cp310-cp310-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "547e5616d4499c5868aeb3c3c7b559ad", "sha256": "37f8a52a091f9f652e1389453eab727e1546153b6bfe29e88c3095ba2abc97e1" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "547e5616d4499c5868aeb3c3c7b559ad", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6651101, "upload_time": "2022-03-31T17:08:24", "upload_time_iso_8601": "2022-03-31T17:08:24.349502Z", "url": "https://files.pythonhosted.org/packages/e6/13/37603b1431ccd9734a993096da86914e6e7f56f84a5f27d902d00046709f/astropy-5.0.4-cp310-cp310-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "105d5e5e56a7d1fa52f053136b694fe3", "sha256": "64e6fbd475f7ddf79b8a11017c5ef06e8a067d0ceb1385f1bfb9c6b6f6d15734" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "105d5e5e56a7d1fa52f053136b694fe3", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 11079688, "upload_time": "2022-03-31T17:08:15", "upload_time_iso_8601": "2022-03-31T17:08:15.271011Z", "url": "https://files.pythonhosted.org/packages/c2/73/fe4e0da752acb4c30331a5e1a8db51bd720c59c8963c6721e44ec134365f/astropy-5.0.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3888f417bc4ceb5cb17e1028c7299fb5", "sha256": "90be582e150b42a32ea166d3d622e42a489ec354890dcdefcbd6f1e6013f7fa5" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-win32.whl", "has_sig": false, "md5_digest": "3888f417bc4ceb5cb17e1028c7299fb5", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6271473, "upload_time": "2022-03-31T17:08:07", "upload_time_iso_8601": "2022-03-31T17:08:07.480913Z", "url": "https://files.pythonhosted.org/packages/94/e2/d6200143ecf7359f4b176b7358eab232cc663b207a75d1e1938b67a27ecd/astropy-5.0.4-cp310-cp310-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "041dc0ba43c1a86d108d760b8f9b651e", "sha256": "304e83dfb7235e2aa3d889b6b90a5b8032acaa887be01d77cd74a2856e6c5eef" }, "downloads": -1, "filename": "astropy-5.0.4-cp310-cp310-win_amd64.whl", "has_sig": false, "md5_digest": "041dc0ba43c1a86d108d760b8f9b651e", "packagetype": "bdist_wheel", "python_version": "cp310", "requires_python": ">=3.8", "size": 6425880, "upload_time": "2022-03-31T17:08:02", "upload_time_iso_8601": "2022-03-31T17:08:02.493929Z", "url": "https://files.pythonhosted.org/packages/ef/8b/84022ab754125d812a73950798f1dc08adf293ae661d3341fce378c4dd42/astropy-5.0.4-cp310-cp310-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "23b3137af13b04fb1e4a37097e9f1c5c", "sha256": "87416b21419f7718b6ceeaa5df31550ecd3b93937af77e5df1743f4cf4d5deba" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "23b3137af13b04fb1e4a37097e9f1c5c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6871167, "upload_time": "2022-03-31T17:08:17", "upload_time_iso_8601": "2022-03-31T17:08:17.671284Z", "url": "https://files.pythonhosted.org/packages/f6/52/3ec2675e1c7e815bf644b762779d04793dc232bb23cee34115d074174e4c/astropy-5.0.4-cp38-cp38-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0c13be1ed403a77bde9ff137462addf", "sha256": "60dbda630ad1ba552c387f54898e733a09f0a8482eb1e855f222ec1e93445639" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "e0c13be1ed403a77bde9ff137462addf", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6647873, "upload_time": "2022-03-31T17:07:58", "upload_time_iso_8601": "2022-03-31T17:07:58.169226Z", "url": "https://files.pythonhosted.org/packages/52/9a/052e811958717cf93db4ca9703d4cd3ef5b095d0366cb52280d07bb6f978/astropy-5.0.4-cp38-cp38-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3efcc39bd94602fbe0ee47e57373c53", "sha256": "c8ff2e6a3d58e26b9950d39a4496ab4092982a1c83b551c05309776eb585804f" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "c3efcc39bd94602fbe0ee47e57373c53", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 10750186, "upload_time": "2022-03-31T17:08:09", "upload_time_iso_8601": "2022-03-31T17:08:09.817794Z", "url": "https://files.pythonhosted.org/packages/79/10/37e9072c480167a28dba8ecc38b84543d641b13768de92b5cd324b497249/astropy-5.0.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "177ad7a984caf5d0cdbffbaf721512aa", "sha256": "3ba320708b175ff87d9bbaba43104a98dfd8f2764b5e0ae40a86e27f25046fad" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "177ad7a984caf5d0cdbffbaf721512aa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 11215759, "upload_time": "2022-03-31T17:08:04", "upload_time_iso_8601": "2022-03-31T17:08:04.575741Z", "url": "https://files.pythonhosted.org/packages/99/bd/9250323fb747a52343e7c48b474d8545ea379716c22f11a594b05004b271/astropy-5.0.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b6467348d1bcebf734b4b0e98b570fd", "sha256": "b3a97c8aec1b6e84f17710c004b9b3bc3dff8d036736c051b882f63e1c79fe25" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-win32.whl", "has_sig": false, "md5_digest": "6b6467348d1bcebf734b4b0e98b570fd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6271326, "upload_time": "2022-03-31T17:08:39", "upload_time_iso_8601": "2022-03-31T17:08:39.998051Z", "url": "https://files.pythonhosted.org/packages/3e/91/6996c8e20c04541400c6f7e36e1b49e757813d508b366f5678e7b0a9d8df/astropy-5.0.4-cp38-cp38-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43cea0cab09eb94ccad219920c727dbd", "sha256": "9c584d41a8bc3446aa7dc24102dfdf6247d488dbecd1f1dc433ed2c5f8101279" }, "downloads": -1, "filename": "astropy-5.0.4-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "43cea0cab09eb94ccad219920c727dbd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.8", "size": 6426277, "upload_time": "2022-03-31T17:08:26", "upload_time_iso_8601": "2022-03-31T17:08:26.805506Z", "url": "https://files.pythonhosted.org/packages/3e/a9/da43c1412582f7edc7fa3b94e5b75fbbf311af143041c165ec0165dd00b0/astropy-5.0.4-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47ca4ee80ddea7cabee880454194874c", "sha256": "6f69a07773d5114c83152aa6bd20d88858534960c45d211312e65f5e1ad14f60" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "47ca4ee80ddea7cabee880454194874c", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6872546, "upload_time": "2022-03-31T17:08:36", "upload_time_iso_8601": "2022-03-31T17:08:36.070432Z", "url": "https://files.pythonhosted.org/packages/ed/15/dde8a06981b02f335b6b500a949d5f116473801500101321bdc9bb0e1851/astropy-5.0.4-cp39-cp39-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50bf6f49dc9e6c825d2b5d51329d73df", "sha256": "50d8c58a232b34cb969186418b4b6314a22f25dc8a7ac6ea306f115316b07932" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-macosx_11_0_arm64.whl", "has_sig": false, "md5_digest": "50bf6f49dc9e6c825d2b5d51329d73df", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6649157, "upload_time": "2022-03-31T17:08:38", "upload_time_iso_8601": "2022-03-31T17:08:38.102462Z", "url": "https://files.pythonhosted.org/packages/05/31/e60d53a4730515ca3a7f694fbac7a8d860bebb006b8edb7e0fcadd83af95/astropy-5.0.4-cp39-cp39-macosx_11_0_arm64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "582b95bac9d340b6989691160da52ea3", "sha256": "fdcf04de88946068a1abbb4ea8664dee8b7cd221ca547d00cf10fc9db76de3ce" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "has_sig": false, "md5_digest": "582b95bac9d340b6989691160da52ea3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 10607082, "upload_time": "2022-03-31T17:08:21", "upload_time_iso_8601": "2022-03-31T17:08:21.223433Z", "url": "https://files.pythonhosted.org/packages/46/0a/d941f7ae5d00239e2eef6e1ba63a26a5652e011a9d2707dcbc1bc7fc93be/astropy-5.0.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8bd5215814bd2603419b67e934ba20f9", "sha256": "18c916417803273bfb6cfc56c7d9dca37fefa9d05c259d29346d3040e51184a6" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "8bd5215814bd2603419b67e934ba20f9", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 11067099, "upload_time": "2022-03-31T17:08:33", "upload_time_iso_8601": "2022-03-31T17:08:33.632583Z", "url": "https://files.pythonhosted.org/packages/5f/ff/01e5d8a73ccc5dd4cfb3ae1995374f3e9a0d75ce467aef2569ed002edca6/astropy-5.0.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49374b9578f1db60a02dab2a4e21b9b2", "sha256": "3a23ca012799969deebe1e64b72c3095c90e6861d8a2e8c989382b333d418aca" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-win32.whl", "has_sig": false, "md5_digest": "49374b9578f1db60a02dab2a4e21b9b2", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6269855, "upload_time": "2022-03-31T17:08:28", "upload_time_iso_8601": "2022-03-31T17:08:28.964391Z", "url": "https://files.pythonhosted.org/packages/17/7e/a665bd0556fe3e7643599d4ffbca10f80e7c48e889465cd66b252716074f/astropy-5.0.4-cp39-cp39-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61b6cc8ebb6923844c4d700767d3c31d", "sha256": "d2b2e1f23f5cf91a9067028ec09d8d4daf67c2027707563c47e10ed9009fefd5" }, "downloads": -1, "filename": "astropy-5.0.4-cp39-cp39-win_amd64.whl", "has_sig": false, "md5_digest": "61b6cc8ebb6923844c4d700767d3c31d", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.8", "size": 6424693, "upload_time": "2022-03-31T17:08:31", "upload_time_iso_8601": "2022-03-31T17:08:31.172223Z", "url": "https://files.pythonhosted.org/packages/d8/28/7af506fa3f0f95e51526239eaae8597b91728873063e2fcb58482429730a/astropy-5.0.4-cp39-cp39-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "564e0bc952ec28170eb88e43ba39809c", "sha256": "001184f1a9c3f526a363883ce28efb9cbf076df3d151ca3e131509a248f0dfb9" }, "downloads": -1, "filename": "astropy-5.0.4.tar.gz", "has_sig": false, "md5_digest": "564e0bc952ec28170eb88e43ba39809c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8", "size": 7851964, "upload_time": "2022-03-31T17:08:42", "upload_time_iso_8601": "2022-03-31T17:08:42.050894Z", "url": "https://files.pythonhosted.org/packages/a3/d6/b36be0232fa0761f4f3484eb5907224feebf0b359fde2218b01e782649c6/astropy-5.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }