{
"info": {
"author": "Clemens Kloss",
"author_email": "ancklo@space.dtu.dk",
"bugtrack_url": null,
"classifiers": [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Physics"
],
"description": "\nOverview\n========\n\nChaosMagPy is a simple Python package for evaluating the\n`CHAOS-7 `_ geomagnetic\nfield model. To quickly get started, download a complete working example\nincluding the latest model under the \"Forward code\" section.\n\nDocumentation\n-------------\n\nThe documentation of the current release is available on\n`Read the Docs `_.\n\n|doi| |docs| |license|\n\n.. |docs| image:: https://readthedocs.org/projects/chaosmagpy/badge/?version=stable\n :target: https://chaosmagpy.readthedocs.io/en/stable/?badge=stable\n :alt: Documentation Status\n\n.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg\n :target: license.html\n\n.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3352398.svg\n :target: https://doi.org/10.5281/zenodo.3352398\n\nReferences\n----------\n\nTo reference ChaosMagPy in publications, please cite the package itself\n\nhttps://doi.org/10.5281/zenodo.3352398\n\nand all three of the following:\n\nFinlay, C.C., Olsen, N., Kotsiaros, S., Gillet, N. and Toeffner-Clausen, L. (2016),\nRecent geomagnetic secular variation from Swarm and ground observatories\nas estimated in the CHAOS-6 geomagnetic field model Earth Planets Space,\nVol 68, 112. doi: 10.1186/s40623-016-0486-1\n\nOlsen, N., Luehr, H., Finlay, C.C., Sabaka, T. J., Michaelis, I., Rauberg, J. and Toeffner-Clausen, L. (2014),\nThe CHAOS-4 geomagnetic field model, Geophys. J. Int., Vol 197, 815-827,\ndoi: 10.1093/gji/ggu033.\n\nOlsen, N., Luehr, H., Sabaka, T.J., Mandea, M. ,Rother, M., Toeffner-Clausen, L. and Choi, S. (2006),\nCHAOS \u2014 a model of Earth's magnetic field derived from CHAMP, \u00d8rsted, and SAC-C magnetic satellite data,\nGeophys. J. Int., vol. 166 67-75\n\nLicense\n=======\n\nMIT License\n\nCopyright (c) 2019 Clemens Kloss\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nInstallation\n============\n\nChaosMagPy relies on the following:\n\n* python>=3.6\n* numpy\n* scipy\n* pandas\n* cython\n* h5py\n* cartopy>=0.17\n* matplotlib>=3\n* cdflib\n* hdf5storage\n\nSpecific installation steps using the conda/pip package managers are as follows:\n\n1. Install packages with conda:\n\n >>> conda install python numpy scipy pandas cython cartopy matplotlib h5py\n\n2. Install packages with pip:\n\n >>> pip install cdflib hdf5storage\n\n3. Finally install ChaosMagPy either with pip from PyPI:\n\n >>> pip install chaosmagpy\n\n or, if you have downloaded the `package files `_\n to the current working directory, with:\n\n >>> pip install chaosmagpy-x.x-py3-none-any.whl\n\n or, alternatively\n\n >>> pip install chaosmagpy-x.x.tar.gz\n\n replacing ``x.x`` with the correct version.\n\nChangelog\n=========\n\nVersion 0.2\n-------------\n| **Date:** October 3, 2019\n| **Release:** v0.2\n\nFeatures\n^^^^^^^^\n* Updated RC-index file to recent version (August 2019)\n* Added option ``nmin`` to ``synth_values``.\n* Vectorized ``mjd2000``, ``mjd_to_dyear`` and ``dyear_to_mjd``.\n* New function ``local_time`` for a simple computation of the local time.\n* New function ``zenith_angle`` for computing the solar zenith angle.\n* New function ``gg_to_geo`` and ``geo_to_gg`` for transforming geodetic and\n geocentric coordinates.\n* Added keyword ``start_date`` to ``rotate_gauss_fft``\n* Improved performance of ``synth_coeffs_sm`` and ``synth_coeffs_gsm``.\n* Automatically import ``model_utils.synth_values``.\n\nDeprecations\n^^^^^^^^^^^^\n* Rewrote ``load_matfile``: now traverses matfile and outputs dictionary.\n* Removed ``breaks_euler`` and ``coeffs_euler`` from ``CHAOS`` class\n attributes. Euler angles are now handled as ``Base`` class instance.\n\nBugfixes\n^^^^^^^^\n* Fixed collocation matrix for unordered collocation sites. Endpoint now\n correctly taken into account.\n\nVersion 0.1\n-------------\n| **Date:** May 10, 2019\n| **Release:** v0.1\n\nFeatures\n^^^^^^^^\n* New CHAOS class method ``synth_euler_angles`` to compute euler angles for\n the satellites from the CHAOS model (used to rotate vectors from\n magnetometer frame to the satellite frame).\n* Added CHAOS class methods ``synth_values_tdep``, ``synth_values_static``,\n ``synth_values_gsm`` and ``synth_values_sm`` for field value computation.\n* RC index file now stored in HDF5 format.\n* Filepaths and other parameters are now handled by ``basicConfig``.\n* Added extrapolation keyword to CHAOS class method ``synth_coeffs``, linear by\n default.\n* ``mjd2000`` now also accepts datetime class instances.\n* ``load_RC_datfile`` downloads latest RC-index file from the website if no\n file is given.\n\nBugfixes\n^^^^^^^^\n* Resolved issue in ``model_utils.degree_correlation``.\n* Changed the date conversion to include hours and seconds not just the day\n when plotting the timeseries.\n\nVersion 0.1a3\n-------------\n| **Date:** February 19, 2019\n| **Release:** v0.1a3\n\nFeatures\n^^^^^^^^\n* New CHAOS class method ``save_matfile`` to output MATLAB compatible\n files of the CHAOS model (using the ``hdf5storage`` package).\n* Added ``epoch`` keyword to basevector input arguments of GSM, SM and MAG\n coordinate systems.\n\nBugfixes\n^^^^^^^^\n* Fixed problem of the setup configuration for ``pip`` which caused importing\n the package to fail although installation was indicated as successful.\n\nVersion 0.1a2\n-------------\n| **Date:** January 26, 2019\n| **Release:** v0.1a2\n\nFeatures\n^^^^^^^^\n* ``mjd_to_dyear`` and ``dyear_to_mjd`` convert time with microseconds\n precision to prevent round-off errors in seconds.\n* Time conversion now uses built-in ``calendar`` module to identify leap year.\n\nBugfixes\n^^^^^^^^\n* Fixed wrong package requirement that caused the installation of\n ChaosMagPy v0.1a1 to fail with ``pip``. If installation of v0.1a1 is needed,\n use ``pip install --no-deps chaosmagpy==0.1a1`` to ignore faulty\n requirements.\n\n\nVersion 0.1a1\n-------------\n| **Date:** January 5, 2019\n| **Release:** v0.1a1\n\nFeatures\n^^^^^^^^\n* Package now supports Matplotlib v3 and Cartopy v0.17.\n* Loading shc-file now converts decimal year to ``mjd2000`` taking leap years\n into account by default.\n* Moved ``mjd2000`` from ``coordinate_utils`` to ``data_utils``.\n* Added function to compute degree correlation.\n* Added functions to compute and plot the power spectrum.\n* Added flexibility to the function synth_values: now supports NumPy\n broadcasting rules.\n* Fixed CHAOS class method synth_coeffs_sm default source parameter: now\n defaults to ``'external'``.\n\nDeprecations\n^^^^^^^^^^^^\n* Optional argument ``source`` when saving shc-file has been renamed to\n ``model``.\n* ``plot_external_map`` has been renamed to ``plot_maps_external``\n* ``synth_sm_field`` has been renamed to ``synth_coeffs_sm``\n* ``synth_gsm_field`` has been renamed to ``synth_coeffs_gsm``\n* ``plot_static_map`` has been renamed to ``plot_maps_static``\n* ``synth_static_field`` has been renamed to ``synth_coeffs_static``\n* ``plot_tdep_maps`` has been renamed to ``plot_maps_tdep``\n* ``synth_tdep_field`` has been renamed to ``synth_coeffs_tdep``\n\n\nVersion 0.1a0\n-------------\n| **Date:** October 13, 2018\n| **Release:** v0.1a0\n\nInitial release to the users for testing.\n\n\n",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/ancklo/ChaosMagPy",
"keywords": "CHAOS,geomagnetic field,spherical harmonics model,secular variation,core field,crustal field",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "chaosmagpy",
"package_url": "https://pypi.org/project/chaosmagpy/",
"platform": "",
"project_url": "https://pypi.org/project/chaosmagpy/",
"project_urls": {
"Homepage": "https://github.com/ancklo/ChaosMagPy"
},
"release_url": "https://pypi.org/project/chaosmagpy/0.2/",
"requires_dist": [
"numpy",
"scipy",
"pandas",
"Cython",
"matplotlib (>=3)",
"cdflib",
"hdf5storage"
],
"requires_python": ">= 3.6",
"summary": "Evaluate the CHAOS geomagnetic field model.",
"version": "0.2"
},
"last_serial": 5927945,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "02572b6b5d7852ef38c85098e94566f3",
"sha256": "412d42c1a65b87574e4d5c3276cafd1b55a0f8938f3944d1ab5305580886c241"
},
"downloads": -1,
"filename": "chaosmagpy-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "02572b6b5d7852ef38c85098e94566f3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">= 3.6",
"size": 2271986,
"upload_time": "2019-05-12T12:06:17",
"url": "https://files.pythonhosted.org/packages/c8/6d/ac13de870580a9d1db98aeb892045d8fb197ae4e71be7f5732682cdb5dfe/chaosmagpy-0.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "67c1edfa9baecfa130316118018e91ec",
"sha256": "efe0f6175e5f87e80bd712e15bf529838d3425f8d0860fcb29ae2b9c783a0a78"
},
"downloads": -1,
"filename": "chaosmagpy-0.1.tar.gz",
"has_sig": false,
"md5_digest": "67c1edfa9baecfa130316118018e91ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">= 3.6",
"size": 2274703,
"upload_time": "2019-05-12T12:06:20",
"url": "https://files.pythonhosted.org/packages/c6/5f/6a15a3f1675398d85b2bf1aa9b38d4a360d70e0b4214cb9bdb1dc7ebad6e/chaosmagpy-0.1.tar.gz"
}
],
"0.1a0": [
{
"comment_text": "",
"digests": {
"md5": "d31e0e6d60144834f984bc443aa59034",
"sha256": "1764c29de00740e96b9110e36d28cfc80487164bdd9724ef829b554a46a8c863"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d31e0e6d60144834f984bc443aa59034",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2506483,
"upload_time": "2018-10-13T14:56:36",
"url": "https://files.pythonhosted.org/packages/41/74/c8fc18fe99685f537243ec130e46ca467102f6ccd374039e9dfe33ec0874/chaosmagpy-0.1a0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "6173e1bb0e58d670e4b75d65e7feced2",
"sha256": "c8d6e2f2376b8090c9d6f6cfce7968c75e06c5eaa93794fb244e800439a7e9e1"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a0.tar.gz",
"has_sig": false,
"md5_digest": "6173e1bb0e58d670e4b75d65e7feced2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2458740,
"upload_time": "2018-10-13T14:56:38",
"url": "https://files.pythonhosted.org/packages/aa/05/82b8fb0bf8a2ff6d6bfd98794995beea129472949b2bacb01c069af5ee34/chaosmagpy-0.1a0.tar.gz"
}
],
"0.1a1": [
{
"comment_text": "",
"digests": {
"md5": "266aebe9fc8297f04c52bcd38aadeac3",
"sha256": "b18e823768c82e8f58c587825b98c8b6844b4e91ae9f2d5048eb6d206767ba64"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "266aebe9fc8297f04c52bcd38aadeac3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2512034,
"upload_time": "2019-01-06T19:22:41",
"url": "https://files.pythonhosted.org/packages/b2/47/671c61c970936a549bd57d1a8ae9ed7683d6e18d2b8d7d163a63f0aa03cc/chaosmagpy-0.1a1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2c9ff96632e8599a4a3a9286a6bba1a3",
"sha256": "0e772b0ea26c98e62a327786a759a4472b72b0c52c6f1dafe29cc3afb4ec2e37"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a1.tar.gz",
"has_sig": false,
"md5_digest": "2c9ff96632e8599a4a3a9286a6bba1a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2464855,
"upload_time": "2019-01-06T19:22:52",
"url": "https://files.pythonhosted.org/packages/1f/c2/be956bc7c4f7ad62041af5ce89f2d6b2df47db5104c8c071702b01d7b300/chaosmagpy-0.1a1.tar.gz"
}
],
"0.1a2": [
{
"comment_text": "",
"digests": {
"md5": "258668b1a3090927a06f99dd23a95564",
"sha256": "71de0878f2502613df4c21b6830f75a5c58e0679d0699a3fbca6399441139bab"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "258668b1a3090927a06f99dd23a95564",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4447,
"upload_time": "2019-01-26T16:13:03",
"url": "https://files.pythonhosted.org/packages/d6/5e/47fd66018e8c60809b416171d0b5912a960d2deba95f09e479d93ac6644e/chaosmagpy-0.1a2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "007c446872b6bafe6b126a541de122c0",
"sha256": "2516eb1ad9aaecc034f10a793a8f20513104d53fc9847023a83e25e6ae629dbf"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a2.tar.gz",
"has_sig": false,
"md5_digest": "007c446872b6bafe6b126a541de122c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2465211,
"upload_time": "2019-01-26T16:13:06",
"url": "https://files.pythonhosted.org/packages/22/81/0a494a8d4401c7c57f2b22273df27522d1d28ab0d126166e5484a6a05cb2/chaosmagpy-0.1a2.tar.gz"
}
],
"0.1a3": [
{
"comment_text": "",
"digests": {
"md5": "1fd9f95343e411a9021e50b0805b832a",
"sha256": "c12a81954d47f890438494e2208ae33ad661bacd535e06feeb5f49f1e24817ce"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1fd9f95343e411a9021e50b0805b832a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2513341,
"upload_time": "2019-02-19T14:23:11",
"url": "https://files.pythonhosted.org/packages/f4/37/5e90cdc8f3563f77e8229cd2a7ced07a3151240aef5cfd862b32332aca55/chaosmagpy-0.1a3-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "157286c624e6f9bf708c784ca5b6b020",
"sha256": "6304b07a1cb26505eb4f5dc6b808398a34ccfc9a999a085fb6132a108a79b79f"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3.tar.gz",
"has_sig": false,
"md5_digest": "157286c624e6f9bf708c784ca5b6b020",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2466795,
"upload_time": "2019-02-19T14:23:13",
"url": "https://files.pythonhosted.org/packages/96/c4/7cf108eb2ab42be785c4e4ec290a1d7cca396f14bed69f62cae0cbd41627/chaosmagpy-0.1a3.tar.gz"
}
],
"0.1a3.post1": [
{
"comment_text": "",
"digests": {
"md5": "5623e2bdcae05ec0fc53db2af21ecc47",
"sha256": "61a5b9a23d77399a12b5915e437327e9243a9ca4543e298b833342f2fe53fc91"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3.post1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5623e2bdcae05ec0fc53db2af21ecc47",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4635895,
"upload_time": "2019-03-13T19:30:00",
"url": "https://files.pythonhosted.org/packages/84/75/e0aa53d0a069c7d88c40ceaf5e3f963adb47a4b005ebd0a3ca5414afc228/chaosmagpy-0.1a3.post1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "aafdd300b813b460f6c2f38b6465d9c3",
"sha256": "c6c1c12fd95137cb633caad7b72eeee26a981c34df536d0275b0af0957df367b"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3.post1.tar.gz",
"has_sig": false,
"md5_digest": "aafdd300b813b460f6c2f38b6465d9c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2513219,
"upload_time": "2019-03-13T19:30:03",
"url": "https://files.pythonhosted.org/packages/08/d9/ae5136f2d52b38d217882d78c941547c4d8a20297a8d459ced1aff289d1b/chaosmagpy-0.1a3.post1.tar.gz"
}
],
"0.1a3.post2": [
{
"comment_text": "",
"digests": {
"md5": "6afa1dc9e9f7502226b6e84153601004",
"sha256": "6501799843ebf6fe802d83a1f075bc5562fa75dd64f180d2f2b42f558cca1bf9"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3.post2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6afa1dc9e9f7502226b6e84153601004",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4637467,
"upload_time": "2019-04-08T16:01:53",
"url": "https://files.pythonhosted.org/packages/6a/96/0ea9b62f9c534d1373aba657797a139a140d623d71549ef4755c95737a50/chaosmagpy-0.1a3.post2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "21205526654945064e0ee8481237fed1",
"sha256": "197592dbf9d230220fc6a66016b896f2f0886e7c97787d3ab7cb733490c177be"
},
"downloads": -1,
"filename": "chaosmagpy-0.1a3.post2.tar.gz",
"has_sig": false,
"md5_digest": "21205526654945064e0ee8481237fed1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2513368,
"upload_time": "2019-04-08T16:01:56",
"url": "https://files.pythonhosted.org/packages/3c/ba/9545aa50ce4392f70896d72a9fcc181028d11d67c4f528e00ab575dfa3a0/chaosmagpy-0.1a3.post2.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "c1b598554651e7fac545783a1ce5b984",
"sha256": "06721794ad237fae91dd68a9a132254d1660dc179113e096c8f5a3021fde01af"
},
"downloads": -1,
"filename": "chaosmagpy-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1b598554651e7fac545783a1ce5b984",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">= 3.6",
"size": 2311973,
"upload_time": "2019-10-04T11:43:26",
"url": "https://files.pythonhosted.org/packages/8e/cb/12eece3240ea24427dd0112a6ed39a2f561dd6e1a0f238fea6fcaf145a46/chaosmagpy-0.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ffd13186925f940d62b573e14bbff3e1",
"sha256": "e03ea6bc41102d510dabd2e8e8d909c8bba3ad885759d0f5a59f042bb0dd3598"
},
"downloads": -1,
"filename": "chaosmagpy-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ffd13186925f940d62b573e14bbff3e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">= 3.6",
"size": 2314324,
"upload_time": "2019-10-04T11:43:30",
"url": "https://files.pythonhosted.org/packages/b2/b9/6ecf34bd99ac2195396ce203d189c6872ab5fafa3c7cbe06ed6fca128d8c/chaosmagpy-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "c1b598554651e7fac545783a1ce5b984",
"sha256": "06721794ad237fae91dd68a9a132254d1660dc179113e096c8f5a3021fde01af"
},
"downloads": -1,
"filename": "chaosmagpy-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1b598554651e7fac545783a1ce5b984",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">= 3.6",
"size": 2311973,
"upload_time": "2019-10-04T11:43:26",
"url": "https://files.pythonhosted.org/packages/8e/cb/12eece3240ea24427dd0112a6ed39a2f561dd6e1a0f238fea6fcaf145a46/chaosmagpy-0.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ffd13186925f940d62b573e14bbff3e1",
"sha256": "e03ea6bc41102d510dabd2e8e8d909c8bba3ad885759d0f5a59f042bb0dd3598"
},
"downloads": -1,
"filename": "chaosmagpy-0.2.tar.gz",
"has_sig": false,
"md5_digest": "ffd13186925f940d62b573e14bbff3e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">= 3.6",
"size": 2314324,
"upload_time": "2019-10-04T11:43:30",
"url": "https://files.pythonhosted.org/packages/b2/b9/6ecf34bd99ac2195396ce203d189c6872ab5fafa3c7cbe06ed6fca128d8c/chaosmagpy-0.2.tar.gz"
}
]
}