{ "info": { "author": "Andrew J. Moodie", "author_email": "amoodie@rice.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Topic :: Education" ], "description": "# rivers2stratigraphy\n\n[![Build Status](https://travis-ci.org/sededu/rivers2stratigraphy.svg?branch=master)](https://travis-ci.org/sededu/rivers2stratigraphy) \n[![Build status](https://ci.appveyor.com/api/projects/status/9twedak77iixanb7/branch/master?svg=true)](https://ci.appveyor.com/project/amoodie/rivers2stratigraphy/branch/master)\n\n[![GitHub version](https://badge.fury.io/gh/sededu%2Frivers2stratigraphy.svg)](https://badge.fury.io/gh/sededu%2Frivers2stratigraphy)\n[![Anaconda-Server Badge](https://anaconda.org/sededu/rivers2stratigraphy/badges/version.svg)](https://anaconda.org/sededu/rivers2stratigraphy)\n[![PyPI version](https://badge.fury.io/py/rivers2stratigraphy.svg)](https://badge.fury.io/py/rivers2stratigraphy)\n[![Anaconda-Server Badge](https://anaconda.org/sededu/rivers2stratigraphy/badges/platforms.svg)](https://anaconda.org/sededu/rivers2stratigraphy)\n\nExplore how a river becomes stratigraphy\n\n\"demo_gif\"\n\n\nThis readme file provides an overview of the installation and setup process, as well as a brief description of the module worksheets available.\n\nThis repository is also linked into the [SedEdu suite of education modules](https://github.com/sededu/sededu), and can be accessed there as well.\n\n\n\n## About the model\nStratigraphic model based on LAB models, i.e., geometric channel body is deposited in \"matrix\" of floodplain mud. \nThe channel is always fixed to the basin surface and subsidence is only control on vertical stratigraphy.\nHorizontal stratigraphy is set by 1) lateral migration (drawn from a pdf) and dampened for realism, and 2) avulsion that is set to a fixed value.\n\n\n\n## Installing and running the module\n\nThis module depends on Python 3, `tkinter`, and the Python packages `numpy`, `scipy`, `matplotlib`, and `shapely`. \n\n### Installing Python 3\n\nIf you are new to Python, it is recommended that you install Anaconda, which is an open source distribution of Python which includes many basic scientific libraries, some of which are used in the module. \nAnaconda can be downloaded at https://www.anaconda.com/download/ for Windows, macOS, and Linux. \nIf you do not have storage space on your machine for Anaconda or wish to install a smaller version of Python for another reason, see below on options for Miniconda or vanilla Python.\n\n1. Visit the website for Anaconda https://www.anaconda.com/download/ and select the installer for your operating system.\n__Be sure to select the Python 3.x installation.__\n2. Start the installer.\n3. If prompted, select to \"install just for me\", unless you know what you are doing.\n4. When prompted to add Anaconda to the path during installation, select _yes_ if you __know__ you do not have any other Python installed on your computer; otherwise select _no_.\n\nSee below for detailed instructions on installing `rivers2stratigraphy` for your operating system.\n\n\n### Installing the module\n\nIf you installed Anaconda Python or Miniconda, you can follow the instructions below for your operating system. \nOtherwise see the instructions for PyPi installation below.\n\n__Please__ [open an issue](https://github.com/sededu/rivers2stratigraphy/issues) if you encounter any troubles installing or any error messages along the way! \nPlease include 1) operating system, 2) installation method, and 3) copy-paste the error.\n\n\n#### Windows users\n\n1. Open your \"start menu\" and search for the \"Anaconda prompt\"; start this application.\n\n2. Install with the module type the following command and hit \"enter\":\n```\nconda install -c sededu rivers2stratigraphy\n```\nIf asked to proceed, type `Y` and press \"enter\" to continue installation. \n3. This process may take a few minutes as the necessary source code is downloaded.\nIf the installation succeeds, proceed below to the \"Run the module\" section.\n\n__Note on permissions:__ you may need to run as administrator on Windows.\n\n\n#### Mac OSX and Linux users\n\n__Linux users:__ you will need to also install `tkinter` before trying to install the module below package through `conda` or `pip3`.\nOn Ubuntu this is done with `sudo apt install python3-tk`.\n\n\n1. Install the module by opening a terminal and typing the following command.\n```\nconda install -c sededu rivers2stratigraphy\n```\nIf asked to proceed, type `Y` and press enter to continue installation.\n\n2. This process may take a few minutes as the necessary source code is downloaded.\nIf the installation succeeds, proceed below to the \"Run the module\" section.\n\n__Note on permissions:__ you may need to use `sudo` on OSX and Linux.\n\n\n#### Advanced user installations\nTo install with `pip` from Pypi use (not recommended for entry-level users):\n```\npip3 install pyqt rivers2stratigraphy\n```\n\nSee below instructions for downloading the source code if you wish to be able to modify the source code for development or for exploration.\n\n\n### Run the module\n\n1. Open a Python shell by typing `python` (or `python3`) at the terminal (OSX and Linux users) or at the Conda or Command Prompt (Windows users).\n2. Run the module from the Python shell with:\n```\nimport rivers2stratigraphy\n```\nInstructions will indicate to use the following command to then run the module:\n```\nrivers2stratigraphy.run()\n```\n\nAlternatively, you can do this in one line from the standard terminal with:\n```\npython -c \"import rivers2stratigraphy; rivers2stratigraphy.run()\"\n```\n\nAlternatively, run the module with provided script (this is the hook used for launching from SedEdu):\n```\npython3 run_rivers2stratigraphy.py\n```\n\nPlease [open an issue](https://github.com/sededu/rivers2stratigraphy/issues) if you encounter any additional error messages! \nPlease include 1) operating system, 2) installation method, and 3) copy-paste the error.\n\n\n#### Smaller Python installation options\nNote that if you do not want to install the complete Anaconda Python distribution you can install [Miniconda](https://conda.io/miniconda.html) (a smaller version of Anaconda), or you can install Python alone and use a package manager called pip to do the installation. \nYou can get [Python and pip together here](https://www.python.org/downloads/).\n\n\n## Development\n\nThis module is under ongoing development to improve stability and features and optimize performance.\nThe module also requires occasional maintenance due to dependency updates.\nIf you are interested in contributing to the code-base please see below for instructions.\n\nIf you are interested in contributing to the accompanying worksheets/activities (which would be greatly appreciated!) please see [Writing Activities for SedEdu](https://github.com/sededu/sededu/blob/develop/docs/writing_activities.md)\n\n\n#### Download the source code\n\nYou can download this entire repository as a `.zip` by clicking the \"Clone or download button on this page\", or by [clicking here](https://github.com/sededu/rivers2stratigraphy/archive/master.zip) to get a `.zip` folder.\nUnzip the folder in your preferred location.\n\nIf you have installed `git` and are comfortable working with it, you can simply clone the repository to your preferred location.\n\n```\ngit clone https://github.com/sededu/rivers2stratigraphy.git\n```\n\nOpen a pull request when you want a review or some comments!\n\n\n", "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/sededu/rivers2stratigraphy", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "rivers2stratigraphy", "package_url": "https://pypi.org/project/rivers2stratigraphy/", "platform": "", "project_url": "https://pypi.org/project/rivers2stratigraphy/", "project_urls": { "Bug Reports": "https://github.com/sededu/rivers2stratigraphy/issues", "Homepage": "https://github.com/sededu/rivers2stratigraphy", "Source": "https://github.com/sededu/rivers2stratigraphy" }, "release_url": "https://pypi.org/project/rivers2stratigraphy/0.3.17/", "requires_dist": [ "scipy", "numpy", "matplotlib", "shapely" ], "requires_python": ">=3", "summary": "educational activity for teaching how rivers become stratigraphy", "version": "0.3.17" }, "last_serial": 5621648, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "ed020df116e967c40322ae2114543b4a", "sha256": "8ba24b50dcea935bd8b14cbae3ccbd800236dc22d1a089c222040ca5af2d3161" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ed020df116e967c40322ae2114543b4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 11438, "upload_time": "2018-08-07T15:23:41", "url": "https://files.pythonhosted.org/packages/f9/84/db97229a6fc2a36ffaab891fc00856b0a2a2cebcd715bb2a8ae6920f24ff/rivers2stratigraphy-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d841a11d3f25a8a59df999081dd1da4", "sha256": "9265b2cee1b8173923ab20d6bc5ea8e870037aef5e2a2bea0084ff47f31e039f" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2d841a11d3f25a8a59df999081dd1da4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 11959, "upload_time": "2018-08-07T15:23:42", "url": "https://files.pythonhosted.org/packages/e4/cc/ba462934eae55a77759b6f62bc30f1ff34bc372a365142f53a7bdb135efe/rivers2stratigraphy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cc836dd4f3a16d07afba40d81df29d28", "sha256": "842e4a563992d4432a49f0812f1b8db9bbee036fe06a090ce13878e1c70091e2" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "cc836dd4f3a16d07afba40d81df29d28", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 15928, "upload_time": "2018-08-07T18:27:43", "url": "https://files.pythonhosted.org/packages/6d/1c/dd146a5f6c46b8472410a628167b9d7abf1c92a650c252152917e4ecdcd0/rivers2stratigraphy-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae2604705697d85cae7534341847990a", "sha256": "00e619ce6c50aebd1ec014a3feb56a58529a24be409b25d045e140e4dd9ade81" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ae2604705697d85cae7534341847990a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 12011, "upload_time": "2018-08-07T18:27:44", "url": "https://files.pythonhosted.org/packages/66/58/795a7c0fe256f781063818b5c5920460506a24d8484662e46f051e4c307a/rivers2stratigraphy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "fc275d3e704c056183271e35ba3f30dd", "sha256": "3698ececf35a358e1831b83c9d96236317276685dd4c6560ce80936b664e1d71" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "fc275d3e704c056183271e35ba3f30dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 15935, "upload_time": "2018-08-07T18:39:53", "url": "https://files.pythonhosted.org/packages/25/29/ce41b7b7296353be15ece6013a2f694c397117de63b77018bc239398826b/rivers2stratigraphy-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24b9bb37785e7e31f711925c22bbe79b", "sha256": "69c31b21c56a2b6d3329041c3160e1912024a97eb6be76af7b94aa326226c363" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "24b9bb37785e7e31f711925c22bbe79b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 12028, "upload_time": "2018-08-07T18:39:55", "url": "https://files.pythonhosted.org/packages/ac/ba/9d525f83e5bc45a4104fa8a242bff3a431ce2392c2fd84fa771fc86077d8/rivers2stratigraphy-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "92a8a26e78d9eb20a1c646f079a16cfb", "sha256": "7c09c660cebc03164dad0087fc9c5cbb01d723d1b7bf79c86c4d703ecf2d505a" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "92a8a26e78d9eb20a1c646f079a16cfb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 15945, "upload_time": "2018-08-07T19:29:08", "url": "https://files.pythonhosted.org/packages/34/4c/cd7f8bd95ace9fc4b4bbca060a6c7893a59f23d65fbcdc60f7c6627c734e/rivers2stratigraphy-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5f49c9cfd61052a78e0d5c796d33bb9", "sha256": "8fcd3b5d936cbdfd0b781f79b09741116f6244d780df1193e36ead58cc65b8c5" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.5.tar.gz", "has_sig": false, "md5_digest": "e5f49c9cfd61052a78e0d5c796d33bb9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 11962, "upload_time": "2018-08-07T19:29:10", "url": "https://files.pythonhosted.org/packages/65/46/aff2943e51911507304b1894db9765c5871cc272b54f6b9ad23d53122e74/rivers2stratigraphy-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e1952b558df9dda963945b5e44190160", "sha256": "910e70f577f07f39d67b017fdebaad4470785487450caa775bc7dfb56c127026" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "e1952b558df9dda963945b5e44190160", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 16357, "upload_time": "2018-08-07T20:08:42", "url": "https://files.pythonhosted.org/packages/b1/17/238ba0add835d9ca6ed44b22a0b10b120651b3a338a9806239a457927f11/rivers2stratigraphy-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8139f3ea14ad61caba9f968dc719d5a", "sha256": "1419ccf987fbf9e05fd8444bfbc3dd0d1ca4dbcf3f6e7629d212bdeb9ba03476" }, "downloads": -1, "filename": "rivers2stratigraphy-0.1.6.tar.gz", "has_sig": false, "md5_digest": "c8139f3ea14ad61caba9f968dc719d5a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 12782, "upload_time": "2018-08-07T20:08:43", "url": "https://files.pythonhosted.org/packages/5c/17/c1406a99d4cf3637a7c003e7360d7ef2cdaa78c111cdd423919b1a448f87/rivers2stratigraphy-0.1.6.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5d96e3a85da376f2f1382a6323380deb", "sha256": "577aac5950d0bbf69965a3224d2b48453204e8c8b820fdbebacd8263dbdf530a" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5d96e3a85da376f2f1382a6323380deb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17388, "upload_time": "2018-08-30T14:46:35", "url": "https://files.pythonhosted.org/packages/96/d8/db145275228582a2c472ffdd9185015b68cf9b698b5da0112845314ec0c1/rivers2stratigraphy-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "057092ab7ce6cfc4c1750799d10643c5", "sha256": "c5644f6890f20e1f397efa79939e10f3383d16e0853139d4c116dc90b2edfd9c" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "057092ab7ce6cfc4c1750799d10643c5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14509, "upload_time": "2018-08-30T14:46:37", "url": "https://files.pythonhosted.org/packages/8c/81/b0b23b712cf3e6d356b9b44d80d6fac7468e37a2d0362b72ab938f7877da/rivers2stratigraphy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "49f4ef0755cb4f0dc9f273792dec1cbf", "sha256": "f928922f16bad958c562c7e3f93a29a426bfd831b7442bd221347669348907f8" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "49f4ef0755cb4f0dc9f273792dec1cbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 12882, "upload_time": "2018-08-30T16:17:55", "url": "https://files.pythonhosted.org/packages/1f/60/0252753621cc51ef05d4b472fe24110508d371516e29ca28f9a7da075b45/rivers2stratigraphy-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bc637a76c6ff258d50bc6e1ad3db315", "sha256": "8ce89ed25c8657cf1e7ba1a788b17768943218ae4a629fa1e2ba464702e0a9f0" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4bc637a76c6ff258d50bc6e1ad3db315", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14516, "upload_time": "2018-08-30T16:17:56", "url": "https://files.pythonhosted.org/packages/f2/d1/74ae0781e42a71f79c916b181cf8b21a17d8f661f8ebd30db9271a9c95eb/rivers2stratigraphy-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "ca3f02088c76d9b3cf6e4e43f0122eed", "sha256": "58fb68d78022621bb9eb4038dfe9f7add4594e076cfdeb299bd78c490d04c7dd" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.10-py3-none-any.whl", "has_sig": false, "md5_digest": "ca3f02088c76d9b3cf6e4e43f0122eed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17966, "upload_time": "2018-10-03T23:07:11", "url": "https://files.pythonhosted.org/packages/18/25/fb089be0ddc43b3040319985f5926f60d6d56d088fa96182ab4cfd334a1d/rivers2stratigraphy-0.2.10-py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "fe9f7589ba9f40cc29daa471b18fa85a", "sha256": "2c6deebdd5f0f06ad439052789bb5978fa14a79e94c8a6c5361f328dbc474307" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fe9f7589ba9f40cc29daa471b18fa85a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 14061, "upload_time": "2018-08-31T18:54:15", "url": "https://files.pythonhosted.org/packages/59/58/ba7bd9055e547d0480dab2bb0f4dc862749bc4dcd3f503920209e6eb106c/rivers2stratigraphy-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3dc1a879d5a64f997f730f616ef23600", "sha256": "1a524ba682906acd7040b8231c7751577a960ccea24033f54fdeed731065f015" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3dc1a879d5a64f997f730f616ef23600", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 15140, "upload_time": "2018-08-31T18:54:16", "url": "https://files.pythonhosted.org/packages/20/4e/4283b4f6d294d2cc1d7d1a8bfade9f4610e11ccbdd46c73dfeeb487f9fe8/rivers2stratigraphy-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "7e5b431745576fdbac131d44af21e92b", "sha256": "244985d59762f411c2c69a747e611077b2301f114e3eb86bdf21e326d7f620ea" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "7e5b431745576fdbac131d44af21e92b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 14126, "upload_time": "2018-09-04T00:51:44", "url": "https://files.pythonhosted.org/packages/70/6f/b2ab325637488308b0c182c239bd4a10cd08b22be2d03e895381f476f519/rivers2stratigraphy-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "415eef1700e4fc0ef3852b59f85d53b4", "sha256": "f9d08e87e7cb09fc8f088ac6a31e0ee67b95940adbc1a257ff980653aeffa564" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "415eef1700e4fc0ef3852b59f85d53b4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 15231, "upload_time": "2018-09-04T00:51:46", "url": "https://files.pythonhosted.org/packages/b4/81/603598cccb4334b748f5a243ac1ebc12fbb165d0e1bd903dd5c882a49ebb/rivers2stratigraphy-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "02cadc90ec1b85c49392297d884b9026", "sha256": "630859252713ca4c0887e610924b14fa064007b29e0d8987d073575045ba3233" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "02cadc90ec1b85c49392297d884b9026", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 14424, "upload_time": "2018-09-10T16:59:38", "url": "https://files.pythonhosted.org/packages/fd/f6/be2cc5518e1bdb60f2d7a6a7a5fda95c07b042a89b1aebca0f946fc5ce41/rivers2stratigraphy-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "741ef7a547fd736b42e240412451869d", "sha256": "26a99bab464834efa6820cbec8a9bcd4a51320ca42c3a59b55c8d02b63221b5f" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "741ef7a547fd736b42e240412451869d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 15780, "upload_time": "2018-09-10T16:59:46", "url": "https://files.pythonhosted.org/packages/b6/5b/1778f8d59791d05be1e890cea293a86b817fdb77442e3f6166161dcc8117/rivers2stratigraphy-0.2.4.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "96d022e188c5f5b0e00570c2372ca2d2", "sha256": "9690c5c631c0eea1d8136ce1cc14f7171ea22856e10ac8c374171db9dead05d1" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.6-py3-none-any.whl", "has_sig": false, "md5_digest": "96d022e188c5f5b0e00570c2372ca2d2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 16601, "upload_time": "2018-09-17T18:03:18", "url": "https://files.pythonhosted.org/packages/62/c2/705a7637fa71d7f2bfe8401eff395611958d955cdec79a15d96f0a863b93/rivers2stratigraphy-0.2.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58c8ee7987cf91f8f33156d41660391f", "sha256": "12f0db69cd5143283a377514286687220d04e891858ffc270dc9da59fc682ab0" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.6.tar.gz", "has_sig": false, "md5_digest": "58c8ee7987cf91f8f33156d41660391f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17285, "upload_time": "2018-09-17T18:03:20", "url": "https://files.pythonhosted.org/packages/3a/53/3ff3033c293970bfd33d15b5c7e46ee2737ac03a346bc52a0b17c2571933/rivers2stratigraphy-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "6f680a231199a35847f676117ece6446", "sha256": "04ff9d9ef61553824aa38ab87386406271382f64cbf774f936e000ab8040bc9b" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.7-py3-none-any.whl", "has_sig": false, "md5_digest": "6f680a231199a35847f676117ece6446", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 16748, "upload_time": "2018-09-24T16:26:22", "url": "https://files.pythonhosted.org/packages/89/94/4d946966e3df0383c3bbd6aefcf54f99aafa36dfd75beedcfb732e45696b/rivers2stratigraphy-0.2.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5945f89965564c45e950e6c7288d6464", "sha256": "30668352e7456451e6ddd8a77b3782a4adfb871e551be0bfbab1325d8ff588dd" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.7.tar.gz", "has_sig": false, "md5_digest": "5945f89965564c45e950e6c7288d6464", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17549, "upload_time": "2018-09-24T16:26:23", "url": "https://files.pythonhosted.org/packages/37/81/dfc59e1bdec33a4a056975d24dfe325af54dc76fe715cdb4201fd0a5be34/rivers2stratigraphy-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "9ec3de0e5e96476749f07eb371c07ce5", "sha256": "b62d9233d700821282758dfa9504ec294bec972d5e238fded226128167d3e1ac" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "9ec3de0e5e96476749f07eb371c07ce5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17131, "upload_time": "2018-10-03T19:09:17", "url": "https://files.pythonhosted.org/packages/b2/69/bda3f5b21a03df7e83571f1b7bd3fbaf1e7bb116b7f4a1f7c5175b75fae4/rivers2stratigraphy-0.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eeae46a7fd4abed48ef12ae9c62a59ee", "sha256": "68123f341bcd62eced8a5f1b2129d34588aa56c458bf4e89cfac78df28dfc124" }, "downloads": -1, "filename": "rivers2stratigraphy-0.2.8.tar.gz", "has_sig": false, "md5_digest": "eeae46a7fd4abed48ef12ae9c62a59ee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18372, "upload_time": "2018-10-03T19:09:19", "url": "https://files.pythonhosted.org/packages/11/eb/f94e52b827a81d2df9d1b0f31badf62c79f010c308e16fc1c18838ce5967/rivers2stratigraphy-0.2.8.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "c24d74a2128c90ef97f0caafc2703f7b", "sha256": "de54b77cc12cdfea42d2d282f0db4914482e995b5affaf1967c58d15f436e251" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.10-py3-none-any.whl", "has_sig": false, "md5_digest": "c24d74a2128c90ef97f0caafc2703f7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18072, "upload_time": "2018-10-09T15:04:26", "url": "https://files.pythonhosted.org/packages/d1/a5/be1fc2a2bf5d65f9e4e995f22f3fb5acbd5f6a3ce69b61ada3667aad96e4/rivers2stratigraphy-0.3.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7f621aa107ddda555b8a4a2a225effa", "sha256": "9b449d65334246b64f24db4068c53f96e28ba11310ac136e391d837b07b85039" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.10.tar.gz", "has_sig": false, "md5_digest": "a7f621aa107ddda555b8a4a2a225effa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18319, "upload_time": "2018-10-09T15:04:27", "url": "https://files.pythonhosted.org/packages/68/b5/b0f3685c622de5505fada324019976a41446cf26983a222cb0dad5c659b3/rivers2stratigraphy-0.3.10.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "b0c04af9a9bc0608102b41a480a8bd4c", "sha256": "6101b36288a5d2d07060c7bf68fc306a83ecaf5567d5c05e52182d8bb4f3678e" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.13-py3-none-any.whl", "has_sig": false, "md5_digest": "b0c04af9a9bc0608102b41a480a8bd4c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17281, "upload_time": "2018-10-18T01:41:21", "url": "https://files.pythonhosted.org/packages/0b/cd/07fd74fd411914065d42389680dea09bdcf088e3424f18ef41aef3ac861f/rivers2stratigraphy-0.3.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "456c04f5ac9b6e1691cbf252d323ea48", "sha256": "8ae4c0c47f1dcf1899f453f7aba023c8dc111effb540ba064b89a6b92689b894" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.13.tar.gz", "has_sig": false, "md5_digest": "456c04f5ac9b6e1691cbf252d323ea48", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17974, "upload_time": "2018-10-18T01:41:23", "url": "https://files.pythonhosted.org/packages/7c/0f/e815e41034aff6ee49b8d79342ceff9c292409c496bf6213d599c5750e16/rivers2stratigraphy-0.3.13.tar.gz" } ], "0.3.15": [ { "comment_text": "", "digests": { "md5": "6bffbd9167ef90dbfb2a1400c341c108", "sha256": "fef0d37f5155eea8d65f0d15e99ef793b142a8410414325a0692f9572dce7e4b" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.15-py3-none-any.whl", "has_sig": false, "md5_digest": "6bffbd9167ef90dbfb2a1400c341c108", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18112, "upload_time": "2018-11-28T20:28:53", "url": "https://files.pythonhosted.org/packages/3a/65/502f2ecb55fa22c5ce04a8d213bc2a1e6762382a246a4981367f211f5803/rivers2stratigraphy-0.3.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9233d7315e3ca539cdea5bb8ab1e028", "sha256": "d1cccd40c75aa6e8a16e018c3dfff9730dc38489dfd2e7eb35917c1f30c2ae91" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.15.tar.gz", "has_sig": false, "md5_digest": "e9233d7315e3ca539cdea5bb8ab1e028", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18402, "upload_time": "2018-11-28T20:28:55", "url": "https://files.pythonhosted.org/packages/64/92/d72e5580c99b16fc5950df996db80c05ad9c69bc74fc86ad7cbc671e402f/rivers2stratigraphy-0.3.15.tar.gz" } ], "0.3.16": [ { "comment_text": "", "digests": { "md5": "2daee86000b7872b61704b5539612ff7", "sha256": "e86b8fe423fcf2a70cd7437c26b9e432de05f37f612d62069a424ff6437fd7dc" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.16-py3-none-any.whl", "has_sig": false, "md5_digest": "2daee86000b7872b61704b5539612ff7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17281, "upload_time": "2019-06-02T18:23:42", "url": "https://files.pythonhosted.org/packages/6a/d7/2de664e78aed2805f3d12ca6a253c69b167de5e313ecbce879e101de728e/rivers2stratigraphy-0.3.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70d30ff438857fa4d0dbe4f9d2453c9c", "sha256": "84e4d6c9936391339952c4d32482cd5eb63441a9aeb703802aebf531de466ea8" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.16.tar.gz", "has_sig": false, "md5_digest": "70d30ff438857fa4d0dbe4f9d2453c9c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17978, "upload_time": "2019-06-02T18:23:43", "url": "https://files.pythonhosted.org/packages/7c/ef/ecd49baf2a56446cd407a1a9a7eecb51bdc37e0d894704e2cdbb901c456b/rivers2stratigraphy-0.3.16.tar.gz" } ], "0.3.17": [ { "comment_text": "", "digests": { "md5": "29ae5cb7f85ba6313b88ccc140d8c3df", "sha256": "a938f69a69faf7e0b36532a32c4e3ecde329850b9c9860d5252dae5992aa962b" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.17-py3-none-any.whl", "has_sig": false, "md5_digest": "29ae5cb7f85ba6313b88ccc140d8c3df", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18112, "upload_time": "2019-08-02T02:39:43", "url": "https://files.pythonhosted.org/packages/cc/aa/f20b88da4a61dba68a2faa84a9b6873a245dc510e994aa2900c1856cec09/rivers2stratigraphy-0.3.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd09452b694a97251a9dfa45a83ead2c", "sha256": "476b08b7e118e8efeba264f7d5e6bfd437ea4430eec9c265d4e2d7449bff2637" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.17.tar.gz", "has_sig": false, "md5_digest": "dd09452b694a97251a9dfa45a83ead2c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18403, "upload_time": "2019-08-02T02:39:45", "url": "https://files.pythonhosted.org/packages/70/6c/f19c07ff6feee7f4935f87041b4ba08e43d5d6d6934b268f737f77b39615/rivers2stratigraphy-0.3.17.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "4589f365f6f3baf934be3c8c67f294c9", "sha256": "dc88e4bdc40477a4a94ed6fd9a79c543c73d56e5e2a8267369f3b23434a50539" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.9-py3-none-any.whl", "has_sig": false, "md5_digest": "4589f365f6f3baf934be3c8c67f294c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17958, "upload_time": "2018-10-06T22:12:25", "url": "https://files.pythonhosted.org/packages/f6/57/1b1f4918f162d025d69598d66b157c3f4f3259381d8bf011207204a500ea/rivers2stratigraphy-0.3.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8d885e2565befea968b8bf386ef05f2", "sha256": "ce70534c9c2da4e6e99f9e5d04369f1d739bcfecc431f653ffaf8302f2c87d34" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.9.tar.gz", "has_sig": false, "md5_digest": "d8d885e2565befea968b8bf386ef05f2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 17715, "upload_time": "2018-10-06T22:12:26", "url": "https://files.pythonhosted.org/packages/50/e6/da119e7b48fc54b6705d7f5c6279ff31d2e83788e44365f7b01cf24a106e/rivers2stratigraphy-0.3.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29ae5cb7f85ba6313b88ccc140d8c3df", "sha256": "a938f69a69faf7e0b36532a32c4e3ecde329850b9c9860d5252dae5992aa962b" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.17-py3-none-any.whl", "has_sig": false, "md5_digest": "29ae5cb7f85ba6313b88ccc140d8c3df", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 18112, "upload_time": "2019-08-02T02:39:43", "url": "https://files.pythonhosted.org/packages/cc/aa/f20b88da4a61dba68a2faa84a9b6873a245dc510e994aa2900c1856cec09/rivers2stratigraphy-0.3.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd09452b694a97251a9dfa45a83ead2c", "sha256": "476b08b7e118e8efeba264f7d5e6bfd437ea4430eec9c265d4e2d7449bff2637" }, "downloads": -1, "filename": "rivers2stratigraphy-0.3.17.tar.gz", "has_sig": false, "md5_digest": "dd09452b694a97251a9dfa45a83ead2c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18403, "upload_time": "2019-08-02T02:39:45", "url": "https://files.pythonhosted.org/packages/70/6c/f19c07ff6feee7f4935f87041b4ba08e43d5d6d6934b268f737f77b39615/rivers2stratigraphy-0.3.17.tar.gz" } ] }