{ "info": { "author": "Edgar Riba", "author_email": "edgar@kornia.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: GPU", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Image Processing", "Topic :: Software Development :: Libraries" ], "description": "
\n

\n \n

\n\n---\n\nEnglish | [\u7b80\u4f53\u4e2d\u6587](README_zh-CN.md)\n\n\nWebsite \u2022\nDocs \u2022\nTry it Now \u2022\nTutorials \u2022\nExamples \u2022\nBlog \u2022\nCommunity\n\n[![PyPI python](https://img.shields.io/pypi/pyversions/kornia)](https://pypi.org/project/kornia)\n[![PyPI version](https://badge.fury.io/py/kornia.svg)](https://pypi.org/project/kornia)\n[![Downloads](https://pepy.tech/badge/kornia)](https://pepy.tech/project/kornia)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENCE)\n[![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=white)](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-CnydWe5fmvkcktIeRFGCEQ)\n[![Twitter](https://img.shields.io/twitter/follow/kornia_foss?style=social)](https://twitter.com/kornia_foss)\n\n[![tests-cpu](https://github.com/kornia/kornia/actions/workflows/tests_cpu.yml/badge.svg)](https://github.com/kornia/kornia/actions/workflows/tests_cpu.yml)\n[![tests-cuda](https://github.com/kornia/kornia/actions/workflows/tests_cuda.yml/badge.svg)](https://github.com/kornia/kornia/actions/workflows/tests_cuda.yml)\n[![codecov](https://codecov.io/gh/kornia/kornia/branch/master/graph/badge.svg?token=FzCb7e0Bso)](https://codecov.io/gh/kornia/kornia)\n[![Documentation Status](https://readthedocs.org/projects/kornia/badge/?version=latest)](https://kornia.readthedocs.io/en/latest/?badge=latest)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/kornia/kornia/master.svg)](https://results.pre-commit.ci/latest/github/kornia/kornia/master)\n\n\"Kornia\n\n

\n
\n\n*Kornia* is a differentiable computer vision library for [PyTorch](https://pytorch.org).\n\nIt consists of a set of routines and differentiable modules to solve generic computer vision problems. At its core, the package uses *PyTorch* as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions.\n\n
\n \n
\n\n\n\n## Overview\n\nInspired by existing packages, this library is composed by a subset of packages containing operators that can be inserted within neural networks to train models to perform image transformations, epipolar geometry, depth estimation, and low-level image processing such as filtering and edge detection that operate directly on tensors.\n\nAt a granular level, Kornia is a library that consists of the following components:\n\n| **Component** | **Description** |\n|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| [kornia](https://kornia.readthedocs.io/en/latest/index.html) | a Differentiable Computer Vision library, with strong GPU support |\n| [kornia.augmentation](https://kornia.readthedocs.io/en/latest/augmentation.html) | a module to perform data augmentation in the GPU |\n| [kornia.color](https://kornia.readthedocs.io/en/latest/color.html) | a set of routines to perform color space conversions |\n| [kornia.contrib](https://kornia.readthedocs.io/en/latest/contrib.html) | a compilation of user contrib and experimental operators |\n| [kornia.enhance](https://kornia.readthedocs.io/en/latest/enhance.html) | a module to perform normalization and intensity transformation |\n| [kornia.feature](https://kornia.readthedocs.io/en/latest/feature.html) | a module to perform feature detection |\n| [kornia.filters](https://kornia.readthedocs.io/en/latest/filters.html) | a module to perform image filtering and edge detection |\n| [kornia.geometry](https://kornia.readthedocs.io/en/latest/geometry.html) | a geometric computer vision library to perform image transformations, 3D linear algebra and conversions using different camera models |\n| [kornia.losses](https://kornia.readthedocs.io/en/latest/losses.html) | a stack of loss functions to solve different vision tasks |\n| [kornia.morphology](https://kornia.readthedocs.io/en/latest/morphology.html) | a module to perform morphological operations |\n| [kornia.utils](https://kornia.readthedocs.io/en/latest/utils.html) | image to tensor utilities and metrics for vision problems |\n\n## Installation\n\n### From pip:\n\n ```bash\n pip install kornia\n pip install kornia[x] # to get the training API !\n ```\n\n
\n Other installation options\n\n #### From source:\n\n ```bash\n python setup.py install\n ```\n\n #### From source with symbolic links:\n\n ```bash\n pip install -e .\n ```\n\n #### From source using pip:\n\n ```bash\n pip install git+https://github.com/kornia/kornia\n ```\n\n
\n\n\n## Examples\n\nRun our Jupyter notebooks [tutorials](https://kornia-tutorials.readthedocs.io/en/latest/) to learn to use the library.\n\n
\n \n \n \n
\n\n:triangular_flag_on_post: **Updates**\n- :white_check_mark: [Image Matching](https://kornia.readthedocs.io/en/latest/applications/image_matching.html) Integrated to [Huggingface Spaces](https://huggingface.co/spaces). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Kornia-LoFTR).\n- :white_check_mark: [Face Detection](https://kornia.readthedocs.io/en/latest/applications/face_detection.html) Integrated to [Huggingface Spaces](https://huggingface.co/spaces). See [Gradio Web Demo](https://huggingface.co/spaces/frapochetti/blurry-faces).\n\n## Cite\n\nIf you are using kornia in your research-related documents, it is recommended that you cite the paper. See more in [CITATION](https://github.com/kornia/kornia/blob/master/CITATION.md).\n\n ```bibtex\n @inproceedings{eriba2019kornia,\n author = {E. Riba, D. Mishkin, D. Ponsa, E. Rublee and G. Bradski},\n title = {Kornia: an Open Source Differentiable Computer Vision Library for PyTorch},\n booktitle = {Winter Conference on Applications of Computer Vision},\n year = {2020},\n url = {https://arxiv.org/pdf/1910.02190.pdf}\n }\n ```\n\n## Contributing\nWe appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us. Please, consider reading the [CONTRIBUTING](https://github.com/kornia/kornia/blob/master/CONTRIBUTING.rst) notes. The participation in this open source project is subject to [Code of Conduct](https://github.com/kornia/kornia/blob/master/CODE_OF_CONDUCT.md).\n\n\n## Community\n- **Forums:** discuss implementations, research, etc. [GitHub Forums](https://github.com/kornia/kornia/discussions)\n- **GitHub Issues:** bug reports, feature requests, install issues, RFCs, thoughts, etc. [OPEN](https://github.com/kornia/kornia/issues/new/choose)\n- **Slack:** Join our workspace to keep in touch with our core contributors and be part of our community. [JOIN HERE](https://join.slack.com/t/kornia/shared_invite/zt-csobk21g-CnydWe5fmvkcktIeRFGCEQ)\n- For general information, please visit our website at www.kornia.org\n\n\n \n\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/kornia/kornia", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.kornia.org", "keywords": "computer vision,deep learning,pytorch", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "kornia", "package_url": "https://pypi.org/project/kornia/", "platform": null, "project_url": "https://pypi.org/project/kornia/", "project_urls": { "Bug Tracker": "https://github.com/kornia/kornia/issues", "Documentation": "https://kornia.readthedocs.io/en/latest", "Download": "https://github.com/kornia/kornia", "Homepage": "https://www.kornia.org", "Source Code": "https://github.com/kornia/kornia" }, "release_url": "https://pypi.org/project/kornia/0.6.4/", "requires_dist": [ "torch (>=1.8.1)", "packaging", "accelerate (==0.5.1) ; extra == 'all'", "pytest (==6.2.5) ; extra == 'all'", "pytest-flake8 (==1.0.7) ; extra == 'all'", "flake8 (==3.9.2) ; extra == 'all'", "pytest-cov (==3.0.0) ; extra == 'all'", "pytest-mypy (==0.9.1) ; extra == 'all'", "pytest-xdist (==2.5.0) ; extra == 'all'", "autopep8 ; extra == 'all'", "pydocstyle ; extra == 'all'", "pre-commit (>=2.0) ; extra == 'all'", "yapf ; extra == 'all'", "isort ; extra == 'all'", "numpy ; extra == 'all'", "scipy ; extra == 'all'", "dataclasses ; (python_version < \"3.7\") and extra == 'all'", "pytest (==6.2.5) ; extra == 'dev'", "pytest-flake8 (==1.0.7) ; extra == 'dev'", "flake8 (==3.9.2) ; extra == 'dev'", "pytest-cov (==3.0.0) ; extra == 'dev'", "pytest-mypy (==0.9.1) ; extra == 'dev'", "pytest-xdist (==2.5.0) ; extra == 'dev'", "autopep8 ; extra == 'dev'", "pydocstyle ; extra == 'dev'", "pre-commit (>=2.0) ; extra == 'dev'", "yapf ; extra == 'dev'", "isort ; extra == 'dev'", "numpy ; extra == 'dev'", "scipy ; extra == 'dev'", "accelerate (==0.5.1) ; extra == 'x'", "dataclasses ; (python_version < \"3.7\") and extra == 'x'" ], "requires_python": ">=3.6", "summary": "Open Source Differentiable Computer Vision Library for PyTorch", "version": "0.6.4", "yanked": false, "yanked_reason": null }, "last_serial": 13239352, "releases": { "0.1.3.post2": [ { "comment_text": "", "digests": { "md5": "3a8299b11b82a63c77a703497cd944f6", "sha256": "804e322e071186df3c1bcb16c2d9ac981ae66e11d46d411c36ccc5a61203ea64" }, "downloads": -1, "filename": "kornia-0.1.3.post2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a8299b11b82a63c77a703497cd944f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 66306, "upload_time": "2019-05-24T15:32:58", "upload_time_iso_8601": "2019-05-24T15:32:58.708972Z", "url": "https://files.pythonhosted.org/packages/e2/b2/8efcf500bb281fe5f035952aaa689a6900754efb0f90061f95c3717e404d/kornia-0.1.3.post2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9a3c42094095c0e4a1526d847f1ebaae", "sha256": "a05c1367f1571c6d9bd75a0388b248e095b2d09180816d1f36b58e8e04c57481" }, "downloads": -1, "filename": "kornia-0.1.3.post2.tar.gz", "has_sig": false, "md5_digest": "9a3c42094095c0e4a1526d847f1ebaae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 48585, "upload_time": "2019-05-24T15:33:03", "upload_time_iso_8601": "2019-05-24T15:33:03.934351Z", "url": "https://files.pythonhosted.org/packages/0d/83/aa4a59fb1e3e1c95e76475d478ae8abeb9d3ab2a4593825eee3ed885ad7c/kornia-0.1.3.post2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "bb734de0acb546c50de168878388c385", "sha256": "2e92cdd75984e8b1b65ade6d413cf33dc8c63d0aa5cb20b21aaef7a307b6d6f8" }, "downloads": -1, "filename": "kornia-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb734de0acb546c50de168878388c385", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 108655, "upload_time": "2019-10-05T11:12:50", "upload_time_iso_8601": "2019-10-05T11:12:50.352717Z", "url": "https://files.pythonhosted.org/packages/ad/1f/43e703cb65d253cbbdc5c0a630639673d5c0d575a4047f9734fb04ad7011/kornia-0.1.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "614d3ef42b9ee0858add1861f49ff4b8", "sha256": "adef1af92165bb15055beaca27182da6ec745aacbaf57fd78e265e85a2dbc92e" }, "downloads": -1, "filename": "kornia-0.1.4.tar.gz", "has_sig": false, "md5_digest": "614d3ef42b9ee0858add1861f49ff4b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 79753, "upload_time": "2019-10-05T11:12:53", "upload_time_iso_8601": "2019-10-05T11:12:53.929762Z", "url": "https://files.pythonhosted.org/packages/17/00/309cb94d760b0769a3b4fc3f8874512ed0ec93b4c263045e54ed6bbf4174/kornia-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4.post2": [ { "comment_text": "", "digests": { "md5": "9771be2dd45560cb2a39d1115f34b9a7", "sha256": "0012bec4226e2f0b041f51049953775b23ed71b6e760ee03a1fb89e97e06b174" }, "downloads": -1, "filename": "kornia-0.1.4.post2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9771be2dd45560cb2a39d1115f34b9a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 114067, "upload_time": "2019-10-21T11:22:43", "upload_time_iso_8601": "2019-10-21T11:22:43.435040Z", "url": "https://files.pythonhosted.org/packages/e7/05/4adc0140932d37ab1ff02f3a88c3362d5d31b999936bb3af651f641e1295/kornia-0.1.4.post2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "398c9028215bd4cfcfe8d25dc751876b", "sha256": "caf74d656417e96cd0f6d1eea0101ad3d2dfa1211df9b5d1314ce564a4496d55" }, "downloads": -1, "filename": "kornia-0.1.4.post2.tar.gz", "has_sig": false, "md5_digest": "398c9028215bd4cfcfe8d25dc751876b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 84603, "upload_time": "2019-10-21T11:22:46", "upload_time_iso_8601": "2019-10-21T11:22:46.907288Z", "url": "https://files.pythonhosted.org/packages/9d/11/e3a4d5f821bdde0fe66151096a8eae3e7780f4dacb88fbee459c6bb6620e/kornia-0.1.4.post2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "31dada29c0c30c60c62a3e9e920cb593", "sha256": "7e39813649c960564a4331db1e45d05b5b86315707fc0df712c5d4c1a1b03f5e" }, "downloads": -1, "filename": "kornia-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31dada29c0c30c60c62a3e9e920cb593", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 142270, "upload_time": "2020-01-27T18:16:41", "upload_time_iso_8601": "2020-01-27T18:16:41.359817Z", "url": "https://files.pythonhosted.org/packages/bd/b8/c137c3d0cc52a856d3f80ccc37281cc558df8c0b6b5f54d4cd78f4c3fb99/kornia-0.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f1e6203dc991fcd168781130c212a5f7", "sha256": "0887aca2416b5a466b0ac31b6065507f53edc8604a4d7c3bc5d1c5361a8e4765" }, "downloads": -1, "filename": "kornia-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f1e6203dc991fcd168781130c212a5f7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 106836, "upload_time": "2020-01-27T18:16:43", "upload_time_iso_8601": "2020-01-27T18:16:43.429015Z", "url": "https://files.pythonhosted.org/packages/25/bb/7bece0e622a73561c7db7769c7e37f170f4b05935adcd3f90f26a0296a1f/kornia-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "922ce8cbbf38ab699983455327d53e9c", "sha256": "c64f2b8c6c39e35f23204ca5b30a17eeb82c26f05eced235c2c508e1f85542b1" }, "downloads": -1, "filename": "kornia-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "922ce8cbbf38ab699983455327d53e9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 155165, "upload_time": "2020-04-21T08:45:16", "upload_time_iso_8601": "2020-04-21T08:45:16.785532Z", "url": "https://files.pythonhosted.org/packages/45/94/8a8ff92a69af60023f2b2820bd9fcd46190f11b600156b082c65be3de5dd/kornia-0.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c035c1a9ca0a696d8509920bfe3b60f", "sha256": "e12c0de5ed392484bc52de435f4a7df77913e39609c406cc53c4473c2f2d1b29" }, "downloads": -1, "filename": "kornia-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7c035c1a9ca0a696d8509920bfe3b60f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 116221, "upload_time": "2020-04-21T08:45:18", "upload_time_iso_8601": "2020-04-21T08:45:18.270562Z", "url": "https://files.pythonhosted.org/packages/a5/65/2fdf77a9c2f46211d83d350a38d9a0254ee4a819f3dfc336e4e14e039568/kornia-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "83b6679f6b8c93f0d3b7a8f5010cbbc7", "sha256": "97ec00ba38d3722a33eb39a368ef1627ec72261d22217ce7291eefdf59501257" }, "downloads": -1, "filename": "kornia-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83b6679f6b8c93f0d3b7a8f5010cbbc7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 155445, "upload_time": "2020-04-26T14:42:05", "upload_time_iso_8601": "2020-04-26T14:42:05.605679Z", "url": "https://files.pythonhosted.org/packages/2b/15/bd6e0f71f97588f60965eb47ef51657822c14b5a738f22734f1be06e19de/kornia-0.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "759bef2b4ec577b3a5afa2bb3f93d038", "sha256": "71274a57ad671e53a553693e51aed9957ddd0d6a4267808982193ccfd4dd0ad6" }, "downloads": -1, "filename": "kornia-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "759bef2b4ec577b3a5afa2bb3f93d038", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 158524, "upload_time": "2020-04-27T09:34:12", "upload_time_iso_8601": "2020-04-27T09:34:12.654495Z", "url": "https://files.pythonhosted.org/packages/37/41/baedba753124f9e2b1f716cb2924424dc91b6dc80a7532ec299c83708910/kornia-0.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d65189488c3439eeef41c46ec4609fb5", "sha256": "e6fb8a6eae2e09284b7d9c3b8d1a0f3bc857cd4c2f009bb56f3790953adf43e4" }, "downloads": -1, "filename": "kornia-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d65189488c3439eeef41c46ec4609fb5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 158927, "upload_time": "2020-05-10T13:23:32", "upload_time_iso_8601": "2020-05-10T13:23:32.384980Z", "url": "https://files.pythonhosted.org/packages/c2/60/f0c174c4a2a40b10b04b37c43f5afee3701cc145b48441a2dc5cf9286c3c/kornia-0.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "5dc453167a18f4ecd41c3b660e5dab91", "sha256": "3bede289a80c25480dc6f49d974103732be52a526df3bd80f4585d471bebfaba" }, "downloads": -1, "filename": "kornia-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5dc453167a18f4ecd41c3b660e5dab91", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 195121, "upload_time": "2020-08-06T23:15:20", "upload_time_iso_8601": "2020-08-06T23:15:20.116720Z", "url": "https://files.pythonhosted.org/packages/bd/64/362a755ab326fe696d2a24d002259b9b5e855785207bb03d1685908a2194/kornia-0.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bb304bd97f98cdbdd69659144a3f5e4d", "sha256": "63b15f8823fafe6771fef95824453c62980679a45ba3e5a9f698ad74c96ef73e" }, "downloads": -1, "filename": "kornia-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb304bd97f98cdbdd69659144a3f5e4d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 195132, "upload_time": "2020-08-06T23:48:35", "upload_time_iso_8601": "2020-08-06T23:48:35.436774Z", "url": "https://files.pythonhosted.org/packages/fb/18/f767c3f8c28945f0ae5d5db34517f56897cece8175389f54cb8ffacdab99/kornia-0.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "5ebaeb7c097c2dccbb773546bfd8f533", "sha256": "e1813025a55a962965ef1ef49a90fe94f4f6e15bd3c8ae67b5e99bf927aca62c" }, "downloads": -1, "filename": "kornia-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5ebaeb7c097c2dccbb773546bfd8f533", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 225125, "upload_time": "2020-10-20T19:31:49", "upload_time_iso_8601": "2020-10-20T19:31:49.344516Z", "url": "https://files.pythonhosted.org/packages/25/f6/9fb4cc2c67796680c8041fa6ffdee5f280e4cf65c86835768a700a324d59/kornia-0.4.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "6fbf36bb60b7f6358e011c74f043859d", "sha256": "a5b6aa37462c85c8c76712d3f4879f8f0c04efb47a223fdd5ff863bc67e7273b" }, "downloads": -1, "filename": "kornia-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fbf36bb60b7f6358e011c74f043859d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 271502, "upload_time": "2021-03-17T09:10:52", "upload_time_iso_8601": "2021-03-17T09:10:52.968338Z", "url": "https://files.pythonhosted.org/packages/ae/b2/8a968f1d7fb1d651a77c1ad7ffce9fc7b4dbd250eecaa9e2f21714fcfb2e/kornia-0.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "94f36be5a367c9f4dcf0db0d485b588f", "sha256": "a2e61c25812351296c880ff0458776a405d1e7f7f79975f76e714b0b54a6bdbe" }, "downloads": -1, "filename": "kornia-0.5.0.tar.gz", "has_sig": false, "md5_digest": "94f36be5a367c9f4dcf0db0d485b588f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 211387, "upload_time": "2021-03-17T09:10:54", "upload_time_iso_8601": "2021-03-17T09:10:54.211996Z", "url": "https://files.pythonhosted.org/packages/55/e1/1e5dd138e7f02d001d33624029e6d4aa3abf4d0d416f9291f4e2726107cd/kornia-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "febd0c1d930b0d8681bebf4e35528994", "sha256": "0970ce8c07a58de461c6e1282a800d56604a14e10f9330c33ada8e27c0953b81" }, "downloads": -1, "filename": "kornia-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "febd0c1d930b0d8681bebf4e35528994", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 275735, "upload_time": "2021-04-30T13:56:58", "upload_time_iso_8601": "2021-04-30T13:56:58.303172Z", "url": "https://files.pythonhosted.org/packages/0e/34/ae98eca1eee195a93e466100b451b0c962b22746e702f66f40099f798ed5/kornia-0.5.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5.10": [ { "comment_text": "", "digests": { "md5": "75ef8fb8359460e77d4f36142461cf34", "sha256": "14ff44044bf07eb6f5b8dc5f5244e064bb02e5b05a500d161c495f69cfa607a4" }, "downloads": -1, "filename": "kornia-0.5.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75ef8fb8359460e77d4f36142461cf34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 309779, "upload_time": "2021-08-30T12:19:56", "upload_time_iso_8601": "2021-08-30T12:19:56.242676Z", "url": "https://files.pythonhosted.org/packages/c0/98/ae65c5e539ca450d60489cda5f1d07f889b02b552140f97518a26e4c4230/kornia-0.5.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "448e07a17ce87c9285ed8185dd8a2de0", "sha256": "428b4b934a2ba7360cc6cba051ed8fd96c2d0f66611fdca0834e82845f14f65d" }, "downloads": -1, "filename": "kornia-0.5.10.tar.gz", "has_sig": false, "md5_digest": "448e07a17ce87c9285ed8185dd8a2de0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 243450, "upload_time": "2021-08-30T12:19:57", "upload_time_iso_8601": "2021-08-30T12:19:57.373547Z", "url": "https://files.pythonhosted.org/packages/46/f4/13fb8e33b10ee53d43d49b854a91760313c8b6e8b65142961149cc2c1137/kornia-0.5.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.11": [ { "comment_text": "", "digests": { "md5": "fc9f43ef8fbd6a16f275dcafe7690d96", "sha256": "854db52db6b84e74004db18612278599737efbe22a1db8744a1c69a185e30118" }, "downloads": -1, "filename": "kornia-0.5.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc9f43ef8fbd6a16f275dcafe7690d96", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 336049, "upload_time": "2021-09-19T21:41:43", "upload_time_iso_8601": "2021-09-19T21:41:43.200800Z", "url": "https://files.pythonhosted.org/packages/3e/b2/ded6b74a1c7acf5b8316d2ca12188fb5144691e98d6fb81c954cb8c8cec5/kornia-0.5.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e0d585f6834ec5439535ac12b14f780", "sha256": "c2e3dd3f27a650b284fc8d261b9a7cba414c4d0a01e4d7ae518fd1466e7f3085" }, "downloads": -1, "filename": "kornia-0.5.11.tar.gz", "has_sig": false, "md5_digest": "1e0d585f6834ec5439535ac12b14f780", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 260346, "upload_time": "2021-09-19T21:41:44", "upload_time_iso_8601": "2021-09-19T21:41:44.448389Z", "url": "https://files.pythonhosted.org/packages/11/7a/39470b9af9d870eca29db3ffe4b709004e5bf1a3847f7e1f3f3d7e575fab/kornia-0.5.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "14420ba1efcbac708b171515dda582a2", "sha256": "9793820dd59f1a3d341ffd747218c0b69ad25f36ae4cd3c3d3d21ab6d4b94176" }, "downloads": -1, "filename": "kornia-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "14420ba1efcbac708b171515dda582a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 279167, "upload_time": "2021-05-14T15:47:30", "upload_time_iso_8601": "2021-05-14T15:47:30.244871Z", "url": "https://files.pythonhosted.org/packages/da/f4/a47657770c423ad1e1d41295fd030442cc7e4987fe05936b0423b9d982d5/kornia-0.5.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a1e31b830d233d3d8df4506b7fc0b17", "sha256": "ad8a02f73eca887811ea1f047aa7ed8266279d3f3c25d29c62b0c17f5c48cfc9" }, "downloads": -1, "filename": "kornia-0.5.2.tar.gz", "has_sig": false, "md5_digest": "0a1e31b830d233d3d8df4506b7fc0b17", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 217308, "upload_time": "2021-05-14T15:47:31", "upload_time_iso_8601": "2021-05-14T15:47:31.335275Z", "url": "https://files.pythonhosted.org/packages/8b/bf/c60bdfd67a9f4c4bab19c7004546c0f35772feab94345d05f95276653858/kornia-0.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "50df88e8e186122e1e5b91275096dcd4", "sha256": "a98be9d1d2bc14ec1418abb09b9b601682816d44eeebd2a69b0873c4028d2b72" }, "downloads": -1, "filename": "kornia-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50df88e8e186122e1e5b91275096dcd4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 281100, "upload_time": "2021-05-30T08:42:05", "upload_time_iso_8601": "2021-05-30T08:42:05.769706Z", "url": "https://files.pythonhosted.org/packages/a3/e3/8177458a0666891353772f9a5280fdad880a058c3be094b167275f6b36b9/kornia-0.5.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "af35d51c7ac7baad4504e764aeb03114", "sha256": "068540dff9fb6baa0d06175e335f99da187a912b6bf99927d9b9178f3680323a" }, "downloads": -1, "filename": "kornia-0.5.3.tar.gz", "has_sig": false, "md5_digest": "af35d51c7ac7baad4504e764aeb03114", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 220178, "upload_time": "2021-05-30T08:42:06", "upload_time_iso_8601": "2021-05-30T08:42:06.984354Z", "url": "https://files.pythonhosted.org/packages/e3/9b/27fca899c4acfe56ef61a7c839a95fab0b14b8ae1178f4ea03efe751aa92/kornia-0.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "32739d4ece90607d3910253db79d540e", "sha256": "de08656dbf5fea0367c51785ef94464b9dcb5d8ac8f06cd0db194df520308f40" }, "downloads": -1, "filename": "kornia-0.5.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "32739d4ece90607d3910253db79d540e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 285668, "upload_time": "2021-06-11T22:14:43", "upload_time_iso_8601": "2021-06-11T22:14:43.738304Z", "url": "https://files.pythonhosted.org/packages/71/74/5473a402191071754abf32b69efdefc48194210d14f6d4904bcb3547d9ad/kornia-0.5.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "284f813d8cec9846ccd0f2f0631c9318", "sha256": "507e4fca01e89ff65e6a73b32f27050a725ca161fff8eef5dda6434b71b7f645" }, "downloads": -1, "filename": "kornia-0.5.4.tar.gz", "has_sig": false, "md5_digest": "284f813d8cec9846ccd0f2f0631c9318", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 223863, "upload_time": "2021-06-11T22:14:45", "upload_time_iso_8601": "2021-06-11T22:14:45.098796Z", "url": "https://files.pythonhosted.org/packages/e2/bd/eccc2998f4a4862eb9e30e4c6a38bbb495354711b75f23a858d8e1237902/kornia-0.5.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "a9fc73eb7ab06891bab02f7b42bdf61d", "sha256": "9b35a8c78bf1954cd4f7d7451d5cc9e9845afd5bd10377d3e9e794c4f41152f8" }, "downloads": -1, "filename": "kornia-0.5.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9fc73eb7ab06891bab02f7b42bdf61d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 292386, "upload_time": "2021-06-27T21:08:30", "upload_time_iso_8601": "2021-06-27T21:08:30.698355Z", "url": "https://files.pythonhosted.org/packages/cb/16/4cb00b7832f829bcba4195436c06f79015236a442a69391e2569707a9593/kornia-0.5.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "df27faf46f56e64ca8df9e388472976a", "sha256": "f8c17d46bf32af3eb2810e16eed785386edc7b4f6394f2eb4e5775ecdd6d35a3" }, "downloads": -1, "filename": "kornia-0.5.5.tar.gz", "has_sig": false, "md5_digest": "df27faf46f56e64ca8df9e388472976a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 229117, "upload_time": "2021-06-27T21:08:31", "upload_time_iso_8601": "2021-06-27T21:08:31.922405Z", "url": "https://files.pythonhosted.org/packages/8e/c1/0b21e301a3995baab2a5999786af2881e8af06fae69a5cfda43d6778b73a/kornia-0.5.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "acd56adf906160fcf87596d54eeb4d71", "sha256": "893a271889054e7a46fc9133327d3e9da0e254090c3a1b57f52ac178c8589437" }, "downloads": -1, "filename": "kornia-0.5.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "acd56adf906160fcf87596d54eeb4d71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 301166, "upload_time": "2021-07-12T10:29:17", "upload_time_iso_8601": "2021-07-12T10:29:17.194775Z", "url": "https://files.pythonhosted.org/packages/2d/4b/30c62f47ef11254446c36d8dbb4c11069703d344079966d83f875e561be4/kornia-0.5.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "647a529e4e05f1a178dd6b718d17b6a6", "sha256": "274704f4f544db2434beb4f5284145fd80869d34146ab00c5ecdc052046c5966" }, "downloads": -1, "filename": "kornia-0.5.6.tar.gz", "has_sig": false, "md5_digest": "647a529e4e05f1a178dd6b718d17b6a6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 236059, "upload_time": "2021-07-12T10:29:18", "upload_time_iso_8601": "2021-07-12T10:29:18.684101Z", "url": "https://files.pythonhosted.org/packages/6d/3b/5ac5c53af0d50cd7ff4e03c41db3e30396d3ffe4cd60cf6f1db93bcf0d04/kornia-0.5.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "f7e436c5dfb82c392922373942f80b90", "sha256": "b5b8a20955f73190b3ebca81c302acefa86a182144be0cba8afe2333f1d09f3a" }, "downloads": -1, "filename": "kornia-0.5.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7e436c5dfb82c392922373942f80b90", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 301676, "upload_time": "2021-07-26T18:08:51", "upload_time_iso_8601": "2021-07-26T18:08:51.561502Z", "url": "https://files.pythonhosted.org/packages/4e/71/1b7bfcc90d5561f198c2a0c4efb749f512ad7f9b1ca76e2347e81043c112/kornia-0.5.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a905fedb3a2887b35766739e51ad72bd", "sha256": "1eb3cfd1eef341081e16dc08779dd49ca63c4d2b39b54d0811ec42ff54fe6216" }, "downloads": -1, "filename": "kornia-0.5.7.tar.gz", "has_sig": false, "md5_digest": "a905fedb3a2887b35766739e51ad72bd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 236594, "upload_time": "2021-07-26T18:08:52", "upload_time_iso_8601": "2021-07-26T18:08:52.778787Z", "url": "https://files.pythonhosted.org/packages/04/af/2c9856a40c4952d9074a47457667a9921a563432f5806c1dacf01e199bd5/kornia-0.5.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "0820b222da8f19bd068abb1453810d2a", "sha256": "19a99732d26992dafd3bdf466caeed6a88877fe262c5e817402a310df2c657b7" }, "downloads": -1, "filename": "kornia-0.5.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0820b222da8f19bd068abb1453810d2a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 303960, "upload_time": "2021-08-06T18:18:51", "upload_time_iso_8601": "2021-08-06T18:18:51.591232Z", "url": "https://files.pythonhosted.org/packages/e9/ff/c1574cc085377d5a98b96ee9efca0f8edc377fad673af6d5b7bbc3fc22e4/kornia-0.5.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "148605701a426aecc6bde09b35422d03", "sha256": "fa9b8bd880d32a6779709448f743bf00083bc8de3a2e190b7aa9b352b1aef283" }, "downloads": -1, "filename": "kornia-0.5.8.tar.gz", "has_sig": false, "md5_digest": "148605701a426aecc6bde09b35422d03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 238735, "upload_time": "2021-08-06T18:18:53", "upload_time_iso_8601": "2021-08-06T18:18:53.216244Z", "url": "https://files.pythonhosted.org/packages/ff/d4/bcca4e7ca4c6281c75f803e413d2db12ef777808a066de41880cccf8a7c7/kornia-0.5.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "6d8c03fdb76a73c84854b62989cbf6f0", "sha256": "093d059cb291e8773a157822e70b097848972a6c66db57b687993964686249aa" }, "downloads": -1, "filename": "kornia-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6d8c03fdb76a73c84854b62989cbf6f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 367105, "upload_time": "2021-10-22T13:35:27", "upload_time_iso_8601": "2021-10-22T13:35:27.522990Z", "url": "https://files.pythonhosted.org/packages/a9/bb/d121e3146ad4417d8ce56403b556169d2ed667e48a156e548890a3617bfd/kornia-0.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "edbbddf337525182b5348f1b7334bd2a", "sha256": "c2a8b0ca1268faa6d338ca1e4a84b2f26b155e36468cc11f07036acf4a1fbb08" }, "downloads": -1, "filename": "kornia-0.6.0.tar.gz", "has_sig": false, "md5_digest": "edbbddf337525182b5348f1b7334bd2a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 284538, "upload_time": "2021-10-22T13:35:28", "upload_time_iso_8601": "2021-10-22T13:35:28.564920Z", "url": "https://files.pythonhosted.org/packages/f2/19/e1842293406a0d2fb605a82a806acb2dc4335528e06a1db5949cc7accfa7/kornia-0.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "15b2fc95db214951adc48589908f5487", "sha256": "c896398fd2c3b4db08c4927a88f859925a24491d2e25476f62d8d4fa5a5a2a7e" }, "downloads": -1, "filename": "kornia-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "15b2fc95db214951adc48589908f5487", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 367661, "upload_time": "2021-10-22T21:48:22", "upload_time_iso_8601": "2021-10-22T21:48:22.822165Z", "url": "https://files.pythonhosted.org/packages/6d/ea/fcc3e64977446c9e27a8e2aca1070c495a0f660a57644ce680b95dd72ddc/kornia-0.6.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4a15101c8a94add26fcb023ab2144ecd", "sha256": "f638fb3309f88666545866c162f510b6d485fd8f7131d5570d4e6c0d295fdcd6" }, "downloads": -1, "filename": "kornia-0.6.1.tar.gz", "has_sig": false, "md5_digest": "4a15101c8a94add26fcb023ab2144ecd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 284710, "upload_time": "2021-10-22T21:48:24", "upload_time_iso_8601": "2021-10-22T21:48:24.210142Z", "url": "https://files.pythonhosted.org/packages/f7/6f/514770cbf5c2567deb79b1656bce0d801ad88287d2e45a191bb35c5066cd/kornia-0.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "69bb69341b87b969a1edf2311542bcbe", "sha256": "5269279f6777aad92bd3926b333e5e8f6b7aee856eb95b6ec841364b673ae370" }, "downloads": -1, "filename": "kornia-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69bb69341b87b969a1edf2311542bcbe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 401108, "upload_time": "2021-12-03T21:54:30", "upload_time_iso_8601": "2021-12-03T21:54:30.631467Z", "url": "https://files.pythonhosted.org/packages/89/d9/b78d36a1b1168170537c3220da0a2e09c191012526c162c119fa851e9cce/kornia-0.6.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d30cd4d9a716d34f300e47267f5b10a0", "sha256": "eea722b3ff2f227a9ef8088cdab480cd40dd91d9138649bfd92cfa668204eea9" }, "downloads": -1, "filename": "kornia-0.6.2.tar.gz", "has_sig": false, "md5_digest": "d30cd4d9a716d34f300e47267f5b10a0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 317953, "upload_time": "2021-12-03T21:54:31", "upload_time_iso_8601": "2021-12-03T21:54:31.870442Z", "url": "https://files.pythonhosted.org/packages/d6/79/6aa2c2bc6a54385be3cca6b4edd59eac9ba18c617a9bdd2647faca2722d5/kornia-0.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "41e7ef0c834d333385cebff027ac8e4c", "sha256": "c82c77cbc2dfe4aa537f794fb55560a71a2e08ae4047470de4f3ba330143d8b7" }, "downloads": -1, "filename": "kornia-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41e7ef0c834d333385cebff027ac8e4c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 474752, "upload_time": "2022-01-31T15:10:06", "upload_time_iso_8601": "2022-01-31T15:10:06.287722Z", "url": "https://files.pythonhosted.org/packages/9f/2d/0a7092331991ad1e7291e6adfcfed2d6bd639ad4c5f66385e477ccf0eb95/kornia-0.6.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b04b6d6d2db8253ff5446eee6d78dc8", "sha256": "0b689b5a47f55f2b08f61e6731760542cc3e3c09c3f0498164b934a3aef0bab3" }, "downloads": -1, "filename": "kornia-0.6.3.tar.gz", "has_sig": false, "md5_digest": "2b04b6d6d2db8253ff5446eee6d78dc8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 328889, "upload_time": "2022-01-31T15:10:07", "upload_time_iso_8601": "2022-01-31T15:10:07.458672Z", "url": "https://files.pythonhosted.org/packages/f8/59/4c9d986ff4fbd5b113f78fa88d73d5bf27b54c370cbeb6145be05a851c0c/kornia-0.6.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "64c491a9b98cc59bd6d146aecb37836e", "sha256": "642c0e8567ac305874fa05889523d906d761599d86e88b01558add744eb74dd4" }, "downloads": -1, "filename": "kornia-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64c491a9b98cc59bd6d146aecb37836e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 493382, "upload_time": "2022-03-21T14:49:42", "upload_time_iso_8601": "2022-03-21T14:49:42.703955Z", "url": "https://files.pythonhosted.org/packages/d9/d8/dfc513af1c6daf58049e740b5d71231f93a321670ea2dbf781d5fb3660a3/kornia-0.6.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9882f602b61ae8cc006fe422cc2d150d", "sha256": "ff60307a7244b315db43bfc4d4d6769094cf7d7494cf367c1d71a56343e2c50f" }, "downloads": -1, "filename": "kornia-0.6.4.tar.gz", "has_sig": false, "md5_digest": "9882f602b61ae8cc006fe422cc2d150d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 343786, "upload_time": "2022-03-21T14:49:44", "upload_time_iso_8601": "2022-03-21T14:49:44.140986Z", "url": "https://files.pythonhosted.org/packages/de/a7/df2d223ea646ba03e8aabbc22942140913fc3346864a9116fbbd39e2c3d8/kornia-0.6.4.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "64c491a9b98cc59bd6d146aecb37836e", "sha256": "642c0e8567ac305874fa05889523d906d761599d86e88b01558add744eb74dd4" }, "downloads": -1, "filename": "kornia-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64c491a9b98cc59bd6d146aecb37836e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 493382, "upload_time": "2022-03-21T14:49:42", "upload_time_iso_8601": "2022-03-21T14:49:42.703955Z", "url": "https://files.pythonhosted.org/packages/d9/d8/dfc513af1c6daf58049e740b5d71231f93a321670ea2dbf781d5fb3660a3/kornia-0.6.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9882f602b61ae8cc006fe422cc2d150d", "sha256": "ff60307a7244b315db43bfc4d4d6769094cf7d7494cf367c1d71a56343e2c50f" }, "downloads": -1, "filename": "kornia-0.6.4.tar.gz", "has_sig": false, "md5_digest": "9882f602b61ae8cc006fe422cc2d150d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 343786, "upload_time": "2022-03-21T14:49:44", "upload_time_iso_8601": "2022-03-21T14:49:44.140986Z", "url": "https://files.pythonhosted.org/packages/de/a7/df2d223ea646ba03e8aabbc22942140913fc3346864a9116fbbd39e2c3d8/kornia-0.6.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }