{ "info": { "author": "John Cannon", "author_email": "john.cannon@sydney.edu.au", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "# PlateTectonicTools\n\nPython tools for plate tectonic research.\n\nThis repository contains the Python package `ptt` (short for Plate Tectonic Tools) which provides a collection of common plate tectonic functionality that researchers can use in their workflows. It is primarily built on top of the [pyGPlates](http://gplates.org/docs/pygplates/index.html) Python library.\n\nThere are also some Jupyter notebooks to demonstrate usage of the **ptt** package:\n\n* Calculating average seafloor spreading rates of mid-ocean ridges\n* Calculating subducting rate of paleo rasters along subduction zones\n* Predicting CO2 from age and bottom water temperature.\n\n*Note:* This repository is only in its initial stages. More functionality and examples will be provided in future.\n\n\n## Documentation\n\nThere are some demonstrations of `ptt` that may be installed from the package itself by running:\n\n```python\nimport ptt\nptt.install_documentation(path=\"PTT-Notebooks\")\n```\n\n## Installation\n\n### Dependencies\n\nYou will need **Python 2.7**.\nAlso, the following packages are required:\n\n- [`numpy`](http://numpy.org)\n- [`scipy`](https://scipy.org)\n- [`pygplates`](http://gplates.org/docs/pygplates/pygplates_getting_started.html#installation)\n\n__Optional dependencies__ for running the Notebooks:\n\n- [`matplotlib`](https://matplotlib.org/)\n\n### Installing using pip\n\nYou can install `ptt` using the\n[`pip package manager`](https://pypi.org/project/pip/) with either version of Python:\n\n```bash\npython2 -m pip install PlateTectonicTools\npython3 -m pip install PlateTectonicTools\n```\n\n### Installing using Docker\n\n> Coming soon...\n\n\n### API Documentation\n\n> Coming soon...", "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/EarthByte/PlateTectonicTools", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PlateTectonicTools", "package_url": "https://pypi.org/project/PlateTectonicTools/", "platform": "", "project_url": "https://pypi.org/project/PlateTectonicTools/", "project_urls": { "Homepage": "https://github.com/EarthByte/PlateTectonicTools" }, "release_url": "https://pypi.org/project/PlateTectonicTools/0.1/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Python tools for plate tectonic research", "version": "0.1" }, "last_serial": 5489269, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5089bc5e24c068637064e160a34a67d0", "sha256": "8c5f7c9d174d33983f235d2cc1936767090ab6d3be6add65aee44cea6372696d" }, "downloads": -1, "filename": "PlateTectonicTools-0.1.tar.gz", "has_sig": false, "md5_digest": "5089bc5e24c068637064e160a34a67d0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 1500743, "upload_time": "2019-07-05T02:20:07", "url": "https://files.pythonhosted.org/packages/05/75/1d197205ccb4e3531178515b7901022bac980c117306a7fe517d96f4b243/PlateTectonicTools-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5089bc5e24c068637064e160a34a67d0", "sha256": "8c5f7c9d174d33983f235d2cc1936767090ab6d3be6add65aee44cea6372696d" }, "downloads": -1, "filename": "PlateTectonicTools-0.1.tar.gz", "has_sig": false, "md5_digest": "5089bc5e24c068637064e160a34a67d0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 1500743, "upload_time": "2019-07-05T02:20:07", "url": "https://files.pythonhosted.org/packages/05/75/1d197205ccb4e3531178515b7901022bac980c117306a7fe517d96f4b243/PlateTectonicTools-0.1.tar.gz" } ] }