stratify


Namestratify JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryVectorized interpolators for Nd atmospheric and oceanographic data
upload_time2025-08-01 15:21:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords atmospheric-science cython interpolation numpy python ocean-science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Stratify

Interpolation for restratification, particularly useful for Nd vertical interpolation of atmospheric and oceanographic datasets

|                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ⚙️ CI            | [![ci-locks](https://github.com/SciTools/python-stratify/actions/workflows/ci-locks.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-locks.yml) [![ci-manifest](https://github.com/SciTools/python-stratify/actions/workflows/ci-manifest.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-manifest.yml) [![ci-tests](https://github.com/SciTools/python-stratify/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-tests.yml) [![ci-wheels](https://github.com/SciTools/python-stratify/actions/workflows/ci-wheels.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-wheels.yml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools/python-stratify/master.svg)](https://results.pre-commit.ci/latest/github/SciTools/python-stratify/master) |
| 💬 Community     | [![GH Discussions](https://img.shields.io/badge/github-discussions%20%F0%9F%92%AC-yellow?logo=github&logoColor=lightgrey)](https://github.com/SciTools/python-stratify/discussions)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 📖 Documentation | [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/scitools-incubator/python-stratify)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| 📈 Health        | [![codecov](https://codecov.io/gh/SciTools/python-stratify/branch/master/graph/badge.svg?token=v1R1bJ4kYr)](https://codecov.io/gh/SciTools/python-stratify)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ✨ Meta           | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![license - bds-3-clause](https://img.shields.io/github/license/SciTools/python-stratify)](https://github.com/python-stratify/python-stratify/blob/main/LICENSE)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 📦 Package       | [![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.7863857-blue)](https://doi.org/10.5281/zenodo.7863857) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/python-stratify?color=orange&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/python-stratify) [![pypi](https://img.shields.io/pypi/v/stratify?color=orange&label=pypi&logo=python&logoColor=white)](https://pypi.org/project/stratify/) [![pypi - python version](https://img.shields.io/pypi/pyversions/stratify.svg?color=orange&logo=python&label=python&logoColor=white)](https://pypi.org/project/stratify/)                                                                                                                                                                                                                                                                                                                                |
| 🧰 Repo          | [![contributors](https://img.shields.io/github/contributors/SciTools/python-stratify)](https://github.com/SciTools/python-stratify/graphs/contributors)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
|                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |


**Are you a [SciTools/iris](https://github.com/SciTools/iris) user?** Did you know Iris provides a convenience for using Stratify with Iris `Cube`s? Try out [`iris.experimental.stratify`](https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/experimental/stratify.html) and let the devs know what you think!

## Introduction

Discover the capabilities of `stratify` with this introductory [Jupyter Notebook](https://github.com/SciTools-incubator/python-stratify/blob/master/index.ipynb).

![](https://SciTools-incubator.github.io/python-stratify/summary.png)

## Installation

```shell
conda install --channel conda-forge python-stratify
```
```shell
pip install stratify
```

## License
Stratify is licenced under a [BSD 3-Clause License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stratify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "atmospheric-science, cython, interpolation, numpy, python, ocean-science",
    "author": null,
    "author_email": "Stratify Contributors <scitools.pub@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/82/00/45c3d2403e64dcf135dc3b2f2653f8b092db67f6b952e6920584a86a452f/stratify-0.4.0.tar.gz",
    "platform": null,
    "description": "# Stratify\n\nInterpolation for restratification, particularly useful for Nd vertical interpolation of atmospheric and oceanographic datasets\n\n|                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| \u2699\ufe0f CI            | [![ci-locks](https://github.com/SciTools/python-stratify/actions/workflows/ci-locks.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-locks.yml) [![ci-manifest](https://github.com/SciTools/python-stratify/actions/workflows/ci-manifest.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-manifest.yml) [![ci-tests](https://github.com/SciTools/python-stratify/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-tests.yml) [![ci-wheels](https://github.com/SciTools/python-stratify/actions/workflows/ci-wheels.yml/badge.svg)](https://github.com/SciTools/python-stratify/actions/workflows/ci-wheels.yml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools/python-stratify/master.svg)](https://results.pre-commit.ci/latest/github/SciTools/python-stratify/master) |\n| \ud83d\udcac Community     | [![GH Discussions](https://img.shields.io/badge/github-discussions%20%F0%9F%92%AC-yellow?logo=github&logoColor=lightgrey)](https://github.com/SciTools/python-stratify/discussions)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n| \ud83d\udcd6 Documentation | [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/scitools-incubator/python-stratify)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |\n| \ud83d\udcc8 Health        | [![codecov](https://codecov.io/gh/SciTools/python-stratify/branch/master/graph/badge.svg?token=v1R1bJ4kYr)](https://codecov.io/gh/SciTools/python-stratify)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n| \u2728 Meta           | [![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![license - bds-3-clause](https://img.shields.io/github/license/SciTools/python-stratify)](https://github.com/python-stratify/python-stratify/blob/main/LICENSE)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n| \ud83d\udce6 Package       | [![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.7863857-blue)](https://doi.org/10.5281/zenodo.7863857) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/python-stratify?color=orange&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/python-stratify) [![pypi](https://img.shields.io/pypi/v/stratify?color=orange&label=pypi&logo=python&logoColor=white)](https://pypi.org/project/stratify/) [![pypi - python version](https://img.shields.io/pypi/pyversions/stratify.svg?color=orange&logo=python&label=python&logoColor=white)](https://pypi.org/project/stratify/)                                                                                                                                                                                                                                                                                                                                |\n| \ud83e\uddf0 Repo          | [![contributors](https://img.shields.io/github/contributors/SciTools/python-stratify)](https://github.com/SciTools/python-stratify/graphs/contributors)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n\n\n**Are you a [SciTools/iris](https://github.com/SciTools/iris) user?** Did you know Iris provides a convenience for using Stratify with Iris `Cube`s? Try out [`iris.experimental.stratify`](https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/experimental/stratify.html) and let the devs know what you think!\n\n## Introduction\n\nDiscover the capabilities of `stratify` with this introductory [Jupyter Notebook](https://github.com/SciTools-incubator/python-stratify/blob/master/index.ipynb).\n\n![](https://SciTools-incubator.github.io/python-stratify/summary.png)\n\n## Installation\n\n```shell\nconda install --channel conda-forge python-stratify\n```\n```shell\npip install stratify\n```\n\n## License\nStratify is licenced under a [BSD 3-Clause License](LICENSE).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Vectorized interpolators for Nd atmospheric and oceanographic data",
    "version": "0.4.0",
    "project_urls": {
        "Code": "https://github.com/SciTools-incubator/python-stratify",
        "Issues": "https://github.com/SciTools-incubator/python-stratify/issues"
    },
    "split_keywords": [
        "atmospheric-science",
        " cython",
        " interpolation",
        " numpy",
        " python",
        " ocean-science"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a6ebd1a074902b72b934b828c0f6806107c28a32540831c907ef85be487ef76",
                "md5": "32c380dc0fc3d39b4b6c89d2c0e27db0",
                "sha256": "50ea66b447bc38eed3941a988e858b67e8c9a169bd2a62e3fa7c7dd67a9664c5"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32c380dc0fc3d39b4b6c89d2c0e27db0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 498762,
            "upload_time": "2025-08-01T15:20:58",
            "upload_time_iso_8601": "2025-08-01T15:20:58.288982Z",
            "url": "https://files.pythonhosted.org/packages/2a/6e/bd1a074902b72b934b828c0f6806107c28a32540831c907ef85be487ef76/stratify-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "285bfec3c15b083f0c609d4fa6323da73fa0cadfae2e95fe7534bab2efae20c3",
                "md5": "f5e2d7af98bcb38dd3d853de7f6261e2",
                "sha256": "834637622680144cd06ab12815da1d8c7b3bea2a5af98f29370f593e92130c4f"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f5e2d7af98bcb38dd3d853de7f6261e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 486118,
            "upload_time": "2025-08-01T15:20:59",
            "upload_time_iso_8601": "2025-08-01T15:20:59.448230Z",
            "url": "https://files.pythonhosted.org/packages/28/5b/fec3c15b083f0c609d4fa6323da73fa0cadfae2e95fe7534bab2efae20c3/stratify-0.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7bece66c1eec0dca8ab0205e4761b3a0a35fdf1a002d8658965ae486c9b5392",
                "md5": "c62c55b23f19659a6051464b4bbeef1d",
                "sha256": "00ab3d2a61f663a4e0ef9d6b791af4d2cec8cb4909403362c16f47d8265325b0"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c62c55b23f19659a6051464b4bbeef1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1447064,
            "upload_time": "2025-08-01T15:21:00",
            "upload_time_iso_8601": "2025-08-01T15:21:00.818220Z",
            "url": "https://files.pythonhosted.org/packages/f7/be/ce66c1eec0dca8ab0205e4761b3a0a35fdf1a002d8658965ae486c9b5392/stratify-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01b164431cd8f285f198792daa9e34d68b94d7dbb47a0d9727ba93aad2b3cd05",
                "md5": "c01ab3be36a15b46a03dbf9c96890678",
                "sha256": "a1ab63afd3944e1248b6e40c6fce9e699c07405b6da5f64d870ec8d8de93ec34"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c01ab3be36a15b46a03dbf9c96890678",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 481603,
            "upload_time": "2025-08-01T15:21:01",
            "upload_time_iso_8601": "2025-08-01T15:21:01.932393Z",
            "url": "https://files.pythonhosted.org/packages/01/b1/64431cd8f285f198792daa9e34d68b94d7dbb47a0d9727ba93aad2b3cd05/stratify-0.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72a7906c2732a672f45f3ca1c0a212b0cce8534a210eba21b62a216fc9639537",
                "md5": "8837ad6e90659952fe19716d4a4d4fbb",
                "sha256": "0a3fb79896ca31a9b26f29efffedc43eef095caacfcaffaa7bdc53f8e5b987f5"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8837ad6e90659952fe19716d4a4d4fbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 497805,
            "upload_time": "2025-08-01T15:21:03",
            "upload_time_iso_8601": "2025-08-01T15:21:03.144712Z",
            "url": "https://files.pythonhosted.org/packages/72/a7/906c2732a672f45f3ca1c0a212b0cce8534a210eba21b62a216fc9639537/stratify-0.4.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc1be87710b2274252ac5ab635deda78afa16bfa9c0c589faee417b0c0fee265",
                "md5": "3ec914d65a2a45013301a66ea41aa929",
                "sha256": "26e8e152513197f74d6d6765a13fbcb2a6538a5fdc15500e76405fc9d6a9eb5f"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3ec914d65a2a45013301a66ea41aa929",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 484389,
            "upload_time": "2025-08-01T15:21:04",
            "upload_time_iso_8601": "2025-08-01T15:21:04.452957Z",
            "url": "https://files.pythonhosted.org/packages/dc/1b/e87710b2274252ac5ab635deda78afa16bfa9c0c589faee417b0c0fee265/stratify-0.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0099e81de7d07a5212b36b9032a675a3954c0688ab35784dd10d6279bc2f74e1",
                "md5": "c32de48d924d22074398fbaa4ff81dc9",
                "sha256": "8a155bc77b75a79140ce1aa0e0e69f2ba2949470d493205f4e91551fe08bc68c"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c32de48d924d22074398fbaa4ff81dc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1428653,
            "upload_time": "2025-08-01T15:21:05",
            "upload_time_iso_8601": "2025-08-01T15:21:05.867164Z",
            "url": "https://files.pythonhosted.org/packages/00/99/e81de7d07a5212b36b9032a675a3954c0688ab35784dd10d6279bc2f74e1/stratify-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d30ae6dd3bb0c37e582af99fdb22199adce26e28dbdb5bd97f3da2393b9caf9",
                "md5": "afb5a0a1d62914f314c5960034d7f25a",
                "sha256": "b4dd462669a1df77f6b50eb482778fb52371fa95954ef5e9b24257d5f7b03506"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "afb5a0a1d62914f314c5960034d7f25a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 480126,
            "upload_time": "2025-08-01T15:21:07",
            "upload_time_iso_8601": "2025-08-01T15:21:07.365749Z",
            "url": "https://files.pythonhosted.org/packages/4d/30/ae6dd3bb0c37e582af99fdb22199adce26e28dbdb5bd97f3da2393b9caf9/stratify-0.4.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d02ae3a5644efdd8e9c965ccd9f1176ac078688ffabd6c93a4dcf93bb671bf3",
                "md5": "a778908c832e1ae0bac9a12d5ad35e3f",
                "sha256": "1ca9378666b47684a05be5d2b01148ad557096af64151c85afe228a4c3987420"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a778908c832e1ae0bac9a12d5ad35e3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 495914,
            "upload_time": "2025-08-01T15:21:08",
            "upload_time_iso_8601": "2025-08-01T15:21:08.371335Z",
            "url": "https://files.pythonhosted.org/packages/5d/02/ae3a5644efdd8e9c965ccd9f1176ac078688ffabd6c93a4dcf93bb671bf3/stratify-0.4.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d38dd6cdf7770da434ba8cf19433a80f535fd4b43248ea565c0c194c31ac841a",
                "md5": "48811389b720dab98d112d3f3a53d4c9",
                "sha256": "87f853282fde7d09c3a077042f256041dfca64a601f32bd07e4fe8e9da8d2422"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "48811389b720dab98d112d3f3a53d4c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 482644,
            "upload_time": "2025-08-01T15:21:09",
            "upload_time_iso_8601": "2025-08-01T15:21:09.625898Z",
            "url": "https://files.pythonhosted.org/packages/d3/8d/d6cdf7770da434ba8cf19433a80f535fd4b43248ea565c0c194c31ac841a/stratify-0.4.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8e6dba512ca5c3957a4fa097c3f9f9a6daac20133b57d7ed250e8c425f84176",
                "md5": "a34de813655080ac56c170108afac27c",
                "sha256": "a538904d8e584879749f18db8d5bff03f25d32aea677af12e373e3e48a460783"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a34de813655080ac56c170108afac27c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 1415732,
            "upload_time": "2025-08-01T15:21:11",
            "upload_time_iso_8601": "2025-08-01T15:21:11.800493Z",
            "url": "https://files.pythonhosted.org/packages/d8/e6/dba512ca5c3957a4fa097c3f9f9a6daac20133b57d7ed250e8c425f84176/stratify-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a318f2d7af7788ab0f5d0964f7a64e690ac1bdffb2efb16c37302da9da94d5e0",
                "md5": "d835db467f26565bc6e65353aa1aac51",
                "sha256": "73a115a7e0e98953e7a3f10bad55a24e4e201159213c03c953f3ef62ee2eadcb"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d835db467f26565bc6e65353aa1aac51",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 479966,
            "upload_time": "2025-08-01T15:21:13",
            "upload_time_iso_8601": "2025-08-01T15:21:13.262279Z",
            "url": "https://files.pythonhosted.org/packages/a3/18/f2d7af7788ab0f5d0964f7a64e690ac1bdffb2efb16c37302da9da94d5e0/stratify-0.4.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3b9417c7a7860ad2d442c63ca3a846b66e093f2ac99cc5b14f67e814eb4426d",
                "md5": "c265eec39078d5982bab49992c12cced",
                "sha256": "a8a9f71ca4cbb84b8749fadf68219f08f3b2ebd24a61bf45d40452d8003931e7"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp314-cp314t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c265eec39078d5982bab49992c12cced",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 508157,
            "upload_time": "2025-08-01T15:21:14",
            "upload_time_iso_8601": "2025-08-01T15:21:14.285928Z",
            "url": "https://files.pythonhosted.org/packages/c3/b9/417c7a7860ad2d442c63ca3a846b66e093f2ac99cc5b14f67e814eb4426d/stratify-0.4.0-cp314-cp314t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07f4572a9f1d9aec6a6bb79ff343245660b9817d0d87b1530145bf039c588017",
                "md5": "7dc2911783e54e6164de70d521c7d899",
                "sha256": "be980ab9c05aeb86845173130bd930af26368c06fb29f9514a74f1827c35f668"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7dc2911783e54e6164de70d521c7d899",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 498337,
            "upload_time": "2025-08-01T15:21:15",
            "upload_time_iso_8601": "2025-08-01T15:21:15.528483Z",
            "url": "https://files.pythonhosted.org/packages/07/f4/572a9f1d9aec6a6bb79ff343245660b9817d0d87b1530145bf039c588017/stratify-0.4.0-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aba4578810f63ba0e22f7ed5c60604492965aafda456ace85610c5fd5ede3056",
                "md5": "df905def3a3513d3b91d0263e59abaf7",
                "sha256": "f8d860bbce953a58e0e7565845f5794092fa29ad4b128f3eacb6e60a6d115609"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df905def3a3513d3b91d0263e59abaf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 1420966,
            "upload_time": "2025-08-01T15:21:16",
            "upload_time_iso_8601": "2025-08-01T15:21:16.969921Z",
            "url": "https://files.pythonhosted.org/packages/ab/a4/578810f63ba0e22f7ed5c60604492965aafda456ace85610c5fd5ede3056/stratify-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8033580fd37776eab02b20d1474926b919c0247e8e3518b6b900259820d3ba3",
                "md5": "b1e7c415ef35a53c6faa1fe32edafc81",
                "sha256": "5a1a24c553629a169674f7652d5903276089944c42ef1d7ba3a11c6a6dd1e3b6"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0-cp314-cp314t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b1e7c415ef35a53c6faa1fe32edafc81",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 511132,
            "upload_time": "2025-08-01T15:21:18",
            "upload_time_iso_8601": "2025-08-01T15:21:18.157813Z",
            "url": "https://files.pythonhosted.org/packages/f8/03/3580fd37776eab02b20d1474926b919c0247e8e3518b6b900259820d3ba3/stratify-0.4.0-cp314-cp314t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "820045c3d2403e64dcf135dc3b2f2653f8b092db67f6b952e6920584a86a452f",
                "md5": "7d784e4a2b7decd326f502152c457275",
                "sha256": "582f6fac7e829a11a75f96424284816f4913f1453a90d5b7869df17ecddd1ec1"
            },
            "downloads": -1,
            "filename": "stratify-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d784e4a2b7decd326f502152c457275",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 326875,
            "upload_time": "2025-08-01T15:21:19",
            "upload_time_iso_8601": "2025-08-01T15:21:19.298864Z",
            "url": "https://files.pythonhosted.org/packages/82/00/45c3d2403e64dcf135dc3b2f2653f8b092db67f6b952e6920584a86a452f/stratify-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 15:21:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SciTools-incubator",
    "github_project": "python-stratify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "stratify"
}
        
Elapsed time: 1.57581s