{ "info": { "author": "R.A. Collenteur, M. Bakker, R. Calje, F. Schaars", "author_email": "raoulcollenteur@gmail.com, markbak@gmail.com, r.calje@artesia-water.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Hydrology" ], "description": "PASTAS: HYDROLOGICAL TIME SERIES ANALYSIS\n=========================================\n\n.. image:: /doc/_static/logo_small.png\n :width: 200px\n :align: left\n\n.. image:: https://travis-ci.org/pastas/pastas.svg?branch=master\n :target: https://travis-ci.org/pastas/pastas\n.. image:: https://img.shields.io/pypi/v/pastas.svg\n :target: https://pypi.python.org/pypi/pastas\n.. image:: https://img.shields.io/pypi/l/pastas.svg\n :target: https://mit-license.org/\n.. image:: https://img.shields.io/pypi/pyversions/pastas\n :target: https://pypi.python.org/pypi/pastas\n.. image:: https://img.shields.io/github/release/pastas/pastas.svg\n :target: https://github.com/pastas/pastas/releases\n.. image:: https://api.codacy.com/project/badge/Grade/0e0fad469a3c42a4a5c5d1c5fddd6bee\n :target: https://app.codacy.com/app/raoulcollenteur/pastas?utm_source=github.com&utm_medium=referral&utm_content=pastas/pastas&utm_campaign=Badge_Grade_Dashboard\n.. image:: https://api.codacy.com/project/badge/Coverage/911e51dab0dc4d4f8298e676c40d50ff\n :target: https://app.codacy.com/project/raoulcollenteur/pastas/dashboard\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1465866.svg\n :target: https://doi.org/10.5281/zenodo.1465866\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/pastas/pastas/master?filepath=examples%2Fnotebooks%2F1_basic_model.ipynb\n\nPastas: what is it?\n~~~~~~~~~~~~~~~~~~~\nPastas is an open source python package for processing, simulating and analyzing \nhydrological time series (models). The object oriented stucture allows for the \nquick implementation of new model components. Time series models can be created,\ncalibrated, and analysed with just a few lines of python code with the built-in \noptimization, visualisation, and statistical analysis tools.\n\nDocumentation & Examples\n~~~~~~~~~~~~~~~~~~~~~~~~\n- Documentation is provided on a dedicated website: http://pastas.readthedocs.io/\n- Examples can be found on the `examples directory on the documentation website `_.\n- View and edit a working example notebook of a Pastas model in `MyBinder `_\n- A list of Publications that used Pastas is available in a `dedicated GitHub repo `_\n\nGet in Touch\n~~~~~~~~~~~~\n- Questions on Pastas can be asked and answered on `StackOverFlow `_.\n- Bugs, feature requests and other improvements can be posten as the `Github Issues `_.\n- Pull requests will only be accepted on the development branch (dev) of this repository. Please take a look at the `developers section `_ on the documentation website for more information on how to develop Pastas.\n\nQuick installation guide\n~~~~~~~~~~~~~~~~~~~~~~~~\nTo install Pastas, a working version of Python 3.5, 3.6, or 3.7 has to be installed on \nyour computer. We recommend using the `Anaconda Distribution `_\nwith Python 3.7 as it includes most of the python package dependencies and the Jupyter\nNotebook software to run the notebooks. However, you are free to install any\nPython distribution you want.\n\nStable version\n--------------\nTo get the latest stable version, use::\n\n pip install pastas\n\nUpdate\n------\nTo update pastas, use::\n\n pip install pastas --upgrade \n\nDevelopers\n----------\nTo get the latest development version, use::\n\n pip install https://github.com/pastas/pastas/zipball/dev\n\nDependencies\n~~~~~~~~~~~~\nPastas depends on a number of Python packages, of which all of the necessary are \nautomatically installed when using the pip install manager. To summarize, the \nfollowing pacakges are necessary for a minimal function installation of Pastas:\n\n- numpy>=1.15\n- matplotlib>=2.0\n- pandas>=0.23\n- scipy>=1.1\n\nHow to Cite Pastas?\n~~~~~~~~~~~~~~~~~~~\nIf you use Pastas in one of your studies, please cite the Pastas article in Groundwater:\n\n- Collenteur, R.A., Bakker, M., Calj\u00e9, R., Klop, S.A., Schaars, F. (2019) `Pastas: open source software for the analysis of groundwater time series `_. Groundwater. doi: 10.1111/gwat.12925.\n\nTo cite a specific version of Python, you can use the DOI provided for each official release (>0.9.7) through Zenodo. Click on the link to get a specific version and DOI, depending on the Pastas version.\n\n- Collenteur, R., Bakker, M., Calj\u00e9, R. & Schaars, F. (XXXX). Pastas: open-source software for time series analysis in hydrology (Version X.X.X). Zenodo. http://doi.org/10.5281/zenodo.1465866\n\nLicense (MIT License)\n~~~~~~~~~~~~~~~~~~~~~\nCopyright (c) 2016-2018 R.A. Collenteur, M. Bakker, R. Calje, F. Schaars\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pastas/pastas", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pastas", "package_url": "https://pypi.org/project/pastas/", "platform": "Windows", "project_url": "https://pypi.org/project/pastas/", "project_urls": { "Documentation": "http://pastas.readthedocs.io/en/latest/", "Help": "https://stackoverflow.com/questions/tagged/pastas", "Homepage": "https://github.com/pastas/pastas", "Source": "https://github.com/pastas/pastas", "Tracker": "https://github.com/pastas/pastas/issues" }, "release_url": "https://pypi.org/project/pastas/0.12.0/", "requires_dist": [ "numpy (>=1.15)", "matplotlib (>=2.0)", "pandas (>=0.23)", "scipy (>=1.1)" ], "requires_python": "", "summary": "Python Applied System TimeSeries Analysis Software", "version": "0.12.0" }, "last_serial": 5759266, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "fba8a1e14642862dcf53fe64f1934f26", "sha256": "7c36ec9757213d44c4fb0f1111fca22fa638c38295a976bc9d267bb1653c8cc4" }, "downloads": -1, "filename": "pastas-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fba8a1e14642862dcf53fe64f1934f26", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90155, "upload_time": "2019-04-15T17:20:36", "url": "https://files.pythonhosted.org/packages/be/ef/062cdfe4a91f5e3cbee5cd25e75bd0c9a900954841111d315c923ac5ed7b/pastas-0.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5c4999fe739dfd867b2bdf44ce9a795", "sha256": "2cec4d5bd685576b489fb40a0e387c30f0e8eee89175247e66c4426df2fadee2" }, "downloads": -1, "filename": "pastas-0.10.0.tar.gz", "has_sig": false, "md5_digest": "a5c4999fe739dfd867b2bdf44ce9a795", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75893, "upload_time": "2019-04-15T17:20:37", "url": "https://files.pythonhosted.org/packages/78/91/e9b65246d998ee349494752ddbccad14eb25d144c870739b6f7ee1e09a1e/pastas-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "f46ee9f53b880889cbd042bd9c26fcb4", "sha256": "a40129a5379541ecc0aa654d82a4aa81531828d130a4ce93fa5c2b6e2fe3e611" }, "downloads": -1, "filename": "pastas-0.10.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f46ee9f53b880889cbd042bd9c26fcb4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90621, "upload_time": "2019-05-21T07:23:14", "url": "https://files.pythonhosted.org/packages/0a/6b/543bbffed1e35f6437e24af172b748588ca41c421225672ece2ed05d383f/pastas-0.10.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44c4a267191ca9345ca2d5e2d075955d", "sha256": "de1a5089033e94204db4be5a9b060c16058e66f7a91192e7394a3390b840aa85" }, "downloads": -1, "filename": "pastas-0.10.1.tar.gz", "has_sig": false, "md5_digest": "44c4a267191ca9345ca2d5e2d075955d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78001, "upload_time": "2019-05-21T07:23:16", "url": "https://files.pythonhosted.org/packages/e7/05/6cbf0a858517d43cece279c929da54bafb2fef1c85606907f6bc0b9f2c67/pastas-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "d8b1b32cf6b9b74cea9406d80cbaf3ad", "sha256": "b55d7c72c70c4befd3426d5c03e71943afce2933326af3a1ea46c927216e8498" }, "downloads": -1, "filename": "pastas-0.11.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8b1b32cf6b9b74cea9406d80cbaf3ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 93405, "upload_time": "2019-06-21T15:03:53", "url": "https://files.pythonhosted.org/packages/5f/c9/754a396b28aae7553cabdff941f5eed9244e4ce6f4902b831f5fa4f4a9ba/pastas-0.11.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36471490a46dc8a36aa15a4953fcb1dc", "sha256": "9d7b429e95bf71125c7dfcb5f9149a463b706080ca21796b05ef6364c5826f3d" }, "downloads": -1, "filename": "pastas-0.11.0.tar.gz", "has_sig": false, "md5_digest": "36471490a46dc8a36aa15a4953fcb1dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81228, "upload_time": "2019-06-21T15:03:55", "url": "https://files.pythonhosted.org/packages/03/6e/4989aee79ba2fe52b98e8c9f6291e4ea2bc0e3a9189681aa538f7df3461f/pastas-0.11.0.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "f33334344320996f356f50287f68b901", "sha256": "eca502023aef461d357fbdf10ef8bc93d097376504982cf7aedcd2c6543c90b8" }, "downloads": -1, "filename": "pastas-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f33334344320996f356f50287f68b901", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90763, "upload_time": "2019-08-30T09:13:10", "url": "https://files.pythonhosted.org/packages/73/80/5d81a4bcbbab5a1252e5e6b0c5bd3bc8a01f4636dd2d71bea40d621224f3/pastas-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ca1339a96d0b996cb970beb30397a67", "sha256": "66655bd3c9be271441e3cd23e9ad805b1f30a5b19bde8f4da771fdd445b937f5" }, "downloads": -1, "filename": "pastas-0.12.0.tar.gz", "has_sig": false, "md5_digest": "3ca1339a96d0b996cb970beb30397a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80015, "upload_time": "2019-08-30T09:13:12", "url": "https://files.pythonhosted.org/packages/a5/52/39f0dc3c8c934eefcc032b5658b191b8ae8d7485360fbc2e99cd70958c06/pastas-0.12.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "6202c36b893af7461a5c9e18f312fdce", "sha256": "52d5ed4b5d99a2a796bc1dbba8485976c7d7ba95e143dd09b10de52c746a2c19" }, "downloads": -1, "filename": "pastas-0.9.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6202c36b893af7461a5c9e18f312fdce", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31603, "upload_time": "2017-01-18T15:34:36", "url": "https://files.pythonhosted.org/packages/ba/17/1d9931e53b940595d2f483c853936b8fc845653181337eae82d4d8053c00/pastas-0.9.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83e24857a2a0d28b9193619283375498", "sha256": "f6f827fbdd6512207a34252149dd598dd47befaa2e3c7c03bf04cf69ea384616" }, "downloads": -1, "filename": "pastas-0.9.0.1.tar.gz", "has_sig": false, "md5_digest": "83e24857a2a0d28b9193619283375498", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26676, "upload_time": "2017-01-18T15:34:37", "url": "https://files.pythonhosted.org/packages/da/c3/70428c1677a4c444206c3c38a78feee917eb4e9fbbd849c6a33f7c0f66b6/pastas-0.9.0.1.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "20fd93b3ea36c999f0f1349f94740aa3", "sha256": "e00961e7feefdcc239541df5d9ee3753932a25c6746c182642a6b56bfed1d498" }, "downloads": -1, "filename": "pastas-0.9.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "20fd93b3ea36c999f0f1349f94740aa3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47898, "upload_time": "2017-03-22T08:22:43", "url": "https://files.pythonhosted.org/packages/da/61/bde708c91b17eb09ae4288335325ad8b40b0f6fd95efb6c491a2a6cd5d59/pastas-0.9.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9908a5b346f05e12e47f5c7040efaf21", "sha256": "142b6883bc7bc14e565ee7aae96f3dc0a6602bd52f69aca23fef2fb6ee730e78" }, "downloads": -1, "filename": "pastas-0.9.1.1.zip", "has_sig": false, "md5_digest": "9908a5b346f05e12e47f5c7040efaf21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42942, "upload_time": "2017-03-22T08:25:58", "url": "https://files.pythonhosted.org/packages/df/fb/6de95c7ec6be8969ed7fb64d38fe152aea96c5561f45d14f62f3803a0537/pastas-0.9.1.1.zip" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "31f97dafeea57afe560e30c822dea781", "sha256": "14dea54142abe2f1e37d2ce0451ba10d8c8b81f40393c6c396124b380ecc4aa3" }, "downloads": -1, "filename": "pastas-0.9.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31f97dafeea57afe560e30c822dea781", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51298, "upload_time": "2017-07-14T14:57:09", "url": "https://files.pythonhosted.org/packages/f3/33/e045c7f122b62222a6e9f73f1e3b06cd42d63b52524c3b6b172219fa5177/pastas-0.9.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d335ac1b4ee77ecac5a0578750a7fa99", "sha256": "3b1b646c6c8972f6f216b6bea1227af688fd1f956d09adc8be05c0a4efb178a0" }, "downloads": -1, "filename": "pastas-0.9.2.tar.gz", "has_sig": false, "md5_digest": "d335ac1b4ee77ecac5a0578750a7fa99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37525, "upload_time": "2017-07-14T14:57:10", "url": "https://files.pythonhosted.org/packages/ec/67/30aeb1010b60994919ae8bbd4a6ebfc22955691289f6130612e6339f9b97/pastas-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "3acaffd6264796156d2b8aeb145e57a8", "sha256": "24e258b1b23b2fc7b456e6bd6a6fc0d78638b88725d04ebb8e25c11f74466723" }, "downloads": -1, "filename": "pastas-0.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3acaffd6264796156d2b8aeb145e57a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58968, "upload_time": "2017-11-02T09:50:02", "url": "https://files.pythonhosted.org/packages/62/02/d05bbd1c6887ce54febff25ed3817c4e87c4b165402202ddefd77f2fab80/pastas-0.9.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d63bca6e07c9dea3a346f58e61e8a79", "sha256": "dd9a0dd8c53376ed17612979d70590fbbcf4d098690b812c062627e155b41ff2" }, "downloads": -1, "filename": "pastas-0.9.3.tar.gz", "has_sig": false, "md5_digest": "5d63bca6e07c9dea3a346f58e61e8a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48889, "upload_time": "2017-11-02T09:50:04", "url": "https://files.pythonhosted.org/packages/08/b7/bf572a5081d4933d15d46fd612e8f691f19b17cbd092f8970e45fd2985c8/pastas-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "c0647981388b901b3590ddd7b9220ca1", "sha256": "af7f430f76735acf8dc90a6b1fdcf6f8cd1379260f63c77048bd647717c00dde" }, "downloads": -1, "filename": "pastas-0.9.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0647981388b901b3590ddd7b9220ca1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63053, "upload_time": "2018-01-17T11:56:53", "url": "https://files.pythonhosted.org/packages/46/f7/c3fa379602e89469e01f4388fea12b7a94a789c8591da76dbf9f8c90f0a2/pastas-0.9.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0df5df08d694ecd39599e1abad8b1f5f", "sha256": "971bb659686b13c5469f80cf6b796a0d40839c72e3520a0dabd43fabddc20f84" }, "downloads": -1, "filename": "pastas-0.9.4.tar.gz", "has_sig": false, "md5_digest": "0df5df08d694ecd39599e1abad8b1f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52985, "upload_time": "2018-01-17T11:56:54", "url": "https://files.pythonhosted.org/packages/fa/99/97a5e4b2e64e79485076c8ba7a0580e170e98916958054e8d3a323fbcaff/pastas-0.9.4.tar.gz" } ], "0.9.4a0": [ { "comment_text": "", "digests": { "md5": "4b82c7ec6361529816576c276cb39c90", "sha256": "b929261527c6c05af090d3c3da5778eed636cfacadcd9177e553e4386153c1f1" }, "downloads": -1, "filename": "pastas-0.9.4a0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4b82c7ec6361529816576c276cb39c90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63052, "upload_time": "2018-03-05T10:43:46", "url": "https://files.pythonhosted.org/packages/ad/8a/ec780cca05e15d009874da5c23a7ec4cfd027f4ae7a56231695f86454ef5/pastas-0.9.4a0-py2.py3-none-any.whl" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "04d4446b967ca5ba2a608e1ba9cee5e7", "sha256": "e4553c10db6c2fb075c4bc27a9b1d95e0674b106158a36b4bbfc0991a0281ee9" }, "downloads": -1, "filename": "pastas-0.9.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "04d4446b967ca5ba2a608e1ba9cee5e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 66622, "upload_time": "2018-04-06T08:40:47", "url": "https://files.pythonhosted.org/packages/0f/31/3377f34b75d4ebc0151a9a9d226ab82c8fe96bbfeb0c41082503dab0b165/pastas-0.9.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6dc7b191e42a0e80c20e9dc7448551fb", "sha256": "8a7192d2807a1bd5ab60ec7c6346352a295a011245ceda2d69d06f989540dc2c" }, "downloads": -1, "filename": "pastas-0.9.5.tar.gz", "has_sig": false, "md5_digest": "6dc7b191e42a0e80c20e9dc7448551fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56487, "upload_time": "2018-04-06T08:40:49", "url": "https://files.pythonhosted.org/packages/39/a3/4b97bd015d7b049d949f4cac32cf1bdf2f3753a0566091a25ccfe391d1a4/pastas-0.9.5.tar.gz" } ], "0.9.5.1": [ { "comment_text": "", "digests": { "md5": "2c20e1dad450619c2163c5f957ba7c5d", "sha256": "56bf9d916bc4c03fe174f2ba9683680015d52f2f9aae482620dc034232f78690" }, "downloads": -1, "filename": "pastas-0.9.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c20e1dad450619c2163c5f957ba7c5d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68152, "upload_time": "2018-04-18T07:48:15", "url": "https://files.pythonhosted.org/packages/c6/48/2cdea94d24fe83737e48b20e4c164d4b02e20a0460cb1de97684c8718c54/pastas-0.9.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd62ef4e556f87027d24b5b88b1870d0", "sha256": "50b84b85e7a4b5856b27cbdf6f607baee9353c1cb848de2fd15fdbb3cbc75511" }, "downloads": -1, "filename": "pastas-0.9.5.1.tar.gz", "has_sig": false, "md5_digest": "cd62ef4e556f87027d24b5b88b1870d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57987, "upload_time": "2018-04-18T07:48:17", "url": "https://files.pythonhosted.org/packages/a5/ed/38564a87e522fe44b7260acb9ffb69135aadbff080bb11b333355038684b/pastas-0.9.5.1.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "17ea9cf40f0e820d7dc29759f1c13f7c", "sha256": "bba023fefb6e350d1c3fd4303333a208103f31ce0a88159ebd26d9c963acba26" }, "downloads": -1, "filename": "pastas-0.9.6a-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17ea9cf40f0e820d7dc29759f1c13f7c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 77188, "upload_time": "2018-07-27T08:13:50", "url": "https://files.pythonhosted.org/packages/13/76/cc80d74c402fd418bfb36b86ea5f438e8857997dd33e985f4e9d827b1748/pastas-0.9.6a-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71fcba6a1a04cbb0102cf97402b2ea5e", "sha256": "40406d54966dcf71c5b799770954f0f412ab7eaa355009837107135a45756e04" }, "downloads": -1, "filename": "pastas-0.9.6.tar.gz", "has_sig": false, "md5_digest": "71fcba6a1a04cbb0102cf97402b2ea5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63448, "upload_time": "2018-07-27T08:13:53", "url": "https://files.pythonhosted.org/packages/79/7b/2904373cec7a8692ebd4d023cb09c65350f568575e57c7600abf433e0ec0/pastas-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "abcd8001de27e62e0a09cf7b570605ec", "sha256": "47a2c5a51bdf01d9e3f8aa9b5c20374cd051e5c387d9fbea8a781c87592eebda" }, "downloads": -1, "filename": "pastas-0.9.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abcd8001de27e62e0a09cf7b570605ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82507, "upload_time": "2018-10-18T13:54:23", "url": "https://files.pythonhosted.org/packages/3c/c2/82455306b4105236e9f4f7a102a606db2295e18e32fb2f14179442b873f0/pastas-0.9.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "714afcaf3a7a29bc3dd3da6998d08647", "sha256": "374f63736150cf214da2a7024923d65cd24189aa67275196d62663336b44e1f8" }, "downloads": -1, "filename": "pastas-0.9.7.tar.gz", "has_sig": false, "md5_digest": "714afcaf3a7a29bc3dd3da6998d08647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67075, "upload_time": "2018-10-18T13:54:26", "url": "https://files.pythonhosted.org/packages/11/95/060a57f2335de4667721f71ac36d860cfd6be50059fdf34b38cfb8dce49d/pastas-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "47e53b873940edcd2e88229fcb19313d", "sha256": "e51d28cc0108e2d37df3d842621f8b206e9d1a6e6ace7dcf46960a39875e999c" }, "downloads": -1, "filename": "pastas-0.9.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47e53b873940edcd2e88229fcb19313d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 86214, "upload_time": "2019-02-08T15:16:40", "url": "https://files.pythonhosted.org/packages/68/cf/889deca760575ec8a6e6c473b179514be4a95b2992699ffbf98d4f9a0b2d/pastas-0.9.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24d301d795eae46a47aedc396174f4fe", "sha256": "f7a04ece1b5a4675bf4d8337a44bd04363fa27cf43d4fdd4a9e34e90a57a94da" }, "downloads": -1, "filename": "pastas-0.9.8.tar.gz", "has_sig": false, "md5_digest": "24d301d795eae46a47aedc396174f4fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73902, "upload_time": "2019-02-08T15:16:42", "url": "https://files.pythonhosted.org/packages/eb/d8/ee0eae6fe53c77a342b6bbdce63ddee804fbf16b5160b211bb4720bd6952/pastas-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "d1a057e350391154b37cea0fffd66f75", "sha256": "64341de0f49589ca1eede85a08c9c6ceedbb45f809061e069ab565455dc04a55" }, "downloads": -1, "filename": "pastas-0.9.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1a057e350391154b37cea0fffd66f75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 87590, "upload_time": "2019-03-24T21:29:16", "url": "https://files.pythonhosted.org/packages/ad/45/ced9d0b4bfcc16f6e43f14685c0f1163b245d21810a4f44bd79125899c27/pastas-0.9.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0997be23b70811b82d1389f630607ed", "sha256": "e56848ad18f1cda0a66621192427372a083332977f7f6cd94554faf3a555a4d3" }, "downloads": -1, "filename": "pastas-0.9.9.tar.gz", "has_sig": false, "md5_digest": "c0997be23b70811b82d1389f630607ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74491, "upload_time": "2019-03-24T21:29:18", "url": "https://files.pythonhosted.org/packages/69/b0/d35076e7a08f66cf2b623c928d33248599a7937761f067dc652802f42e29/pastas-0.9.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f33334344320996f356f50287f68b901", "sha256": "eca502023aef461d357fbdf10ef8bc93d097376504982cf7aedcd2c6543c90b8" }, "downloads": -1, "filename": "pastas-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f33334344320996f356f50287f68b901", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90763, "upload_time": "2019-08-30T09:13:10", "url": "https://files.pythonhosted.org/packages/73/80/5d81a4bcbbab5a1252e5e6b0c5bd3bc8a01f4636dd2d71bea40d621224f3/pastas-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ca1339a96d0b996cb970beb30397a67", "sha256": "66655bd3c9be271441e3cd23e9ad805b1f30a5b19bde8f4da771fdd445b937f5" }, "downloads": -1, "filename": "pastas-0.12.0.tar.gz", "has_sig": false, "md5_digest": "3ca1339a96d0b996cb970beb30397a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80015, "upload_time": "2019-08-30T09:13:12", "url": "https://files.pythonhosted.org/packages/a5/52/39f0dc3c8c934eefcc032b5658b191b8ae8d7485360fbc2e99cd70958c06/pastas-0.12.0.tar.gz" } ] }