{ "info": { "author": "The Welly Authors", "author_email": "hello@agilescientific.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10" ], "description": "![Welly banner](https://www.dropbox.com/s/a8jg7zomi4wgolb/welly_banner.png?raw=1)\n\n[![Run tests](https://github.com/agile-geoscience/welly/actions/workflows/run-tests.yml/badge.svg)](https://github.com/agile-geoscience/welly/actions/workflows/run-tests.yml)\n[![Build docs](https://github.com/agile-geoscience/welly/actions/workflows/build-docs.yml/badge.svg)](https://github.com/agile-geoscience/welly/actions/workflows/build-docs.yml)\n[![PyPI version](https://img.shields.io/pypi/v/welly.svg)](https://pypi.python.org/pypi/welly/)\n[![PyPI versions](https://img.shields.io/pypi/pyversions/welly.svg)](https://pypi.org/project/welly//)\n[![PyPI license](https://img.shields.io/pypi/l/welly.svg)](https://pypi.org/project/welly/)\n\n**`welly` facilitates the loading, processing, and analysis of subsurface wells and well data, such as striplogs, formation tops, well log curves, and synthetic seismograms.**\n\n\n## Installation\n\n pip install welly\n\nFor developers, there are `pip` options for installing `test`, `docs` or `dev` (docs plus test) dependencies.\n\n\n## Quick start\n\n```python\nfrom welly import Well, Project\n\nw = Well.from_las('my_wells/my_well.las') # Load a single well.\np = Project.from_las('my_wells/*.las') # Load lots of wells.\n\ngr = w.data['GR'] # One log...\ngr.plot() # ...with some superpowers!\n```\n\nNext, check out the tutorial notebooks.\n\n\n## Documentation\n\n[The `welly` documentation](https://code.agilescientific.com/welly) is a work in progress.\n\n\n## Questions or suggestions?\n\n[![slack](https://img.shields.io/badge/chat-on_slack-808493.svg?longCache=true&style=flat&logo=slack)](https://swung.slack.com/)\n\n**If you'd like to chat about `welly` with us or other users, look for the **#welly-and-lasio** channel in the [Software Underground's Slack](https://softwareunderground.org/slack).**\n\nTo report bugs or suggest new features/improvements to the code, please [open an issue](https://github.com/agile-geoscience/welly/issues).\n\n\n## Contributing\n\nPlease see [`CONTRIBUTING.md`](https://github.com/agile-geoscience/redflag/blob/main/CONTRIBUTING.md).\n\n\n## Philosophy\n\nThe [`lasio`](https://github.com/kinverarity1/lasio) project provides a very nice way to read and write [CWLS](http://www.cwls.org/) Log ASCII Standard files. The result is an object that contains all the LAS data \u2014\u00a0it's more or less analogous to the LAS file.\n\nSometimes we want a higher-level object, for example to contain methods that have nothing to do with LAS files. We may want to handle other well data, such as deviation surveys, tops (aka picks), engineering data, striplogs, synthetics, and so on. This is where `welly` comes in.\n\n`welly` uses `lasio` for data I/O, but hides much of it from the user. We recommend you look at both projects before deciding if you need the 'well-level' functionality that `welly` provides.\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/agile-geoscience/welly", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "welly", "package_url": "https://pypi.org/project/welly/", "platform": "", "project_url": "https://pypi.org/project/welly/", "project_urls": { "Homepage": "https://github.com/agile-geoscience/welly" }, "release_url": "https://pypi.org/project/welly/0.5.2/", "requires_dist": [ "numpy", "scipy", "pandas", "matplotlib", "lasio", "striplog", "tqdm", "wellpathpy", "requests", "build ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "pytest-mpl ; extra == 'dev'", "sphinx ; extra == 'dev'", "sphinxcontrib-apidoc ; extra == 'dev'", "myst-nb ; extra == 'dev'", "furo ; extra == 'dev'", "sphinx ; extra == 'docs'", "sphinxcontrib-apidoc ; extra == 'docs'", "myst-nb ; extra == 'docs'", "furo ; extra == 'docs'", "pytest ; extra == 'test'", "pytest-cov ; extra == 'test'", "pytest-mpl ; extra == 'test'" ], "requires_python": ">=3.6", "summary": "Tools for making and managing well data.", "version": "0.5.2", "yanked": false, "yanked_reason": null }, "last_serial": 13033728, "releases": { "0.0.0": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7dc4cd5db367f18107a67853d190db2f", "sha256": "3c9103e12b1d4bd02a063fe04d4b79b3f6763cd5733efb4ada2525b2adff60f9" }, "downloads": -1, "filename": "welly-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7dc4cd5db367f18107a67853d190db2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20541, "upload_time": "2016-03-28T18:55:12", "upload_time_iso_8601": "2016-03-28T18:55:12.149644Z", "url": "https://files.pythonhosted.org/packages/af/08/2bc7c9558e0018f0d28eb207c038cf567151850c983953298055d0b13638/welly-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "edea1b3187c9637e2559056613ffaa91", "sha256": "c233b4836aa8334b17e3ef8c3965f9719ff92edb8b9f5ecfc13bbcc35b910b77" }, "downloads": -1, "filename": "welly-0.2.1.tar.gz", "has_sig": false, "md5_digest": "edea1b3187c9637e2559056613ffaa91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37213, "upload_time": "2016-08-01T16:35:01", "upload_time_iso_8601": "2016-08-01T16:35:01.929103Z", "url": "https://files.pythonhosted.org/packages/ec/2b/a1fd9de4ad4c81e4153fcb564e09c20a3e3c09d336f0a9ededb722d02975/welly-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e112aaafc49a41beb114b9c60f9870c6", "sha256": "c8154b773f388f1bd7f8dd71945bccbbe0c3fc79a40fc8c7f5f7eaa266d9572a" }, "downloads": -1, "filename": "welly-0.3.0.tar.gz", "has_sig": false, "md5_digest": "e112aaafc49a41beb114b9c60f9870c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39834, "upload_time": "2016-09-25T06:33:54", "upload_time_iso_8601": "2016-09-25T06:33:54.458726Z", "url": "https://files.pythonhosted.org/packages/3f/7c/74b6471aae5237d91b13983281d32abce4b8215526e885495c9ea5b4fbb9/welly-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c66152180be048126aaf6e93bd35480f", "sha256": "f7f9a359760f58329df1572acd7ad16ddbcf98a11c8f373b7a32656347d9edd3" }, "downloads": -1, "filename": "welly-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c66152180be048126aaf6e93bd35480f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41187, "upload_time": "2017-10-23T12:38:30", "upload_time_iso_8601": "2017-10-23T12:38:30.179800Z", "url": "https://files.pythonhosted.org/packages/63/86/a76efc6d7847c60eb57c680ecafaee079b967ead7ff396f6b6730c314cf5/welly-0.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "2e076e370f040e45cbe5146b1a746f18", "sha256": "9343dea0cf657148b38e98b98e4c7342edff4b37ae84614d28c416a5e5b7b642" }, "downloads": -1, "filename": "welly-0.3.2.tar.gz", "has_sig": false, "md5_digest": "2e076e370f040e45cbe5146b1a746f18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41243, "upload_time": "2017-10-25T18:02:24", "upload_time_iso_8601": "2017-10-25T18:02:24.851819Z", "url": "https://files.pythonhosted.org/packages/50/86/c43e9d6d58dd51d7b427eb109dfe37a63f059937340320d7eb10e0c23b44/welly-0.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e8635d959cd8693906e0a1a189c25a0b", "sha256": "1146cee5b8e36d907d1556ee82e49a848c54ce67e079e6df57be325402f8c115" }, "downloads": -1, "filename": "welly-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e8635d959cd8693906e0a1a189c25a0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41903, "upload_time": "2017-11-13T16:30:36", "upload_time_iso_8601": "2017-11-13T16:30:36.541865Z", "url": "https://files.pythonhosted.org/packages/83/63/6d49813f72775af7638ec4bdc78000b5c247a7a37f5a1d979907c7a60930/welly-0.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "4e18b918943ea5ed6893892337a53981", "sha256": "6e8865e0761728f9df2425685f223790de415261e9e323a27a734076b171f29f" }, "downloads": -1, "filename": "welly-0.3.4.tar.gz", "has_sig": false, "md5_digest": "4e18b918943ea5ed6893892337a53981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41935, "upload_time": "2017-11-15T19:18:04", "upload_time_iso_8601": "2017-11-15T19:18:04.787776Z", "url": "https://files.pythonhosted.org/packages/d6/7e/191e3ac011d43c1105fdda64995265a85d6d15aabaa402c7481593b7da11/welly-0.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "69a78cfd2f3c46a722d442f400611207", "sha256": "cf0353a8e353d4754f25fb7e1ae342db9e472283cf0cdaf3a4bb97d906e064a4" }, "downloads": -1, "filename": "welly-0.3.5.tar.gz", "has_sig": false, "md5_digest": "69a78cfd2f3c46a722d442f400611207", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42155, "upload_time": "2018-03-20T01:50:00", "upload_time_iso_8601": "2018-03-20T01:50:00.063867Z", "url": "https://files.pythonhosted.org/packages/a1/6f/67475b11314e3039b0a33140ae1907dcaa6caed8d03d82c0fa926fcc9739/welly-0.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5acea200d7592fccd642644e4616d941", "sha256": "c1dc10b7fa8697d28428c4bac64e3b29770424073b871f962076fa971b337a12" }, "downloads": -1, "filename": "welly-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5acea200d7592fccd642644e4616d941", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43423, "upload_time": "2018-11-20T10:12:33", "upload_time_iso_8601": "2018-11-20T10:12:33.060757Z", "url": "https://files.pythonhosted.org/packages/26/67/f7d1b8eb60d2098776d6920f855c6e92f9084fd83645c4081ad547af329d/welly-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "76623b96d42d80b62ae94f2d26a157f1", "sha256": "3108fbb0e3f621880599fcea4d7d7e1b15dc2d377b5ebc00a943f6e3ba4f792b" }, "downloads": -1, "filename": "welly-0.4.1.tar.gz", "has_sig": false, "md5_digest": "76623b96d42d80b62ae94f2d26a157f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43478, "upload_time": "2018-11-24T15:06:32", "upload_time_iso_8601": "2018-11-24T15:06:32.118599Z", "url": "https://files.pythonhosted.org/packages/3c/0b/d58839cf6d6b13b3ffc18e60824f69d4ff09fcec32b109207e1cc6007ad2/welly-0.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "eb35975aca6ee94d650f5ba0fa477a5b", "sha256": "68f3c28665526d7cc58851b8e1dd4530e81a9bf3a9b61de87fe61470db50836c" }, "downloads": -1, "filename": "welly-0.4.10.tar.gz", "has_sig": false, "md5_digest": "eb35975aca6ee94d650f5ba0fa477a5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52728, "upload_time": "2021-06-22T13:06:10", "upload_time_iso_8601": "2021-06-22T13:06:10.022022Z", "url": "https://files.pythonhosted.org/packages/28/4a/5316349c8f6dd6b01a8a7e0872c9fa166b46b526b0c9cf3b90a067532f86/welly-0.4.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "090f51fc27645820a06e10f897945689", "sha256": "6e14bfc803966a3099780c990594d3c97813858a2158c005e2ad8667db28bfa5" }, "downloads": -1, "filename": "welly-0.4.2.tar.gz", "has_sig": false, "md5_digest": "090f51fc27645820a06e10f897945689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44912, "upload_time": "2019-04-07T10:58:32", "upload_time_iso_8601": "2019-04-07T10:58:32.203005Z", "url": "https://files.pythonhosted.org/packages/ce/93/d96257729a72048d0266296406b418245f5b7337654fb1302eb7afa1d3b2/welly-0.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "6f5702f6c4b08e95fc53a5330ed39956", "sha256": "91a6a74784525ee5923cf3e2bb05be0685f0f793dfbfc8c1af9988fe53827dc8" }, "downloads": -1, "filename": "welly-0.4.3.tar.gz", "has_sig": false, "md5_digest": "6f5702f6c4b08e95fc53a5330ed39956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45354, "upload_time": "2019-10-03T17:16:17", "upload_time_iso_8601": "2019-10-03T17:16:17.629307Z", "url": "https://files.pythonhosted.org/packages/ee/be/2d518f2d8e6e2692ee2c125a81be2a0e8b20f57ab763bb2fe6d89fee287a/welly-0.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "612ce985593ac90913af4d214519c14f", "sha256": "b7230279fee90d136157a68fa996b3008f37738a875f2adac41b4f289718eb99" }, "downloads": -1, "filename": "welly-0.4.4.tar.gz", "has_sig": false, "md5_digest": "612ce985593ac90913af4d214519c14f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46136, "upload_time": "2019-10-22T11:51:28", "upload_time_iso_8601": "2019-10-22T11:51:28.918926Z", "url": "https://files.pythonhosted.org/packages/c3/37/947eb249fad6958d262d419be083d9029a7e80087e4cafd19d7b48fb25d4/welly-0.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "c674fd13f2a4239ede54c717e0f5a7db", "sha256": "0911d1a723794872fc59464e9a4798c7f7a1b4c178562577e6dc5126bbe412f7" }, "downloads": -1, "filename": "welly-0.4.5.tar.gz", "has_sig": false, "md5_digest": "c674fd13f2a4239ede54c717e0f5a7db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46185, "upload_time": "2019-11-14T21:23:09", "upload_time_iso_8601": "2019-11-14T21:23:09.883842Z", "url": "https://files.pythonhosted.org/packages/84/1e/7277f0222d471c976c53eeee93a2df70a9fef7323bab59764a9e8e2567c0/welly-0.4.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "3c353610c59db258912e4f6e2582a212", "sha256": "42aea89e1e0e31d74b608936543a4e1a782b58a8d729d9472994e2a627eac4ef" }, "downloads": -1, "filename": "welly-0.4.6.tar.gz", "has_sig": false, "md5_digest": "3c353610c59db258912e4f6e2582a212", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46883, "upload_time": "2020-05-07T18:22:12", "upload_time_iso_8601": "2020-05-07T18:22:12.718816Z", "url": "https://files.pythonhosted.org/packages/d4/3b/aa057d4bd54a0cff53a1bbe19f9d000382153da762471e9647b00144288e/welly-0.4.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "45a7bbbb432366a7e6c377ef331a09d1", "sha256": "e97e7b1be39659e60090188515202a83368375d2dea6fce06e9569a2cacae9e8" }, "downloads": -1, "filename": "welly-0.4.7.tar.gz", "has_sig": false, "md5_digest": "45a7bbbb432366a7e6c377ef331a09d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47797, "upload_time": "2020-06-06T18:10:47", "upload_time_iso_8601": "2020-06-06T18:10:47.019128Z", "url": "https://files.pythonhosted.org/packages/a3/a0/6e8a5e58fb0c53eb34706e755055eebfbf30867169136c84fa3d869be051/welly-0.4.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "33a3e30781989d115808e5cc99d45c4b", "sha256": "83a2d8611f9c8946bbf39d8e2cae248095b8e764e246f012581ec0842a8574c9" }, "downloads": -1, "filename": "welly-0.4.8.tar.gz", "has_sig": false, "md5_digest": "33a3e30781989d115808e5cc99d45c4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51712, "upload_time": "2020-12-11T18:01:21", "upload_time_iso_8601": "2020-12-11T18:01:21.839895Z", "url": "https://files.pythonhosted.org/packages/c2/70/b157203da1412b371d9a751e3236c69ef8fdcc0fbae650222eabc262a882/welly-0.4.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "ace954ac8082e0ebb5879187def3b4d8", "sha256": "78f5210801f6f7f099e744fc16da57d4d78386dd95f661fd9704999eed56ef8c" }, "downloads": -1, "filename": "welly-0.4.9.tar.gz", "has_sig": false, "md5_digest": "ace954ac8082e0ebb5879187def3b4d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51849, "upload_time": "2021-01-29T15:52:44", "upload_time_iso_8601": "2021-01-29T15:52:44.877574Z", "url": "https://files.pythonhosted.org/packages/7e/df/1b1f12fd9ca6059c6dd631f814a5b203aaad3ff7ffbd46d82331ba88fb6e/welly-0.4.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b8fba2b3a7db4ae179feb22ab03c6b7c", "sha256": "8f163e34dda1efe6440c910800616ebdd9ee681d240bbe299020a4b4f9e77a3b" }, "downloads": -1, "filename": "welly-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b8fba2b3a7db4ae179feb22ab03c6b7c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 78800, "upload_time": "2022-02-14T01:20:43", "upload_time_iso_8601": "2022-02-14T01:20:43.391337Z", "url": "https://files.pythonhosted.org/packages/78/64/2ffb25732bd6bf944c526b4a71e7b765761246baff903d2bb0442cc970eb/welly-0.5.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d95b92423d8af1db2ca6f0fe6596a88", "sha256": "c3d7b0d49ea56b6bd10d48e3865f9304ffa754e437fb4598a5e797434bf06f67" }, "downloads": -1, "filename": "welly-0.5.0.tar.gz", "has_sig": false, "md5_digest": "0d95b92423d8af1db2ca6f0fe6596a88", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20238833, "upload_time": "2022-02-14T01:20:54", "upload_time_iso_8601": "2022-02-14T01:20:54.066032Z", "url": "https://files.pythonhosted.org/packages/cd/a1/b6932fd00e02edae18032226b60091dcd723f836e9d9c75b685b49363f5e/welly-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0c7a91d6d86383772d77fe6ccc4c4bb5", "sha256": "71d8b7b0432983fa7b9848d7ef3ac6ae12a43ecea10da0ed5d9a8e498067b996" }, "downloads": -1, "filename": "welly-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0c7a91d6d86383772d77fe6ccc4c4bb5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 78680, "upload_time": "2022-02-18T21:15:49", "upload_time_iso_8601": "2022-02-18T21:15:49.511293Z", "url": "https://files.pythonhosted.org/packages/4f/b1/06087b7f31f86eb27e31279ebcdcc4af074126a074b3dfc24eebac0ab743/welly-0.5.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "97d2d0ee9cccc8f86e4e850c98131a65", "sha256": "94f19490ad2f129357000c6bac37f1e428d5181ef271abb48e2d82cbe471309a" }, "downloads": -1, "filename": "welly-0.5.1.tar.gz", "has_sig": false, "md5_digest": "97d2d0ee9cccc8f86e4e850c98131a65", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20300519, "upload_time": "2022-02-18T21:15:51", "upload_time_iso_8601": "2022-02-18T21:15:51.735656Z", "url": "https://files.pythonhosted.org/packages/cf/64/905bd5ad8a949a707086d8e1f1fcab895678068cd1d14d96f0a3b7ff109c/welly-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1rc0": [ { "comment_text": "", "digests": { "md5": "bea3bc5e548c9c8779f0330ca9fad2da", "sha256": "1d68f00ca9b998a781b19f6bb1c6edf00e0289864358225bee228dd4bf4e714d" }, "downloads": -1, "filename": "welly-0.5.1rc0-py3-none-any.whl", "has_sig": false, "md5_digest": "bea3bc5e548c9c8779f0330ca9fad2da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 78725, "upload_time": "2022-02-18T21:09:53", "upload_time_iso_8601": "2022-02-18T21:09:53.542211Z", "url": "https://files.pythonhosted.org/packages/14/38/ca0d125efa24a8f9b070f9eb33104f0937ac815cc7eb526f6132932a0917/welly-0.5.1rc0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f5d5203c1790604fa093d9cb298122a", "sha256": "da30e1db7c6a42b02e1de147dd750039c62b3c5cb7763d3a266eaa74a054a1d2" }, "downloads": -1, "filename": "welly-0.5.1rc0.tar.gz", "has_sig": false, "md5_digest": "2f5d5203c1790604fa093d9cb298122a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20300650, "upload_time": "2022-02-18T21:09:55", "upload_time_iso_8601": "2022-02-18T21:09:55.635047Z", "url": "https://files.pythonhosted.org/packages/ca/f6/13070795166af6d0ab2cd1b1a6c71008b10555306f9fe9cbf92b71d24a49/welly-0.5.1rc0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "91ca7e6416547adfe19792f31e25b745", "sha256": "de6769ceca0844dbd8812823738feed1f631233943466d8ca47bbb747b71315d" }, "downloads": -1, "filename": "welly-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "91ca7e6416547adfe19792f31e25b745", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 79210, "upload_time": "2022-02-28T13:54:32", "upload_time_iso_8601": "2022-02-28T13:54:32.860389Z", "url": "https://files.pythonhosted.org/packages/bf/5d/b1b7297c38c9fb1c9bbd9d00e30dad413b9951e2a62f9a49dc5dc1dfb4a2/welly-0.5.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fafcbef15fc91a7510ecf17af7722307", "sha256": "db23e0414ed961064fd31db4c1a6e76884a23a03664acd4315a729ff94febdea" }, "downloads": -1, "filename": "welly-0.5.2.tar.gz", "has_sig": false, "md5_digest": "fafcbef15fc91a7510ecf17af7722307", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20316812, "upload_time": "2022-02-28T13:54:34", "upload_time_iso_8601": "2022-02-28T13:54:34.734654Z", "url": "https://files.pythonhosted.org/packages/dd/24/5d35acc704ea5a8af234c72252d371fc10a7cfb429311a6f260ed4affc27/welly-0.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2rc0": [ { "comment_text": "", "digests": { "md5": "2f1a83997473e8e6d4604ef88e221a53", "sha256": "8625d046d015897df080ff005b8ff04d1dc9e2d9536d8724da9416da4052202d" }, "downloads": -1, "filename": "welly-0.5.2rc0-py3-none-any.whl", "has_sig": false, "md5_digest": "2f1a83997473e8e6d4604ef88e221a53", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 78897, "upload_time": "2022-02-23T14:43:13", "upload_time_iso_8601": "2022-02-23T14:43:13.018332Z", "url": "https://files.pythonhosted.org/packages/ea/3d/5a5d090d39c77e2865598053c7ecd4e9549822afcbb059b2e435b27e2ece/welly-0.5.2rc0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67821770b8dd1d1bb8d34c2c5d66e75f", "sha256": "0135cd9d75621694c7e567bfc24d72771a347e87ec8b3be5729882f9fc11b878" }, "downloads": -1, "filename": "welly-0.5.2rc0.tar.gz", "has_sig": false, "md5_digest": "67821770b8dd1d1bb8d34c2c5d66e75f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20302303, "upload_time": "2022-02-23T14:43:17", "upload_time_iso_8601": "2022-02-23T14:43:17.380384Z", "url": "https://files.pythonhosted.org/packages/f5/01/fa80dd05af71c082f8ac8c427b92c97af46b253d730b0b45c962d1a1e1fe/welly-0.5.2rc0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91ca7e6416547adfe19792f31e25b745", "sha256": "de6769ceca0844dbd8812823738feed1f631233943466d8ca47bbb747b71315d" }, "downloads": -1, "filename": "welly-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "91ca7e6416547adfe19792f31e25b745", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 79210, "upload_time": "2022-02-28T13:54:32", "upload_time_iso_8601": "2022-02-28T13:54:32.860389Z", "url": "https://files.pythonhosted.org/packages/bf/5d/b1b7297c38c9fb1c9bbd9d00e30dad413b9951e2a62f9a49dc5dc1dfb4a2/welly-0.5.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fafcbef15fc91a7510ecf17af7722307", "sha256": "db23e0414ed961064fd31db4c1a6e76884a23a03664acd4315a729ff94febdea" }, "downloads": -1, "filename": "welly-0.5.2.tar.gz", "has_sig": false, "md5_digest": "fafcbef15fc91a7510ecf17af7722307", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20316812, "upload_time": "2022-02-28T13:54:34", "upload_time_iso_8601": "2022-02-28T13:54:34.734654Z", "url": "https://files.pythonhosted.org/packages/dd/24/5d35acc704ea5a8af234c72252d371fc10a7cfb429311a6f260ed4affc27/welly-0.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }