stratify


Namestratify JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryVectorized interpolators for Nd atmospheric and oceanographic data
upload_time2023-04-25 15:35:26
maintainer
docs_urlNone
author
requires_python>=3.9
licenseBSD-3-Clause
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       | [![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 -c conda-forge python-stratify
```
```shell
pip install python-stratify
```

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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stratify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "atmospheric-science,cython,interpolation,numpy,python,ocean-science",
    "author": "",
    "author_email": "Stratify Contributors <scitools.pub@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5f/ff/0d7c82cc466ec7c2fa873e0e099fd960dc8e9825bbcc9b1fe1190c737f75/stratify-0.3.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       | [![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 -c conda-forge python-stratify\n```\n```shell\npip install python-stratify\n```\n\n## License\nStratify is licenced under a [BSD 3-Clause License](LICENSE).\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Vectorized interpolators for Nd atmospheric and oceanographic data",
    "version": "0.3.0",
    "split_keywords": [
        "atmospheric-science",
        "cython",
        "interpolation",
        "numpy",
        "python",
        "ocean-science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb39b87ab27d38a7e458c174c66e375987ff7b8cd7c4349a58ea51d2d19a3d6",
                "md5": "9265c1b31943c91c0c4cad111e7d3119",
                "sha256": "1d86ec576c10f58a83d21b6708f451ed8e2c96957fea1a07ce2c71955340b86a"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9265c1b31943c91c0c4cad111e7d3119",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 418279,
            "upload_time": "2023-04-25T15:35:02",
            "upload_time_iso_8601": "2023-04-25T15:35:02.655870Z",
            "url": "https://files.pythonhosted.org/packages/fb/b3/9b87ab27d38a7e458c174c66e375987ff7b8cd7c4349a58ea51d2d19a3d6/stratify-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16d068af4079e43276bb71d8dad9475cfbab29092315d2508b9b001171d8404d",
                "md5": "c046a2a840a82870b18f2408e1e26c3c",
                "sha256": "1c8dff658b818a1fa51095d632bfa5330825fb637a7370e5b28f0b01ea9c3eb3"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c046a2a840a82870b18f2408e1e26c3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 397254,
            "upload_time": "2023-04-25T15:35:04",
            "upload_time_iso_8601": "2023-04-25T15:35:04.716210Z",
            "url": "https://files.pythonhosted.org/packages/16/d0/68af4079e43276bb71d8dad9475cfbab29092315d2508b9b001171d8404d/stratify-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "effdeae593af5df478001b9ef27faef7a5cedb46f730818e0f5bc7f59fe4f61f",
                "md5": "25f47464a1712246b92c60588b30516b",
                "sha256": "010cec570894fe49b3986afcba575e4d2b98589a592955876bbe8853af319ae0"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "25f47464a1712246b92c60588b30516b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1198913,
            "upload_time": "2023-04-25T15:35:06",
            "upload_time_iso_8601": "2023-04-25T15:35:06.831750Z",
            "url": "https://files.pythonhosted.org/packages/ef/fd/eae593af5df478001b9ef27faef7a5cedb46f730818e0f5bc7f59fe4f61f/stratify-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "871de1e3e4f213c68f824ace0a910366bc3374355ca084a2c7b41172547b3b9b",
                "md5": "3575b5b2b34cc99d31db684680616821",
                "sha256": "5aef65edc2a5386ab5f09aa676b80635d1e1579720b2f7870e589f08dacfe7ab"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3575b5b2b34cc99d31db684680616821",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 386320,
            "upload_time": "2023-04-25T15:35:08",
            "upload_time_iso_8601": "2023-04-25T15:35:08.800661Z",
            "url": "https://files.pythonhosted.org/packages/87/1d/e1e3e4f213c68f824ace0a910366bc3374355ca084a2c7b41172547b3b9b/stratify-0.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4505a76ae95e406c5d720fb8ef4e033a1b0d21646e88f3cc55f0d42d1f2ef843",
                "md5": "ae2c3f385086c33dce18077544c58a28",
                "sha256": "cbe207299419da18185dbaec2b3108edfe2207c779c386379f7518f39b72b577"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae2c3f385086c33dce18077544c58a28",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 418793,
            "upload_time": "2023-04-25T15:35:10",
            "upload_time_iso_8601": "2023-04-25T15:35:10.597831Z",
            "url": "https://files.pythonhosted.org/packages/45/05/a76ae95e406c5d720fb8ef4e033a1b0d21646e88f3cc55f0d42d1f2ef843/stratify-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "513b283dca5d3d79fdac0a972ae400d93c52e4af2f9e04b8a860a842ade88105",
                "md5": "e4ff5065105f24fae8c215f3ebaa57ec",
                "sha256": "7f8744727e1d462342b8b8c3ee912ea19b9dc8367e22631325bac180ff4b7777"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e4ff5065105f24fae8c215f3ebaa57ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 397705,
            "upload_time": "2023-04-25T15:35:12",
            "upload_time_iso_8601": "2023-04-25T15:35:12.169560Z",
            "url": "https://files.pythonhosted.org/packages/51/3b/283dca5d3d79fdac0a972ae400d93c52e4af2f9e04b8a860a842ade88105/stratify-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a04903ebfab79fd17b9f5556a2f1ca27447ff0eb358ae20653a1fab626b6f410",
                "md5": "4800ebd51ec46169b6f23977c413035d",
                "sha256": "161f4567829100cc1b5e6b35cc4419c5995bfb217f9fa3e82e0a0804f19e4188"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4800ebd51ec46169b6f23977c413035d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1275423,
            "upload_time": "2023-04-25T15:35:14",
            "upload_time_iso_8601": "2023-04-25T15:35:14.914890Z",
            "url": "https://files.pythonhosted.org/packages/a0/49/03ebfab79fd17b9f5556a2f1ca27447ff0eb358ae20653a1fab626b6f410/stratify-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "104278d1fe6f264e6b71b8a59c8cebf562c50594c67f8e86b2990c3a613070dc",
                "md5": "652d223f851c6142c2bb551d643f2a0f",
                "sha256": "3dcbd91d6707e5803c1314062dd6ac4539aa425c26d35c8bcd5618737e50508d"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "652d223f851c6142c2bb551d643f2a0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 385562,
            "upload_time": "2023-04-25T15:35:17",
            "upload_time_iso_8601": "2023-04-25T15:35:17.236441Z",
            "url": "https://files.pythonhosted.org/packages/10/42/78d1fe6f264e6b71b8a59c8cebf562c50594c67f8e86b2990c3a613070dc/stratify-0.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c676ed528750b456c494cac7ff0984fb1810f3b2beabdb4dcaee98d34e0a8b",
                "md5": "8c0097d9ad1d2e2fbf7e07582583791e",
                "sha256": "86ff295bc23d729001141ecd8cdcc75064b685b583b0ecdc6dffc263dda32950"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c0097d9ad1d2e2fbf7e07582583791e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 419952,
            "upload_time": "2023-04-25T15:35:19",
            "upload_time_iso_8601": "2023-04-25T15:35:19.360746Z",
            "url": "https://files.pythonhosted.org/packages/44/c6/76ed528750b456c494cac7ff0984fb1810f3b2beabdb4dcaee98d34e0a8b/stratify-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cc7b96cc7de33d657ea87499f3a069c265efc684d93beef9fd5fd0e5845c7d6",
                "md5": "d7d8bfec56bf6b99476afab2f2b3f82b",
                "sha256": "ca0c79d7a57eaaa95e835c6a2bf0b3dcc3b245f66e1c6b33cb92dec62631cc23"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d7d8bfec56bf6b99476afab2f2b3f82b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 397951,
            "upload_time": "2023-04-25T15:35:21",
            "upload_time_iso_8601": "2023-04-25T15:35:21.614895Z",
            "url": "https://files.pythonhosted.org/packages/7c/c7/b96cc7de33d657ea87499f3a069c265efc684d93beef9fd5fd0e5845c7d6/stratify-0.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18f9cb1bd985712e1e61afec5ca27b4becf64e7d686c5c9ec9540d987a854730",
                "md5": "d069b0f04194ae18f8bbc72a84a29415",
                "sha256": "21aaff1da1bbddd0835ef4eba5bdc661dcead3bf7192ba62b772b6ca1d9c5472"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d069b0f04194ae18f8bbc72a84a29415",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1215698,
            "upload_time": "2023-04-25T15:35:23",
            "upload_time_iso_8601": "2023-04-25T15:35:23.896624Z",
            "url": "https://files.pythonhosted.org/packages/18/f9/cb1bd985712e1e61afec5ca27b4becf64e7d686c5c9ec9540d987a854730/stratify-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ad5f048374eca6960620635d37c05f21de6b080ee88ba89531cc9f7c2e6e2a0",
                "md5": "b046246cba7f9830f4b7fefa7fdb4363",
                "sha256": "e6d337d7764f84e71e0682aa4af11ad440c66a1f64ec4e03feefaf27d1164fcc"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b046246cba7f9830f4b7fefa7fdb4363",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 386746,
            "upload_time": "2023-04-25T15:35:25",
            "upload_time_iso_8601": "2023-04-25T15:35:25.361227Z",
            "url": "https://files.pythonhosted.org/packages/4a/d5/f048374eca6960620635d37c05f21de6b080ee88ba89531cc9f7c2e6e2a0/stratify-0.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fff0d7c82cc466ec7c2fa873e0e099fd960dc8e9825bbcc9b1fe1190c737f75",
                "md5": "055d0472b77921ac2915ff5748ec1765",
                "sha256": "c2d95042632864e8c774ca5c3641cb59cca1dedd50ecd9f8fda7fab3264139a4"
            },
            "downloads": -1,
            "filename": "stratify-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "055d0472b77921ac2915ff5748ec1765",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22788,
            "upload_time": "2023-04-25T15:35:26",
            "upload_time_iso_8601": "2023-04-25T15:35:26.908191Z",
            "url": "https://files.pythonhosted.org/packages/5f/ff/0d7c82cc466ec7c2fa873e0e099fd960dc8e9825bbcc9b1fe1190c737f75/stratify-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 15:35:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "stratify"
}
        
Elapsed time: 0.06153s