spacepy


Namespacepy JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/spacepy/spacepy
SummarySpacePy: Tools for Space Science Applications
upload_time2024-04-26 10:54:54
maintainerSteve Morley, Dan Welling, Brian Larsen, Jon Niehof
docs_urlNone
authorSpacePy team
requires_python>=3.6
licenseCopyright 2010 Triad National Security, LLC 1. This LICENSE AGREEMENT is between Triad National Security, LLC ("Triad"), and the Individual or Organization ("Licensee") accessing and otherwise using SpacePy software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, Triad hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use SpacePy alone or in any derivative version, provided, however, that Triad's License Agreement and Triad's notice of copyright, i.e., "Copyright (c) 2010 Triad National Security, LLC; All Rights Reserved" are retained in SpacePy alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates SpacePy or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to SpacePy. 4. Triad is making SpacePy available to Licensee on an "AS IS" basis. TRIAD MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, LANS MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF SPACEPY WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. TRIAD SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF SPACEPY FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING SPACEPY, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between LANS and Licensee. This License Agreement does not grant permission to use Triad trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using SpacePy, Licensee agrees to be bound by the terms and conditions of this License Agreement. The modified version of IRBEMlib distributed with SpacePy is covered by the Lesser GNU Public License (LGPL).
keywords magnetosphere plasma physics space solar.wind space.weather magnetohydrodynamics
VCS
bugtrack_url
requirements numpy python-dateutil scipy matplotlib h5py
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3252523.svg)](https://doi.org/10.5281/zenodo.3252523)
[![Build Status](https://github.com/spacepy/spacepy/workflows/CI/badge.svg?branch=main)](https://github.com/spacepy/spacepy/actions?query=workflow%3ACI)

# SpacePy

SpacePy is a package for Python, targeted at the space sciences, that aims to make basic data analysis, modeling and visualization easier. It builds on the capabilities of the well-known NumPy and MatPlotLib packages. Publication quality output direct from analyses is emphasized among other goals:

 - Quickly obtain data
 - Read (and write) data from (and to) data formats like NASA CDF and HDF5
 - Create publications quality plots
 - Perform complicated analysis easily
 - Run common empirical models
 - Change coordinates and time systems effortlessly
 - Harness the power of Python

The SpacePy project seeks to promote accurate and open research standards by providing an open environment for code development. In the space physics community there has long been a significant reliance on proprietary languages that restrict free transfer of data and reproducibility of results. By providing a comprehensive, open-source library of widely-used analysis and visualization tools in a free, modern and intuitive language, we hope that this reliance will be diminished.

To help foster an open and welcoming environment, we have adopted a [code of conduct](https://github.com/spacepy/spacepy/blob/main/code-of-conduct.md) that we encourage members of the SpacePy community to read and follow.

## Getting SpacePy

Our latest release version is available through PyPI and can be installed using

```
pip install spacepy --user
```

This will also automatically install most dependencies.

The latest "bleeding-edge" source code is available from our github repository at [https://github.com/spacepy/spacepy](https://github.com/spacepy/spacepy).

Further installation documentation, including building from source and OS-specific information, can be found [here](https://spacepy.github.io/install.html). Full documentation is at [https://spacepy.github.io](https://spacepy.github.io).

SpacePy supports Python 3.6 and later.

### Dependencies

SpacePy has a number of well-maintained dependencies which are automatically installed by ```pip```. These include:

 - numpy (>=1.15.1)
 - dateutil (>=2.5)
 - scipy (>=1.0)
 - matplotlib (>=3.1)
 - h5py (>=2.10)

## Attribution

When publishing research which used SpacePy, please provide appropriate credit to the SpacePy team via citation or acknowledgement.

To cite SpacePy in publications, please cite both the code (DOI: 10.5281/zenodo.3252523) and the papers describing the package (BibTeX code):

```
@article{niehof2022spacepy,
  title={The SpacePy space science package at 12 years},
  author={Niehof, Jonathan T and Morley, Steven K and Welling, Daniel T and Larsen, Brian A},
  journal={Frontiers in Astronomy and Space Sciences},
  volume={9},
  year={2022},
  doi={10.3389/fspas.2022.1023612},
  publisher={Frontiers}
}
```

and/or

```
@INPROCEEDINGS{spacepy11,
author = {{Morley}, S.~K. and {Koller}, J. and {Welling}, D.~T. and {Larsen}, B.~A. and {Henderson}, M.~G. and {Niehof}, J.~T.},
title = "{Spacepy - A Python-based library of tools for the space sciences}",
booktitle = "{Proceedings of the 9th Python in science conference (SciPy 2010)}",
year = 2011,
address = {Austin, TX}
}
```

For additional information, see the [CITATION.cff](https://github.com/spacepy/spacepy/blob/main/CITATION.cff) file.
Certain modules may provide additional citations in the ```__citation__``` attribute. Contact a module's author before publication or public presentation of analysis performed by that module. This allows the author to validate the analysis and receive appropriate credit for his or her work.

For acknowledging SpacePy, please provide the URL to our github repository: [github.com/spacepy/spacepy](https://github.com/spacepy/spacepy).

## Changes
Changes in the released version of SpacePy are provided in the [release notes](https://spacepy.github.io/release_notes.html). For changes since the latest release, see the [repository version](https://github.com/spacepy/spacepy/blob/main/Doc/source/release_notes.rst).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spacepy/spacepy",
    "name": "spacepy",
    "maintainer": "Steve Morley, Dan Welling, Brian Larsen, Jon Niehof",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Steve Morley <smorley@lanl.gov>, Dan Welling <dwelling@umich.edu>, Brian Larsen <balarsen@lanl.gov>, Jon Niehof <Jonathan.Niehof@unh.edu>",
    "keywords": "magnetosphere, plasma, physics, space, solar.wind, space.weather, magnetohydrodynamics",
    "author": "SpacePy team",
    "author_email": "SpacePy team <spacepy@lanl.gov>",
    "download_url": "https://files.pythonhosted.org/packages/eb/4c/d3f4b4c6662cb353c1669cfec091c6ae450023f4aa2eaf5a8ede19207d1d/spacepy-0.6.0.tar.gz",
    "platform": "Windows",
    "description": "[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3252523.svg)](https://doi.org/10.5281/zenodo.3252523)\n[![Build Status](https://github.com/spacepy/spacepy/workflows/CI/badge.svg?branch=main)](https://github.com/spacepy/spacepy/actions?query=workflow%3ACI)\n\n# SpacePy\n\nSpacePy is a package for Python, targeted at the space sciences, that aims to make basic data analysis, modeling and visualization easier. It builds on the capabilities of the well-known NumPy and MatPlotLib packages. Publication quality output direct from analyses is emphasized among other goals:\n\n - Quickly obtain data\n - Read (and write) data from (and to) data formats like NASA CDF and HDF5\n - Create publications quality plots\n - Perform complicated analysis easily\n - Run common empirical models\n - Change coordinates and time systems effortlessly\n - Harness the power of Python\n\nThe SpacePy project seeks to promote accurate and open research standards by providing an open environment for code development. In the space physics community there has long been a significant reliance on proprietary languages that restrict free transfer of data and reproducibility of results. By providing a comprehensive, open-source library of widely-used analysis and visualization tools in a free, modern and intuitive language, we hope that this reliance will be diminished.\n\nTo help foster an open and welcoming environment, we have adopted a [code of conduct](https://github.com/spacepy/spacepy/blob/main/code-of-conduct.md) that we encourage members of the SpacePy community to read and follow.\n\n## Getting SpacePy\n\nOur latest release version is available through PyPI and can be installed using\n\n```\npip install spacepy --user\n```\n\nThis will also automatically install most dependencies.\n\nThe latest \"bleeding-edge\" source code is available from our github repository at [https://github.com/spacepy/spacepy](https://github.com/spacepy/spacepy).\n\nFurther installation documentation, including building from source and OS-specific information, can be found [here](https://spacepy.github.io/install.html). Full documentation is at [https://spacepy.github.io](https://spacepy.github.io).\n\nSpacePy supports Python 3.6 and later.\n\n### Dependencies\n\nSpacePy has a number of well-maintained dependencies which are automatically installed by ```pip```. These include:\n\n - numpy (>=1.15.1)\n - dateutil (>=2.5)\n - scipy (>=1.0)\n - matplotlib (>=3.1)\n - h5py (>=2.10)\n\n## Attribution\n\nWhen publishing research which used SpacePy, please provide appropriate credit to the SpacePy team via citation or acknowledgement.\n\nTo cite SpacePy in publications, please cite both the code (DOI: 10.5281/zenodo.3252523) and the papers describing the package (BibTeX code):\n\n```\n@article{niehof2022spacepy,\n  title={The SpacePy space science package at 12 years},\n  author={Niehof, Jonathan T and Morley, Steven K and Welling, Daniel T and Larsen, Brian A},\n  journal={Frontiers in Astronomy and Space Sciences},\n  volume={9},\n  year={2022},\n  doi={10.3389/fspas.2022.1023612},\n  publisher={Frontiers}\n}\n```\n\nand/or\n\n```\n@INPROCEEDINGS{spacepy11,\nauthor = {{Morley}, S.~K. and {Koller}, J. and {Welling}, D.~T. and {Larsen}, B.~A. and {Henderson}, M.~G. and {Niehof}, J.~T.},\ntitle = \"{Spacepy - A Python-based library of tools for the space sciences}\",\nbooktitle = \"{Proceedings of the 9th Python in science conference (SciPy 2010)}\",\nyear = 2011,\naddress = {Austin, TX}\n}\n```\n\nFor additional information, see the [CITATION.cff](https://github.com/spacepy/spacepy/blob/main/CITATION.cff) file.\nCertain modules may provide additional citations in the ```__citation__``` attribute. Contact a module's author before publication or public presentation of analysis performed by that module. This allows the author to validate the analysis and receive appropriate credit for his or her work.\n\nFor acknowledging SpacePy, please provide the URL to our github repository: [github.com/spacepy/spacepy](https://github.com/spacepy/spacepy).\n\n## Changes\nChanges in the released version of SpacePy are provided in the [release notes](https://spacepy.github.io/release_notes.html). For changes since the latest release, see the [repository version](https://github.com/spacepy/spacepy/blob/main/Doc/source/release_notes.rst).\n",
    "bugtrack_url": null,
    "license": "Copyright 2010 Triad National Security, LLC  1. This LICENSE AGREEMENT is between Triad National Security, LLC (\"Triad\"), and the Individual or Organization (\"Licensee\") accessing and otherwise using SpacePy software in source or binary form and its associated documentation.  2. Subject to the terms and conditions of this License Agreement, Triad hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use SpacePy alone or in any derivative version, provided, however, that Triad's License Agreement and Triad's notice of copyright, i.e., \"Copyright (c) 2010 Triad National Security, LLC; All Rights Reserved\" are retained in SpacePy alone or in any derivative version prepared by Licensee.  3. In the event Licensee prepares a derivative work that is based on or incorporates SpacePy or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to SpacePy.  4. Triad is making SpacePy available to Licensee on an \"AS IS\" basis. TRIAD MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, LANS MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF SPACEPY WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.  5. TRIAD SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF SPACEPY FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING SPACEPY, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.  6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.  7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between LANS and Licensee. This License Agreement does not grant permission to use Triad trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.  8. By copying, installing or otherwise using SpacePy, Licensee agrees to be bound by the terms and conditions of this License Agreement.   The modified version of IRBEMlib distributed with SpacePy is covered by the Lesser GNU Public License (LGPL). ",
    "summary": "SpacePy: Tools for Space Science Applications",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/spacepy/spacepy",
        "homepage": "https://spacepy.github.io/",
        "repository": "https://github.com/spacepy/spacepy.git"
    },
    "split_keywords": [
        "magnetosphere",
        " plasma",
        " physics",
        " space",
        " solar.wind",
        " space.weather",
        " magnetohydrodynamics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69e35fa6724a23f2af6239a79a67c58c37e9a4e67ee763db306ebc90e0eb5b20",
                "md5": "73b858bd026cd3b37f8b49893cf33cb0",
                "sha256": "867749bf45d47c3aa93b14ffb348bbec3edd958d24b7c7815a4c306097c7fbbf"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73b858bd026cd3b37f8b49893cf33cb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 6041060,
            "upload_time": "2024-04-26T10:53:24",
            "upload_time_iso_8601": "2024-04-26T10:53:24.766175Z",
            "url": "https://files.pythonhosted.org/packages/69/e3/5fa6724a23f2af6239a79a67c58c37e9a4e67ee763db306ebc90e0eb5b20/spacepy-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "896b796b91f1f5e4cd50e194666d0aeb997f28a5cb5e3bbe37745ed4229f42e2",
                "md5": "bf93ec7e84654ce416013b44103fee91",
                "sha256": "864e7b9a82de466ae1511a8ca9013e7c1d1d881ac7e9e9a5411d742507cc1892"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bf93ec7e84654ce416013b44103fee91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 5261359,
            "upload_time": "2024-04-26T10:53:29",
            "upload_time_iso_8601": "2024-04-26T10:53:29.638838Z",
            "url": "https://files.pythonhosted.org/packages/89/6b/796b91f1f5e4cd50e194666d0aeb997f28a5cb5e3bbe37745ed4229f42e2/spacepy-0.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa032e4ba17b7836916ea2bb631b8aa34e6e15ddccd6631596a92f0da7c70d99",
                "md5": "32f4ea6b26fa3ff31a4c3d13e1b77da7",
                "sha256": "655fc0a12747a7e30c4314dc566584b80c3facaaf8d614f3e856bd971f83332b"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32f4ea6b26fa3ff31a4c3d13e1b77da7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 5096465,
            "upload_time": "2024-04-26T10:53:32",
            "upload_time_iso_8601": "2024-04-26T10:53:32.833159Z",
            "url": "https://files.pythonhosted.org/packages/aa/03/2e4ba17b7836916ea2bb631b8aa34e6e15ddccd6631596a92f0da7c70d99/spacepy-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3571e5ab3b74118a6b5fb614d8480eac077856a76cc9d547e1616281cacaeac0",
                "md5": "f8341736d710cdf14745c43141e9d81e",
                "sha256": "3c3ed525a493104b8d249e3499b5aa3366b9e1fb32455d70e01c160851a54f80"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f8341736d710cdf14745c43141e9d81e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 4486993,
            "upload_time": "2024-04-26T10:53:36",
            "upload_time_iso_8601": "2024-04-26T10:53:36.326656Z",
            "url": "https://files.pythonhosted.org/packages/35/71/e5ab3b74118a6b5fb614d8480eac077856a76cc9d547e1616281cacaeac0/spacepy-0.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9708134b0229511ea46e7128b6d592ea2153a91796d591a53474360bec82a3a0",
                "md5": "14f219d9c7efc9e31e2a57786e64ab65",
                "sha256": "e0e90cd2a37187ccd4779b1b5649e295eeb9def6fc7c525d465c7a0f6430ae12"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14f219d9c7efc9e31e2a57786e64ab65",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 6040885,
            "upload_time": "2024-04-26T10:53:40",
            "upload_time_iso_8601": "2024-04-26T10:53:40.288278Z",
            "url": "https://files.pythonhosted.org/packages/97/08/134b0229511ea46e7128b6d592ea2153a91796d591a53474360bec82a3a0/spacepy-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a52fd906b2ef9dbe1930ffffe8b32756d4ca6098913463ccb04c93a3959d530",
                "md5": "46bd2d7bad17e8ba7050fb81f6326100",
                "sha256": "91b6a9ee8eea74318143bba6eabed465708a00febc5f3a1dd50b13027fe83066"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "46bd2d7bad17e8ba7050fb81f6326100",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 5261294,
            "upload_time": "2024-04-26T10:53:44",
            "upload_time_iso_8601": "2024-04-26T10:53:44.076012Z",
            "url": "https://files.pythonhosted.org/packages/9a/52/fd906b2ef9dbe1930ffffe8b32756d4ca6098913463ccb04c93a3959d530/spacepy-0.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "904b29843194b69bcec20c0bfdef59dce14767d29f2b8b0ca5df9e663ba71301",
                "md5": "0e959c8bffab2d567374f365ef4aaed4",
                "sha256": "c708f148d2c64bae4de14f5c74659094cccaaf18fac74ed8346985a72d481df6"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e959c8bffab2d567374f365ef4aaed4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 5097312,
            "upload_time": "2024-04-26T10:53:47",
            "upload_time_iso_8601": "2024-04-26T10:53:47.269110Z",
            "url": "https://files.pythonhosted.org/packages/90/4b/29843194b69bcec20c0bfdef59dce14767d29f2b8b0ca5df9e663ba71301/spacepy-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2120a929d5d0ed325273463b03415eadf76082bec8c3da830e6be7592352bac6",
                "md5": "aa6028c5be2457bc4e7e1dacb948dd28",
                "sha256": "d965ed44e7cdd9227ff84981feeb0108993c057a92de70e6c4b5351efe8dd22f"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa6028c5be2457bc4e7e1dacb948dd28",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 4487303,
            "upload_time": "2024-04-26T10:53:50",
            "upload_time_iso_8601": "2024-04-26T10:53:50.264193Z",
            "url": "https://files.pythonhosted.org/packages/21/20/a929d5d0ed325273463b03415eadf76082bec8c3da830e6be7592352bac6/spacepy-0.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49902a4c279641db87f3d72f585d5aca1c6c3a2522d79481783678d4ff9c259e",
                "md5": "9df253cfeb24a381a57dabdcaa4d9b5e",
                "sha256": "309273281dfd6380a29791ebb08ed68de2931ff2dde0d59f1d0e4f71cda7b926"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9df253cfeb24a381a57dabdcaa4d9b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 6047908,
            "upload_time": "2024-04-26T10:53:53",
            "upload_time_iso_8601": "2024-04-26T10:53:53.975974Z",
            "url": "https://files.pythonhosted.org/packages/49/90/2a4c279641db87f3d72f585d5aca1c6c3a2522d79481783678d4ff9c259e/spacepy-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b994b9dbe4dbfb11e67e577e0bae613fcaf515b833db49b0c84c90b57512c336",
                "md5": "2be96fec0048ee44a11c0c413b4b258f",
                "sha256": "84339a12d189521bf49f2b4774a3d5d2b2f74cf593e313fdf6f8df319f4537a9"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2be96fec0048ee44a11c0c413b4b258f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 5267995,
            "upload_time": "2024-04-26T10:53:57",
            "upload_time_iso_8601": "2024-04-26T10:53:57.146627Z",
            "url": "https://files.pythonhosted.org/packages/b9/94/b9dbe4dbfb11e67e577e0bae613fcaf515b833db49b0c84c90b57512c336/spacepy-0.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3ffd6322e652301aadea2545bc886ab9e82a1876e23080751ae26df2e51ebf1",
                "md5": "227269723fe59f5b7b28eddac578adde",
                "sha256": "50e132bdfa6a7f0bdc2036833db3543fc104fbaccc8ced3c3f2c53178a093e05"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "227269723fe59f5b7b28eddac578adde",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 5113331,
            "upload_time": "2024-04-26T10:54:00",
            "upload_time_iso_8601": "2024-04-26T10:54:00.373824Z",
            "url": "https://files.pythonhosted.org/packages/c3/ff/d6322e652301aadea2545bc886ab9e82a1876e23080751ae26df2e51ebf1/spacepy-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9231abde500c179ab29a04a2bfbe355a76841b3a572052f91db2af456245dd12",
                "md5": "27d2d083b0f8057ea20574795b1d0a10",
                "sha256": "4c09765319c562245422be595a00063a9622831f1425fffd22861d15cf1cad16"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "27d2d083b0f8057ea20574795b1d0a10",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 4504842,
            "upload_time": "2024-04-26T10:54:03",
            "upload_time_iso_8601": "2024-04-26T10:54:03.989788Z",
            "url": "https://files.pythonhosted.org/packages/92/31/abde500c179ab29a04a2bfbe355a76841b3a572052f91db2af456245dd12/spacepy-0.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a12e04948f505fca26390f25f607180ab6a14ad97f196ca31af57b2d6c8b0449",
                "md5": "26527b719fce6c7bce0364a4947ac349",
                "sha256": "b1c98a10b654e875128eb4bbe9872b600be9d8a831e9c577a992752216580be9"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "26527b719fce6c7bce0364a4947ac349",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 2416761,
            "upload_time": "2024-04-26T10:54:06",
            "upload_time_iso_8601": "2024-04-26T10:54:06.856652Z",
            "url": "https://files.pythonhosted.org/packages/a1/2e/04948f505fca26390f25f607180ab6a14ad97f196ca31af57b2d6c8b0449/spacepy-0.6.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61ff953c9cd02701cd0d85526fa7da1fa8cf8be763362416bc834e910258b622",
                "md5": "a8648b72785a3f394f74f2e91ebe0597",
                "sha256": "0f4820d3361c08c1e6217d706052a936b6d7383afbffc620bcd9209089788f36"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a8648b72785a3f394f74f2e91ebe0597",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 3057472,
            "upload_time": "2024-04-26T10:54:09",
            "upload_time_iso_8601": "2024-04-26T10:54:09.400971Z",
            "url": "https://files.pythonhosted.org/packages/61/ff/953c9cd02701cd0d85526fa7da1fa8cf8be763362416bc834e910258b622/spacepy-0.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c59e4952f28709cf685187a6bbd65a3c064d34bacb64b5064746b353bc35d4c5",
                "md5": "875da3f7481d2bd4dfbdf861a62edb78",
                "sha256": "229e0c86131cab3c53a67f26ea81e15210313f71d171aa8606ce2a3b3a7bfd5d"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "875da3f7481d2bd4dfbdf861a62edb78",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 2474501,
            "upload_time": "2024-04-26T10:54:12",
            "upload_time_iso_8601": "2024-04-26T10:54:12.829015Z",
            "url": "https://files.pythonhosted.org/packages/c5/9e/4952f28709cf685187a6bbd65a3c064d34bacb64b5064746b353bc35d4c5/spacepy-0.6.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a1b7008dc8c7dfe3c8d6f292a8c98bd0781889d6f169b34da9f8bd950a37222",
                "md5": "02405c042b1701fd6d1cb5835de60bad",
                "sha256": "6739c41a1d172874cd74ba2da89005806fa841b407f6d2a90df607581ede4e54"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "02405c042b1701fd6d1cb5835de60bad",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 4424472,
            "upload_time": "2024-04-26T10:54:15",
            "upload_time_iso_8601": "2024-04-26T10:54:15.711410Z",
            "url": "https://files.pythonhosted.org/packages/8a/1b/7008dc8c7dfe3c8d6f292a8c98bd0781889d6f169b34da9f8bd950a37222/spacepy-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9643402caf274f6dfe135e9d98fa4d3a8e9dcd7ca887ba1c04fa20c129e67f35",
                "md5": "bbc5a2be34b8920da8e42639ea505d7c",
                "sha256": "b2082e9d2bea9a7a8140081f0dbb8d8006a29492ecce264fc908525cdb72bcf7"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bbc5a2be34b8920da8e42639ea505d7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 5065399,
            "upload_time": "2024-04-26T10:54:18",
            "upload_time_iso_8601": "2024-04-26T10:54:18.730295Z",
            "url": "https://files.pythonhosted.org/packages/96/43/402caf274f6dfe135e9d98fa4d3a8e9dcd7ca887ba1c04fa20c129e67f35/spacepy-0.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b24cec7bd03c4a4e9e3d9abd9dd084df403357589707b00ba65529c7618581cc",
                "md5": "d2099900bca5a33d08df657b6859d802",
                "sha256": "45119a6af633590b3d85ec5c56c26d5842700c123448110eb19d63039a8e9c45"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d2099900bca5a33d08df657b6859d802",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 4481932,
            "upload_time": "2024-04-26T10:54:21",
            "upload_time_iso_8601": "2024-04-26T10:54:21.680499Z",
            "url": "https://files.pythonhosted.org/packages/b2/4c/ec7bd03c4a4e9e3d9abd9dd084df403357589707b00ba65529c7618581cc/spacepy-0.6.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d57ff70578c6dc8f0d4265aa717a74484e76cd7f50767aa6d0fef1d2dcd0ca40",
                "md5": "20c735575710748cdbd7370a468c655c",
                "sha256": "62d94d71a5081e53c1cb452b1bfe0b594230839b3c3b0bfdaec6924baaa424ab"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20c735575710748cdbd7370a468c655c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 4425049,
            "upload_time": "2024-04-26T10:54:25",
            "upload_time_iso_8601": "2024-04-26T10:54:25.448587Z",
            "url": "https://files.pythonhosted.org/packages/d5/7f/f70578c6dc8f0d4265aa717a74484e76cd7f50767aa6d0fef1d2dcd0ca40/spacepy-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca2bea5c3c5db489e183d093e9f0bfbfbb00551dd094f26f9a80ce1c0bb3cd5c",
                "md5": "096051a63e9400f30fae0f528b56a67e",
                "sha256": "62ee9c38993d5bb3576b3b806f3782c46c845b07975ef7df4613c307c4c1a504"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "096051a63e9400f30fae0f528b56a67e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 5260502,
            "upload_time": "2024-04-26T10:54:29",
            "upload_time_iso_8601": "2024-04-26T10:54:29.225220Z",
            "url": "https://files.pythonhosted.org/packages/ca/2b/ea5c3c5db489e183d093e9f0bfbfbb00551dd094f26f9a80ce1c0bb3cd5c/spacepy-0.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34993eef2208069cf1b978dfffb4da88fe3703bd79213fcf49406dacbfb30f57",
                "md5": "61d09738677ea459cfa803ce6f2744c6",
                "sha256": "f968458df89d3f4d96a2d89cc82f3e09a1cec2d2cc81dba062e5cf19d5d2fce4"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61d09738677ea459cfa803ce6f2744c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 5071445,
            "upload_time": "2024-04-26T10:54:32",
            "upload_time_iso_8601": "2024-04-26T10:54:32.648207Z",
            "url": "https://files.pythonhosted.org/packages/34/99/3eef2208069cf1b978dfffb4da88fe3703bd79213fcf49406dacbfb30f57/spacepy-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68ea8ae15062a0d89ed91628a5d3ff7e435397feba41c84194314fe36172f48b",
                "md5": "9af7ef3d600b620c92265eee3995ebad",
                "sha256": "3d9ca763e21160036f35021b43267e014c5a47e6f8197ec34dc20828bccea533"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9af7ef3d600b620c92265eee3995ebad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 4478871,
            "upload_time": "2024-04-26T10:54:35",
            "upload_time_iso_8601": "2024-04-26T10:54:35.958825Z",
            "url": "https://files.pythonhosted.org/packages/68/ea/8ae15062a0d89ed91628a5d3ff7e435397feba41c84194314fe36172f48b/spacepy-0.6.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "584959925da334f02b1069f41e86b41a2589daf283ca4449c5bd6c2e30ed7755",
                "md5": "898cd967517598659d2e17555529e0c5",
                "sha256": "40d91a38cb566ec1d4da401183dd260ebf86f8c8badac485bee8a15d7cef0b20"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "898cd967517598659d2e17555529e0c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 6039422,
            "upload_time": "2024-04-26T10:54:39",
            "upload_time_iso_8601": "2024-04-26T10:54:39.603610Z",
            "url": "https://files.pythonhosted.org/packages/58/49/59925da334f02b1069f41e86b41a2589daf283ca4449c5bd6c2e30ed7755/spacepy-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57f8d2f6a4f4fe00a64d6964787c75813ec82b1f1048c9e8cdf606863e481aff",
                "md5": "ba4f9f8de95c706df46530c3eeb3fbb8",
                "sha256": "e3f88b285d081fe3eab47aa0cabdd35768256784f2603554d9b73f9d7a9bff03"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ba4f9f8de95c706df46530c3eeb3fbb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 5261350,
            "upload_time": "2024-04-26T10:54:42",
            "upload_time_iso_8601": "2024-04-26T10:54:42.832519Z",
            "url": "https://files.pythonhosted.org/packages/57/f8/d2f6a4f4fe00a64d6964787c75813ec82b1f1048c9e8cdf606863e481aff/spacepy-0.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9e29fdc9cedcfd7f1257916169e348f741f83b0910ef8b5f860f1d5ab23493e",
                "md5": "f65ae4fef6e42b3374bd1772a95947c0",
                "sha256": "cbc49a4af76f6c7ff3e90b11f9da4283db3b1687ea16863813a849becf26b7d7"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f65ae4fef6e42b3374bd1772a95947c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 5069675,
            "upload_time": "2024-04-26T10:54:46",
            "upload_time_iso_8601": "2024-04-26T10:54:46.670819Z",
            "url": "https://files.pythonhosted.org/packages/f9/e2/9fdc9cedcfd7f1257916169e348f741f83b0910ef8b5f860f1d5ab23493e/spacepy-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65748ab95b6f9c086ca797947f102ed6559dd81dab312947e3a3808b940eb252",
                "md5": "d5227c48f7e0ea31cd3aaa13a647b9d4",
                "sha256": "4da720d5226b1a5828cff2da8f6a6c321e16b4379758640795e6692ce7986d9f"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d5227c48f7e0ea31cd3aaa13a647b9d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 4485525,
            "upload_time": "2024-04-26T10:54:49",
            "upload_time_iso_8601": "2024-04-26T10:54:49.737690Z",
            "url": "https://files.pythonhosted.org/packages/65/74/8ab95b6f9c086ca797947f102ed6559dd81dab312947e3a3808b940eb252/spacepy-0.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb4cd3f4b4c6662cb353c1669cfec091c6ae450023f4aa2eaf5a8ede19207d1d",
                "md5": "135b96f3ed3f8b946830a0feb36952b1",
                "sha256": "b4271dfd97e8b2853e805e2f315c1bc99fa0d1c0391a5dc44e58072b96eec4ac"
            },
            "downloads": -1,
            "filename": "spacepy-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "135b96f3ed3f8b946830a0feb36952b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7660341,
            "upload_time": "2024-04-26T10:54:54",
            "upload_time_iso_8601": "2024-04-26T10:54:54.859637Z",
            "url": "https://files.pythonhosted.org/packages/eb/4c/d3f4b4c6662cb353c1669cfec091c6ae450023f4aa2eaf5a8ede19207d1d/spacepy-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 10:54:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spacepy",
    "github_project": "spacepy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.15.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.5"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.1"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "2.10"
                ]
            ]
        }
    ],
    "lcname": "spacepy"
}
        
Elapsed time: 0.25432s