{ "info": { "author": "Oliver Beckstein", "author_email": "orbeckst@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============================\n README for GridDataFormats\n============================\n\n|build| |cov| |docs| |zenodo| |conda|\n\nThe **GridDataFormats** package provides classes to unify reading and\nwriting n-dimensional datasets. One can read grid data from files,\nmake them available as a `Grid`_ object, and write out the data again.\n\nAvailability\n------------\n\nThe package is licensed under the LGPL, v3 (see files COPYING_ and\n`COPYING.LESSER`_) and is available \n\n* from the Python Package Index under the name `GridDataFormats`_\n* as a conda package from the *conda-forge* channel, `conda-forge/griddataformats`_ \n* in source from the GitHub repository https://github.com/MDAnalysis/GridDataFormats\n\n.. _GridDataFormats:\n https://pypi.python.org/pypi/GridDataFormats\n.. _`conda-forge/griddataformats`:\n https://anaconda.org/conda-forge/griddataformats\n.. _COPYING:\n https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING\n.. _`COPYING.LESSER`:\n https://raw.githubusercontent.com/MDAnalysis/GridDataFormats/master/COPYING.LESSER\n.. _Grid:\n https://www.mdanalysis.org/GridDataFormats/gridData/core.html#gridData.core.Grid\n\nInstallation\n------------\n\nInstalling GridDataFormats with ``pip``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstall with `pip`_::\n\n pip install gridDataFormats\n\n.. _pip: https://pip.pypa.io/\n\n\nInstalling GridDataFormats with ``conda``\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstalling *GridDataFormats* from the *conda-forge* channel can be\nachieved by adding \"conda-forge\" to your channels with::\n\n conda config --add channels conda-forge\n\nOnce the *conda-forge* channel has been enabled, *GridDataFormats* can\nbe installed with::\n\n conda install griddataformats\n\n\n\nDocumentation\n-------------\n\nFor the latest docs see the `GridDataFormats docs`_. (Multiple\nversions of the docs are also available at\n`griddataformats.readthedocs.org`_.)\n\n\n.. _GridDataFormats docs:\n https://www.mdanalysis.org/GridDataFormats\n.. _`griddataformats.readthedocs.org`:\n https://griddataformats.readthedocs.org\n\n\nContributing\n------------\n\nPlease use the `issue tracker`_ for bugs and questions.\n\n**GridDataFormats** is open source and contributions are\nwelcome. Please fork the repository and submit a `pull request`_.\n\n.. _issue tracker:\n https://github.com/MDAnalysis/GridDataFormats/issues\n.. _pull request:\n https://github.com/MDAnalysis/GridDataFormats/pulls\n\n.. |build| image:: https://travis-ci.org/MDAnalysis/GridDataFormats.svg?branch=master\n :alt: Build Status\n :target: https://travis-ci.org/MDAnalysis/GridDataFormats\n\n.. |cov| image:: https://codecov.io/gh/MDAnalysis/GridDataFormats/branch/master/graph/badge.svg\n :alt: Coverage Status\n :target: https://codecov.io/gh/MDAnalysis/GridDataFormats\n\n.. |docs| image:: https://readthedocs.org/projects/griddataformats/badge/?version=latest\n :alt: Documentation\n :target: http://griddataformats.readthedocs.org/en/latest/\n\n.. |zenodo| image:: https://zenodo.org/badge/13219/MDAnalysis/GridDataFormats.svg\n :alt: Zenodo DOI\n :target: https://zenodo.org/badge/latestdoi/13219/MDAnalysis/GridDataFormats\n\n.. |conda| image:: https://anaconda.org/conda-forge/griddataformats/badges/version.svg\n :alt: Anaconda\n :target: https://anaconda.org/conda-forge/griddataformats\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/MDAnalysis/GridDataFormats/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MDAnalysis/GridDataFormats", "keywords": "science array density", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "GridDataFormats", "package_url": "https://pypi.org/project/GridDataFormats/", "platform": "", "project_url": "https://pypi.org/project/GridDataFormats/", "project_urls": { "Download": "https://github.com/MDAnalysis/GridDataFormats/releases", "Homepage": "https://github.com/MDAnalysis/GridDataFormats" }, "release_url": "https://pypi.org/project/GridDataFormats/0.5.0/", "requires_dist": [ "numpy (>=1.0.3)", "six", "scipy" ], "requires_python": "", "summary": "Reading and writing of data on regular grids in Python", "version": "0.5.0" }, "last_serial": 5278634, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "6a0b4be84d0f7d91a3a632132d245e62", "sha256": "615e874e3ea3fa2ae7e9105521021fa2987dd5e278c0eafdd093b8ca8f092d27" }, "downloads": -1, "filename": "GridDataFormats-0.2.2-py2.6.egg", "has_sig": false, "md5_digest": "6a0b4be84d0f7d91a3a632132d245e62", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 51706, "upload_time": "2011-01-28T13:55:19", "url": "https://files.pythonhosted.org/packages/3b/d5/9a4193251f4980d54b263123d9d3cd56470a2c03dc6345ef0415719bfa15/GridDataFormats-0.2.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9e70200b9ad1cffbbd722c7ba52cab75", "sha256": "8305897bb291b5cd4e6513e54225f149fab2f5ad13b3437dff77aa6d6c02a383" }, "downloads": -1, "filename": "GridDataFormats-0.2.2.tar.gz", "has_sig": true, "md5_digest": "9e70200b9ad1cffbbd722c7ba52cab75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42363, "upload_time": "2011-01-28T13:53:32", "url": "https://files.pythonhosted.org/packages/11/c4/5e97c2cf8a1b32145058d2a33d341e35a626a754814a6aba7f62c227cd4b/GridDataFormats-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "d19a680635368935bb94862db8be88fc", "sha256": "99b5d1b3178fa85fd39247cbc1988f05306d67f218ec41791b7da0d3c4ef93a7" }, "downloads": -1, "filename": "GridDataFormats-0.2.3-py2.7.egg", "has_sig": false, "md5_digest": "d19a680635368935bb94862db8be88fc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 52322, "upload_time": "2014-02-09T08:39:30", "url": "https://files.pythonhosted.org/packages/ec/90/4546a1c9e6cf6a81a6be1a60291ab3efc2566dfaca0d7d15c13a43f65bef/GridDataFormats-0.2.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3f3a7f8d539eccf43aa77279e6c17b49", "sha256": "2064d05005ffed0165b687b652e60796706ab0babe7ae93ca62cc666984711f0" }, "downloads": -1, "filename": "GridDataFormats-0.2.3.tar.gz", "has_sig": false, "md5_digest": "3f3a7f8d539eccf43aa77279e6c17b49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42823, "upload_time": "2014-02-09T08:39:25", "url": "https://files.pythonhosted.org/packages/ab/57/f5db1992f19c35c2ec18e9db5e20e0b77b2ee7806ca2582835e10481d7da/GridDataFormats-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3528f0cd58ba2aac083d310b5aadb50e", "sha256": "3acc4034779b83ed7a3f2e4851769963aa037354c1f3fe4f694f04c19d43d309" }, "downloads": -1, "filename": "GridDataFormats-0.2.4-py2.7.egg", "has_sig": false, "md5_digest": "3528f0cd58ba2aac083d310b5aadb50e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 52329, "upload_time": "2014-03-03T17:57:18", "url": "https://files.pythonhosted.org/packages/ea/aa/01be2c66990c02f97274f174405a41fef6773ae67972748f11ff82a914c3/GridDataFormats-0.2.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "677aef39ba070c29a9a85db17104820b", "sha256": "f34e604072bef454c5aca326d14c3135dfd9efcdc201687b7dd2da14ef8c8d71" }, "downloads": -1, "filename": "GridDataFormats-0.2.4.tar.gz", "has_sig": false, "md5_digest": "677aef39ba070c29a9a85db17104820b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43098, "upload_time": "2014-03-03T17:57:16", "url": "https://files.pythonhosted.org/packages/47/b7/ff9a20534e5895ae95c9ba3c71791955a02890741610213a973e8f76757b/GridDataFormats-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "a19df15b9649acb27928137397781c1b", "sha256": "f13d8412433d625fa8dfb17152f3593ec5364f771d2157a387f1abda9d1eeefb" }, "downloads": -1, "filename": "GridDataFormats-0.2.5.tar.gz", "has_sig": false, "md5_digest": "a19df15b9649acb27928137397781c1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40725, "upload_time": "2015-06-30T23:34:23", "url": "https://files.pythonhosted.org/packages/8d/b2/c12a657c9062fb7ce8bcc2c28adecd2365103a5d1909d77821cbf6f0b1e4/GridDataFormats-0.2.5.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f883b062cc8f08141a1705c0b40cd878", "sha256": "0171372211b9096242ebac9c50df3a1f5a8a66642c3e0935b963ea45ada3566e" }, "downloads": -1, "filename": "GridDataFormats-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "f883b062cc8f08141a1705c0b40cd878", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 60581, "upload_time": "2015-09-23T00:45:24", "url": "https://files.pythonhosted.org/packages/9b/f0/562c7c8447094b66fa25658bcd09be6c2050f7f942ef5a70b9c742accbe0/GridDataFormats-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "be236920020ee27e5e34aedd8f4f53f9", "sha256": "dfabd26790dc6ecdce39f69d569fd4e04bb042cfe1c3e816d413d293f1359f9c" }, "downloads": -1, "filename": "GridDataFormats-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be236920020ee27e5e34aedd8f4f53f9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 31100, "upload_time": "2015-09-23T05:44:50", "url": "https://files.pythonhosted.org/packages/38/44/4725450845f75185fb1e71619a4b566157ebf6d3cd689753128ec0937359/GridDataFormats-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec9b79c25bf05597b245f30a297a03b1", "sha256": "5590108a153fe6df19ab5534b883d79be4a600fa228b5896e50e29894450337b" }, "downloads": -1, "filename": "GridDataFormats-0.3.0-py3.4.egg", "has_sig": false, "md5_digest": "ec9b79c25bf05597b245f30a297a03b1", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 61814, "upload_time": "2015-09-23T00:45:45", "url": "https://files.pythonhosted.org/packages/25/59/bf7b6ac10555d3434c433b75b4ae65abec1a0293720ec9432128487fe7eb/GridDataFormats-0.3.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "9a3a7a70ba729f3c24c9310ce777e055", "sha256": "16935a4a3b58849a38c83eb41493f76c85ea2885781506d598871427f21daa0a" }, "downloads": -1, "filename": "GridDataFormats-0.3.0.tar.gz", "has_sig": false, "md5_digest": "9a3a7a70ba729f3c24c9310ce777e055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41231, "upload_time": "2015-09-23T00:45:18", "url": "https://files.pythonhosted.org/packages/4b/85/27cf1ee7b5c4837d85121e805f489d762a24e247c3da6d72075459f8106f/GridDataFormats-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "38c4defd7042b744f64ab0a815aefc0a", "sha256": "592498db8426f815b0009992ab30fa953d8e6eb87b7d1797de2a11c7c4aa1932" }, "downloads": -1, "filename": "GridDataFormats-0.3.1-py2.7.egg", "has_sig": false, "md5_digest": "38c4defd7042b744f64ab0a815aefc0a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 60811, "upload_time": "2015-12-08T01:17:53", "url": "https://files.pythonhosted.org/packages/26/1c/7256a81dade26627139efbd73a33e3b606083ea784d21603b84dd5427544/GridDataFormats-0.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b23b8884c07ac7ecc703aba4ee95a65c", "sha256": "e51281eda967ff3b1ba44bfb02a85b46d4ca7afe57a42ce58393158755f1c9e4" }, "downloads": -1, "filename": "GridDataFormats-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b23b8884c07ac7ecc703aba4ee95a65c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 31337, "upload_time": "2015-12-08T01:17:59", "url": "https://files.pythonhosted.org/packages/a0/68/af60b650cba34df62577ccba41164564c4e78738e86d2beb900f27707d0e/GridDataFormats-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86359dca5732df7024d7d27f55688e13", "sha256": "41dad8bf34588f1f847f1898b45ca1a011ed0d620f2d201b0e06c0048645b9e2" }, "downloads": -1, "filename": "GridDataFormats-0.3.1.tar.gz", "has_sig": false, "md5_digest": "86359dca5732df7024d7d27f55688e13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41550, "upload_time": "2015-12-08T01:17:47", "url": "https://files.pythonhosted.org/packages/84/11/cf178c28a73f5c908a29e7aa5800f7adde27e474e4a01c15c9d3876e2b1d/GridDataFormats-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c1cd7828970fa596f934f770bd8023e3", "sha256": "ef23a467a11e59c65994332d6527c999bb0cba08b43594e8f728e25897e776c1" }, "downloads": -1, "filename": "GridDataFormats-0.3.2-py2.7.egg", "has_sig": false, "md5_digest": "c1cd7828970fa596f934f770bd8023e3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 67997, "upload_time": "2015-12-12T01:38:55", "url": "https://files.pythonhosted.org/packages/95/e9/c6520871958f92201ab7a8b6808f917487a8a14e95f7b050a3f9593150c8/GridDataFormats-0.3.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d8fe579250a2aaae20854a6c05956420", "sha256": "d9af45e39e5ea3d6878f6f67db59ff39cecd4303d02f7690e7199266fb372d63" }, "downloads": -1, "filename": "GridDataFormats-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8fe579250a2aaae20854a6c05956420", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 34856, "upload_time": "2015-12-12T01:39:00", "url": "https://files.pythonhosted.org/packages/2d/ed/bbc7dd58f90263c91e7e2629bd7b51b1e30d0c2614daa36c9208f508338b/GridDataFormats-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b3dd5e392c401eb002417e49af1b73b", "sha256": "8102d3b74b4c53e9f24f4128dc1ae305efc9fe1dd46b5a7d624cccd4403ff90d" }, "downloads": -1, "filename": "GridDataFormats-0.3.2.tar.gz", "has_sig": false, "md5_digest": "9b3dd5e392c401eb002417e49af1b73b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43989, "upload_time": "2015-12-12T01:38:50", "url": "https://files.pythonhosted.org/packages/90/49/2d64b69d09e557072f9e2fb035852bc65534a8db94cce0c6a37a4f3b8eb5/GridDataFormats-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "0c7e3d5220e5a6add3862784b0913d10", "sha256": "67066d426a168c2634455eb1af24dd436d7ba414ed7b8554193e15f5b775888d" }, "downloads": -1, "filename": "GridDataFormats-0.3.3-py2.7.egg", "has_sig": false, "md5_digest": "0c7e3d5220e5a6add3862784b0913d10", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 71463, "upload_time": "2016-05-13T22:25:27", "url": "https://files.pythonhosted.org/packages/d8/da/695ec9302bfd0bc6c7dee87e7741577587b0ac4f3a5e4e134bc66e669dce/GridDataFormats-0.3.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "da889da2587bf207edcba0e94eb3fedb", "sha256": "cf6ef20b28c6884334ee3d0212edd5a348fe9c7f8b3cbfc9d9f5b88819327a0a" }, "downloads": -1, "filename": "GridDataFormats-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da889da2587bf207edcba0e94eb3fedb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 36591, "upload_time": "2016-05-13T22:25:42", "url": "https://files.pythonhosted.org/packages/9e/ba/10343aae902f41ffb6d6a4ed0c3c6618a66709fac24f74a87bfc377542a8/GridDataFormats-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "32c7597e6d7f91460ad88ae87888dbaf", "sha256": "791407996d96b422c68b08b4e16af068d3eba4e8d99c342019b55c7fe135c26b" }, "downloads": -1, "filename": "GridDataFormats-0.3.3-py3.5.egg", "has_sig": false, "md5_digest": "32c7597e6d7f91460ad88ae87888dbaf", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 73079, "upload_time": "2016-05-13T22:31:48", "url": "https://files.pythonhosted.org/packages/61/95/cb7528015ac75970a533c027a73f5bfc2072941f8a99690dcb799e17779b/GridDataFormats-0.3.3-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "5c83d3bdd421eebcee10111942c5a21f", "sha256": "938f0efcb3bc2f58ec85048b933942da8a52c134170acc97cb095f09d3698fbd" }, "downloads": -1, "filename": "GridDataFormats-0.3.3.tar.gz", "has_sig": false, "md5_digest": "5c83d3bdd421eebcee10111942c5a21f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45431, "upload_time": "2016-05-13T22:25:18", "url": "https://files.pythonhosted.org/packages/1b/5d/768a606951c2868b5fcf446c8118557946fa0763ed70adfb429f18c017e0/GridDataFormats-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "da38be27431039e09d88cc1127e11766", "sha256": "93900219c9caf8cdce7e3e8e3cea98093cfb73ac09138ab8195466efc1a8e045" }, "downloads": -1, "filename": "GridDataFormats-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da38be27431039e09d88cc1127e11766", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38960, "upload_time": "2018-01-17T21:52:06", "url": "https://files.pythonhosted.org/packages/c9/79/777d7b6d65f6a6e7481536b8ebec053e2e3d5357de1d76add04f347ac6d7/GridDataFormats-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1ce7cbed3715b3bc95a4733063caf7d", "sha256": "f81d6b75aa7ebd9e8b64e14558c2d2583a0589829382beb4ef69860110261512" }, "downloads": -1, "filename": "GridDataFormats-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b1ce7cbed3715b3bc95a4733063caf7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63643, "upload_time": "2018-01-17T21:52:52", "url": "https://files.pythonhosted.org/packages/d2/82/d161413c564b560f17590169da51db94471b21d18ba75975b5d77b515092/GridDataFormats-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "9ad59903c47cc1604540582befe1a652", "sha256": "e6f2353567276e8bf257cde031571dd80f953952140678c2171c21e13e52896a" }, "downloads": -1, "filename": "GridDataFormats-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ad59903c47cc1604540582befe1a652", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1969203, "upload_time": "2019-04-06T20:34:17", "url": "https://files.pythonhosted.org/packages/6c/c1/f88b3048a2c90014be1e8dfdf676ad2b2acd51cad668903ee4b2fbaf8a8b/GridDataFormats-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b1c63c632984f1a0ffd400409ac1020", "sha256": "b362662c2dc475e2a3895fe044eaaa9a707bd660fd109a63dac84a47236690a3" }, "downloads": -1, "filename": "GridDataFormats-0.4.1.tar.gz", "has_sig": false, "md5_digest": "0b1c63c632984f1a0ffd400409ac1020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1980604, "upload_time": "2019-04-06T20:34:21", "url": "https://files.pythonhosted.org/packages/6c/d6/203399c0c069f7d6021d6766d5d8a41c3d7dce3aa5fe477e831b1e234ffa/GridDataFormats-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "0c7a7b5bffce3b930f902ea1f9cdbc66", "sha256": "2b1647da540d62cb6643ce8834ae30e9244dfbb30a4554c06740ed1938ee49ad" }, "downloads": -1, "filename": "GridDataFormats-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c7a7b5bffce3b930f902ea1f9cdbc66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1954794, "upload_time": "2019-05-16T17:58:01", "url": "https://files.pythonhosted.org/packages/9b/7e/796ea78dc3a29c119b1171f6c692cc5fb1bb2ece029429bf39fce27f4cd0/GridDataFormats-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d5cbc735b70b7978454e65441164739", "sha256": "f317ed60708de22d1b2a76ce89a00f722d903291b1055ff1018d441870c39d69" }, "downloads": -1, "filename": "GridDataFormats-0.5.0.tar.gz", "has_sig": false, "md5_digest": "2d5cbc735b70b7978454e65441164739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1982315, "upload_time": "2019-05-16T17:58:03", "url": "https://files.pythonhosted.org/packages/05/41/3c9494b1751a2d88b6ecea4622b3f29d71e5f469f4d669380e4a5720aa2d/GridDataFormats-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c7a7b5bffce3b930f902ea1f9cdbc66", "sha256": "2b1647da540d62cb6643ce8834ae30e9244dfbb30a4554c06740ed1938ee49ad" }, "downloads": -1, "filename": "GridDataFormats-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0c7a7b5bffce3b930f902ea1f9cdbc66", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1954794, "upload_time": "2019-05-16T17:58:01", "url": "https://files.pythonhosted.org/packages/9b/7e/796ea78dc3a29c119b1171f6c692cc5fb1bb2ece029429bf39fce27f4cd0/GridDataFormats-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d5cbc735b70b7978454e65441164739", "sha256": "f317ed60708de22d1b2a76ce89a00f722d903291b1055ff1018d441870c39d69" }, "downloads": -1, "filename": "GridDataFormats-0.5.0.tar.gz", "has_sig": false, "md5_digest": "2d5cbc735b70b7978454e65441164739", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1982315, "upload_time": "2019-05-16T17:58:03", "url": "https://files.pythonhosted.org/packages/05/41/3c9494b1751a2d88b6ecea4622b3f29d71e5f469f4d669380e4a5720aa2d/GridDataFormats-0.5.0.tar.gz" } ] }