yt


Nameyt JSON
Version 4.3.1 PyPI version JSON
download
home_pageNone
SummaryAn analysis and visualization toolkit for volumetric data
upload_time2024-04-06 06:31:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.2
licenseBSD 3-Clause
keywords astronomy astrophysics visualization amr adaptivemeshrefinement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # The yt Project

[![PyPI](https://img.shields.io/pypi/v/yt)](https://pypi.org/project/yt)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/yt)](https://pypi.org/project/yt/)
[![Latest Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://yt-project.org/docs/dev/)
[![Users' Mailing List](https://img.shields.io/badge/Users-List-lightgrey.svg)](https://mail.python.org/archives/list/yt-users@python.org//)
[![Devel Mailing List](https://img.shields.io/badge/Devel-List-lightgrey.svg)](https://mail.python.org/archives/list/yt-dev@python.org//)
[![Data Hub](https://img.shields.io/badge/data-hub-orange.svg)](https://hub.yt/)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
[![Sponsor our Project](https://img.shields.io/badge/donate-to%20yt-blueviolet)](https://numfocus.salsalabs.org/donate-to-yt/index.html)

<!--- Tests and style --->
[![Build and Test](https://github.com/yt-project/yt/actions/workflows/build-test.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/build-test.yaml)
[![CI (bleeding edge)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/yt-project/yt/main.svg)](https://results.pre-commit.ci/latest/github/yt-project/yt/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)

<!--- [![codecov](https://codecov.io/gh/yt-project/yt/branch/main/graph/badge.svg)](https://codecov.io/gh/yt-project/yt) --->

<a href="http://yt-project.org"><img src="https://raw.githubusercontent.com/yt-project/yt/main/doc/source/_static/yt_logo.png" width="300"></a>

yt is an open-source, permissively-licensed Python library for analyzing and
visualizing volumetric data.

yt supports structured, variable-resolution meshes, unstructured meshes, and
discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography. Composed of a friendly community of users and developers, we want
to make it easy to use and develop - we'd love it if you got involved!

We've written a [method
paper](https://ui.adsabs.harvard.edu/abs/2011ApJS..192....9T) you may be interested
in; if you use yt in the preparation of a publication, please consider citing
it.

## Code of Conduct

yt abides by a code of conduct partially modified from the PSF code of conduct,
and is found [in our contributing
guide](http://yt-project.org/docs/dev/developing/developing.html#yt-community-code-of-conduct).

## Installation

You can install the most recent stable version of yt either with conda from
[conda-forge](https://conda-forge.org/):

```shell
conda install -c conda-forge yt
```

or with pip:

```shell
python -m pip install yt
```

More information on the various ways to install yt, and in particular to install from source,
can be found on [the project's website](https://yt-project.org/docs/dev/installing.html).

## Getting Started

yt is designed to provide meaningful analysis of data.  We have some Quickstart
example notebooks in the repository:

 * [Introduction](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/1\)_Introduction.ipynb)
 * [Data Inspection](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/2\)_Data_Inspection.ipynb)
 * [Simple Visualization](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/3\)_Simple_Visualization.ipynb)
 * [Data Objects and Time Series](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/4\)_Data_Objects_and_Time_Series.ipynb)
 * [Derived Fields and Profiles](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/5\)_Derived_Fields_and_Profiles.ipynb)
 * [Volume Rendering](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/6\)_Volume_Rendering.ipynb)

If you'd like to try these online, you can visit our [yt Hub](https://hub.yt/)
and run a notebook next to some of our example data.

## Contributing

We love contributions!  yt is open source, built on open source, and we'd love
to have you hang out in our community.

We have developed some [guidelines](CONTRIBUTING.rst) for contributing to yt.

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.

(This disclaimer was originally written by
[Adrienne Lowe](https://github.com/adriennefriend) for a
[PyCon talk](https://www.youtube.com/watch?v=6Uj746j9Heo), and was adapted by yt
based on its use in the README file for the
[MetPy project](https://github.com/Unidata/MetPy))

## Resources

We have some community and documentation resources available.

 * Our latest documentation is always at http://yt-project.org/docs/dev/ and it
   includes recipes, tutorials, and API documentation
 * The [discussion mailing
   list](https://mail.python.org/archives/list/yt-users@python.org//)
   should be your first stop for general questions
 * The [development mailing
   list](https://mail.python.org/archives/list/yt-dev@python.org//) is
   better suited for more development issues
 * You can also join us on Slack at yt-project.slack.com ([request an
   invite](https://yt-project.org/slack.html))

Is your code compatible with yt ? Great ! Please consider giving us a shoutout as a shiny badge in your README

- markdown
```markdown
[![yt-project](https://img.shields.io/static/v1?label="works%20with"&message="yt"&color="blueviolet")](https://yt-project.org)
```
- rst
```reStructuredText
|yt-project|

.. |yt-project| image:: https://img.shields.io/static/v1?label="works%20with"&message="yt"&color="blueviolet"
   :target: https://yt-project.org
```

## Powered by NumFOCUS

yt is a fiscally sponsored project of [NumFOCUS](https://numfocus.org/).
If you're interested in
supporting the active maintenance and development of this project, consider
[donating to the project](https://numfocus.salsalabs.org/donate-to-yt/index.html).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.2",
    "maintainer_email": null,
    "keywords": "astronomy astrophysics visualization amr adaptivemeshrefinement",
    "author": null,
    "author_email": "The yt project <yt-dev@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/b1/c3/8e09b54c323a4bbe40159e824936bb4d65bfeb5098052b165e412c8cfbae/yt-4.3.1.tar.gz",
    "platform": null,
    "description": "# The yt Project\n\n[![PyPI](https://img.shields.io/pypi/v/yt)](https://pypi.org/project/yt)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/yt)](https://pypi.org/project/yt/)\n[![Latest Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://yt-project.org/docs/dev/)\n[![Users' Mailing List](https://img.shields.io/badge/Users-List-lightgrey.svg)](https://mail.python.org/archives/list/yt-users@python.org//)\n[![Devel Mailing List](https://img.shields.io/badge/Devel-List-lightgrey.svg)](https://mail.python.org/archives/list/yt-dev@python.org//)\n[![Data Hub](https://img.shields.io/badge/data-hub-orange.svg)](https://hub.yt/)\n[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)\n[![Sponsor our Project](https://img.shields.io/badge/donate-to%20yt-blueviolet)](https://numfocus.salsalabs.org/donate-to-yt/index.html)\n\n<!--- Tests and style --->\n[![Build and Test](https://github.com/yt-project/yt/actions/workflows/build-test.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/build-test.yaml)\n[![CI (bleeding edge)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/yt-project/yt/main.svg)](https://results.pre-commit.ci/latest/github/yt-project/yt/main)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)\n\n<!--- [![codecov](https://codecov.io/gh/yt-project/yt/branch/main/graph/badge.svg)](https://codecov.io/gh/yt-project/yt) --->\n\n<a href=\"http://yt-project.org\"><img src=\"https://raw.githubusercontent.com/yt-project/yt/main/doc/source/_static/yt_logo.png\" width=\"300\"></a>\n\nyt is an open-source, permissively-licensed Python library for analyzing and\nvisualizing volumetric data.\n\nyt supports structured, variable-resolution meshes, unstructured meshes, and\ndiscrete or sampled data such as particles. Focused on driving\nphysically-meaningful inquiry, yt has been applied in domains such as\nastrophysics, seismology, nuclear engineering, molecular dynamics, and\noceanography. Composed of a friendly community of users and developers, we want\nto make it easy to use and develop - we'd love it if you got involved!\n\nWe've written a [method\npaper](https://ui.adsabs.harvard.edu/abs/2011ApJS..192....9T) you may be interested\nin; if you use yt in the preparation of a publication, please consider citing\nit.\n\n## Code of Conduct\n\nyt abides by a code of conduct partially modified from the PSF code of conduct,\nand is found [in our contributing\nguide](http://yt-project.org/docs/dev/developing/developing.html#yt-community-code-of-conduct).\n\n## Installation\n\nYou can install the most recent stable version of yt either with conda from\n[conda-forge](https://conda-forge.org/):\n\n```shell\nconda install -c conda-forge yt\n```\n\nor with pip:\n\n```shell\npython -m pip install yt\n```\n\nMore information on the various ways to install yt, and in particular to install from source,\ncan be found on [the project's website](https://yt-project.org/docs/dev/installing.html).\n\n## Getting Started\n\nyt is designed to provide meaningful analysis of data.  We have some Quickstart\nexample notebooks in the repository:\n\n * [Introduction](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/1\\)_Introduction.ipynb)\n * [Data Inspection](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/2\\)_Data_Inspection.ipynb)\n * [Simple Visualization](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/3\\)_Simple_Visualization.ipynb)\n * [Data Objects and Time Series](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/4\\)_Data_Objects_and_Time_Series.ipynb)\n * [Derived Fields and Profiles](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/5\\)_Derived_Fields_and_Profiles.ipynb)\n * [Volume Rendering](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/6\\)_Volume_Rendering.ipynb)\n\nIf you'd like to try these online, you can visit our [yt Hub](https://hub.yt/)\nand run a notebook next to some of our example data.\n\n## Contributing\n\nWe love contributions!  yt is open source, built on open source, and we'd love\nto have you hang out in our community.\n\nWe have developed some [guidelines](CONTRIBUTING.rst) for contributing to yt.\n\n**Imposter syndrome disclaimer**: We want your help. No, really.\n\nThere may be a little voice inside your head that is telling you that you're not\nready to be an open source contributor; that your skills aren't nearly good\nenough to contribute. What could you possibly offer a project like this one?\n\nWe assure you - the little voice in your head is wrong. If you can write code at\nall, you can contribute code to open source. Contributing to open source\nprojects is a fantastic way to advance one's coding skills. Writing perfect code\nisn't the measure of a good developer (that would disqualify all of us!); it's\ntrying to create something, making mistakes, and learning from those\nmistakes. That's how we all improve, and we are happy to help others learn.\n\nBeing an open source contributor doesn't just mean writing code, either. You can\nhelp out by writing documentation, tests, or even giving feedback about the\nproject (and yes - that includes giving feedback about the contribution\nprocess). Some of these contributions may be the most valuable to the project as\na whole, because you're coming to the project with fresh eyes, so you can see\nthe errors and assumptions that seasoned contributors have glossed over.\n\n(This disclaimer was originally written by\n[Adrienne Lowe](https://github.com/adriennefriend) for a\n[PyCon talk](https://www.youtube.com/watch?v=6Uj746j9Heo), and was adapted by yt\nbased on its use in the README file for the\n[MetPy project](https://github.com/Unidata/MetPy))\n\n## Resources\n\nWe have some community and documentation resources available.\n\n * Our latest documentation is always at http://yt-project.org/docs/dev/ and it\n   includes recipes, tutorials, and API documentation\n * The [discussion mailing\n   list](https://mail.python.org/archives/list/yt-users@python.org//)\n   should be your first stop for general questions\n * The [development mailing\n   list](https://mail.python.org/archives/list/yt-dev@python.org//) is\n   better suited for more development issues\n * You can also join us on Slack at yt-project.slack.com ([request an\n   invite](https://yt-project.org/slack.html))\n\nIs your code compatible with yt ? Great ! Please consider giving us a shoutout as a shiny badge in your README\n\n- markdown\n```markdown\n[![yt-project](https://img.shields.io/static/v1?label=\"works%20with\"&message=\"yt\"&color=\"blueviolet\")](https://yt-project.org)\n```\n- rst\n```reStructuredText\n|yt-project|\n\n.. |yt-project| image:: https://img.shields.io/static/v1?label=\"works%20with\"&message=\"yt\"&color=\"blueviolet\"\n   :target: https://yt-project.org\n```\n\n## Powered by NumFOCUS\n\nyt is a fiscally sponsored project of [NumFOCUS](https://numfocus.org/).\nIf you're interested in\nsupporting the active maintenance and development of this project, consider\n[donating to the project](https://numfocus.salsalabs.org/donate-to-yt/index.html).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "An analysis and visualization toolkit for volumetric data",
    "version": "4.3.1",
    "project_urls": {
        "Documentation": "https://yt-project.org/doc/",
        "Homepage": "https://yt-project.org/",
        "Source": "https://github.com/yt-project/yt/",
        "Tracker": "https://github.com/yt-project/yt/issues"
    },
    "split_keywords": [
        "astronomy",
        "astrophysics",
        "visualization",
        "amr",
        "adaptivemeshrefinement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97a666992301730dd08b04778a86c33d86089ccb4bd797296ae55592741ab764",
                "md5": "ddbaac57729d5da1d8da8f6707b0ec26",
                "sha256": "dfb0686dd9478e09e42d58233db59d3f412cea634d01ff5d00f97209bdde88aa"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ddbaac57729d5da1d8da8f6707b0ec26",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9.2",
            "size": 16589365,
            "upload_time": "2024-04-06T06:30:40",
            "upload_time_iso_8601": "2024-04-06T06:30:40.584315Z",
            "url": "https://files.pythonhosted.org/packages/97/a6/66992301730dd08b04778a86c33d86089ccb4bd797296ae55592741ab764/yt-4.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d0be0f84b8f285e30f88cb40e48584ab50cfd01a2fbe1f2ddffe1827813773d",
                "md5": "81cf98b72e35ca5efedd0b2300dd4bfe",
                "sha256": "e120feed11a591fb1916ebac9bcf6b9b4ee3554cbb1b18e51c9a8fd4c723b824"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "81cf98b72e35ca5efedd0b2300dd4bfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9.2",
            "size": 16099914,
            "upload_time": "2024-04-06T06:30:45",
            "upload_time_iso_8601": "2024-04-06T06:30:45.442254Z",
            "url": "https://files.pythonhosted.org/packages/0d/0b/e0f84b8f285e30f88cb40e48584ab50cfd01a2fbe1f2ddffe1827813773d/yt-4.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcb0a58f1c70152091b16adb037606ac0c5f6cc11062b996443bdd2943a8c44e",
                "md5": "c80a33b54baeb97f1ece334fb880315a",
                "sha256": "0e2571f46fd8a7f011dd8572cad9159ff27f528bb4bbd3334f056d77f3ab7a67"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c80a33b54baeb97f1ece334fb880315a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9.2",
            "size": 44385017,
            "upload_time": "2024-04-06T06:30:49",
            "upload_time_iso_8601": "2024-04-06T06:30:49.082098Z",
            "url": "https://files.pythonhosted.org/packages/dc/b0/a58f1c70152091b16adb037606ac0c5f6cc11062b996443bdd2943a8c44e/yt-4.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48a06df19f31fc375fb5a45ff1fc866231e574b9b1b080f1cf02f56dca141090",
                "md5": "56d548fef3139a4ca86a580c935d9d23",
                "sha256": "3ec46db9d003f33363501309a6299854fa657b2f9996f206c012635a3717d363"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "56d548fef3139a4ca86a580c935d9d23",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9.2",
            "size": 15717109,
            "upload_time": "2024-04-06T06:30:54",
            "upload_time_iso_8601": "2024-04-06T06:30:54.520168Z",
            "url": "https://files.pythonhosted.org/packages/48/a0/6df19f31fc375fb5a45ff1fc866231e574b9b1b080f1cf02f56dca141090/yt-4.3.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b69cdf49f84777c0981ad6ff35d83846b5c66ed0b7c07e77fe3c47c474f92b",
                "md5": "0e8a938be0d37b4a50876bd46867b849",
                "sha256": "a0f5eedb4e671c9788d33713b0adafb3df833c99c11d56c022a7663c83ec0d15"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e8a938be0d37b4a50876bd46867b849",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9.2",
            "size": 16597292,
            "upload_time": "2024-04-06T06:30:58",
            "upload_time_iso_8601": "2024-04-06T06:30:58.309111Z",
            "url": "https://files.pythonhosted.org/packages/c7/b6/9cdf49f84777c0981ad6ff35d83846b5c66ed0b7c07e77fe3c47c474f92b/yt-4.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45c87c6ef45aebfcbb1ad05249f802f46001928c8c333af38d68b8a6599fccec",
                "md5": "38825737be7894e6ede9d4a90e4e7a1e",
                "sha256": "682a9f930f057907e944425ba80276d35babce2645ce0a75889e2e905c84b1ca"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "38825737be7894e6ede9d4a90e4e7a1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9.2",
            "size": 16107694,
            "upload_time": "2024-04-06T06:31:02",
            "upload_time_iso_8601": "2024-04-06T06:31:02.081659Z",
            "url": "https://files.pythonhosted.org/packages/45/c8/7c6ef45aebfcbb1ad05249f802f46001928c8c333af38d68b8a6599fccec/yt-4.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbd56b58fdc4161fea76e049cd23e82fd47c9047beb66769616301c6563cb353",
                "md5": "10bc43f6bccde52e61f66b0fff73f932",
                "sha256": "4ed1548aad8c3d73abe06cbb03e7ba800082894f27f43a4683cc58a4ff25a742"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10bc43f6bccde52e61f66b0fff73f932",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9.2",
            "size": 46670950,
            "upload_time": "2024-04-06T06:31:06",
            "upload_time_iso_8601": "2024-04-06T06:31:06.947246Z",
            "url": "https://files.pythonhosted.org/packages/fb/d5/6b58fdc4161fea76e049cd23e82fd47c9047beb66769616301c6563cb353/yt-4.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8df082f97137ea356d2c8804cf05645d87c1b4b7a3bab3698699da4debffdf9",
                "md5": "dd373df3b1ee25fad8f02b00917d5fce",
                "sha256": "f74b520e03e65cc96a05037f32b4dc8cc4d5e5348ef6f88cafb2cc89f86636d9"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dd373df3b1ee25fad8f02b00917d5fce",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9.2",
            "size": 15731536,
            "upload_time": "2024-04-06T06:31:10",
            "upload_time_iso_8601": "2024-04-06T06:31:10.895654Z",
            "url": "https://files.pythonhosted.org/packages/f8/df/082f97137ea356d2c8804cf05645d87c1b4b7a3bab3698699da4debffdf9/yt-4.3.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df45ab3e438ea6a29dcc6661bbd608f8b790d8c098f30c4a809bf5372b45709c",
                "md5": "3348cd927598201739af89731f715141",
                "sha256": "12d720d3cc935c6041030f76eed871554232211b1907be357be23b85c207f28b"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3348cd927598201739af89731f715141",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9.2",
            "size": 16585669,
            "upload_time": "2024-04-06T06:31:14",
            "upload_time_iso_8601": "2024-04-06T06:31:14.516394Z",
            "url": "https://files.pythonhosted.org/packages/df/45/ab3e438ea6a29dcc6661bbd608f8b790d8c098f30c4a809bf5372b45709c/yt-4.3.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9ae01354c513dbcfe9516b665875d69f2c486901dade0c649126268f873a465",
                "md5": "9cddcfb9e9bae23ae70c1e30e0d61daf",
                "sha256": "4472f2e5904cb1d95a816c0dbe0a3d5231e8ed79a19dcf60be13040ca39b7220"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9cddcfb9e9bae23ae70c1e30e0d61daf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9.2",
            "size": 16127804,
            "upload_time": "2024-04-06T06:31:18",
            "upload_time_iso_8601": "2024-04-06T06:31:18.286358Z",
            "url": "https://files.pythonhosted.org/packages/a9/ae/01354c513dbcfe9516b665875d69f2c486901dade0c649126268f873a465/yt-4.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfa08990a88031942c377b8ec0ca64426babdc9d6b25f3e580cae409097d2c2a",
                "md5": "608a91ce59ab496c3d3cf4e316fe7fcd",
                "sha256": "9692c48a932024e78cbeb303265331b824476015fddd1ed7360d9f8fadafa384"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "608a91ce59ab496c3d3cf4e316fe7fcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9.2",
            "size": 46376673,
            "upload_time": "2024-04-06T06:31:22",
            "upload_time_iso_8601": "2024-04-06T06:31:22.208965Z",
            "url": "https://files.pythonhosted.org/packages/bf/a0/8990a88031942c377b8ec0ca64426babdc9d6b25f3e580cae409097d2c2a/yt-4.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fed2588403f764ca7a687080d1413c895a0873fabd4099578d19b63389a97f6",
                "md5": "7013a769e9b6a5d2b58cd50f5d0de249",
                "sha256": "e9dea6fc405ef2d494bf240d2332f31d804fee95bb66bca1e6bc8fedb07863ee"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7013a769e9b6a5d2b58cd50f5d0de249",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9.2",
            "size": 15735118,
            "upload_time": "2024-04-06T06:31:27",
            "upload_time_iso_8601": "2024-04-06T06:31:27.905045Z",
            "url": "https://files.pythonhosted.org/packages/5f/ed/2588403f764ca7a687080d1413c895a0873fabd4099578d19b63389a97f6/yt-4.3.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c11f4d75c8356cf35b1322611ec5ffd565acf89b0b2c9c53e3df0c95769e14b4",
                "md5": "e25903feb3c626a688eba6efad30c9c6",
                "sha256": "69de7b2373d041588f0f640d190ab6a2a690c23d3b11c82969d3c7ea05377269"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e25903feb3c626a688eba6efad30c9c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9.2",
            "size": 16611400,
            "upload_time": "2024-04-06T06:31:32",
            "upload_time_iso_8601": "2024-04-06T06:31:32.307928Z",
            "url": "https://files.pythonhosted.org/packages/c1/1f/4d75c8356cf35b1322611ec5ffd565acf89b0b2c9c53e3df0c95769e14b4/yt-4.3.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ca792993aa19376e49a7d284cdc13f5f7f9eaf86bc7cac531e4682891ba6f90",
                "md5": "a6c1a330913e40691713709bc234c1dc",
                "sha256": "896bc88a332d131c2d0a1069f94d07c7061df14d7bc9903565eea60a719aa110"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a6c1a330913e40691713709bc234c1dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9.2",
            "size": 16121838,
            "upload_time": "2024-04-06T06:31:36",
            "upload_time_iso_8601": "2024-04-06T06:31:36.985384Z",
            "url": "https://files.pythonhosted.org/packages/7c/a7/92993aa19376e49a7d284cdc13f5f7f9eaf86bc7cac531e4682891ba6f90/yt-4.3.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c62b7e49ea459bf6562fe6cff562d69802ac059a6188014bcb4d0fec142f3c62",
                "md5": "620362028ee6903ff8969113b7ce3d77",
                "sha256": "7f3c882bf0fc47966560a346258981ccdaf15b3626319433eb7ab5379ab9a833"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "620362028ee6903ff8969113b7ce3d77",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9.2",
            "size": 44465634,
            "upload_time": "2024-04-06T06:31:41",
            "upload_time_iso_8601": "2024-04-06T06:31:41.835739Z",
            "url": "https://files.pythonhosted.org/packages/c6/2b/7e49ea459bf6562fe6cff562d69802ac059a6188014bcb4d0fec142f3c62/yt-4.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64e3e6462cd5b18a731cb2911118ab88a6bb9fdd28674300728c1fdba63cfaee",
                "md5": "7b87b5088f054faf5704fdb9813e8595",
                "sha256": "8706dbfe9c1d459db7dec7b4aeff69d0b2a8dfa9e2bba5ac91cf44f8d2dfd744"
            },
            "downloads": -1,
            "filename": "yt-4.3.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7b87b5088f054faf5704fdb9813e8595",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9.2",
            "size": 15735535,
            "upload_time": "2024-04-06T06:31:45",
            "upload_time_iso_8601": "2024-04-06T06:31:45.836163Z",
            "url": "https://files.pythonhosted.org/packages/64/e3/e6462cd5b18a731cb2911118ab88a6bb9fdd28674300728c1fdba63cfaee/yt-4.3.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1c38e09b54c323a4bbe40159e824936bb4d65bfeb5098052b165e412c8cfbae",
                "md5": "86ff34859fbd64ad3f3b1d163b905601",
                "sha256": "7b6db5c336dc22dd2212bb17c3b18f42cfe144bb1f6c3dda0dcd47eb77195e0e"
            },
            "downloads": -1,
            "filename": "yt-4.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "86ff34859fbd64ad3f3b1d163b905601",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.2",
            "size": 13810591,
            "upload_time": "2024-04-06T06:31:49",
            "upload_time_iso_8601": "2024-04-06T06:31:49.479750Z",
            "url": "https://files.pythonhosted.org/packages/b1/c3/8e09b54c323a4bbe40159e824936bb4d65bfeb5098052b165e412c8cfbae/yt-4.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 06:31:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yt-project",
    "github_project": "yt",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "yt"
}
        
Elapsed time: 0.22529s