{ "info": { "author": "Romain Beucher", "author_email": "romain.beucher@unimelb.edu.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "\n.. image:: /docs/source/img/logos.png\n :target: https://www.earthbyte.org/the-basin-genesis-hub\n\nUnderworld Geodynamics project\n==============================\n\n.. image:: http://joss.theoj.org/papers/10.21105/joss.01136/status.svg\n :target: https://doi.org/10.21105/joss.01136\n\n.. image:: https://zenodo.org/badge/114189389.svg\n :target: https://zenodo.org/badge/latestdoi/114189389\n :alt: DOI \n\n.. image:: https://api.codacy.com/project/badge/Grade/85b5f7736d03441db786549d6e357c9e\n :target: https://www.codacy.com/app/romainbeucher/UWGeodynamics?utm_source=github.com&utm_medium=referral&utm_content=rbeucher/UWGeodynamics&utm_campaign=Badge_Grade\n :alt: Codacy\n\n.. image:: https://img.shields.io/pypi/v/uwgeodynamics.svg\n :target: https://pypi.python.org/pypi/uwgeodynamics\n :alt: Pip\n\n.. image:: https://readthedocs.org/projects/uwgeodynamics/badge\n :target: http://uwgeodynamics.readthedocs.org/\n :alt: Docs\n\n.. image:: https://travis-ci.org/underworldcode/UWGeodynamics.svg?branch=development\n :target: https://travis-ci.org/underworldcode/UWGeodynamics\n\n.. image:: https://github.com/underworldcode/UWGeodynamics/blob/development/tutorials/images/Tutorial1.gif\n\n.. image:: https://github.com/underworldcode/UWGeodynamics/blob/development/docs/source/img/collision_wedge.gif\n\nThe UWGeodynamics module facilitates prototyping of geodynamics models using Underworld. \nIt can be seen as a set of high-level functions within the Underworld ecosystem.\nIt is a means to quickly get the user into Underworld modelling and assumes very\nlittle knowledge in coding. The module make some assumptions based on how the user\ndefines the boundary conditions and the properties of the materials (rocks, phases).\nIts simplicity comes with a relatively more rigid workflow (compared to the classic Underworld functions).\nHowever, the user can easily break the high level objects and get back to core\nUnderworld function at any step of model design.\n\nThe UWGeodynamics is inspired by the [Lithospheric Modelling Recipe (LMR)](https://github.com/LukeMondy/lithospheric_modelling_recipe) originally developed by\nLuke Mondy, Guillaume Duclaux and Patrice Rey for Underworld 1. \nSome of the naming conventions have been reused to facilitate the transition from LMR.\nThe Rheological libraries is also taken from LMR.\n\nAs we think the low-level interface is more flexible, and in so allows for more complex models,\nwe strongly encourage users to explore and break the High Level functions.\n\nWe hope that the user will naturally move to the low-level functionalities as he\nor her gets more confident, and by doing so will access the wide range of \npossibilities offered by Underworld.\n\n.. image:: /docs/source/img/SandboxCompression.gif\n\nUWGeodynamics and Underworld\n----------------------------\n\n*UWGeodynamics* uses the Underworld_ Application Programming Interface (API).\nBoth projects are supported by The Underworld development team led by Louis Moresi and based in Melbourne, Australia\nat the University of Melbourne and at Monash University.\n\n*Underworld* and *UWGeodynamics* both provide powerful tools to develop numerical geodynamic models.\nBut their approaches are different: *UWGeodynamics* largely guides users into a way of doing things.\nThe Underworld API provides a series of tools and components (Mesh, Mesh variables, system of equations, functions)\nand leaves the responsibility to arrange those components to the user. The main advantage of the Underworld API is its flexibility.\nThe main inconvenient resides in a somewhat steeper learning curve. *UWGeodynamics* components are\ndesigned to be more natural to non-experimented numerical modellers or people with little knowledge in programming.\nIt is a way to quickly get started and design numerical models. Developing complex models can also be facilitated\nby the *UWGeodynamics* high-level interface as it requires less time and less involvement\nwith the details of the Underworld API.\n\nThe two approaches are complementary and mixing the two approaches is possible and highly encouraged.\n\nNote on versioning\n------------------\n\nSince version 1.0 The Underworld development team has decided to match the *UWGeodynamics* version number with\nthe latest supported version of Underworld. \nUWGeodynamics v2.7 is then supporing Underworld up to version 2.7.\n\nThe third number is used for *UWGeodynamics* only (v2.7.1, v2.7.2 etc.)\n\nThe development branch is based on the current *Underworld* development branch.\n\nThe Current release (**DOI** citable): \n\n`DOI `_\n\nQuick Start / Testing\n----------------------\n\nWe provide a docker container via binder_.\nThis is a quick solution to get you started and run the examples and tutorials\nwithout installing anything on your machine. That is a good way to see if the\nsoftware can actually be useful to you. \nThe ressource are however limited and you should not try to run model with high resolution.\n3D models can not be run in the binder.\n\nWhere to find documentation?\n----------------------------\n\nThe full documentation is available on `ReadTheDocs `_\n\nAdditional documentation and function specific documentation can be find in the python doctrings.\nYou can acces them in the Jupyter_ notebook by prepending or appending the method, variable or function with ``?``.\n\nInstallation\n-------------\n\nDocker_ installation\n~~~~~~~~~~~~~~~~~~~~\n\nDocker containers provide and easy-way to set up and distribute\napplications. They also provide a safe and consistent environment which\nfacilitate debugging and reproducibility of models. The image we provide\ncontains all the dependencies and configuration files required to run\nUnderworld models. Users can start developping model as soon as they\nhave downloaded the image, independently of the operating system running\non their machine.\n\nWe strongly encourage users to run UWGeodynamics using the docker images\nwe provide on `Docker Hub`_\n\nDifferent version of the `underworldcode/uwgeodynamics` image can be\npulled using a tag:\n\n1. The *latest* tag points to the github master branch and uses the latest\n *underworld* release.\n2. The *dev* tag points to the github development and uses the development\n branch of *underworld*.\n3. release tags such as *v2.7.1* points to a specific version.\n\n**Command line**\n\nOnce you have installed docker on your system you can *pull* the\n*UWGeodynamics* official image as follow:\n\n.. code:: bash\n\n docker pull underworldcode/uwgeodynamics\n\nYou can list all the images available on your system as follow:\n\n.. code:: bash\n\n docker images\n\nAn image can be deleted as follow:\n\n.. code:: bash\n\n docker rmi underworldcode/uwgeodynamics\n\nYou can then start a docker container. (An instance of\nan image).\n\n.. code:: bash\n\n docker run -d \\\n --name my_container \\\n -p 8888:8888 \\\n --mount source=myvol,target=/workspace/user-data \\\n underworldcode/uwgeodynamics\n\nYou can access the container via your browser at the following\naddress: http://localhost:8888\n\nIt is also possible to ssh into the container as follow:\n\n.. code:: bash\n\n docker exec -it my_container /bin/bash\n\nYou can list the containers currently existing on your machine by running:\n\n.. code:: bash\n\n docker ps -a\n\nThe \"a\" means \"all container\". The :code:`docker ps` command only list\nrunning containers.\n\nDocker containers can be stop (so that they do not use CPU or RAM ressource):\n\n.. code:: bash\n\n docker stop my_container\n\nThey can also be deleted:\n\n.. code:: bash\n\n docker rm my_container\n\n.. warning::\n\n It's a good idea to keep track of how many containers have been created as\n they can rapidly take a lot of space on your machine.\n\nKitematic_\n~~~~~~~~~~\n\nKitematic_ is a program that provides a graphical user interface to\nthe *docker* daemon and to Docker Hub.\nThe software is available for Windows, MacOsx and Linux. Be aware that on\nlinux the installation may differ depending on the distribution you\nare running.\n\n1. Download and Install Kitematic_\n2. Open Kitematic and search for the **uwgeodynamics** image.\n3. Create a container by clicking on the create button.\n\nYou should now have a container appearing on the left side of your\nkitematic window. The first thing to do now is to create a link between\na local directory (A directory on your physical hard drive) and a volume\ndirectory inside the docker container. A volume is a special directory\nthat can be accessed from outside the container. It is the location you\nwill use to save your results.\n\nLocal Installation\n~~~~~~~~~~~~~~~~~~~~\n\nThis is not recommended and involves installing *Underworld* and all\nits dependencies. Docker is highly recommended!!!\n\n**Requirements**\n\n- Python >= 2.7\n- A Working version of Underworld2 >=2.6.0 (Please refer to the\n Underworld documentation)\n- pint >= 0.8\n\n.. note::\n The bleeding edge version of *Underworld* (development branch)\n is now python 3 compatible only.\n *UWGeodynamics* is python 3 ready and can thus be used with it.\n\n**Install**\n\n**from Pip**\n\nThe UWGeodynamics module can be installed directly from the Python\nPackage Index:\n\n.. code:: bash\n\n pip install UWGeodynamics\n\n**from sources**\n\nThe module source files are available through github_\n\n.. code:: bash\n\n git clone https://github.com/underworldcode/UWGeodynamics.git\n\nIt can then be installed globally on your system using\n\n.. code:: bash\n\n pip install UWGeodynamics/\n\n\nSeeking Support?\n----------------\n\nError messages are useful to understand the source of a problem.\n\nIf you cannot solve the problem by yourself you can ask for help by creating an\nissue on GitHub. If the problem if specific to your model you may be ask to continue the conversation\nthrough email. \n\n*UWGeodynamics* is an open source free software and we cannot guarantee that it\nis free of bugs. Feel free to signal any strange behaviour by raising an issue (see below section\non how to contribute.)\n\n\nContributing\n------------\n\nIf you want to contribute to the UWGeodynamics projects and make it better, your help is very welcome.\n\nSo how can you contribute?\n\n- Found a bug? Submit an issue using the issue tracker here on GitHub\n- Have some suggestions? You can create an issue. Just add [Feature Request] in the title.\n\nIf you have developed some code and you think that it should be included in UWGeodynamics, you\ncan create a Pull Request and We will be happy to review it.\n\nHow to create a Pull Request (PR)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n#. Create a personal fork of the project on Github.\n\n You will need a Github Account to do that. Just click on\n the Fork button at the top right corner of this repository.\n\n#. Clone the fork on your local machine. Your remote repo on Github is called origin.\n\n :code:`git clone https://github.com/your-github-name/UWGeodynamics`\n\n replacing \"your-github-name\" with your actual github name...\n\n#. Add the original repository as a remote called upstream.\n\n :code:`git add remote upstream https://github.com/underworldcode/UWGeodynamics`\n\n#. If you created your fork a while ago be sure to pull upstream changes into your local repository.\n\n :code:`git pull upstream`\n\n#. Create a new branch to work on! Branch from development!\n\n :code:`git checkout upstream/development`\n :code:`git checkout -b newFeature`\n\n#. Implement/fix your feature, comment your code.\n\n#. Follow the code style of the project, including indentation.\n\n#. Include some tests or usage cases\n\n#. Add or change the documentation as needed.\n The UWGeodynamics documentation is located in the `docs` directory.\n\n#. Push your branch to your fork on Github, the remote origin.\n :code:`git push origin newFeature`\n\n#. From your fork open a pull request in the correct branch. Target the project's `development`.\n\nAlways write your commit messages in the present tense.\nYour commit message should describe what the commit, when applied, does to the code \u2013 not what you did to the code.\n\n\nThere is no small contribution!\n\n\nCommunity driven\n----------------\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along with this program. If not, see .\n\n\n.. _binder: https://mybinder.org/v2/gh/rbeucher/UWGeodynamics-binder/master\n.. _Underworld: https://github.com/underworldcode/underworld2\n.. _Jupyter: http://jupyter.org/\n.. _Docker: https://www.docker.com\n.. _Docker Hub: https://hub.docker.com/r/underworldcode/uwgeodynamics\n.. _Kitematic: https://kitematic.com/\n.. _github: https://github.com/underworldcode/UWGeodynamics.git\n.. _Pint: https://pint.readthedocs.io/en/latest\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rbeucher/UWGeodynamics.git", "keywords": "geodynamics Underworld geophysics geology", "license": "", "maintainer": "", "maintainer_email": "", "name": "UWGeodynamics", "package_url": "https://pypi.org/project/UWGeodynamics/", "platform": "", "project_url": "https://pypi.org/project/UWGeodynamics/", "project_urls": { "Homepage": "https://github.com/rbeucher/UWGeodynamics.git" }, "release_url": "https://pypi.org/project/UWGeodynamics/2.8.4/", "requires_dist": [ "pint", "numpy", "scipy", "pyshp" ], "requires_python": "", "summary": "Underworld Geodynamics wrapper", "version": "2.8.4" }, "last_serial": 5980339, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "aa84da725788047f58f7696905983582", "sha256": "b7b53042a6b917ed27ed96a9de3b16404b9e0d0947844e4ed06d83db6805a0b6" }, "downloads": -1, "filename": "UWGeodynamics-0.1.2-py27-none-any.whl", "has_sig": false, "md5_digest": "aa84da725788047f58f7696905983582", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 78144, "upload_time": "2018-02-12T07:16:11", "url": "https://files.pythonhosted.org/packages/bc/a2/1cfbaa1860fa7fcf4b9f4ec7fbf86ce56423466d787bcf0958a88bd35505/UWGeodynamics-0.1.2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ec4e5fa3fcaf5cf38ac1603aacf4680", "sha256": "699547d7fc863bcaa2a090c743fc3d4d95749aaaa8be5742c00edef091a14b13" }, "downloads": -1, "filename": "UWGeodynamics-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3ec4e5fa3fcaf5cf38ac1603aacf4680", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60912398, "upload_time": "2018-02-12T07:16:51", "url": "https://files.pythonhosted.org/packages/88/dc/3e72d37442d42c0703d9807b16ef51cf39e8024908b31f9661c2b405fdb3/UWGeodynamics-0.1.2.tar.gz" } ], "0.1.dev1": [ { "comment_text": "", "digests": { "md5": "a94976f9fc9a54c552731929f5756d9a", "sha256": "71a6b6456bd88d75ce7418121151b1fbb7ae7b195cc7525f011b0ad4d35f8aa9" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev1-py27-none-any.whl", "has_sig": false, "md5_digest": "a94976f9fc9a54c552731929f5756d9a", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 82152, "upload_time": "2017-12-14T02:35:17", "url": "https://files.pythonhosted.org/packages/34/cd/4c19b53a9f1ecb5c116ae38756c652874ee522f3abbe0fc7f96451781e89/UWGeodynamics-0.1.dev1-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b5fa5d6592694d0e830c27b1d60df9c", "sha256": "e0163e1fa57641dae46f4cd60620ab5bbb7c05f78f4a4dab563d577ed87a65e9" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "0b5fa5d6592694d0e830c27b1d60df9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7565621, "upload_time": "2017-12-14T02:35:33", "url": "https://files.pythonhosted.org/packages/ee/5e/57885aee2221e32b89d47d000d3a44e68ce4f3b6f1db9a246c5389931ceb/UWGeodynamics-0.1.dev1.tar.gz" } ], "0.1.dev10": [ { "comment_text": "", "digests": { "md5": "0284e2f3876821f926605cf70723b332", "sha256": "477b54146db3ebb51be3f4647aa5184cf8ff08637ef08ef7da45630dd988af57" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev10.tar.gz", "has_sig": false, "md5_digest": "0284e2f3876821f926605cf70723b332", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49262341, "upload_time": "2018-01-18T07:02:14", "url": "https://files.pythonhosted.org/packages/76/d8/05ff928437a92c812308d444dfdeac931e460b0cbf9556ddfd568ff78319/UWGeodynamics-0.1.dev10.tar.gz" } ], "0.1.dev11": [ { "comment_text": "", "digests": { "md5": "76bbf14e7058bf1a989a31a899ca99ce", "sha256": "0410077de99b9f13ceb6c84275302f3761ac7794391e7e3054c7be2ea59c6640" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev11.tar.gz", "has_sig": false, "md5_digest": "76bbf14e7058bf1a989a31a899ca99ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49263691, "upload_time": "2018-01-18T07:19:49", "url": "https://files.pythonhosted.org/packages/39/f0/e5d1e2a3f52c6f0036e87065e5f4fbf5f2b42f9ddbf25d6137891de62c57/UWGeodynamics-0.1.dev11.tar.gz" } ], "0.1.dev2": [ { "comment_text": "", "digests": { "md5": "78e2fb8a8d4bd2cc12ec34ff6b8ff625", "sha256": "724e302a4b74f6dbd47bcbcc58967f9014632e4f884fb3a69c7b546ac0e7895e" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev2-py27-none-any.whl", "has_sig": false, "md5_digest": "78e2fb8a8d4bd2cc12ec34ff6b8ff625", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 91017, "upload_time": "2017-12-20T08:07:19", "url": "https://files.pythonhosted.org/packages/23/07/114ef7cb7fa06c3e776785f2f68424f4a7cafca1f2303716e516f45aacbe/UWGeodynamics-0.1.dev2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "661f94f3758ec9483887fe1e5ea445e5", "sha256": "46ea1b1180cfb95bbebf743c4e82dc4f272fc549b8686152d6baf2127c854366" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev2.tar.gz", "has_sig": false, "md5_digest": "661f94f3758ec9483887fe1e5ea445e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19169728, "upload_time": "2017-12-20T08:07:49", "url": "https://files.pythonhosted.org/packages/91/93/e3e94d6210ac063e7551522b18501b6a52887b3262db4dbc9da38d15b4c7/UWGeodynamics-0.1.dev2.tar.gz" } ], "0.1.dev3": [ { "comment_text": "", "digests": { "md5": "8d0157fba3f54f57e9915c934974f332", "sha256": "c7a8bc603e0282dd3f494e37cd550e2905860f009c582858026e845738624b79" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev3-py27-none-any.whl", "has_sig": false, "md5_digest": "8d0157fba3f54f57e9915c934974f332", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 59279, "upload_time": "2017-12-29T01:25:41", "url": "https://files.pythonhosted.org/packages/25/6b/c9978c2fb057def0da6d455bf4601a219cf2ad2e2d930a006c7a85a43c11/UWGeodynamics-0.1.dev3-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15769677c2b2b0faebafeb7ad70d443c", "sha256": "ef1c3d907d9e80579c9db88cfbdb148ae3161a273f96b7f9db339a2869f54481" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev3.tar.gz", "has_sig": false, "md5_digest": "15769677c2b2b0faebafeb7ad70d443c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33859915, "upload_time": "2017-12-29T01:26:35", "url": "https://files.pythonhosted.org/packages/1e/c3/ffea66bb43744c10d69ceae1817eee2d4d981ca92034b84e7f5224216a2c/UWGeodynamics-0.1.dev3.tar.gz" } ], "0.1.dev4": [ { "comment_text": "", "digests": { "md5": "fac592e888d088f0a4f606711d181755", "sha256": "fcf92998b8c53abb4b9f2ad91d075a6f09a07a419e3b65df9778df20642057f2" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev4-py27-none-any.whl", "has_sig": false, "md5_digest": "fac592e888d088f0a4f606711d181755", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 60702, "upload_time": "2018-01-01T00:12:40", "url": "https://files.pythonhosted.org/packages/8e/23/c721dcc7e5aaf296f88b6ac1a1dda9e4ca5dc815973e29e28ad302c92600/UWGeodynamics-0.1.dev4-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c961d926b90d4d75ed34ffc6227e718", "sha256": "7d7528bf47ef2f7ac1c5ab6fdbecb1709ec9f0d72dbb7b04af5bede369176ae5" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev4.tar.gz", "has_sig": false, "md5_digest": "4c961d926b90d4d75ed34ffc6227e718", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33860964, "upload_time": "2018-01-01T00:14:08", "url": "https://files.pythonhosted.org/packages/11/4e/843c7cfa3bc12996cc34e42e93addefa10c7d2666ffbf9593097624047c2/UWGeodynamics-0.1.dev4.tar.gz" } ], "0.1.dev5": [ { "comment_text": "", "digests": { "md5": "17c1833b6186ad6d2b02b22b99fbb262", "sha256": "84d0b5583e7f0e1946b53c558674a231f9cf8564895a293b374b920573ee7ded" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev5-py27-none-any.whl", "has_sig": false, "md5_digest": "17c1833b6186ad6d2b02b22b99fbb262", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 60701, "upload_time": "2018-01-02T19:04:50", "url": "https://files.pythonhosted.org/packages/4a/33/4e99f8c93168386ae75ba557355dd64a56b7b125422f7142f9e5e5151a39/UWGeodynamics-0.1.dev5-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72a914be45f6ebfdc805ce4a74cab793", "sha256": "ea7ed79a39b0848b9d963aa85745f62c6858fff0d82e179494697c817744ef94" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev5.tar.gz", "has_sig": false, "md5_digest": "72a914be45f6ebfdc805ce4a74cab793", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33861000, "upload_time": "2018-01-02T19:06:39", "url": "https://files.pythonhosted.org/packages/cc/f9/7d902353e84ba90bc5641f80f90db35e0cb7c9d05e055ac5df43bb7da0b6/UWGeodynamics-0.1.dev5.tar.gz" } ], "0.1.dev6": [ { "comment_text": "", "digests": { "md5": "2873b9a4f19f9f39ae6c4b7532ef0ec4", "sha256": "42580d7a9e451cd3525a7aa6fa59e6431f109a9ffc74505b2cc40ed8d8e02f2c" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev6-py27-none-any.whl", "has_sig": false, "md5_digest": "2873b9a4f19f9f39ae6c4b7532ef0ec4", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 64898, "upload_time": "2018-01-02T19:31:03", "url": "https://files.pythonhosted.org/packages/5d/25/de7034ec78c0b938ef80aec3893cfde790ad725bd23d5c3269862d28ea13/UWGeodynamics-0.1.dev6-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c3e26975c9a76a4e257a4cf6add1bb2", "sha256": "9147cdad21c3dfa00167bf1c6f91a21f8c2682d865bdcacb107ffb198f9947a5" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev6.tar.gz", "has_sig": false, "md5_digest": "1c3e26975c9a76a4e257a4cf6add1bb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33861031, "upload_time": "2018-01-02T19:33:16", "url": "https://files.pythonhosted.org/packages/65/be/b88bea7483a370f4d832b415f80edeceb816a0b892820a3f645e1e76929b/UWGeodynamics-0.1.dev6.tar.gz" } ], "0.1.dev7": [ { "comment_text": "", "digests": { "md5": "270358527e8b3df22c4e05b2628482d8", "sha256": "690dbbcb9ed3fd5641ac638cb9f95dd3a134878b77688c27bf04659448ba72e8" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev7.tar.gz", "has_sig": false, "md5_digest": "270358527e8b3df22c4e05b2628482d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36242657, "upload_time": "2018-01-04T23:07:53", "url": "https://files.pythonhosted.org/packages/f2/89/28b0cef7f705f373d65da07373c31ff2f31ff38146df18b6355bc995a62f/UWGeodynamics-0.1.dev7.tar.gz" } ], "0.1.dev8": [ { "comment_text": "", "digests": { "md5": "7ebe92c46145ca9a7207e1f8a3f89ec6", "sha256": "c1e04869b105e25e2737c399941193779ce37aaf67e76e42bae44a5af241b6e5" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev8.tar.gz", "has_sig": false, "md5_digest": "7ebe92c46145ca9a7207e1f8a3f89ec6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36242547, "upload_time": "2018-01-18T04:23:14", "url": "https://files.pythonhosted.org/packages/8f/ea/1dee76fa0e3f3432f98aabd48949d82708f9abb8459eead868a0a6aa4115/UWGeodynamics-0.1.dev8.tar.gz" } ], "0.1.dev9": [ { "comment_text": "", "digests": { "md5": "b55ec3e3acb8851d0139a0df83188269", "sha256": "5faae2ea94e73f2f554c8c8c3539a0e6fe3aff76960943888417648dee70a614" }, "downloads": -1, "filename": "UWGeodynamics-0.1.dev9.tar.gz", "has_sig": false, "md5_digest": "b55ec3e3acb8851d0139a0df83188269", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47847476, "upload_time": "2018-01-18T04:23:36", "url": "https://files.pythonhosted.org/packages/9e/68/127e30c412ff8491ad3d4ef92d438639c5bba318e1894d14f770f830b48b/UWGeodynamics-0.1.dev9.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4328b8aa8e7528c86e7770ea62969b42", "sha256": "cd61e094e1d2eba2e939d4f3341f32ebefe510123eb05ce5f62ffd5cd436b4f4" }, "downloads": -1, "filename": "UWGeodynamics-0.2-py27-none-any.whl", "has_sig": false, "md5_digest": "4328b8aa8e7528c86e7770ea62969b42", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 80569, "upload_time": "2018-03-11T06:07:19", "url": "https://files.pythonhosted.org/packages/e8/7e/c9aeffdea7bf1e99e4a2cc1ca44006bcd247a176aa8d94c07ccddd7df294/UWGeodynamics-0.2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ff44ed389970d41f21608ac664afa3a", "sha256": "f9880fcf5dfc5a7a8b5bb6e6af10f3a707d589b31c8a2c7ade5c8e99f230ac56" }, "downloads": -1, "filename": "UWGeodynamics-0.2.tar.gz", "has_sig": false, "md5_digest": "6ff44ed389970d41f21608ac664afa3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62585718, "upload_time": "2018-03-11T06:08:32", "url": "https://files.pythonhosted.org/packages/d5/79/8852e4d3f1f59c5e18f4b30fa3d040f7d75c36f54a1f08570ed578b25ad3/UWGeodynamics-0.2.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "da22677791d0e18abd33c6aad529cd13", "sha256": "b18efcc957347705fb5caba9d6da59eab4ad25e1412fcd48e42c161661420bd2" }, "downloads": -1, "filename": "UWGeodynamics-0.3.1-py27-none-any.whl", "has_sig": false, "md5_digest": "da22677791d0e18abd33c6aad529cd13", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 86279, "upload_time": "2018-03-31T03:48:37", "url": "https://files.pythonhosted.org/packages/6e/98/64545f0e481a2cd2067de58a78d00ea84e651eb04870560fd5aae2984ae4/UWGeodynamics-0.3.1-py27-none-any.whl" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "b76e2db89b0e8c27dd693452bbb1c4cc", "sha256": "cd02be7a4676e6fe2a749042de5b9fe5c9cab8615574e37b5c820e03472ff2ab" }, "downloads": -1, "filename": "UWGeodynamics-0.3.3-py27-none-any.whl", "has_sig": false, "md5_digest": "b76e2db89b0e8c27dd693452bbb1c4cc", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 86276, "upload_time": "2018-03-31T03:56:53", "url": "https://files.pythonhosted.org/packages/24/f2/eb0754375bf6d29fee9142b5b44962e3eedcc9277cdbb9e66580b4742343/UWGeodynamics-0.3.3-py27-none-any.whl" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "38fb0311fad9316473d463404a345f01", "sha256": "f84e71afeb520fa6bf15d16b68543d75f614d7a3bf3d4c2ab9c3b7791f1cf5e8" }, "downloads": -1, "filename": "UWGeodynamics-0.3.4-py27-none-any.whl", "has_sig": false, "md5_digest": "38fb0311fad9316473d463404a345f01", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 86280, "upload_time": "2018-03-31T03:59:58", "url": "https://files.pythonhosted.org/packages/6c/a0/88114c9c1439b5b9bbdc19f6571eea69d8ea199415a50d6cd1a6c255186f/UWGeodynamics-0.3.4-py27-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e4a4ac2e7e116c0eaeeffd3c4cedc7d6", "sha256": "579ed58ab24f55cecc8cb507a39e67b5cbc00dda7230c24fef65efa3fc2fe3b3" }, "downloads": -1, "filename": "UWGeodynamics-0.4.0-py27-none-any.whl", "has_sig": false, "md5_digest": "e4a4ac2e7e116c0eaeeffd3c4cedc7d6", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 88395, "upload_time": "2018-05-23T02:33:26", "url": "https://files.pythonhosted.org/packages/89/20/3284d25f15a2cb673342a8da705a97345835120a6709da786085d3ebdcaa/UWGeodynamics-0.4.0-py27-none-any.whl" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "640a1c9f929cc396ec83ad02274c5fe9", "sha256": "ae192626470b5917be25712aa6f21e0ff8d0611ac311d96c9623c5039e79a73a" }, "downloads": -1, "filename": "UWGeodynamics-0.4.1-py27-none-any.whl", "has_sig": false, "md5_digest": "640a1c9f929cc396ec83ad02274c5fe9", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 88395, "upload_time": "2018-05-23T02:35:26", "url": "https://files.pythonhosted.org/packages/79/7b/328f557b4ac1306f15c0811cd41a651a3825e78dc43e04dc3ca3e71af2c0/UWGeodynamics-0.4.1-py27-none-any.whl" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "aab59c8cad24d330c9e951707345c360", "sha256": "a053ad66447c852ee4a8abba1353479698ac1d3c878f7f9036d3fbeff48c1e31" }, "downloads": -1, "filename": "UWGeodynamics-0.4.2-py27-none-any.whl", "has_sig": false, "md5_digest": "aab59c8cad24d330c9e951707345c360", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 88397, "upload_time": "2018-05-23T02:39:43", "url": "https://files.pythonhosted.org/packages/e7/06/e8e6f37213fc1a23a576cca0a0d82d8857a236582742b48309bb613ee396/UWGeodynamics-0.4.2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c15b1255678e15a456487b8cf1f0e111", "sha256": "1e62f5aabe5b126bc1454b3027e1c08c22bd82e81518095702669fdeba82dd95" }, "downloads": -1, "filename": "UWGeodynamics-0.4.2.tar.gz", "has_sig": false, "md5_digest": "c15b1255678e15a456487b8cf1f0e111", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83343, "upload_time": "2018-05-23T02:39:45", "url": "https://files.pythonhosted.org/packages/e4/35/c8dbc263fbafde9b98f52c89da762f5bf6d472413cba45bac0162f468c3a/UWGeodynamics-0.4.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "cea64b95269eb5a772c69bc35260a89c", "sha256": "15cdb336c8e03951c91c0a42758fc576307f76eae0d17eef702f059a04852fb5" }, "downloads": -1, "filename": "UWGeodynamics-0.6.0-py27-none-any.whl", "has_sig": false, "md5_digest": "cea64b95269eb5a772c69bc35260a89c", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 91545, "upload_time": "2018-06-27T04:05:58", "url": "https://files.pythonhosted.org/packages/9b/f7/2a72a1cf372e0e1d5f78a20ad9d75c347fb32cf1148d4dd17bf0276c3a48/UWGeodynamics-0.6.0-py27-none-any.whl" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "af41ef3f278ac59c55126fe6626e839e", "sha256": "927137b8ab1f70529cf38d2ddc7607087bbfd50f1dbddd9aae9e41ecc8cffe48" }, "downloads": -1, "filename": "UWGeodynamics-0.6.1-py27-none-any.whl", "has_sig": false, "md5_digest": "af41ef3f278ac59c55126fe6626e839e", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 91547, "upload_time": "2018-06-27T04:09:45", "url": "https://files.pythonhosted.org/packages/3c/7b/853eb1984fe8603d20403be70538ea7edd5f5e157e598c5efa293cbc6b8b/UWGeodynamics-0.6.1-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1576017d956ef3eb749bd04e39d6d001", "sha256": "0db83480002d9af802fc8d899484e65ebcb9d6694b3731ab9492464db73078ad" }, "downloads": -1, "filename": "UWGeodynamics-0.6.1.tar.gz", "has_sig": false, "md5_digest": "1576017d956ef3eb749bd04e39d6d001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19347045, "upload_time": "2018-06-27T04:09:50", "url": "https://files.pythonhosted.org/packages/72/d5/357fa23bd3ddafe261dad53399cf2672c9df66e4c8ae436054c6b7b4877f/UWGeodynamics-0.6.1.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "dfd5552870ff3f117c629acc717f4711", "sha256": "32d77a2e5878520840c066cb93ab81982fab3464b8571b3943689a46196e9e3e" }, "downloads": -1, "filename": "UWGeodynamics-0.9.1-py27-none-any.whl", "has_sig": false, "md5_digest": "dfd5552870ff3f117c629acc717f4711", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 97433, "upload_time": "2018-10-03T15:36:04", "url": "https://files.pythonhosted.org/packages/77/17/d8d88c4a9a2c5fedcaba17646758fe66c877a54adaf4131558027e278807/UWGeodynamics-0.9.1-py27-none-any.whl" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "9691cba0b8a2eefa8b752f3d7bbdd8ee", "sha256": "6adb35ee623b12438fbdb5edf3ee29e07accaadf44d3717508d466e075f94b4a" }, "downloads": -1, "filename": "UWGeodynamics-0.9.2-py27-none-any.whl", "has_sig": false, "md5_digest": "9691cba0b8a2eefa8b752f3d7bbdd8ee", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 97436, "upload_time": "2018-10-03T16:01:06", "url": "https://files.pythonhosted.org/packages/bf/01/929dda757c1a75041e360192e8b3fd4fa2119d7f11d017e581f3f76e14be/UWGeodynamics-0.9.2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "950f49ebc2837f4524d667d1298faf81", "sha256": "ae9fbf4e706a3864d569f59a7bfee56ffa46084e56053c70b87502cb1562f230" }, "downloads": -1, "filename": "UWGeodynamics-0.9.2.tar.gz", "has_sig": false, "md5_digest": "950f49ebc2837f4524d667d1298faf81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90616, "upload_time": "2018-10-03T16:01:08", "url": "https://files.pythonhosted.org/packages/b9/9f/5a570dbc16a94ccb0bfc5adcdd656617356ab621fea9b33a87761c8b977d/UWGeodynamics-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "83291c03f812c467f691c60ec452ca74", "sha256": "cc46974a92171c378d31071c43f2c149e902b2cd81297ba2ee6c4fafb7e8ee8d" }, "downloads": -1, "filename": "UWGeodynamics-0.9.3-py27-none-any.whl", "has_sig": false, "md5_digest": "83291c03f812c467f691c60ec452ca74", "packagetype": "bdist_wheel", "python_version": "py27", "requires_python": null, "size": 99703, "upload_time": "2018-10-03T16:12:58", "url": "https://files.pythonhosted.org/packages/07/54/484fc8d76bc42523986498b5b65f0959db5d9da9528e21a53e54e52520e9/UWGeodynamics-0.9.3-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "40b8e5e2c704a2c31393419eeffbe22c", "sha256": "3179c99b879d00d76c561345f80de0fadca0357e0165abab2d4589da68bf066a" }, "downloads": -1, "filename": "UWGeodynamics-0.9.3.tar.gz", "has_sig": false, "md5_digest": "40b8e5e2c704a2c31393419eeffbe22c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93428, "upload_time": "2018-10-03T16:13:00", "url": "https://files.pythonhosted.org/packages/5e/29/daeab040cb78f3c82a4489252cd818bedff89f99c39bb65db99f0838f3b1/UWGeodynamics-0.9.3.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "ace826cfc48e42f8a4d5a9c89e41a637", "sha256": "3548f80b069b80efd8f962f02dc8b259966f829d72132c989f4874027ac87c7a" }, "downloads": -1, "filename": "UWGeodynamics-0.9.8.tar.gz", "has_sig": false, "md5_digest": "ace826cfc48e42f8a4d5a9c89e41a637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92462, "upload_time": "2018-11-15T20:24:29", "url": "https://files.pythonhosted.org/packages/5d/00/c97c502ab3194e0a5c03b8ed380dc681c0895fcf0f2f3b6282420c1cb7ba/UWGeodynamics-0.9.8.tar.gz" } ], "0.9.8b0": [ { "comment_text": "", "digests": { "md5": "e4d815e2b53b1c3a4d7c06d006869cd4", "sha256": "681fd73a9c7b510c9c712f7115cd0b9f8e14e02838241fc799fdac481027a039" }, "downloads": -1, "filename": "UWGeodynamics-0.9.8b0.tar.gz", "has_sig": false, "md5_digest": "e4d815e2b53b1c3a4d7c06d006869cd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92497, "upload_time": "2018-11-15T20:27:32", "url": "https://files.pythonhosted.org/packages/b3/c3/25877124b5004bdfc322a881c48af5a3fc25b0bc63f87cf38868e3b79c42/UWGeodynamics-0.9.8b0.tar.gz" } ], "0.9.9b0": [ { "comment_text": "", "digests": { "md5": "9c25f3144733585e9ed5b89b0c15edd3", "sha256": "4e1ad862da3db0885bd3eb7a03b7531dd9dc458c03b73cd9cfa20fdc364f1e59" }, "downloads": -1, "filename": "UWGeodynamics-0.9.9b0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c25f3144733585e9ed5b89b0c15edd3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 96998, "upload_time": "2018-11-30T22:35:49", "url": "https://files.pythonhosted.org/packages/4a/aa/93d6757490d2cbfe3905f4fa43d974bb55334eab7f5b1bc651abb9456422/UWGeodynamics-0.9.9b0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec4c4c327d986631a1cd8dcb5086dc64", "sha256": "45d26603cb0b000b2c708e4f12ae62d9e23655a6166054d9fcc5706fdc4b0106" }, "downloads": -1, "filename": "UWGeodynamics-0.9.9b0.tar.gz", "has_sig": false, "md5_digest": "ec4c4c327d986631a1cd8dcb5086dc64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95431, "upload_time": "2018-11-30T22:35:52", "url": "https://files.pythonhosted.org/packages/92/d6/7c2c68e86b5eea505bc775b119e3802fbbd01cb55327d8968b03583c31e7/UWGeodynamics-0.9.9b0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "8d1d381c0e825da5aeac63f0ab36d21d", "sha256": "1b3176f731a5031fc4baef13fd39f365468f0dd0ca74abf488a8dfcd3c175cf3" }, "downloads": -1, "filename": "UWGeodynamics-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d1d381c0e825da5aeac63f0ab36d21d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 99311, "upload_time": "2018-12-07T02:31:51", "url": "https://files.pythonhosted.org/packages/cd/40/4bbd38a474f1a9afbe642f688bfd202cf9b3fb049da7afa63cc4a39b2a2f/UWGeodynamics-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17a1fbba4a55c917273fcbf50eef511c", "sha256": "767cce6213d88804651fe397673f1e259dbc1b74787ceef6364c987d3b4eed32" }, "downloads": -1, "filename": "UWGeodynamics-1.0.0.tar.gz", "has_sig": false, "md5_digest": "17a1fbba4a55c917273fcbf50eef511c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97699, "upload_time": "2018-12-07T02:31:56", "url": "https://files.pythonhosted.org/packages/74/40/2c855558238f0f5874de8f598c86fc4e03c7f386be61a8599e9271e63756/UWGeodynamics-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "21cbfa06635b4c38c067831a8f23b16f", "sha256": "282cc3d568e334a900d77abd36987cde3a203ff4189f13664380bb5f9ddbdad3" }, "downloads": -1, "filename": "UWGeodynamics-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21cbfa06635b4c38c067831a8f23b16f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 99312, "upload_time": "2018-12-07T02:48:12", "url": "https://files.pythonhosted.org/packages/f5/41/01919972fb648435676ef930cdf6d329250baf02ffd89f2293c44db7d4c4/UWGeodynamics-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2996a4da1d426f9b65e7d28d2045a9cc", "sha256": "575fd86ef15d81d9a417a08fbad96e4ee5ea543d6369e2b622dfe8446dc5a982" }, "downloads": -1, "filename": "UWGeodynamics-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2996a4da1d426f9b65e7d28d2045a9cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97708, "upload_time": "2018-12-07T02:48:19", "url": "https://files.pythonhosted.org/packages/86/58/52901b1d0860c25a659dfc10459ece9ced9baba6ff5f7d0b4df4a6a32307/UWGeodynamics-1.0.1.tar.gz" } ], "2.6.1": [ { "comment_text": "", "digests": { "md5": "00260aa581cafaa3cfcc983513d7edec", "sha256": "278c4bf2b7e218959e4c6afe5522a5d310b44e3eefbdb58f5c4f9819592ebf77" }, "downloads": -1, "filename": "UWGeodynamics-2.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00260aa581cafaa3cfcc983513d7edec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 99845, "upload_time": "2019-02-07T00:54:09", "url": "https://files.pythonhosted.org/packages/c4/c0/a7624f3854d762db89804e3b16f06ead8b4f49d9bd288cba59bd8da3f190/UWGeodynamics-2.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88a16a6c5142969711bfd95afedf1da3", "sha256": "2d896746bf247e1e51add18819aab1f3b7f99d5e7d37b3c3caab376998dff3e0" }, "downloads": -1, "filename": "UWGeodynamics-2.6.1.tar.gz", "has_sig": false, "md5_digest": "88a16a6c5142969711bfd95afedf1da3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99334, "upload_time": "2019-02-07T00:54:12", "url": "https://files.pythonhosted.org/packages/d1/32/d629db2adbd94bb73065705c5f473ab47ffa8d90aecc937eeae0f26b3cbb/UWGeodynamics-2.6.1.tar.gz" } ], "2.7.5": [ { "comment_text": "", "digests": { "md5": "2af6caae07fa168af22fecc4ccadf203", "sha256": "5d755d57aa5cf46e9882d00256791765afdad0b0b444b556609c8707b8d915d7" }, "downloads": -1, "filename": "UWGeodynamics-2.7.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2af6caae07fa168af22fecc4ccadf203", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 106312, "upload_time": "2019-04-01T05:12:44", "url": "https://files.pythonhosted.org/packages/e7/d2/9824563a756c37ea687d659a64b04cc4056b1b19dc7305c5f3e28835ec76/UWGeodynamics-2.7.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "826422e7c3c1018336dca5cece537797", "sha256": "306d39303151dfec52fcf6148f71d74bcc7b1d87e91403d49751d878fccd11c3" }, "downloads": -1, "filename": "UWGeodynamics-2.7.5.tar.gz", "has_sig": false, "md5_digest": "826422e7c3c1018336dca5cece537797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108724, "upload_time": "2019-04-01T05:12:47", "url": "https://files.pythonhosted.org/packages/4b/b2/8c22c6405c071ecd1ed5932016c4fc69251f24f67c3eb9c6137762736b5e/UWGeodynamics-2.7.5.tar.gz" } ], "2.7.7": [ { "comment_text": "", "digests": { "md5": "66bd5db0eac0afea82835ca8c4f673d5", "sha256": "b6fc21d13b84b39e7121d54f1c338cfa48170e563f735ec2b66fd983a2a551d4" }, "downloads": -1, "filename": "UWGeodynamics-2.7.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66bd5db0eac0afea82835ca8c4f673d5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 107208, "upload_time": "2019-04-12T06:04:13", "url": "https://files.pythonhosted.org/packages/fc/d6/6b549b51852821ad6bdc6f7bcdb5000aebb6794adc51d8255d353fa6a4ea/UWGeodynamics-2.7.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a59ab08254e97c7688a0fbd051c5f3c1", "sha256": "634f1a9dfd80fca1af3c861110a4c114fb1e7121e8819e871ea28d0fcaca3019" }, "downloads": -1, "filename": "UWGeodynamics-2.7.7.tar.gz", "has_sig": false, "md5_digest": "a59ab08254e97c7688a0fbd051c5f3c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109334, "upload_time": "2019-04-12T06:04:17", "url": "https://files.pythonhosted.org/packages/bd/98/2909a7d006a54338d6e628c6c85b0e8ede91ee57426f67ab18234cda53d7/UWGeodynamics-2.7.7.tar.gz" } ], "2.8.1": [ { "comment_text": "", "digests": { "md5": "4bcc4c9eb90cbbd4c3d581d8678f61c1", "sha256": "e38777a0fa1b30a164fce8a8329cd547cfc179a179154b9550715ced9b4bc5c5" }, "downloads": -1, "filename": "UWGeodynamics-2.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4bcc4c9eb90cbbd4c3d581d8678f61c1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118914, "upload_time": "2019-08-13T01:49:11", "url": "https://files.pythonhosted.org/packages/86/47/2b67cf57ba45c4556f669b5ee8e3ded22fb306ea4c881d3e00897ca0508f/UWGeodynamics-2.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a11243738b449cf1920a4bb7cb32dff", "sha256": "247ba476ba384be4b4f758c8de232295f8c6de306114da9df3da774f1d25eb70" }, "downloads": -1, "filename": "UWGeodynamics-2.8.1.tar.gz", "has_sig": false, "md5_digest": "2a11243738b449cf1920a4bb7cb32dff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109925, "upload_time": "2019-08-13T01:49:18", "url": "https://files.pythonhosted.org/packages/ab/5e/9ca99ca699c1fed457f8c667e2f09e45eaf5603524901610e304579ee2c7/UWGeodynamics-2.8.1.tar.gz" } ], "2.8.4": [ { "comment_text": "", "digests": { "md5": "9f1cf0a3bbeb7c5584487b936a4a51b8", "sha256": "eded0eee3d780bb001dd6f849627b01d0ecb8206e77b96aac25666903c1af9b9" }, "downloads": -1, "filename": "UWGeodynamics-2.8.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f1cf0a3bbeb7c5584487b936a4a51b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118944, "upload_time": "2019-10-15T23:20:38", "url": "https://files.pythonhosted.org/packages/dc/a6/b7490d82bce8a9d36d06ceb729b5eea1693e792a5b954b7ec23d5c9c483c/UWGeodynamics-2.8.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f7e938365062d131465e8f23f00338f", "sha256": "54ce0375fa14973f4415fe60cfd7c2f63895d51d91b657098ebe2e4e92b17884" }, "downloads": -1, "filename": "UWGeodynamics-2.8.4.tar.gz", "has_sig": false, "md5_digest": "1f7e938365062d131465e8f23f00338f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109964, "upload_time": "2019-10-15T23:20:48", "url": "https://files.pythonhosted.org/packages/97/e3/427c7aa122a2d6e8f97c8c435f448d032d864e59c0f75ea5cc7ce5300c5e/UWGeodynamics-2.8.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f1cf0a3bbeb7c5584487b936a4a51b8", "sha256": "eded0eee3d780bb001dd6f849627b01d0ecb8206e77b96aac25666903c1af9b9" }, "downloads": -1, "filename": "UWGeodynamics-2.8.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f1cf0a3bbeb7c5584487b936a4a51b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118944, "upload_time": "2019-10-15T23:20:38", "url": "https://files.pythonhosted.org/packages/dc/a6/b7490d82bce8a9d36d06ceb729b5eea1693e792a5b954b7ec23d5c9c483c/UWGeodynamics-2.8.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f7e938365062d131465e8f23f00338f", "sha256": "54ce0375fa14973f4415fe60cfd7c2f63895d51d91b657098ebe2e4e92b17884" }, "downloads": -1, "filename": "UWGeodynamics-2.8.4.tar.gz", "has_sig": false, "md5_digest": "1f7e938365062d131465e8f23f00338f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109964, "upload_time": "2019-10-15T23:20:48", "url": "https://files.pythonhosted.org/packages/97/e3/427c7aa122a2d6e8f97c8c435f448d032d864e59c0f75ea5cc7ce5300c5e/UWGeodynamics-2.8.4.tar.gz" } ] }