{ "info": { "author": "Philipp Sommer", "author_email": "philipp.sommer@unil.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: GIS", "Topic :: Scientific/Engineering :: Visualization" ], "description": "===============================================\nThe psyplot interactive visualization framework\n===============================================\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n :widths: 10 90\n\n * - docs\n - |docs| |joss|\n * - tests\n - |travis| |appveyor| |requires| |coveralls|\n * - package\n - |version| |conda| |github|\n * - implementations\n - |supported-versions| |supported-implementations|\n\n.. |docs| image:: http://readthedocs.org/projects/psyplot/badge/?version=latest\n :alt: Documentation Status\n :target: http://psyplot.readthedocs.io/en/latest/?badge=latest\n\n.. |travis| image:: https://travis-ci.org/Chilipp/psyplot.svg?branch=master\n :alt: Travis\n :target: https://travis-ci.org/Chilipp/psyplot\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/3jk6ea1n4a4dl6vk/branch/master?svg=true\n :alt: AppVeyor\n :target: https://ci.appveyor.com/project/Chilipp/psyplot/branch/master\n\n.. |coveralls| image:: https://coveralls.io/repos/github/Chilipp/psyplot/badge.svg?branch=master\n :alt: Coverage\n :target: https://coveralls.io/github/Chilipp/psyplot?branch=master\n\n.. |requires| image:: https://requires.io/github/Chilipp/psyplot/requirements.svg?branch=master\n :alt: Requirements Status\n :target: https://requires.io/github/Chilipp/psyplot/requirements/?branch=master\n\n.. |version| image:: https://img.shields.io/pypi/v/psyplot.svg?style=flat\n :alt: PyPI Package latest release\n :target: https://pypi.python.org/pypi/psyplot\n\n.. |conda| image:: https://anaconda.org/conda-forge/psyplot/badges/version.svg\n :alt: conda\n :target: https://anaconda.org/conda-forge/psyplot\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psyplot.svg?style=flat\n :alt: Supported versions\n :target: https://pypi.python.org/pypi/psyplot\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/psyplot.svg?style=flat\n :alt: Supported implementations\n :target: https://pypi.python.org/pypi/psyplot\n\n.. |joss| image:: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60/status.svg\n :alt: Journal of Open Source Software\n :target: http://joss.theoj.org/papers/3535c28017003f0b5fb63b1b64118b60\n\n.. |github| image:: https://img.shields.io/github/release/Chilipp/psyplot.svg\n :target: https://github.com/Chilipp/psyplot/releases/latest\n :alt: Latest github release\n\n.. end-badges\n\nWelcome! **psyplot** is an open source python project that mainly combines the\nplotting utilities of matplotlib_ and the data management of the xarray_\npackage. The main purpose is to have a framework that allows a fast,\nattractive, flexible, easily applicable, easily reproducible and especially\nan interactive visualization of your data.\n\nThe ultimate goal is to help scientists and especially climate model\ndevelopers in their daily work by providing a flexible visualization tool that\ncan be enhanced by their own visualization scripts. ``psyplot`` can be used\nthrough the python command line and through the psyplot-gui_ module which\nprovides a graphical user interface for an easier interactive usage.\n\nThe package is very new and there are many features that will be included in\nthe future. So we are very pleased for feedback! Please simply raise an issue\non `GitHub `__ (see also\n`How to contribute`_ in the docs).\n\n.. _psyplot-gui: http://psyplot.readthedocs.io/projects/psyplot-gui/en/latest\n.. _How to contribute: http://psyplot.readthedocs.io/en/latest/contribute.html\n\nYou can see the full documentation on\n`readthedocs.org `__.\n\n\nAcknowledgment\n--------------\nThis package has been developed by Philipp Sommer.\n\nI want to thank the developers of the matplotlib_, xarray_ and cartopy_\npackages for their great packages and of course the python developers for their\nfascinating work on this beautiful language.\n\nA special thanks to Stefan Hagemann and Tobias Stacke from the\nMax-Planck-Institute of Meteorology in Hamburg, Germany for the motivation on\nthis project and to the people of the `Not yet visible`_ agency for their\nadvice in designing the logo and webpage.\n\nFinally the author thanks the Swiss National Science Foundation (SNF) for their\nsupport. Funding for the author came from the `ACACIA grant (CR10I2_146314)`_\nand the `HORNET grant (200021_169598)`_.\n\n.. _matplotlib: http://matplotlib.org\n.. _xarray: http://xarray.pydata.org/\n.. _cartopy: http://scitools.org.uk/cartopy\n.. _Not yet visible: https://notyetvisible.de/\n.. _ACACIA grant (CR10I2_146314): http://p3.snf.ch/project-146314\n.. _HORNET grant (200021_169598): http://p3.snf.ch/project-169598\n\n\n\nNote\n----\nCommits on github prior to version 1.0 were moved into another repository, the\n`psyplot_old`_ repository. This has been done because prior to version 1.0,\nthe github repository contained all the reference figures used for testing\nwhich made the size of the repository too large.\n\n.. _psyplot_old: https://github.com/Chilipp/psyplot_old\n\nCopyright\n---------\nCopyright (C) 2016-2018 Philipp S. Sommer\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Chilipp/psyplot", "keywords": "visualization netcdf raster cartopy earth-sciences", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "psyplot", "package_url": "https://pypi.org/project/psyplot/", "platform": "", "project_url": "https://pypi.org/project/psyplot/", "project_urls": { "Homepage": "https://github.com/Chilipp/psyplot" }, "release_url": "https://pypi.org/project/psyplot/1.2.1/", "requires_dist": null, "requires_python": "", "summary": "Python package for interactive data visualization", "version": "1.2.1" }, "last_serial": 5316955, "releases": { "0.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "4839e619c8a9371c2c3845f58a1155bd", "sha256": "f19731cae484da921adc6935b99e2c43765c307d6922e81776255f125f2f5afa" }, "downloads": -1, "filename": "psyplot-0.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "4839e619c8a9371c2c3845f58a1155bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112002, "upload_time": "2016-01-13T12:50:26", "url": "https://files.pythonhosted.org/packages/09/0d/3278247b294e056f8f6fd8d5b5e168b433bd0dc12d223bbd6973cb16dada/psyplot-0.0.0.dev1.tar.gz" } ], "0.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "5f51ed3ed2fca0fb58c51d978f6a0495", "sha256": "f6cb006bd8f33ad15e8d8e0906462cb84ebd89c2ecf2fac1a924871a75d3dbcd" }, "downloads": -1, "filename": "psyplot-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "5f51ed3ed2fca0fb58c51d978f6a0495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111888, "upload_time": "2016-01-13T14:57:14", "url": "https://files.pythonhosted.org/packages/4a/15/f72f5c13768b17aa4ef9de8032b2fbae746265cbc150948b2919c5b61747/psyplot-0.0.1.dev1.tar.gz" } ], "0.0.2.dev1": [ { "comment_text": "", "digests": { "md5": "99b7995cad6d47797f7f9ddceee37322", "sha256": "6fd65ec3348ca6fb42cdd9e3ef7e7f4799a3a17b9dfeda30d18e8fa353bb189a" }, "downloads": -1, "filename": "psyplot-0.0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "99b7995cad6d47797f7f9ddceee37322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112528, "upload_time": "2016-01-14T20:18:45", "url": "https://files.pythonhosted.org/packages/ab/e0/45d543908ae8f0ecd44db0d61640290b5b06b143d2875361675200179e40/psyplot-0.0.2.dev1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "535e41fa274ba349904ab36874c6f71d", "sha256": "f2474e7e6c87b23f63d1f3484d3f76101592371f3401ef90f291810002ef8f0f" }, "downloads": -1, "filename": "psyplot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "535e41fa274ba349904ab36874c6f71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133952, "upload_time": "2016-02-12T02:08:22", "url": "https://files.pythonhosted.org/packages/72/69/78734e926309b21512839f094acafc0f5f6ee2251e22d115d14248e49da7/psyplot-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "94dbb0ce439a06b6ea7eb7508c33c9f5", "sha256": "004d59c47f7eaa7940d8357c681be4e344470b8a5c959876c126dfda1724e8bd" }, "downloads": -1, "filename": "psyplot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "94dbb0ce439a06b6ea7eb7508c33c9f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134015, "upload_time": "2016-02-12T09:54:45", "url": "https://files.pythonhosted.org/packages/85/cd/c331255e73cc3c647d0c1aa558f749135271643396992ace533817d19c3e/psyplot-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f8b89236da39e3204b5a181747677ea2", "sha256": "62a815100b75fd107f41dd229acfd77e45fff03e85e50598a49ca805b84a2e5e" }, "downloads": -1, "filename": "psyplot-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f8b89236da39e3204b5a181747677ea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134352, "upload_time": "2016-02-12T14:17:01", "url": "https://files.pythonhosted.org/packages/c6/6a/de414ece90b05a05eb30b51be5f75d996de70f2aa40ccc060a467471b2df/psyplot-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "21c923c058d7f41a3640a50d31295a88", "sha256": "15c12883bdbdf5cabfeac3a9b1798cb151e351f9e2569671789f99d4aac5f9c4" }, "downloads": -1, "filename": "psyplot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "21c923c058d7f41a3640a50d31295a88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145997, "upload_time": "2016-04-08T16:33:29", "url": "https://files.pythonhosted.org/packages/2a/34/12f37c6f8aa257247371b89a1db449e79c48f8b17da34c0485e4c428cc8e/psyplot-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "16b1071851cbb3902af2434ba390d78a", "sha256": "d8ade982014993b6dacc967d141957aa8b9cf9374d1aa659dcbfb76d0c74f3e3" }, "downloads": -1, "filename": "psyplot-0.2.1.tar.gz", "has_sig": false, "md5_digest": "16b1071851cbb3902af2434ba390d78a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146031, "upload_time": "2016-04-10T12:30:32", "url": "https://files.pythonhosted.org/packages/3f/56/a1acc5c5d9f1774135db0fe079436c1a636422640c38358dd4df747fcc84/psyplot-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "603d2702b776cab8039e39f6b1f1a4d9", "sha256": "3bf3602952ae941ab2a82318f8f320dab639d706d9007fe2499c20b2ff0aa19d" }, "downloads": -1, "filename": "psyplot-0.2.10.tar.gz", "has_sig": false, "md5_digest": "603d2702b776cab8039e39f6b1f1a4d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 157195, "upload_time": "2016-04-25T13:10:10", "url": "https://files.pythonhosted.org/packages/6a/99/68e8ce744f05fb9e4ddda4259e4873305a05bebea5b245bae43fb1180bf0/psyplot-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "f2c0ecbd77f754ae8f39040d14445ba0", "sha256": "7afc905d076aca5b3fe8d41754fa80e2935aef4bdd08098fd34cd011b273faf5" }, "downloads": -1, "filename": "psyplot-0.2.11.tar.gz", "has_sig": false, "md5_digest": "f2c0ecbd77f754ae8f39040d14445ba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158290, "upload_time": "2016-05-28T07:43:27", "url": "https://files.pythonhosted.org/packages/47/13/5ecc280e2e0f6abca888248f736cdb00c306134d549513a95edcc79a3176/psyplot-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "851a39f3e21256f95c79f8e1ceb79384", "sha256": "58dc9816d68b859b15d26ec4bd9be13a5730d1f5d47d16ed80dfc3dc1c739f34" }, "downloads": -1, "filename": "psyplot-0.2.12.tar.gz", "has_sig": false, "md5_digest": "851a39f3e21256f95c79f8e1ceb79384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158386, "upload_time": "2016-05-28T17:51:53", "url": "https://files.pythonhosted.org/packages/a2/f0/2f68a44eb16b1034bc49950b3e7ec4bad508ae39448897d367cc81412514/psyplot-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "ce3c9bba098b7a101ab6255b1f38d079", "sha256": "beca39be6f282b4674621194ccb29ab24dcce90867e2f0c961fe282b68da57f3" }, "downloads": -1, "filename": "psyplot-0.2.13.tar.gz", "has_sig": false, "md5_digest": "ce3c9bba098b7a101ab6255b1f38d079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158375, "upload_time": "2016-05-28T18:27:26", "url": "https://files.pythonhosted.org/packages/7f/c0/09689c10f7529b1dbe092d85c4d56be3cf8427973da4d08314c6f5eac0a7/psyplot-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "21bc48b280f72414ceab18b8b5a77182", "sha256": "5c092d64c5536ea44bd3150ca8f05ca2e1ded7ca56c21be2362ea84331dc3f20" }, "downloads": -1, "filename": "psyplot-0.2.14.tar.gz", "has_sig": false, "md5_digest": "21bc48b280f72414ceab18b8b5a77182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158370, "upload_time": "2016-05-28T18:41:29", "url": "https://files.pythonhosted.org/packages/ec/d6/c8c5f92f28a8c30e0f508a3d59c7eefe8ee15fcea73f7d1f7ce0d5c6da59/psyplot-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "c4eb89922a3ba90e5019029478c892a8", "sha256": "620e0fc3486f773b2f29109d340a00f8ee40dbabb46376629f0a4f3ab3b82d18" }, "downloads": -1, "filename": "psyplot-0.2.15.tar.gz", "has_sig": false, "md5_digest": "c4eb89922a3ba90e5019029478c892a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158381, "upload_time": "2016-05-28T19:05:36", "url": "https://files.pythonhosted.org/packages/11/9a/57594dd02d40e64a15a1353ccf417988588ef7993c70a1926125a56a69f1/psyplot-0.2.15.tar.gz" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "2a72e8d706fbeb943edf83b6f30f07c7", "sha256": "81ab7a61c04efe21f2f800dae40353987006c7e753d2e23262f3b1326195b371" }, "downloads": -1, "filename": "psyplot-0.2.16.tar.gz", "has_sig": false, "md5_digest": "2a72e8d706fbeb943edf83b6f30f07c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158407, "upload_time": "2016-05-28T19:10:46", "url": "https://files.pythonhosted.org/packages/0a/3f/965606e709948ca0e5d74bbc23cefb65d77c76a62357d88ca1317436522f/psyplot-0.2.16.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "ae9998269b984011baf32191cbf2a872", "sha256": "e2f282b6a855f8896007b93ecd2646e30ebf5c5a220ee37db30932ca0fd3692f" }, "downloads": -1, "filename": "psyplot-0.2.17.tar.gz", "has_sig": false, "md5_digest": "ae9998269b984011baf32191cbf2a872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 168265, "upload_time": "2016-07-06T14:31:14", "url": "https://files.pythonhosted.org/packages/a2/d0/985763a36d0c9b0f7266910671b04d8580db1e465bd40b48d7c3dc2e39ab/psyplot-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "50d6213daccf1dcc540ca2904fbbc5de", "sha256": "352c3c356936ec00d677a4f9b8ca9f563bbf1cbe92a8c1e9da0527ff4e3def12" }, "downloads": -1, "filename": "psyplot-0.2.18.tar.gz", "has_sig": false, "md5_digest": "50d6213daccf1dcc540ca2904fbbc5de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174464, "upload_time": "2017-01-06T21:02:28", "url": "https://files.pythonhosted.org/packages/f8/3f/79ca7708c10520e63af0fab375e843a751115c1c4cd3720afff3dbecb0c7/psyplot-0.2.18.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "17632ec0925ff4cba9898cd3bafc8f9d", "sha256": "7fb4687d07dd5ab1d910ac333295f6f4544884859d509611dd169d293d5513cd" }, "downloads": -1, "filename": "psyplot-0.2.2.tar.gz", "has_sig": false, "md5_digest": "17632ec0925ff4cba9898cd3bafc8f9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146042, "upload_time": "2016-04-10T22:50:48", "url": "https://files.pythonhosted.org/packages/22/69/5290063afec92f599aa3cd5c85fddc978238b041ae952f386079c8a72d5c/psyplot-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a2b92e414f11336ac60b5b8062093d42", "sha256": "aca160ea20c3d959dcb12241833ed7a29ba0bb07ab7e47960aaa96cac834c98d" }, "downloads": -1, "filename": "psyplot-0.2.3.tar.gz", "has_sig": false, "md5_digest": "a2b92e414f11336ac60b5b8062093d42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154804, "upload_time": "2016-04-10T22:52:33", "url": "https://files.pythonhosted.org/packages/f2/02/4865752b912173e8057075a1283cadee649ea8380f4c532ebf584409967e/psyplot-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3f2b23cb58fe9f1daeb4b3e4d765499d", "sha256": "3d728ad858e4d42032905f574d9da1fc4a0742eeab8ffc96daa4c9c99ac33d70" }, "downloads": -1, "filename": "psyplot-0.2.4.tar.gz", "has_sig": false, "md5_digest": "3f2b23cb58fe9f1daeb4b3e4d765499d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154805, "upload_time": "2016-04-10T23:01:00", "url": "https://files.pythonhosted.org/packages/c5/d2/310b4fbdf5d890517a06ce8be9c612214835e85b18a19c7008e91547cc29/psyplot-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "70013fc12ab7650fb2f6c4d012a065ac", "sha256": "625e1b19379691b03b0de5209da822531fd8ddb88380779a3cefa83a991363d6" }, "downloads": -1, "filename": "psyplot-0.2.5.tar.gz", "has_sig": false, "md5_digest": "70013fc12ab7650fb2f6c4d012a065ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154807, "upload_time": "2016-04-10T23:06:03", "url": "https://files.pythonhosted.org/packages/aa/96/3f0f75005a3e3486619b39f858071d7fb3f70d26a800d57ffcb50e35a280/psyplot-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "d8d25bda5bdd95690c76cd21675e6181", "sha256": "fe58fa9adf6c0d9fca7a978b84322a506c93051ad58dd9dab5c6b4fbb34d0d95" }, "downloads": -1, "filename": "psyplot-0.2.6.tar.gz", "has_sig": false, "md5_digest": "d8d25bda5bdd95690c76cd21675e6181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154825, "upload_time": "2016-04-10T23:19:22", "url": "https://files.pythonhosted.org/packages/07/95/e35fc5d13447d7c668c90196768126a62d062f86bee01565c2e41106e3a2/psyplot-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "b44b6c660316458974704d8f5cfdc262", "sha256": "0e24263fda2802946d6c10a0ab3bdf1a74a308ba6807ea3dc0ff6f275dce504e" }, "downloads": -1, "filename": "psyplot-0.2.7.tar.gz", "has_sig": false, "md5_digest": "b44b6c660316458974704d8f5cfdc262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154812, "upload_time": "2016-04-10T23:27:08", "url": "https://files.pythonhosted.org/packages/c5/29/7275320cfa41b94fd07ff118daecdf04440b80c109630094e0a4408b9ed5/psyplot-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "c9f67f47c35d9f9ed74893ccba9fc61b", "sha256": "02f1c771b8fb8ee76960045313cf85644b3aa3df6d6d1c85d98370d82a7a4b45" }, "downloads": -1, "filename": "psyplot-0.2.8.tar.gz", "has_sig": false, "md5_digest": "c9f67f47c35d9f9ed74893ccba9fc61b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155130, "upload_time": "2016-04-20T07:31:44", "url": "https://files.pythonhosted.org/packages/29/8d/76ee6581522f861a7d0a8ac6354693b31a26f6928e64e5363cddacaf3c5c/psyplot-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "a2ba90c59b9893a6a9d8e8a233dc4a53", "sha256": "72cdfcd6cb91376e38073978da09c999827bd039a9a55d2ac63a54a465f6e497" }, "downloads": -1, "filename": "psyplot-0.2.9.tar.gz", "has_sig": false, "md5_digest": "a2ba90c59b9893a6a9d8e8a233dc4a53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 157169, "upload_time": "2016-04-25T12:39:59", "url": "https://files.pythonhosted.org/packages/e7/23/620c8b818d8e6d0b0f95073a2016859350d6e22a9f3099b3e8082f0bf07d/psyplot-0.2.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f7b8768f213a90bea0f9b46d1f608a26", "sha256": "686caf18d3dfa90d2620ce9217e40e772b31a4ab487e53afa146ea36b8d29c5b" }, "downloads": -1, "filename": "psyplot-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f7b8768f213a90bea0f9b46d1f608a26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111614, "upload_time": "2017-07-29T22:03:02", "url": "https://files.pythonhosted.org/packages/43/e0/b10e91c8f80e9bd27652dc38953d77a28dbd602b69517d553b9ed439f062/psyplot-1.0.0.tar.gz" } ], "1.0.0.post1": [ { "comment_text": "", "digests": { "md5": "6f02985d194e4792c8a6561b46538d41", "sha256": "cd608c358304157deb97f4839499fb4169460894560c1d79971f38b21c5ea12b" }, "downloads": -1, "filename": "psyplot-1.0.0.post1.tar.gz", "has_sig": false, "md5_digest": "6f02985d194e4792c8a6561b46538d41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111777, "upload_time": "2017-07-30T11:13:35", "url": "https://files.pythonhosted.org/packages/b3/13/c67ea31d443d46784844aff569787eb93f71bc8f6eb07696e74540fdc37f/psyplot-1.0.0.post1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "de3790e2d14901351f505f4d345b0265", "sha256": "d3457c4d7ef95ab731732d62e620b061f27437931ee7b510443aed8b9881ff7d" }, "downloads": -1, "filename": "psyplot-1.1.0.tar.gz", "has_sig": false, "md5_digest": "de3790e2d14901351f505f4d345b0265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121435, "upload_time": "2018-04-09T04:43:37", "url": "https://files.pythonhosted.org/packages/ff/32/1bf6e36f5904d259a0dbe5cabba8aef7553d3cb215ae62cec92ff7961edd/psyplot-1.1.0.tar.gz" } ], "1.1.0.post1": [ { "comment_text": "", "digests": { "md5": "fb9349c80a93ed79300e546bcbd7ede7", "sha256": "88d16406dde02f24f9195c1fafb954c1e9aafa7c38efc6dc3307e18d02f3b7ec" }, "downloads": -1, "filename": "psyplot-1.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "fb9349c80a93ed79300e546bcbd7ede7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121472, "upload_time": "2018-04-09T05:01:53", "url": "https://files.pythonhosted.org/packages/04/a2/6fec102823ccf859f68b2e6134265efb8dceb228817bc4047d18e94224df/psyplot-1.1.0.post1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "cd090acfbfeafd6cfad29cb94eef13a4", "sha256": "3723cf4ebf9f6c6343989aa88c88b045ba568c844495ee3d54bb58d7c1a29d5a" }, "downloads": -1, "filename": "psyplot-1.2.0.tar.gz", "has_sig": false, "md5_digest": "cd090acfbfeafd6cfad29cb94eef13a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125189, "upload_time": "2018-11-13T03:40:17", "url": "https://files.pythonhosted.org/packages/2b/f7/31a0aa35b7031fe7c62c40d153fd8620aacf42bc9e96e22f94edddf1f3b7/psyplot-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "b5bc7ac7093cdf8cad57de9a2d3cfa83", "sha256": "9c4031ad928bc75c41342a7bace23d04dff823a2e2d0710567972df66a61e2e7" }, "downloads": -1, "filename": "psyplot-1.2.1.tar.gz", "has_sig": false, "md5_digest": "b5bc7ac7093cdf8cad57de9a2d3cfa83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125516, "upload_time": "2019-05-25T17:43:24", "url": "https://files.pythonhosted.org/packages/0e/77/beaaba1c7268d99e1a43ace233924c83b6b7efcb3821ef76ead135d6c945/psyplot-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5bc7ac7093cdf8cad57de9a2d3cfa83", "sha256": "9c4031ad928bc75c41342a7bace23d04dff823a2e2d0710567972df66a61e2e7" }, "downloads": -1, "filename": "psyplot-1.2.1.tar.gz", "has_sig": false, "md5_digest": "b5bc7ac7093cdf8cad57de9a2d3cfa83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125516, "upload_time": "2019-05-25T17:43:24", "url": "https://files.pythonhosted.org/packages/0e/77/beaaba1c7268d99e1a43ace233924c83b6b7efcb3821ef76ead135d6c945/psyplot-1.2.1.tar.gz" } ] }