{ "info": { "author": "Bane Sullivan", "author_email": "info@pvgeo.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: GIS", "Topic :: Scientific/Engineering :: Visualization" ], "description": "# *PVGeo*\n\n\n\nShare this project: [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20this%20project%20for%20data%20and%20model%20visualization%20in%20ParaView&url=https://github.com/OpenGeoVis/PVGeo&hashtags=ParaView,PVGeo,visualization,geoscience)\n\n\nThe *PVGeo* Python package contains VTK powered tools for data visualization in\ngeophysics which are wrapped for direct use within the application\n[ParaView by Kitware](https://www.paraview.org) or in a Python environment with\n[**PyVista**](https://github.com/pyvista/pyvista). These tools are tailored to\ndata visualization in the geosciences with a heavy focus on structured data sets\nlike 2D or 3D time-varying grids.\n\n\n**Learn More:**\n[![DOI](http://joss.theoj.org/papers/10.21105/joss.01451/status.svg)](https://doi.org/10.21105/joss.01451)\n[![Vimeo](https://img.shields.io/badge/demos-grey.svg?logo=vimeo)](https://vimeo.com/user82050125)\n[![Slack Badge](https://img.shields.io/badge/Slack-PVGeo-4B0082.svg?logo=slack)](http://slack.pvgeo.org)\n\n**Status:** [![PyPI](https://img.shields.io/pypi/v/PVGeo.svg?logo=python&logoColor=white)](https://pypi.org/project/PVGeo/)\n[![Build Status](https://img.shields.io/travis/OpenGeoVis/PVGeo/master.svg?label=build&logo=travis)](https://travis-ci.org/OpenGeoVis/PVGeo)\n[![AppVeyor](https://ci.appveyor.com/api/projects/status/it085qovtnb0mcgr/branch/master?svg=true)](https://ci.appveyor.com/project/banesullivan/pvgeo/branch/master)\n\n\n**Metrics:**\n[![GitHub contributors](https://img.shields.io/github/contributors/OpenGeoVis/PVGeo.svg?logo=github&logoColor=white)](https://GitHub.com/OpenGeoVis/PVGeo/graphs/contributors/)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4b9e8d0ef37a4f70a2d02c0d53ed096f)](https://www.codacy.com/app/banesullivan/PVGeo?utm_source=github.com&utm_medium=referral&utm_content=OpenGeoVis/PVGeo&utm_campaign=Badge_Grade)\n[![codecov](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/master/graph/badge.svg)](https://codecov.io/gh/OpenGeoVis/PVGeo/branch/master)\n\n\n## Demonstrations of *PVGeo*\n\nFor a quick overview of how *PVGeo* can be used in a Python environment or\ndirectly within ParaView, checkout the code snippets and videos on the\n[**About Examples Page**](https://pvgeo.org/about-examples.html)\n\n\n\n## Connections\n\nThis package provides many VTK-like algorithms designed for geoscientific data\nformats and types to perform data integration and analysis.\nTo ensure our users have powerful and easy to use tools that can visualize the\nresults of PVGeo algorithms, we are actively involved in the development of\n[**PyVista**](https://github.com/pyvista/pyvista): a toolset for easy access to\nVTK data objects and 3D visualization in Python.\nTo learn more about pairing PVGeo with PyVista, please check out the\n[**example Jupyter notebooks**](https://github.com/OpenGeoVis/PVGeo-Examples).\n\n\n## Getting Started\n\nTo begin using the *PVGeo* Python package, create/activate your Python virtual\nenvironment (we highly recommend using anaconda) and install *PVGeo* through pip:\n\n```bash\npip install PVGeo\n```\n\nNow *PVGeo* is ready for use in your standard Python environment (2.7 or >=3.6)\nwith all dependencies installed! Go ahead and test your install:\n\n```bash\npython -c \"import PVGeo; print(PVGeo.__version__)\"\n```\n\nNote that Windows users must use Python >=3.6 when outside of ParaView.\nFurther insight can be found in the [**Getting Started Guide**](http://pvgeo.org/overview/getting-started.html).\n\n\n## Report Issues and Contribute\n\nPlease feel free to post features you would like to see from this package on the\n[**issues page**](https://github.com/OpenGeoVis/PVGeo/issues) as a feature\nrequest.\nIf you stumble across any bugs or crashes while using code distributed here,\nreport them in the issues section so we can promptly address it.\nFor other questions, join the [***PVGeo* community on Slack**](http://slack.pvgeo.org).\n\nInterested in contributing to PVGeo? Please see the [contributing guide](https://pvgeo.org/dev-guide/contributing.html)\n\n## About the Authors [![Open Source](https://img.shields.io/badge/open--source-yes-brightgreen.svg)](https://opensource.com/resources/what-open-source)\n\nThe *PVGeo* code library was created and is managed by [**Bane Sullivan**](http://banesullivan.com),\ngraduate student in the Hydrological Science and Engineering interdisciplinary\nprogram at the Colorado School of Mines under Whitney Trainor-Guitton.\nIf you would like to contact us, inquire with [**info@pvgeo.org**](mailto:info@pvgeo.org).\n\nIt is important to note the project is open source and that many features in\nthis repository were made possible by contributors volunteering their time.\nHead over to the [**Contributors Page**](https://github.com/OpenGeoVis/PVGeo/graphs/contributors)\nto learn more about the developers of *PVGeo*.\n\n\n### Citing PVGeo\n\nThere is a [paper about PVGeo](https://doi.org/10.21105/joss.01451)!\n\nIf you are using PVGeo in your scientific research, please help our scientific\nvisibility by citing our work!\n\n> Sullivan et al., (2019). PVGeo: an open-source Python package for geoscientific visualization in VTK and ParaView. Journal of Open Source Software, 4(38), 1451, https://doi.org/10.21105/joss.01451\n\nSee [CITATION.rst](https://github.com/OpenGeoVis/PVGeo/blob/master/CITATION.rst)\nfor more details.\n\n\n## Linking PVGeo to ParaView\n\nTo use the *PVGeo* library as plugins in ParaView, please see the detailed\nexplanation [**here**](http://pvgeo.org/overview/getting-started) where you\nmust create a second isolated Python 2.7 environment that will host PVGeo for\nParaView.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OpenGeoVis/PVGeo", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PVGeo", "package_url": "https://pypi.org/project/PVGeo/", "platform": "", "project_url": "https://pypi.org/project/PVGeo/", "project_urls": { "Homepage": "https://github.com/OpenGeoVis/PVGeo" }, "release_url": "https://pypi.org/project/PVGeo/2.1.0/", "requires_dist": null, "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "summary": "Geoscientific visualization tools for VTK and ParaView", "version": "2.1.0", "yanked": false, "yanked_reason": null }, "last_serial": 6038673, "releases": { "1.0.11": [ { "comment_text": "", "digests": { "md5": "a033052b0f2a0ab7836c9723959371c2", "sha256": "9a17ddcc66b7283d97b2432614a54e21bdb8591f21602d95386bb1c178d6142d" }, "downloads": -1, "filename": "PVGeo-1.0.11.tar.gz", "has_sig": false, "md5_digest": "a033052b0f2a0ab7836c9723959371c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69903, "upload_time": "2018-07-09T18:53:56", "upload_time_iso_8601": "2018-07-09T18:53:56.383150Z", "url": "https://files.pythonhosted.org/packages/85/fa/fc79d1327cc2b8f637f8a2a7ac3157d7fa009a2c127a330df2990dfa8b92/PVGeo-1.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "a403601567e639efa27ef071e8fa5b71", "sha256": "b3d72eeb9227f12b046ac7b962d742938b2e1a0c0f6004cdd63232aee535862b" }, "downloads": -1, "filename": "PVGeo-1.0.12.tar.gz", "has_sig": false, "md5_digest": "a403601567e639efa27ef071e8fa5b71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69826, "upload_time": "2018-07-11T00:48:03", "upload_time_iso_8601": "2018-07-11T00:48:03.014929Z", "url": "https://files.pythonhosted.org/packages/65/ec/15dbc91d021f6f3ebd90105c902e8166336715a1ebd73419e7cb2bdc24db/PVGeo-1.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "c2e96a03f489c4c2c502121b17d183f7", "sha256": "0cf8f4b286012cff5b99cacad51f7db60326e4a3d1e0b60247c27a1b861bf4d0" }, "downloads": -1, "filename": "PVGeo-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c2e96a03f489c4c2c502121b17d183f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71072, "upload_time": "2018-07-11T10:49:43", "upload_time_iso_8601": "2018-07-11T10:49:43.926807Z", "url": "https://files.pythonhosted.org/packages/ac/41/786c6e85473017bf1726a659dd2305c1ce1f16953749b7df3fe707df7b69/PVGeo-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "7291b02d1813d681d8895612e8c63ff7", "sha256": "8693f50ece82673dccd7ef8436535bde849a8dd1c849923f267a953b610fbf76" }, "downloads": -1, "filename": "PVGeo-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7291b02d1813d681d8895612e8c63ff7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71499, "upload_time": "2018-07-11T20:39:32", "upload_time_iso_8601": "2018-07-11T20:39:32.212006Z", "url": "https://files.pythonhosted.org/packages/d4/ef/55351b3a4aa2c5add9b0ea52494e8683c0c2fd12a470d68af809fa4878e8/PVGeo-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "85e741dcb9e4bccfc0af8b926ff8d5d4", "sha256": "0fcb30adcecf37a3e8327c1aeb013c6f3f0b806775c1b9847e7ce9975da2ecd9" }, "downloads": -1, "filename": "PVGeo-1.1.10.tar.gz", "has_sig": false, "md5_digest": "85e741dcb9e4bccfc0af8b926ff8d5d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76020, "upload_time": "2018-07-28T16:56:53", "upload_time_iso_8601": "2018-07-28T16:56:53.154181Z", "url": "https://files.pythonhosted.org/packages/be/c0/5b2f7d6705e23ca4e519b7172eef84be961f205657ead14c3ad0cd23f875/PVGeo-1.1.10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "7aeafc1491586e4bda63341ac18282c4", "sha256": "c3ea46b056b49b8f35d4a3b7eeb93fd6875443c291843be656ee739fc3885b50" }, "downloads": -1, "filename": "PVGeo-1.1.11.tar.gz", "has_sig": false, "md5_digest": "7aeafc1491586e4bda63341ac18282c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76061, "upload_time": "2018-07-30T21:59:24", "upload_time_iso_8601": "2018-07-30T21:59:24.556136Z", "url": "https://files.pythonhosted.org/packages/e5/75/5e1deae7feefb4b6e12c103a27196c903aea580fa4b8c1d4bec1de84c7b8/PVGeo-1.1.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.16": [ { "comment_text": "", "digests": { "md5": "4a3ea7164bbb1ca7d377008d278fdf98", "sha256": "1c44a7effa563ee70106ce546edb2a9b808771eb77c0d2f8862f92036cb91704" }, "downloads": -1, "filename": "PVGeo-1.1.16.tar.gz", "has_sig": false, "md5_digest": "4a3ea7164bbb1ca7d377008d278fdf98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83350, "upload_time": "2018-08-13T18:29:38", "upload_time_iso_8601": "2018-08-13T18:29:38.941704Z", "url": "https://files.pythonhosted.org/packages/48/5f/554ca97b43451d9a29e36763088bec46125739c5f01e29ce4e5c346ed34d/PVGeo-1.1.16.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.17": [ { "comment_text": "", "digests": { "md5": "1794a70be04e9527e1fa876974cc21c9", "sha256": "43c11817eda1a76d2917431de0557b2ebef88060245e541b74baa2822fe5479a" }, "downloads": -1, "filename": "PVGeo-1.1.17.tar.gz", "has_sig": false, "md5_digest": "1794a70be04e9527e1fa876974cc21c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70991, "upload_time": "2018-08-17T00:57:48", "upload_time_iso_8601": "2018-08-17T00:57:48.524617Z", "url": "https://files.pythonhosted.org/packages/03/4e/9589eb861c860e5732bf1984fc30f5d9ec899aa54853da934eacb6caf226/PVGeo-1.1.17.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.18": [ { "comment_text": "", "digests": { "md5": "80af9bfa049a7a9b154a56a81d47886f", "sha256": "1b0af623b0625665b80af70c54599bb26f80975923f64aad7d59091b31f4638b" }, "downloads": -1, "filename": "PVGeo-1.1.18.tar.gz", "has_sig": false, "md5_digest": "80af9bfa049a7a9b154a56a81d47886f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70982, "upload_time": "2018-08-20T01:20:17", "upload_time_iso_8601": "2018-08-20T01:20:17.551683Z", "url": "https://files.pythonhosted.org/packages/ee/b3/7f841f26f9d67e715e503d522bc7de2683acb19ba929b06e5be5990d7485/PVGeo-1.1.18.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.19": [ { "comment_text": "", "digests": { "md5": "7b4305b21017d7edd761b0504c91ee44", "sha256": "bd7a2d733586b3d126136205e8d25dc5ec6d663f6e7ce2cd2273f69ef5f2b1f0" }, "downloads": -1, "filename": "PVGeo-1.1.19.tar.gz", "has_sig": false, "md5_digest": "7b4305b21017d7edd761b0504c91ee44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72137, "upload_time": "2018-08-23T22:02:01", "upload_time_iso_8601": "2018-08-23T22:02:01.468982Z", "url": "https://files.pythonhosted.org/packages/d6/a4/5207c2cd7d4357c521820e77e7f3a45615a8293de9216467935ce74cfcbc/PVGeo-1.1.19.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "65d2337295c1928660b747776a45cfb8", "sha256": "38c404f88f99523be40f7fa1a008c8a230f67cbd8bf29f04dbe32fe81eda2b8f" }, "downloads": -1, "filename": "PVGeo-1.1.2.tar.gz", "has_sig": false, "md5_digest": "65d2337295c1928660b747776a45cfb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71695, "upload_time": "2018-07-11T22:25:06", "upload_time_iso_8601": "2018-07-11T22:25:06.358167Z", "url": "https://files.pythonhosted.org/packages/f5/87/711eed65c4381179aad65fd4aaba1c4aca61b79bb2a1238ad42d36a0fbe5/PVGeo-1.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.20": [ { "comment_text": "", "digests": { "md5": "62b98e04e123294fd7d8d6a4cd0ed1f4", "sha256": "0117d698e645505c9e6d4c71ba57e9981dde9d69bc3d5f70408f43bafcd06284" }, "downloads": -1, "filename": "PVGeo-1.1.20.tar.gz", "has_sig": false, "md5_digest": "62b98e04e123294fd7d8d6a4cd0ed1f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73336, "upload_time": "2018-08-25T20:08:15", "upload_time_iso_8601": "2018-08-25T20:08:15.085832Z", "url": "https://files.pythonhosted.org/packages/b4/3c/6af6815101097cdc40f75cd6280666eee6e6a65f17ca22d77ba282a07524/PVGeo-1.1.20.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.21": [ { "comment_text": "", "digests": { "md5": "d0d8d2e6f4eca0b5bdb559dccd525238", "sha256": "cb41a7436766c94ea55de1880e44bcf0fbace9a3c8ebb28706be6068c9b224f0" }, "downloads": -1, "filename": "PVGeo-1.1.21.tar.gz", "has_sig": false, "md5_digest": "d0d8d2e6f4eca0b5bdb559dccd525238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75552, "upload_time": "2018-09-02T22:27:49", "upload_time_iso_8601": "2018-09-02T22:27:49.043455Z", "url": "https://files.pythonhosted.org/packages/3b/e5/1cddf78b0169d255f23826714444e1e63293b5f4e10c3ca939d55f4b1abd/PVGeo-1.1.21.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.22": [ { "comment_text": "", "digests": { "md5": "3010cca5b7b05e9aa3b65543b41fc826", "sha256": "c9ba1ae7270826cbd3978a30f02d4a40343e542ab447c713a1cbcb21bcf8d7e6" }, "downloads": -1, "filename": "PVGeo-1.1.22.tar.gz", "has_sig": false, "md5_digest": "3010cca5b7b05e9aa3b65543b41fc826", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75559, "upload_time": "2018-09-04T00:54:27", "upload_time_iso_8601": "2018-09-04T00:54:27.155131Z", "url": "https://files.pythonhosted.org/packages/9f/aa/d9151aa26ce64fc3a76d32deed6eea713e394d1a374db27cae2c07be8fba/PVGeo-1.1.22.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.23": [ { "comment_text": "", "digests": { "md5": "0419c8a16ce2211b47ed9e062cd0f585", "sha256": "a0c1f7c3b4aae52b983cd3a33b1d9b9f8b4daf53fa6ee8e91c25a8b68cdea74b" }, "downloads": -1, "filename": "PVGeo-1.1.23.tar.gz", "has_sig": false, "md5_digest": "0419c8a16ce2211b47ed9e062cd0f585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75842, "upload_time": "2018-09-05T05:35:30", "upload_time_iso_8601": "2018-09-05T05:35:30.001189Z", "url": "https://files.pythonhosted.org/packages/94/c2/635764c27e371a3989b400080b86a1cccd5c08a3b05943ef8dd64257f298/PVGeo-1.1.23.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.23rc1": [ { "comment_text": "", "digests": { "md5": "8634353b48b5f1cc70684d0ef78e4b48", "sha256": "9d18e7b7ac934f24492d0765bcdcca6a42025a7ff6da87b5ef80ff077ba9398e" }, "downloads": -1, "filename": "PVGeo-1.1.23rc1.tar.gz", "has_sig": false, "md5_digest": "8634353b48b5f1cc70684d0ef78e4b48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75849, "upload_time": "2018-09-05T04:16:46", "upload_time_iso_8601": "2018-09-05T04:16:46.530788Z", "url": "https://files.pythonhosted.org/packages/a9/e6/eba80022f06f9ef6d7a411e48970814e8484df23aa955e8d65e2f8bfa703/PVGeo-1.1.23rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.24": [ { "comment_text": "", "digests": { "md5": "dff03dc746685eb27a3925f25587337b", "sha256": "0b848204340ed0b8143e68b18aa63cc5b3fbd7770617f3a058854b46295a666e" }, "downloads": -1, "filename": "PVGeo-1.1.24.tar.gz", "has_sig": false, "md5_digest": "dff03dc746685eb27a3925f25587337b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76643, "upload_time": "2018-09-12T15:25:46", "upload_time_iso_8601": "2018-09-12T15:25:46.063762Z", "url": "https://files.pythonhosted.org/packages/03/33/1ab560513b1bfa0df6e893507d15dafd45f35b9a2be309ffcfffbdabbe03/PVGeo-1.1.24.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.25": [ { "comment_text": "", "digests": { "md5": "d35d5262db962acc1d64ad9121125825", "sha256": "fed956dea281b6b9ab8b79f6c9359443b08f1296d2691b6d7dd28b8036d96fd3" }, "downloads": -1, "filename": "PVGeo-1.1.25.tar.gz", "has_sig": false, "md5_digest": "d35d5262db962acc1d64ad9121125825", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76726, "upload_time": "2018-09-17T17:53:51", "upload_time_iso_8601": "2018-09-17T17:53:51.447500Z", "url": "https://files.pythonhosted.org/packages/23/03/0a53103933155c9767a32a50a89fb1e038ac893790fdefbe11d96fe2a084/PVGeo-1.1.25.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.26": [ { "comment_text": "", "digests": { "md5": "dd4bfa8bf4cd764cb2644552b582ca68", "sha256": "8b39a6ab93af830a2bc0a85b374ba99434ab65b98a05362c9ef9d5792553c4c6" }, "downloads": -1, "filename": "PVGeo-1.1.26.tar.gz", "has_sig": false, "md5_digest": "dd4bfa8bf4cd764cb2644552b582ca68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77627, "upload_time": "2018-09-19T17:29:01", "upload_time_iso_8601": "2018-09-19T17:29:01.063039Z", "url": "https://files.pythonhosted.org/packages/6e/67/1c4c50973a2b7c7bcdb8e1ee43f0200f347e1c36cc64202c2f8458e14c4f/PVGeo-1.1.26.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.27": [ { "comment_text": "", "digests": { "md5": "3f41796a5a454b10d7cdd3c2cac0c12c", "sha256": "7a063c60477c177beb9ae7ef0989989ca5be54a5b84cc00758f87e7ee8a21a8b" }, "downloads": -1, "filename": "PVGeo-1.1.27.tar.gz", "has_sig": false, "md5_digest": "3f41796a5a454b10d7cdd3c2cac0c12c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79066, "upload_time": "2018-09-20T06:23:58", "upload_time_iso_8601": "2018-09-20T06:23:58.520455Z", "url": "https://files.pythonhosted.org/packages/a4/fa/1ea04af6515e7583820f2f5325d73b3a4247108c3b6c16ee52acb490198f/PVGeo-1.1.27.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.28": [ { "comment_text": "", "digests": { "md5": "71eadb8fbb857922ecc2ddc1dbfaa433", "sha256": "aec83b716f238545dcf62ab366e6005642ac494b21239cdf8227724aa6742c02" }, "downloads": -1, "filename": "PVGeo-1.1.28.tar.gz", "has_sig": false, "md5_digest": "71eadb8fbb857922ecc2ddc1dbfaa433", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80814, "upload_time": "2018-09-20T23:36:36", "upload_time_iso_8601": "2018-09-20T23:36:36.102263Z", "url": "https://files.pythonhosted.org/packages/14/e8/9e15dcb178d8bc06e07fb0b9ec8206959f277af28beff89a6b608a4fea4c/PVGeo-1.1.28.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.29": [ { "comment_text": "", "digests": { "md5": "58f72eb112241b1297f61be14b1bd470", "sha256": "429ed28f4c82b73376904477825559f06235d32b9dddf2b5db2729ce2c85303b" }, "downloads": -1, "filename": "PVGeo-1.1.29.tar.gz", "has_sig": false, "md5_digest": "58f72eb112241b1297f61be14b1bd470", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81445, "upload_time": "2018-09-23T23:56:29", "upload_time_iso_8601": "2018-09-23T23:56:29.173349Z", "url": "https://files.pythonhosted.org/packages/58/89/179b9abdb27cebe35f85e0015c9b8c9a993df7653fbdec3ced30739b93b2/PVGeo-1.1.29.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "b50851728de73f7827ba3d2a12f632e0", "sha256": "de8afa33f05de1841da194ba5993bec1dfb33b44343502af3abc8643a994e5cf" }, "downloads": -1, "filename": "PVGeo-1.1.3.tar.gz", "has_sig": false, "md5_digest": "b50851728de73f7827ba3d2a12f632e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72695, "upload_time": "2018-07-13T17:19:36", "upload_time_iso_8601": "2018-07-13T17:19:36.158700Z", "url": "https://files.pythonhosted.org/packages/37/97/6e68422f2b6ecf9676a85781834a2c6f354d66049f45f5658add8b8b38d0/PVGeo-1.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.30": [ { "comment_text": "", "digests": { "md5": "0748bebe9dd3fd4d24b4c70027084b3c", "sha256": "4960af198d7b2c3a93ef3b4cf4853fd074c948b5f0119d0b0fadd9e9d0b826d0" }, "downloads": -1, "filename": "PVGeo-1.1.30.tar.gz", "has_sig": false, "md5_digest": "0748bebe9dd3fd4d24b4c70027084b3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81443, "upload_time": "2018-09-25T21:47:06", "upload_time_iso_8601": "2018-09-25T21:47:06.582648Z", "url": "https://files.pythonhosted.org/packages/3e/85/ec7c19efdf692f83f2eb919521aed16be8728679e572055f59ffdf98dbe8/PVGeo-1.1.30.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.31": [ { "comment_text": "", "digests": { "md5": "323723f7ab460e9d3bd8b0139858212e", "sha256": "047e8bc552c5287946c2214956d94627ba54466148bd82cd3afccdc39ed7fa68" }, "downloads": -1, "filename": "PVGeo-1.1.31.tar.gz", "has_sig": false, "md5_digest": "323723f7ab460e9d3bd8b0139858212e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82787, "upload_time": "2018-10-04T19:53:16", "upload_time_iso_8601": "2018-10-04T19:53:16.850972Z", "url": "https://files.pythonhosted.org/packages/84/aa/ec12824aadcf9c760e24e7d8cc032f69fd9ffb163e1cf9e0da08b67088d7/PVGeo-1.1.31.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.32": [ { "comment_text": "", "digests": { "md5": "c9fd3d5f666cb7075c84dc88e5a3e62a", "sha256": "c105ff0c2d9b43519f6e42c29a8ebb48d40b73bb6b01b14751102c0daf7dec90" }, "downloads": -1, "filename": "PVGeo-1.1.32.tar.gz", "has_sig": false, "md5_digest": "c9fd3d5f666cb7075c84dc88e5a3e62a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85360, "upload_time": "2018-10-04T22:15:43", "upload_time_iso_8601": "2018-10-04T22:15:43.560144Z", "url": "https://files.pythonhosted.org/packages/ab/4b/44fc6a909fc01229e16af994f1f3d0c96d3db4df23f94aad3b2f9e55e2ee/PVGeo-1.1.32.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.33": [ { "comment_text": "", "digests": { "md5": "326b87fa4417b64972239756e5affa4b", "sha256": "1d9e9ab920e8f632044c4fd3448be58411173b2b4bdc5d8bee8df51243c376bb" }, "downloads": -1, "filename": "PVGeo-1.1.33.tar.gz", "has_sig": false, "md5_digest": "326b87fa4417b64972239756e5affa4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85825, "upload_time": "2018-10-05T06:31:14", "upload_time_iso_8601": "2018-10-05T06:31:14.687728Z", "url": "https://files.pythonhosted.org/packages/99/4a/d28dc4d27bcede6a407ab20d1b4e17e5c14af24272d676a3a5e6d70ca8ee/PVGeo-1.1.33.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.34": [ { "comment_text": "", "digests": { "md5": "c11d901dcc875e59c6158225e5cc5961", "sha256": "07ff05e17108ddf6201dce908f927b8998304e500410304fb595971ebb01a625" }, "downloads": -1, "filename": "PVGeo-1.1.34.tar.gz", "has_sig": false, "md5_digest": "c11d901dcc875e59c6158225e5cc5961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85959, "upload_time": "2018-10-06T20:54:00", "upload_time_iso_8601": "2018-10-06T20:54:00.786156Z", "url": "https://files.pythonhosted.org/packages/64/7c/b683df76adae38f7654a85b77a74595382c2e7eb00bedab8f2167694cf09/PVGeo-1.1.34.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.35": [ { "comment_text": "", "digests": { "md5": "21cbfdac346a03c2a744802542cf3366", "sha256": "d831f4ba7a32e9a8268526583cc3a5975bb54306a4987ae5bfa6cf274a87df33" }, "downloads": -1, "filename": "PVGeo-1.1.35.tar.gz", "has_sig": false, "md5_digest": "21cbfdac346a03c2a744802542cf3366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86093, "upload_time": "2018-10-11T17:16:47", "upload_time_iso_8601": "2018-10-11T17:16:47.320101Z", "url": "https://files.pythonhosted.org/packages/8e/4e/724fa1cb13acf5d3283096d9ed9360a71fe9f9ca5591b0eb9eb3cc2aee76/PVGeo-1.1.35.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.36": [ { "comment_text": "", "digests": { "md5": "4aa2284d43acf765236cb11093efbc64", "sha256": "c2bffbda34da95d1f5b62af72cd021097193cb2110c8ec69401156262d3d602f" }, "downloads": -1, "filename": "PVGeo-1.1.36.tar.gz", "has_sig": false, "md5_digest": "4aa2284d43acf765236cb11093efbc64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92560, "upload_time": "2018-10-24T04:32:17", "upload_time_iso_8601": "2018-10-24T04:32:17.380457Z", "url": "https://files.pythonhosted.org/packages/b0/bd/910f99b0c3f1491c0d9eb3d2e54902bb38edc5bb59f03a66b6acd7ea858a/PVGeo-1.1.36.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.37": [ { "comment_text": "", "digests": { "md5": "6ce1b870cba783e5683419b401f3bf7d", "sha256": "fd7456c3ff6d5f487a03ca849fc523113d669c05d0679928df87bbd683177d5e" }, "downloads": -1, "filename": "PVGeo-1.1.37.tar.gz", "has_sig": false, "md5_digest": "6ce1b870cba783e5683419b401f3bf7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93659, "upload_time": "2018-10-24T18:18:27", "upload_time_iso_8601": "2018-10-24T18:18:27.263261Z", "url": "https://files.pythonhosted.org/packages/a0/e0/b066abd335a743fe7f987b079b18299f26ecb90387330a7731a8ad30ae4f/PVGeo-1.1.37.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.38": [ { "comment_text": "", "digests": { "md5": "e0cfc53bd0d1e3deb9ff6113bd9c3a98", "sha256": "caefb56eb3614bf2f217c5a155c054c9bea56a65ced199a5dd29a45cdc2aaf3b" }, "downloads": -1, "filename": "PVGeo-1.1.38.tar.gz", "has_sig": false, "md5_digest": "e0cfc53bd0d1e3deb9ff6113bd9c3a98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93834, "upload_time": "2018-10-24T23:11:12", "upload_time_iso_8601": "2018-10-24T23:11:12.056221Z", "url": "https://files.pythonhosted.org/packages/ed/e2/ca5acc9d2c7dbd8cb8f7ff2400b61c498e97c127dae1f0f7ae71cdbb9518/PVGeo-1.1.38.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.39": [ { "comment_text": "", "digests": { "md5": "c18ce0ce9721fbe013d18fb86e2798eb", "sha256": "0b2407d1e8f489f3d463c6c7bd847adf428e7f1e84fe2758465eab0bacccfe99" }, "downloads": -1, "filename": "PVGeo-1.1.39.tar.gz", "has_sig": false, "md5_digest": "c18ce0ce9721fbe013d18fb86e2798eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93923, "upload_time": "2018-11-04T00:39:41", "upload_time_iso_8601": "2018-11-04T00:39:41.020460Z", "url": "https://files.pythonhosted.org/packages/f5/e0/f4942523698b8639e2008fc48c043c62c965fa6ff0ab6306a614cb69166b/PVGeo-1.1.39.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "88be8c848f23b23cd7fb6ada5284d743", "sha256": "122fd0e058b22e1d4bf34a535fa2451177c79ba687372f76bdc05dbf7d501c40" }, "downloads": -1, "filename": "PVGeo-1.1.4.tar.gz", "has_sig": false, "md5_digest": "88be8c848f23b23cd7fb6ada5284d743", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74308, "upload_time": "2018-07-19T06:32:24", "upload_time_iso_8601": "2018-07-19T06:32:24.764108Z", "url": "https://files.pythonhosted.org/packages/69/f7/89d4c5b041955aa72b716532cbd2360d6965d739d450921421cf0294eec8/PVGeo-1.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.40": [ { "comment_text": "", "digests": { "md5": "e84a6f8cb1db952694a1d88f83f43e2e", "sha256": "e6c75c4601644851ae30347627435056af6f8b18ac5c26134edaaffeaf854169" }, "downloads": -1, "filename": "PVGeo-1.1.40.tar.gz", "has_sig": false, "md5_digest": "e84a6f8cb1db952694a1d88f83f43e2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99605, "upload_time": "2018-12-12T16:55:37", "upload_time_iso_8601": "2018-12-12T16:55:37.201909Z", "url": "https://files.pythonhosted.org/packages/98/75/b2156b00b1fdb8da21f3e1710d3e7ee6293a6d544dbfe16e90145626051b/PVGeo-1.1.40.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.41": [ { "comment_text": "", "digests": { "md5": "9b5a24854021ba53664f36857fe5f885", "sha256": "0bcfaaa384697dff4339d2a6588d812b43c7bd48bc4fb81ebd77bd8764013d81" }, "downloads": -1, "filename": "PVGeo-1.1.41.tar.gz", "has_sig": false, "md5_digest": "9b5a24854021ba53664f36857fe5f885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99890, "upload_time": "2018-12-13T15:31:55", "upload_time_iso_8601": "2018-12-13T15:31:55.727963Z", "url": "https://files.pythonhosted.org/packages/b7/b4/063be831e71cb58d4d4125c9e64d293ae52e31fda264e75b8b48c8b3bb8d/PVGeo-1.1.41.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.42": [ { "comment_text": "", "digests": { "md5": "4ba0d04a90cf02f443150f3ef6ce65b8", "sha256": "b7bb79137bab1f3944cbc30f81538f9ef71331d61146160636496c6580473251" }, "downloads": -1, "filename": "PVGeo-1.1.42.tar.gz", "has_sig": false, "md5_digest": "4ba0d04a90cf02f443150f3ef6ce65b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101163, "upload_time": "2018-12-28T19:27:16", "upload_time_iso_8601": "2018-12-28T19:27:16.250791Z", "url": "https://files.pythonhosted.org/packages/f9/b7/6c4e27743c60813f13b2c8129ae657b15abbca17a70a28566c65a606d8ed/PVGeo-1.1.42.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "4768f63c84290a36b9436ffb5dc8fa85", "sha256": "c9dc4ab86e3a000069e8791ef310ec6badd07f677dba90e2c96fc016db46ba07" }, "downloads": -1, "filename": "PVGeo-1.1.5.tar.gz", "has_sig": false, "md5_digest": "4768f63c84290a36b9436ffb5dc8fa85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75026, "upload_time": "2018-07-20T02:37:57", "upload_time_iso_8601": "2018-07-20T02:37:57.541740Z", "url": "https://files.pythonhosted.org/packages/e8/e2/bdf12a5c249da66e8cede9376c354e824794cc239f1d967abff3eeaa25b9/PVGeo-1.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "8aa2aa42e753dc0a61e1c463bdcb9a14", "sha256": "1bfc593cd09cbb323d13da5466e80c7e897d9bee358f2dfc90f666ea456414b1" }, "downloads": -1, "filename": "PVGeo-1.1.6.tar.gz", "has_sig": false, "md5_digest": "8aa2aa42e753dc0a61e1c463bdcb9a14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75041, "upload_time": "2018-07-20T07:44:15", "upload_time_iso_8601": "2018-07-20T07:44:15.022263Z", "url": "https://files.pythonhosted.org/packages/69/65/edfad83268c5a2420cb6946d5c3a4f2ec309f30f753f4a3e178d292fc516/PVGeo-1.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "2c2b006b0fb75f63b412bfc0614c4518", "sha256": "eaf7c0aaa2609fce7c25232cb79ed3ebb983140774d2ca810711089904de6cf3" }, "downloads": -1, "filename": "PVGeo-1.1.7.tar.gz", "has_sig": false, "md5_digest": "2c2b006b0fb75f63b412bfc0614c4518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75628, "upload_time": "2018-07-20T17:29:29", "upload_time_iso_8601": "2018-07-20T17:29:29.811158Z", "url": "https://files.pythonhosted.org/packages/d1/bc/dc663c96dfe707d58e966c03779b2cbbdf753c46e474d1f1d65058d4e75d/PVGeo-1.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "583a90e6f87a031bf3ebd8e03ccf47c4", "sha256": "4ddf8dd0de430dce43f1e6483d501e9c1f96c67d92c6df9741240adbea52c582" }, "downloads": -1, "filename": "PVGeo-1.1.8.tar.gz", "has_sig": false, "md5_digest": "583a90e6f87a031bf3ebd8e03ccf47c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76087, "upload_time": "2018-07-20T18:27:36", "upload_time_iso_8601": "2018-07-20T18:27:36.451284Z", "url": "https://files.pythonhosted.org/packages/4b/20/b3db797af6ddc3927ab331c1ebc627a6460d2d96d9926f6d76cb29fb9195/PVGeo-1.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "dc62bb34d0c2541b0f5cc3f06e2d92a5", "sha256": "756ec7919cd64f4a5aefeb18cb74f65aa9b4f606f336a549e6f3b5e9b8a05e62" }, "downloads": -1, "filename": "PVGeo-1.1.9.tar.gz", "has_sig": false, "md5_digest": "dc62bb34d0c2541b0f5cc3f06e2d92a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75976, "upload_time": "2018-07-27T18:07:08", "upload_time_iso_8601": "2018-07-27T18:07:08.550081Z", "url": "https://files.pythonhosted.org/packages/c7/88/fb5393860d8ff81e9ee16dc4f20fb63272232c8ea6073a1c261f864affda/PVGeo-1.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "d54e9295c3ef8476a33e37d81db9a710", "sha256": "ce3dfea2aef134252ac336f3f1d3b254dabaaf739968b14755cc2d86bfd1d5fb" }, "downloads": -1, "filename": "PVGeo-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d54e9295c3ef8476a33e37d81db9a710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102311, "upload_time": "2019-01-16T08:01:08", "upload_time_iso_8601": "2019-01-16T08:01:08.241207Z", "url": "https://files.pythonhosted.org/packages/e7/2f/4da7819243fa74fb4f1a7685a668507cf5e39ed88bc1281f98fc50d619a9/PVGeo-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0a0": [ { "comment_text": "", "digests": { "md5": "5a70a111629ee23a3a5c87611b0417f8", "sha256": "57953652d81635714d2ea2fee6692e402a88ee694159c788dbe3beada6dd915e" }, "downloads": -1, "filename": "PVGeo-1.2.0a0.tar.gz", "has_sig": false, "md5_digest": "5a70a111629ee23a3a5c87611b0417f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103482, "upload_time": "2019-01-10T06:07:05", "upload_time_iso_8601": "2019-01-10T06:07:05.992163Z", "url": "https://files.pythonhosted.org/packages/f8/45/8347453d8301cccff8edc5ed3bace9488fd471eba95702995e12cd4366f1/PVGeo-1.2.0a0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0b0": [ { "comment_text": "", "digests": { "md5": "959425db0cec01c50e3afc4fa6799cc0", "sha256": "3730a36854d898e7e8366a73c399db89da2454e0d38905ae3d2fe61abee1d07a" }, "downloads": -1, "filename": "PVGeo-1.2.0b0.tar.gz", "has_sig": false, "md5_digest": "959425db0cec01c50e3afc4fa6799cc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104255, "upload_time": "2019-01-13T22:24:40", "upload_time_iso_8601": "2019-01-13T22:24:40.480484Z", "url": "https://files.pythonhosted.org/packages/50/ae/4ac06d8cd6332a932d641c9ab661a2707c5c7f9661c6e65848fc1516fdab/PVGeo-1.2.0b0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "727c4de3cd684549b70de7c4fd9d14b1", "sha256": "35ca8e520d5adf1b0ef5c548433454954c5b71d7b6dc924e77a853b4070dd5af" }, "downloads": -1, "filename": "PVGeo-1.2.1.tar.gz", "has_sig": false, "md5_digest": "727c4de3cd684549b70de7c4fd9d14b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102991, "upload_time": "2019-01-25T07:25:19", "upload_time_iso_8601": "2019-01-25T07:25:19.821552Z", "url": "https://files.pythonhosted.org/packages/fb/96/214530e620cf84f3e5d4c31e776960a84ebe493d425cc78716be1d3be246/PVGeo-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "98a39bd382527c68d2e12c1bd9b5c82a", "sha256": "61879e6c7d342bbb6f532a02fb6e1e3c1173b816c6389800247e6cc1bf9de673" }, "downloads": -1, "filename": "PVGeo-1.2.2.tar.gz", "has_sig": false, "md5_digest": "98a39bd382527c68d2e12c1bd9b5c82a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103158, "upload_time": "2019-02-20T20:19:38", "upload_time_iso_8601": "2019-02-20T20:19:38.811476Z", "url": "https://files.pythonhosted.org/packages/ae/43/41e0a32a220483fd809d6b21f1e010d8a09c64ffef5a163874573370e218/PVGeo-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "96c4701e1d5c0cc7ab53b9321db80c20", "sha256": "037a55b5257053ebb2363bed1fb2908afc1a717e6644d974111fb828ea54eade" }, "downloads": -1, "filename": "PVGeo-1.2.3.tar.gz", "has_sig": false, "md5_digest": "96c4701e1d5c0cc7ab53b9321db80c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104482, "upload_time": "2019-04-05T21:57:52", "upload_time_iso_8601": "2019-04-05T21:57:52.495481Z", "url": "https://files.pythonhosted.org/packages/e2/77/77db032bead97c6278a410c21c5ae30ce0b58fd89d2b78757f0b29511e0a/PVGeo-1.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "04a302b85db189b2121c22aaa451adf3", "sha256": "7718c99b7f973267b064159bdd592c2a7037391d7edc56eb2418cfc668a3eda1" }, "downloads": -1, "filename": "PVGeo-2.0.0.tar.gz", "has_sig": false, "md5_digest": "04a302b85db189b2121c22aaa451adf3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 105436, "upload_time": "2019-05-13T18:41:21", "upload_time_iso_8601": "2019-05-13T18:41:21.982583Z", "url": "https://files.pythonhosted.org/packages/b8/e8/43117e8b9b0b7e9ec37fd6bb84fa735d5530f8a30b58fe76c7b2d3d900cb/PVGeo-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0a0": [ { "comment_text": "", "digests": { "md5": "9604485fedd55a9d2015af85f23ae9f5", "sha256": "308485b213fd006c2eadbcf72400a57165b4ed823a616a31f2cad7ba0fb213d6" }, "downloads": -1, "filename": "PVGeo-2.0.0a0.tar.gz", "has_sig": false, "md5_digest": "9604485fedd55a9d2015af85f23ae9f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 105227, "upload_time": "2019-04-21T23:33:09", "upload_time_iso_8601": "2019-04-21T23:33:09.312992Z", "url": "https://files.pythonhosted.org/packages/2d/b6/5ec87a04d0d13efbfe0557077dac0366aa69e7994ad4047fdc20bdc6369a/PVGeo-2.0.0a0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0b0": [ { "comment_text": "", "digests": { "md5": "4fca5aed8120c8df1b038fe211e02884", "sha256": "afa50f46ab5632ff24124ae48682436c79089bbaaabfb665bab06dbb584a658d" }, "downloads": -1, "filename": "PVGeo-2.0.0b0.tar.gz", "has_sig": false, "md5_digest": "4fca5aed8120c8df1b038fe211e02884", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 105377, "upload_time": "2019-05-09T16:41:59", "upload_time_iso_8601": "2019-05-09T16:41:59.914125Z", "url": "https://files.pythonhosted.org/packages/22/43/05a3bc0d1395cb317368ef6cbcef72d1c2b04e3d9e4b816d5a49a295f29a/PVGeo-2.0.0b0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "c690c6965f927f1cd01b5de9cc1f587a", "sha256": "b4c32c7d50cabc13f287c080de9b63206c96bf36b444ec30988ddff0e58c0165" }, "downloads": -1, "filename": "PVGeo-2.0.1.tar.gz", "has_sig": false, "md5_digest": "c690c6965f927f1cd01b5de9cc1f587a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 105541, "upload_time": "2019-06-28T21:21:42", "upload_time_iso_8601": "2019-06-28T21:21:42.815056Z", "url": "https://files.pythonhosted.org/packages/da/0e/5a1745e02cdc0adc09a2b19019c0fc031100e1db2708067179dd8b45b3c7/PVGeo-2.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "5a9828e889d5d8b49ef1f34ac406c82f", "sha256": "953425eb4e33b2394ee16fa0c44592ca351bed916dc37f1942286b7d0f544a6a" }, "downloads": -1, "filename": "PVGeo-2.0.2.tar.gz", "has_sig": false, "md5_digest": "5a9828e889d5d8b49ef1f34ac406c82f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 106013, "upload_time": "2019-07-11T19:03:01", "upload_time_iso_8601": "2019-07-11T19:03:01.304159Z", "url": "https://files.pythonhosted.org/packages/7e/90/4d0d0dfae194cf1f968af8309f8bf4c59e340d7684c32874c00228eafc45/PVGeo-2.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "c0f9d9cd7190ec653b4029e1cf12ebd7", "sha256": "cacff536aee5011f4d2f85bfc7d29c3c608cd6ca4be798044eafcd582a6f35ab" }, "downloads": -1, "filename": "PVGeo-2.0.3.tar.gz", "has_sig": false, "md5_digest": "c0f9d9cd7190ec653b4029e1cf12ebd7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 106303, "upload_time": "2019-08-07T03:36:48", "upload_time_iso_8601": "2019-08-07T03:36:48.390125Z", "url": "https://files.pythonhosted.org/packages/17/63/0faa94b40ceceb17c28eeb775748cf2884619a297bcde0f62d2698f59181/PVGeo-2.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "7e5ad498fe8b8319b4ac1974a5cd5532", "sha256": "895dd93edbbd8ea525d85c7adf441fc9f7f16a28151b0ccecea8978b5d65de04" }, "downloads": -1, "filename": "PVGeo-2.0.4.tar.gz", "has_sig": false, "md5_digest": "7e5ad498fe8b8319b4ac1974a5cd5532", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 106102, "upload_time": "2019-08-30T16:28:13", "upload_time_iso_8601": "2019-08-30T16:28:13.222720Z", "url": "https://files.pythonhosted.org/packages/6d/93/2c6a35631ca33e3bf12d6e25f94b21b6287e9fc126c01512335d14b33617/PVGeo-2.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "c9b87ab64cabc8eff9c60b09b96029f3", "sha256": "3cc038535bf6b26844c88e6a0abc6a58e8be01924c381e6630f5351f1699d3c6" }, "downloads": -1, "filename": "PVGeo-2.1.0.tar.gz", "has_sig": false, "md5_digest": "c9b87ab64cabc8eff9c60b09b96029f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 107193, "upload_time": "2019-10-27T23:10:49", "upload_time_iso_8601": "2019-10-27T23:10:49.871029Z", "url": "https://files.pythonhosted.org/packages/63/35/7df69a8b333a77e5921d2efb6f31eb3f6fe8133c08e407a953c88c34eb89/PVGeo-2.1.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9b87ab64cabc8eff9c60b09b96029f3", "sha256": "3cc038535bf6b26844c88e6a0abc6a58e8be01924c381e6630f5351f1699d3c6" }, "downloads": -1, "filename": "PVGeo-2.1.0.tar.gz", "has_sig": false, "md5_digest": "c9b87ab64cabc8eff9c60b09b96029f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", "size": 107193, "upload_time": "2019-10-27T23:10:49", "upload_time_iso_8601": "2019-10-27T23:10:49.871029Z", "url": "https://files.pythonhosted.org/packages/63/35/7df69a8b333a77e5921d2efb6f31eb3f6fe8133c08e407a953c88c34eb89/PVGeo-2.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }