{ "info": { "author": "Alex Kaszynski", "author_email": "akascap@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "vtki\n****\n\n.. DANGER::\n ``vtki`` has been renamed to ``pyvista``. This version will raise an\n ``ImportError``. Please install `pyvista `_\n instead\n\n`A Streamlined Python Interface for the Visualization Toolkit`\n\n.. image:: https://zenodo.org/badge/92974124.svg\n :target: https://zenodo.org/badge/latestdoi/92974124\n\n.. |pypi| image:: https://img.shields.io/pypi/v/vtki.svg?logo=python&logoColor=white\n :target: https://pypi.org/project/vtki/\n\n.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/vtki.svg\n :target: https://anaconda.org/conda-forge/vtki\n\n.. |travis| image:: https://img.shields.io/travis/vtkiorg/vtki/master.svg?label=build&logo=travis\n :target: https://travis-ci.org/vtkiorg/vtki\n\n.. |appveyor| image:: https://img.shields.io/appveyor/ci/banesullivan/vtki.svg?label=AppVeyor&style=flat&logo=appveyor\n :target: https://ci.appveyor.com/project/banesullivan/vtki/history\n\n.. |codecov| image:: https://codecov.io/gh/akaszynski/vtki/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/akaszynski/vtki\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/e927f0afec7e4b51aeb7785847d0fd47\n :target: https://www.codacy.com/app/banesullivan/vtki?utm_source=github.com&utm_medium=referral&utm_content=akaszynski/vtki&utm_campaign=Badge_Grade\n\n\n+----------------------+------------------------+\n| Deployment | |pypi| |conda| |\n+----------------------+------------------------+\n| Build Status | |travis| |appveyor| |\n+----------------------+------------------------+\n| Metrics | |codacy| |codecov| |\n+----------------------+------------------------+\n\n\n``vtki`` is a helper module for the Visualization Toolkit (VTK) that takes a\ndifferent approach on interfacing with VTK through NumPy and direct array\naccess. This package provides a Pythonic, well-documented interface exposing\nVTK's powerful visualization backend to facilitate rapid prototyping, analysis,\nand visual integration of spatially referenced datasets.\n\nThis module can be used for scientific plotting for presentations and research\npapers as well as a supporting module for other mesh dependent Python modules.\n\n\nDocumentation\n=============\n\nRefer to the `documentation `_ for detailed\ninstallation and usage details.\n\nFor general questions about the project, its applications, or about software\nusage, please do not create an issue but join us on Slack_ or send one\nof the developers an email. The project support team can be reached at\n`info@vtki.org`_.\n\n.. _Slack: http://slack.opengeovis.org\n.. _info@vtki.org: mailto:info@vtki.org\n\n\nInstallation\n============\n\n``vtki`` can be installed from `PyPI `_\nusing ``pip`` on Python >= 3.5::\n\n pip install vtki\n\nYou can also visit `PyPi `_,\n`Anaconda `_, or\n`GitHub `_ to download the source.\n\nSee the `Installation `_\nfor more details if the installation through pip doesn't work out.\n\n\nHighlights\n==========\n\nHead over to the `Quick Examples`_ page in the docs to learn more about using\n``vtki``.\n\n.. _Quick Examples: http://docs.vtki.org/examples/index.html\n\nWant to test-drive ``vtki``? Check out our live examples on MyBinder:\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/vtkiorg/vtki-examples/master\n :alt: Launch on Binder\n\n\n* Pythonic interface to VTK's Python-C++ bindings\n* Filtering/plotting tools built for interactivity in Jupyter notebooks (see `IPython Tools`_)\n* Direct access to common VTK filters (see Filters_)\n* Intuitive plotting routines with ``matplotlib`` similar syntax (see Plotting_)\n\n\n.. _IPython Tools: http://docs.vtki.org/tools/ipy_tools.html\n.. _Filters: http://docs.vtki.org/tools/filters.html\n.. _Plotting: http://docs.vtki.org/tools/plotting.html\n\n\nConnections\n===========\n\n``vtki`` is a powerful tool that researchers can harness to create compelling,\nintegrated visualizations of large datasets in an intuitive, Pythonic manner.\nHere are a few open-source projects that leverage ``vtki``:\n\n* pyansys_: Pythonic interface to ANSYS result, full, and archive files\n* PVGeo_: Python package of VTK-based algorithms to analyze geoscientific data and models. ``vtki`` is used to make the inputs and outputs of PVGeo's algorithms more accessible.\n* omfvtk_: 3D visualization for the Open Mining Format (omf). ``vtki`` provides the foundation for this library's visualization.\n* discretize_: Discretization tools for finite volume and inverse problems. ``discretize`` provides ``toVTK`` methods that return ``vtki`` versions of their data types for `creating compelling visualizations`_.\n* pymeshfix_: Python/Cython wrapper of Marco Attene's wonderful, award-winning MeshFix software.\n* tetgen_: Python Interface to Hang Si's C++ TetGen Library\n\n\n.. _pymeshfix: https://github.com/akaszynski/pymeshfix\n.. _pyansys: https://github.com/akaszynski/pyansys\n.. _PVGeo: https://github.com/OpenGeoVis/PVGeo\n.. _omfvtk: https://github.com/OpenGeoVis/omfvtk\n.. _discretize: http://discretize.simpeg.xyz/en/master/\n.. _creating compelling visualizations: http://discretize.simpeg.xyz/en/master/content/mixins.html#module-discretize.mixins.vtkModule\n.. _pymeshfix: https://github.com/akaszynski/pymeshfix\n.. _MeshFix: https://github.com/MarcoAttene/MeshFix-V2.1\n.. _tetgen: https://github.com/akaszynski/tetgen\n\n\nAuthors\n=======\n\nPlease take a look at the `contributors page`_ and the active `list of authors`_\nto learn more about the developers of ``vtki``.\n\n.. _contributors page: https://GitHub.com/akaszynski/vtki/graphs/contributors/\n.. _list of authors: http://docs.vtki.org/authors\n\n\nContributing\n============\n\nWe absolutely welcome contributions and we hope that this guide will facilitate\nan understanding of the ``vtki`` code repository. It is important to note that\nthe ``vtki`` software package is maintained on a volunteer basis and thus we\nneed to foster a community that can support user questions and develop new\nfeatures to make this software a useful tool for all users. To learn more about\ncontributing to ``vtki``, please see the `Contributing Guide`_.\n\n.. _Contributing Guide: http://docs.vtki.org/dev/contributing.html", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vtkiorg/vtki", "keywords": "vtk numpy plotting mesh", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "vtki", "package_url": "https://pypi.org/project/vtki/", "platform": "", "project_url": "https://pypi.org/project/vtki/", "project_urls": { "Homepage": "https://github.com/vtkiorg/vtki" }, "release_url": "https://pypi.org/project/vtki/0.18.7/", "requires_dist": null, "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "summary": "Easier Pythonic interface to VTK", "version": "0.18.7" }, "last_serial": 5272618, "releases": { "0.12.0": [ { "comment_text": "", "digests": { "md5": "e6ab844a79cf37112c41ed6a9f8c87b6", "sha256": "39e8c2963024f95fb830ef5183834efc0c48b4d1473286097d334eaa14cb1ed6" }, "downloads": -1, "filename": "vtki-0.12.0.tar.gz", "has_sig": false, "md5_digest": "e6ab844a79cf37112c41ed6a9f8c87b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88364, "upload_time": "2018-11-15T21:12:48", "url": "https://files.pythonhosted.org/packages/a3/b8/fd41244411bca2bd899041b787adcaf337d5b4d2e74502259adea919efca/vtki-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "fc1e0796d042a4b692beb3ac857c1b54", "sha256": "b17db15a425958f09d7b72c14c08090a68897b091c2ab70049b1bce03c529754" }, "downloads": -1, "filename": "vtki-0.12.1.tar.gz", "has_sig": false, "md5_digest": "fc1e0796d042a4b692beb3ac857c1b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88537, "upload_time": "2018-12-12T16:51:37", "url": "https://files.pythonhosted.org/packages/f7/5d/da5472779c54a36a53b564555f6f771403f40a5434177c91ba07f550087b/vtki-0.12.1.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "144e230e7f8832e073d0f6487d2c9cc0", "sha256": "d32df986373ef8c515ba615815983bc385933fcdcb70e114dc48e7a6415cba6f" }, "downloads": -1, "filename": "vtki-0.13.0.tar.gz", "has_sig": false, "md5_digest": "144e230e7f8832e073d0f6487d2c9cc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 202832, "upload_time": "2018-12-27T15:22:09", "url": "https://files.pythonhosted.org/packages/e1/13/f4ea424f0a1664d5d323a2fd6683fc11353cd8f25d3e58ff7b58eaa98b33/vtki-0.13.0.tar.gz" } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "4a4f87bdadb7a24b03c526605910661a", "sha256": "00aecc009736979f0e65d871e929db0925f3db5fdcf92718b35b58ae776cc999" }, "downloads": -1, "filename": "vtki-0.13.1.tar.gz", "has_sig": false, "md5_digest": "4a4f87bdadb7a24b03c526605910661a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204151, "upload_time": "2019-01-04T18:11:35", "url": "https://files.pythonhosted.org/packages/d1/3b/97476e8d6450c1f5e4e7e2b116ccd7f21deef428745392266d3034feb950/vtki-0.13.1.tar.gz" } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "ac7fc0090e1feed901ffb270b1ed91b6", "sha256": "726c512a15f749bb7a5d32c9e667dd3bfaf6b2764a54ac85fd2e6798c93b971b" }, "downloads": -1, "filename": "vtki-0.14.0.tar.gz", "has_sig": false, "md5_digest": "ac7fc0090e1feed901ffb270b1ed91b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204142, "upload_time": "2019-01-07T16:37:51", "url": "https://files.pythonhosted.org/packages/f6/a7/c723412e547b7bec79162a9341f450e2c02e764da33da83f5ac0bf5fea92/vtki-0.14.0.tar.gz" } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "4e8b9a671d1e1183a31c5ef75ece05cc", "sha256": "8ec89cc591f7cea02723f2cc61308fdf7d06274149e02a6fce5520bb679cc3e2" }, "downloads": -1, "filename": "vtki-0.14.1.tar.gz", "has_sig": false, "md5_digest": "4e8b9a671d1e1183a31c5ef75ece05cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208647, "upload_time": "2019-01-09T12:48:08", "url": "https://files.pythonhosted.org/packages/67/d0/144002d6b4894612dee47e9acf4126a595890a97251155e8768880394dec/vtki-0.14.1.tar.gz" } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "b1169a08bfe575266a6e68e63445d445", "sha256": "11eca26da2b335d028b8dc19c4f960facd8be02ce6df794b9c60eb32541fca3f" }, "downloads": -1, "filename": "vtki-0.14.2.tar.gz", "has_sig": false, "md5_digest": "b1169a08bfe575266a6e68e63445d445", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208565, "upload_time": "2019-01-10T09:24:41", "url": "https://files.pythonhosted.org/packages/57/d2/b07da65f806c67ac07b14501a428f8a793527bcae723204e902eb24393dc/vtki-0.14.2.tar.gz" } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "57757430eef656fde8e85fb73f2c67cd", "sha256": "fe98e8011eb1a2403b90a961f81cd1b57f0a3d1bf138a951d2e6144f1ee06c42" }, "downloads": -1, "filename": "vtki-0.14.3.tar.gz", "has_sig": false, "md5_digest": "57757430eef656fde8e85fb73f2c67cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208606, "upload_time": "2019-01-10T14:02:02", "url": "https://files.pythonhosted.org/packages/46/d2/12c0931007ff6a913a29440fb2e0a594295a696ba4451f2377859cc22591/vtki-0.14.3.tar.gz" } ], "0.14.4": [ { "comment_text": "", "digests": { "md5": "fca57cda732869e22c0bad4afa187dd8", "sha256": "2d29b1c3a79915308f1420980fdd66791c974b8265754828135228b07b66db3c" }, "downloads": -1, "filename": "vtki-0.14.4.tar.gz", "has_sig": false, "md5_digest": "fca57cda732869e22c0bad4afa187dd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 217252, "upload_time": "2019-01-14T16:36:06", "url": "https://files.pythonhosted.org/packages/02/0e/5f1aa1a1be17c2206738d6035a648e73c55f6b2104963b8fde0acb23b09e/vtki-0.14.4.tar.gz" } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "9da3d071cf7f4a2aba37970aec10bc36", "sha256": "a54b7dfd029511fc9611c2b75bd4efc53c90d2e2784ae25aa77d1e84aa8c63d4" }, "downloads": -1, "filename": "vtki-0.15.0.tar.gz", "has_sig": false, "md5_digest": "9da3d071cf7f4a2aba37970aec10bc36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219317, "upload_time": "2019-01-16T07:11:16", "url": "https://files.pythonhosted.org/packages/3a/f0/4024e6056e805fb6227b7f7e7e5471fa84ab013189cbd8906eacbdb1eb2a/vtki-0.15.0.tar.gz" } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "8766c801d9f9c51007a25fe669d38382", "sha256": "4b1add92384058f1e8102761634e710909ae73b2bcfa511ef58331c3e27b4d93" }, "downloads": -1, "filename": "vtki-0.15.1.tar.gz", "has_sig": false, "md5_digest": "8766c801d9f9c51007a25fe669d38382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220335, "upload_time": "2019-01-17T19:44:06", "url": "https://files.pythonhosted.org/packages/15/a2/c91e5aecdfc6d69082f77c3ba2e7e78184f7fb3e7bc2a2fc7011c0170438/vtki-0.15.1.tar.gz" } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "a88ff2c3d1f4d7de7b66390c59632a5d", "sha256": "01c97c1bfe358a90986fdb7e9ade214690bb5b4145eaac2843b63116bcf7380f" }, "downloads": -1, "filename": "vtki-0.16.0.tar.gz", "has_sig": false, "md5_digest": "a88ff2c3d1f4d7de7b66390c59632a5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 680468, "upload_time": "2019-01-24T11:44:52", "url": "https://files.pythonhosted.org/packages/fe/85/abe81637df5ddcb1abd1dc1f8da638fb6c31594745e1520a95b6e131c27c/vtki-0.16.0.tar.gz" } ], "0.16.1": [ { "comment_text": "", "digests": { "md5": "99b5f838c2ca6c8f3796f220d69b648b", "sha256": "4f7ef11ff3e27a710d65389b4d4450a762d796c92dadc06e9c737000df6fb435" }, "downloads": -1, "filename": "vtki-0.16.1.tar.gz", "has_sig": false, "md5_digest": "99b5f838c2ca6c8f3796f220d69b648b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 687737, "upload_time": "2019-01-28T13:44:12", "url": "https://files.pythonhosted.org/packages/a5/71/324aea07b8981c9e68a49db5251dab0743e16094c0bdfd3f178662302a79/vtki-0.16.1.tar.gz" } ], "0.16.10": [ { "comment_text": "", "digests": { "md5": "7feeda607c7f86cff37b6d6a0367f190", "sha256": "575dfd59bf3f0e99ec7752a1fa0ee7188412d02967c3c5796847fb8020359845" }, "downloads": -1, "filename": "vtki-0.16.10.tar.gz", "has_sig": false, "md5_digest": "7feeda607c7f86cff37b6d6a0367f190", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 700904, "upload_time": "2019-02-22T22:12:15", "url": "https://files.pythonhosted.org/packages/3c/39/158edbacf49290487c76d8685e00c754099d824790b1a3daf1a97c0ec4e1/vtki-0.16.10.tar.gz" } ], "0.16.2": [ { "comment_text": "", "digests": { "md5": "4ae0fc411e5707c432d6b411790d7270", "sha256": "361473151111d377376aefab1322f8e195e98c5becd3127238489c2207f6b01a" }, "downloads": -1, "filename": "vtki-0.16.2.tar.gz", "has_sig": false, "md5_digest": "4ae0fc411e5707c432d6b411790d7270", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 688655, "upload_time": "2019-02-01T18:54:25", "url": "https://files.pythonhosted.org/packages/82/da/b93bfc70e44473edcfaa7cf1a4a65914c8e0f495165cf9f014e355faefa9/vtki-0.16.2.tar.gz" } ], "0.16.3": [ { "comment_text": "", "digests": { "md5": "6627a72c0be888d65a00a898606863a5", "sha256": "3e1a5dbdd137de680c220ab25c650bc9bdde38622c1f05d20bea19da4a2057b2" }, "downloads": -1, "filename": "vtki-0.16.3.tar.gz", "has_sig": false, "md5_digest": "6627a72c0be888d65a00a898606863a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 688851, "upload_time": "2019-02-05T12:42:42", "url": "https://files.pythonhosted.org/packages/35/1e/4bf0f8b0a126374583a1f39b91b230436b87dd18da757baf7092cef1ebf9/vtki-0.16.3.tar.gz" } ], "0.16.4": [ { "comment_text": "", "digests": { "md5": "036e0811376073772e3892ab5d24e504", "sha256": "86f51e455df796a36c329ac55fc59beb0383a31f5ba2b34cf78a299aff9d8b8a" }, "downloads": -1, "filename": "vtki-0.16.4.tar.gz", "has_sig": false, "md5_digest": "036e0811376073772e3892ab5d24e504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 694325, "upload_time": "2019-02-08T18:36:41", "url": "https://files.pythonhosted.org/packages/33/c5/3413a5f4e27180255cbc9c9cc9f56f39a3bc6a11fd9f5e6c869a47d9604f/vtki-0.16.4.tar.gz" } ], "0.16.5": [ { "comment_text": "", "digests": { "md5": "fac315b2a359c7bee79ef3e25a3bc0c3", "sha256": "2ea1e8e1efbecbe7702e3636bbebc61eaf6a64ec9164dd7b3e5f1f22aef60d61" }, "downloads": -1, "filename": "vtki-0.16.5.tar.gz", "has_sig": false, "md5_digest": "fac315b2a359c7bee79ef3e25a3bc0c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 694332, "upload_time": "2019-02-08T19:02:55", "url": "https://files.pythonhosted.org/packages/1a/b8/88bccbe7721e06d75dbb7fee7222c631e2e3d4929eb7f4fcee9d9a632e4f/vtki-0.16.5.tar.gz" } ], "0.16.6": [ { "comment_text": "", "digests": { "md5": "7b0ab06a4d0c098b5370e0b600329a33", "sha256": "e8ee40ff918f3a0f5db0206c6f79f960746ea775f7f6c3a9da13672bf8c1c4d7" }, "downloads": -1, "filename": "vtki-0.16.6.tar.gz", "has_sig": false, "md5_digest": "7b0ab06a4d0c098b5370e0b600329a33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 694985, "upload_time": "2019-02-11T15:52:54", "url": "https://files.pythonhosted.org/packages/5a/96/56bcc672cca20fb544b95269d4b0bf734c4ba3fddf06e1fce6c692e898f3/vtki-0.16.6.tar.gz" } ], "0.16.7": [ { "comment_text": "", "digests": { "md5": "e4da6e71759daf3ba644e8d8a6400a01", "sha256": "bd8e424d3f8d70710f1ab4e4894042a642f8b8a203868fd69dfce217fe8af6dd" }, "downloads": -1, "filename": "vtki-0.16.7.tar.gz", "has_sig": false, "md5_digest": "e4da6e71759daf3ba644e8d8a6400a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 695412, "upload_time": "2019-02-12T05:04:38", "url": "https://files.pythonhosted.org/packages/77/00/65d6ad37b0e36e53f1615f3a873844b8aeb7f308f2c61d1880eeb0e23845/vtki-0.16.7.tar.gz" } ], "0.16.8": [ { "comment_text": "", "digests": { "md5": "289dd375f52f1201e6c80935f61136e0", "sha256": "c4ae6a1cda79b2268a98976c1ab0bb5ec77526200b20a760fc64d020b6686027" }, "downloads": -1, "filename": "vtki-0.16.8.tar.gz", "has_sig": false, "md5_digest": "289dd375f52f1201e6c80935f61136e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 697588, "upload_time": "2019-02-13T05:48:12", "url": "https://files.pythonhosted.org/packages/a0/37/7aa82aa9661e7af86b041b22d47f371379f2a654efd2da11b9976e20a9b6/vtki-0.16.8.tar.gz" } ], "0.16.9": [ { "comment_text": "", "digests": { "md5": "bb3741eb75e24e52900d1516e6c4e54e", "sha256": "558901016feaf0c7fc0e112b283d6e308db9b5f56e238b0c9aa0e842c3d10e59" }, "downloads": -1, "filename": "vtki-0.16.9.tar.gz", "has_sig": false, "md5_digest": "bb3741eb75e24e52900d1516e6c4e54e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 699261, "upload_time": "2019-02-17T23:42:41", "url": "https://files.pythonhosted.org/packages/7e/d2/605dffaa300cb0b1a8123a6169bb60f72a0b4d0507587fa07416278bfb99/vtki-0.16.9.tar.gz" } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "28e05108755d6e52c1729fb7fc374837", "sha256": "90a47926b5d7e983fcf7e9cd8621442528109784d867f444998e1e864d35bf68" }, "downloads": -1, "filename": "vtki-0.17.0.tar.gz", "has_sig": false, "md5_digest": "28e05108755d6e52c1729fb7fc374837", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1093927, "upload_time": "2019-03-03T01:40:00", "url": "https://files.pythonhosted.org/packages/50/45/b901129fc8fe02c8750c1e753718a278da65c0977a5344813f89cc822205/vtki-0.17.0.tar.gz" } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "a053099471d5aea031490f4f978dd0e3", "sha256": "34031d9a2e1229ab857b3c04e26eee4dbe3c5d454930a8c3812bd36f9b79e61e" }, "downloads": -1, "filename": "vtki-0.17.1.tar.gz", "has_sig": false, "md5_digest": "a053099471d5aea031490f4f978dd0e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1096601, "upload_time": "2019-03-06T02:32:09", "url": "https://files.pythonhosted.org/packages/72/72/53b49346f005ba69c2a2e838e3113ad4033384b7a919d0e8820b368a5ae4/vtki-0.17.1.tar.gz" } ], "0.17.2": [ { "comment_text": "", "digests": { "md5": "bd7e9a7e0c654ec132d364577a1b5171", "sha256": "295b49f802b4a511d3ff44cf88aee6626507aa3be58222c0725cd989e2d46b1a" }, "downloads": -1, "filename": "vtki-0.17.2.tar.gz", "has_sig": false, "md5_digest": "bd7e9a7e0c654ec132d364577a1b5171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097874, "upload_time": "2019-03-14T13:48:59", "url": "https://files.pythonhosted.org/packages/49/c9/7fe75e6ed56bfee09dae644a8615f5235b2b760f4e7f39d6c7e19b2edc12/vtki-0.17.2.tar.gz" } ], "0.17.3": [ { "comment_text": "", "digests": { "md5": "1756219c8d419e5ef436793959c7f6c7", "sha256": "3566a092ebf21bd05b02915fd21e6f16c25be34f61306aa7fb9cc89f904b004e" }, "downloads": -1, "filename": "vtki-0.17.3.tar.gz", "has_sig": false, "md5_digest": "1756219c8d419e5ef436793959c7f6c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1100116, "upload_time": "2019-03-19T18:01:26", "url": "https://files.pythonhosted.org/packages/c6/c9/6eb6070c412fe6e2a5e3e2f30ef12938019c1855c595104d49eb93168c61/vtki-0.17.3.tar.gz" } ], "0.17.4": [ { "comment_text": "", "digests": { "md5": "e0ac7a6a6d3150b4e1a46bade9b8a964", "sha256": "fa4b2b5b8ae411fc75b3f623bc1968689868c5186f9c6de8f0f153aadb0d455e" }, "downloads": -1, "filename": "vtki-0.17.4.tar.gz", "has_sig": false, "md5_digest": "e0ac7a6a6d3150b4e1a46bade9b8a964", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1101331, "upload_time": "2019-03-25T20:10:42", "url": "https://files.pythonhosted.org/packages/87/ce/74947b5ad7cf777a01b1dacc3afb111727f49d0aef304bc7f3bb7dfe6ed4/vtki-0.17.4.tar.gz" } ], "0.17.5": [ { "comment_text": "", "digests": { "md5": "0c3dadeabe4deda996fdcf6edf676589", "sha256": "0e60fd3608e861be9e460cfdc46e90f3c00b3885b9769e626802ff61776cc718" }, "downloads": -1, "filename": "vtki-0.17.5.tar.gz", "has_sig": false, "md5_digest": "0c3dadeabe4deda996fdcf6edf676589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1106072, "upload_time": "2019-03-30T10:41:15", "url": "https://files.pythonhosted.org/packages/f5/a1/e6f4ddb7b0e1e5f080f6d95ea4e2de7e98b2ef43b9b3abfc7c6273e808bd/vtki-0.17.5.tar.gz" } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "393db57565eee1e91b054a4437e5b38a", "sha256": "ab64d549c431514790450cdd1c059adef02591d8efc7545ef8a7ee6bd134a1fb" }, "downloads": -1, "filename": "vtki-0.18.0.tar.gz", "has_sig": false, "md5_digest": "393db57565eee1e91b054a4437e5b38a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1099379, "upload_time": "2019-04-11T23:26:26", "url": "https://files.pythonhosted.org/packages/ad/4b/cfcf761206d21ef802e7aba91aa6247f180abe1222c958c43d6c3fc1cb0e/vtki-0.18.0.tar.gz" } ], "0.18.1": [ { "comment_text": "", "digests": { "md5": "a4e307e81d12120e5970ef8b6149fdff", "sha256": "f4153294c0fc64e45e2217c0e7b217f9f8dcb865841e3a7f6aab662ffc3da909" }, "downloads": -1, "filename": "vtki-0.18.1.tar.gz", "has_sig": false, "md5_digest": "a4e307e81d12120e5970ef8b6149fdff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1103395, "upload_time": "2019-04-12T20:15:19", "url": "https://files.pythonhosted.org/packages/e4/fe/d2b564cb016298a7d1b0753b2eadd99ce92115514da208e951d7134bd303/vtki-0.18.1.tar.gz" } ], "0.18.2": [ { "comment_text": "", "digests": { "md5": "5f478f93d6bf48228b4825bd364108fc", "sha256": "f3317d3303963b21be0bb541c3c178c44883d011468db0eadce09c26d582dd9e" }, "downloads": -1, "filename": "vtki-0.18.2.tar.gz", "has_sig": false, "md5_digest": "5f478f93d6bf48228b4825bd364108fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1103709, "upload_time": "2019-04-16T13:16:57", "url": "https://files.pythonhosted.org/packages/4b/66/29166d9fa3f4a0ff7445d65c5c6a030b58a6e0d156969cf9eadb9eb9df2e/vtki-0.18.2.tar.gz" } ], "0.18.3": [ { "comment_text": "", "digests": { "md5": "a69514d2b08610f65c31e3e9651234ed", "sha256": "79ec68f6a6285243be5d2d4b1d54585d158f08cfd86f87ffaf65a1bbbd805f46" }, "downloads": -1, "filename": "vtki-0.18.3.tar.gz", "has_sig": false, "md5_digest": "a69514d2b08610f65c31e3e9651234ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 1105670, "upload_time": "2019-04-20T04:51:30", "url": "https://files.pythonhosted.org/packages/46/e5/014dc16d7f2bba5e19b409f27b0de717279aa4bc531601c47832bdf05237/vtki-0.18.3.tar.gz" } ], "0.18.4": [ { "comment_text": "", "digests": { "md5": "72c7bff74f6812971503bc053faec191", "sha256": "eab6cc58ce1125eea7034bf6e8081ffb518e5eb0ad5214758bbec73872cedb4c" }, "downloads": -1, "filename": "vtki-0.18.4.tar.gz", "has_sig": false, "md5_digest": "72c7bff74f6812971503bc053faec191", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 1109126, "upload_time": "2019-04-25T14:10:40", "url": "https://files.pythonhosted.org/packages/c4/ec/38d03aa24db3b4fa2b7a765cd03d4a89795bf4a12e1a50c44fa405f22839/vtki-0.18.4.tar.gz" } ], "0.18.7": [ { "comment_text": "", "digests": { "md5": "979949b6c33b0dda87ee44cd8bf01de1", "sha256": "aa61a8ad05d885090085c290d9d466ea9953dd8f5767b27013f77cbd14e065ff" }, "downloads": -1, "filename": "vtki-0.18.7.tar.gz", "has_sig": false, "md5_digest": "979949b6c33b0dda87ee44cd8bf01de1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 1110960, "upload_time": "2019-05-15T13:42:50", "url": "https://files.pythonhosted.org/packages/3b/85/c8fd604db17675d6618c5a411e8d43c946c326bd8f79a564e9378eebde3e/vtki-0.18.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "979949b6c33b0dda87ee44cd8bf01de1", "sha256": "aa61a8ad05d885090085c290d9d466ea9953dd8f5767b27013f77cbd14e065ff" }, "downloads": -1, "filename": "vtki-0.18.7.tar.gz", "has_sig": false, "md5_digest": "979949b6c33b0dda87ee44cd8bf01de1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 1110960, "upload_time": "2019-05-15T13:42:50", "url": "https://files.pythonhosted.org/packages/3b/85/c8fd604db17675d6618c5a411e8d43c946c326bd8f79a564e9378eebde3e/vtki-0.18.7.tar.gz" } ] }