detkit


Namedetkit JSON
Version 0.9.3 PyPI version JSON
download
home_pagehttps://github.com/ameli/detkit
SummaryMatrix determinant toolkit
upload_time2025-01-27 04:49:22
maintainerNone
docs_urlNone
authorSiavash Ameli
requires_python>=3.8
licenseNone
keywords matrix-computations cholesky-decomposition logdet matrix-determinant singular-matrix gaussian-process
VCS
bugtrack_url
requirements numpy scipy matplotlib texplot pooch psutil zarr dask distributed tensorstore
Travis-CI No Travis.
coveralls test coverage
            ******
|logo|
******

``detKit`` is a Python package for computing determinant functions of matrices.

Links
=====

* `Documentation <https://ameli.github.io/detkit>`__
* `PyPI <https://pypi.org/project/detkit/>`__
* `Anaconda <https://anaconda.org/s-ameli/detkit>`__
* `Docker Hub <https://hub.docker.com/r/sameli/detkit>`__
* `Github <https://github.com/ameli/detkit>`__

Install
=======

Install with ``pip``
--------------------

|pypi|

::

    pip install detkit

Install with ``conda``
----------------------

|conda-version|

::

    conda install s-ameli::detkit

Docker Image
------------

|docker-pull| |deploy-docker|

::

    docker pull sameli/detkit

Supported Platforms
===================

Successful installation and tests performed on the following operating systems, architectures, and Python and `PyPy <https://www.pypy.org/>`__ versions:

.. |y| unicode:: U+2714
.. |n| unicode:: U+2716

+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+
| Platform | Arch              | Python Version                        | PyPy Version :sup:`1` | Continuous      |
+          |                   +-------+-------+-------+-------+-------+-------+-------+-------+ Integration     +
|          |                   |  3.9  |  3.10 |  3.11 |  3.12 |  3.13 |  3.8  |  3.9  |  3.10 |                 |
+==========+===================+=======+=======+=======+=======+=======+=======+=======+=======+=================+
| Linux    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | AARCH-64          |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |
+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+
| macOS    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | ARM-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |
+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+
| Windows  | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | ARM-64 :sup:`2`   |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |
+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+

.. |build-linux| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-linux.yml
   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-linux 
.. |build-macos| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-macos.yml
   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-macos
.. |build-windows| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-windows.yml
   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-windows

Python wheels for ``detkit`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/detkit/>`__ and `Anaconda Cloud <https://anaconda.org/s-ameli/detkit>`__. If you need ``detkit`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/detkit/issues>`__ on GitHub and we build its Python Wheel for you.

.. line-block::

    :sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`
    :sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`

Documentation
=============

|deploy-docs| |binder|

See `documentation <https://ameli.github.io/detkit/index.html>`__ of the package.

Benchmark Test
==============

Read about the `benchmark test <https://ameli.github.io/detkit/benchmark.html>`__ of ``detkit`` in practical applications.

How to Contribute
=================

We welcome contributions via `GitHub's pull request <https://github.com/ameli/detkit/pulls>`__. If you do not feel comfortable modifying the code, we also welcome feature requests and bug reports as `GitHub issues <https://github.com/ameli/detkit/issues>`__.

How to Cite
===========

If you publish work that uses ``detkit``, please consider citing the manuscripts available `here <https://ameli.github.io/detkit/cite.html>`__.

License
=======

|license|

This project uses a `BSD 3-clause license <https://github.com/ameli/detkit/blob/main/LICENSE.txt>`__, in hopes that it will be accessible to most projects. If you require a different license, please raise an `issue <https://github.com/ameli/detkit/issues>`__ and we will consider a dual license.

.. |logo| image:: https://raw.githubusercontent.com/ameli/detkit/main/docs/source/_static/images/icons/logo-detkit-light.svg
   :width: 160
.. |license| image:: https://img.shields.io/github/license/ameli/detkit
   :target: https://opensource.org/licenses/BSD-3-Clause
.. |deploy-docs| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/deploy-docs.yml?label=docs
   :target: https://github.com/ameli/detkit/actions?query=workflow%3Adeploy-docs
.. |binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/ameli/detkit/HEAD?filepath=notebooks%2Fquick_start.ipynb
.. |pypi| image:: https://img.shields.io/pypi/v/detkit
   :target: https://pypi.org/project/detkit/
.. |deploy-docker| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/deploy-docker.yml?label=build%20docker
   :target: https://github.com/ameli/detkit/actions?query=workflow%3Adeploy-docker
.. |docker-pull| image:: https://img.shields.io/docker/pulls/sameli/detkit?color=green&label=downloads
   :target: https://hub.docker.com/r/sameli/detkit
.. |conda-version| image:: https://img.shields.io/conda/v/s-ameli/detkit
   :target: https://anaconda.org/s-ameli/detkit

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ameli/detkit",
    "name": "detkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "matrix-computations cholesky-decomposition logdet\n                matrix-determinant singular-matrix gaussian-process",
    "author": "Siavash Ameli",
    "author_email": "sameli@berkeley.edu",
    "download_url": "https://files.pythonhosted.org/packages/72/01/9073c8f08727d6798788973eb96a641e96d1867d8926f573e5f97b53c974/detkit-0.9.3.tar.gz",
    "platform": "Linux",
    "description": "******\n|logo|\n******\n\n``detKit`` is a Python package for computing determinant functions of matrices.\n\nLinks\n=====\n\n* `Documentation <https://ameli.github.io/detkit>`__\n* `PyPI <https://pypi.org/project/detkit/>`__\n* `Anaconda <https://anaconda.org/s-ameli/detkit>`__\n* `Docker Hub <https://hub.docker.com/r/sameli/detkit>`__\n* `Github <https://github.com/ameli/detkit>`__\n\nInstall\n=======\n\nInstall with ``pip``\n--------------------\n\n|pypi|\n\n::\n\n    pip install detkit\n\nInstall with ``conda``\n----------------------\n\n|conda-version|\n\n::\n\n    conda install s-ameli::detkit\n\nDocker Image\n------------\n\n|docker-pull| |deploy-docker|\n\n::\n\n    docker pull sameli/detkit\n\nSupported Platforms\n===================\n\nSuccessful installation and tests performed on the following operating systems, architectures, and Python and `PyPy <https://www.pypy.org/>`__ versions:\n\n.. |y| unicode:: U+2714\n.. |n| unicode:: U+2716\n\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n| Platform | Arch              | Python Version                        | PyPy Version :sup:`1` | Continuous      |\n+          |                   +-------+-------+-------+-------+-------+-------+-------+-------+ Integration     +\n|          |                   |  3.9  |  3.10 |  3.11 |  3.12 |  3.13 |  3.8  |  3.9  |  3.10 |                 |\n+==========+===================+=======+=======+=======+=======+=======+=======+=======+=======+=================+\n| Linux    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | AARCH-64          |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n| macOS    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | ARM-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n| Windows  | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | ARM-64 :sup:`2`   |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n\n.. |build-linux| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-linux.yml\n   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-linux \n.. |build-macos| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-macos.yml\n   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-macos\n.. |build-windows| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/build-windows.yml\n   :target: https://github.com/ameli/detkit/actions?query=workflow%3Abuild-windows\n\nPython wheels for ``detkit`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/detkit/>`__ and `Anaconda Cloud <https://anaconda.org/s-ameli/detkit>`__. If you need ``detkit`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/detkit/issues>`__ on GitHub and we build its Python Wheel for you.\n\n.. line-block::\n\n    :sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`\n    :sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`\n\nDocumentation\n=============\n\n|deploy-docs| |binder|\n\nSee `documentation <https://ameli.github.io/detkit/index.html>`__ of the package.\n\nBenchmark Test\n==============\n\nRead about the `benchmark test <https://ameli.github.io/detkit/benchmark.html>`__ of ``detkit`` in practical applications.\n\nHow to Contribute\n=================\n\nWe welcome contributions via `GitHub's pull request <https://github.com/ameli/detkit/pulls>`__. If you do not feel comfortable modifying the code, we also welcome feature requests and bug reports as `GitHub issues <https://github.com/ameli/detkit/issues>`__.\n\nHow to Cite\n===========\n\nIf you publish work that uses ``detkit``, please consider citing the manuscripts available `here <https://ameli.github.io/detkit/cite.html>`__.\n\nLicense\n=======\n\n|license|\n\nThis project uses a `BSD 3-clause license <https://github.com/ameli/detkit/blob/main/LICENSE.txt>`__, in hopes that it will be accessible to most projects. If you require a different license, please raise an `issue <https://github.com/ameli/detkit/issues>`__ and we will consider a dual license.\n\n.. |logo| image:: https://raw.githubusercontent.com/ameli/detkit/main/docs/source/_static/images/icons/logo-detkit-light.svg\n   :width: 160\n.. |license| image:: https://img.shields.io/github/license/ameli/detkit\n   :target: https://opensource.org/licenses/BSD-3-Clause\n.. |deploy-docs| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/deploy-docs.yml?label=docs\n   :target: https://github.com/ameli/detkit/actions?query=workflow%3Adeploy-docs\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/ameli/detkit/HEAD?filepath=notebooks%2Fquick_start.ipynb\n.. |pypi| image:: https://img.shields.io/pypi/v/detkit\n   :target: https://pypi.org/project/detkit/\n.. |deploy-docker| image:: https://img.shields.io/github/actions/workflow/status/ameli/detkit/deploy-docker.yml?label=build%20docker\n   :target: https://github.com/ameli/detkit/actions?query=workflow%3Adeploy-docker\n.. |docker-pull| image:: https://img.shields.io/docker/pulls/sameli/detkit?color=green&label=downloads\n   :target: https://hub.docker.com/r/sameli/detkit\n.. |conda-version| image:: https://img.shields.io/conda/v/s-ameli/detkit\n   :target: https://anaconda.org/s-ameli/detkit\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Matrix determinant toolkit",
    "version": "0.9.3",
    "project_urls": {
        "Documentation": "https://github.com/ameli/detkit/blob/main/README.rst",
        "Download": "https://github.com/ameli/detkit/archive/main.zip",
        "Homepage": "https://github.com/ameli/detkit",
        "Source": "https://github.com/ameli/detkit",
        "Tracker": "https://github.com/ameli/detkit/issues"
    },
    "split_keywords": [
        "matrix-computations",
        "cholesky-decomposition",
        "logdet\n",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "matrix-determinant",
        "singular-matrix",
        "gaussian-process"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15a736f0fef3481225f17e0c10f16b73423ffd357c11d9ac27df8cd109321f2f",
                "md5": "d8aefe120938c5e56a523d8cb97d0b3e",
                "sha256": "78f76c7a369582013ea0cffcf903be107bbe33414278b71cf52d9ae33f672e8a"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8aefe120938c5e56a523d8cb97d0b3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1813495,
            "upload_time": "2025-01-27T04:48:50",
            "upload_time_iso_8601": "2025-01-27T04:48:50.320386Z",
            "url": "https://files.pythonhosted.org/packages/15/a7/36f0fef3481225f17e0c10f16b73423ffd357c11d9ac27df8cd109321f2f/detkit-0.9.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "198123b022958f9230a4320e9e009d2e8d6819ff50f596414a21f2d877e0bb8c",
                "md5": "4ecd5f75eb28994666074a63476bd201",
                "sha256": "6c9d62c72398e8b440bce7af72506bfe2f7222a9af5642a9bc62ab904d7ebe5f"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ecd5f75eb28994666074a63476bd201",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2914812,
            "upload_time": "2025-01-27T04:48:52",
            "upload_time_iso_8601": "2025-01-27T04:48:52.332863Z",
            "url": "https://files.pythonhosted.org/packages/19/81/23b022958f9230a4320e9e009d2e8d6819ff50f596414a21f2d877e0bb8c/detkit-0.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2a8bd7a9d87f43f207cda49c4206fd801db8621915b7925e434609b9f6c56ee",
                "md5": "796010568d96c929630bdffd4e4d381a",
                "sha256": "a73b07f8d0d0c9b898a5665acd1ade75e2e8878daf41ac806fffa800ef7aae95"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "796010568d96c929630bdffd4e4d381a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1631878,
            "upload_time": "2025-01-27T04:48:54",
            "upload_time_iso_8601": "2025-01-27T04:48:54.184975Z",
            "url": "https://files.pythonhosted.org/packages/b2/a8/bd7a9d87f43f207cda49c4206fd801db8621915b7925e434609b9f6c56ee/detkit-0.9.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d9b8bb0624eb74c97a9192cc73c79ef0c7fe79125bcfe619a8d807bd952d9de",
                "md5": "64a5245b3d89c7ec2053777485e2d74e",
                "sha256": "fd2bf068c7d8cf4d128b66b3bfe651447b2b65ce0da9ae63f51e0795367106c8"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64a5245b3d89c7ec2053777485e2d74e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1813721,
            "upload_time": "2025-01-27T04:48:56",
            "upload_time_iso_8601": "2025-01-27T04:48:56.575535Z",
            "url": "https://files.pythonhosted.org/packages/1d/9b/8bb0624eb74c97a9192cc73c79ef0c7fe79125bcfe619a8d807bd952d9de/detkit-0.9.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "272c09b9024b02b75b64aa86bcd1f760f590f438135a4d8d27851c67e28dd837",
                "md5": "91f89da2bf7881dc22c800a5155ffdd3",
                "sha256": "3c7331b3e389711552c38bfe59c0ea20be826f7ed6c79b869a82776ea962814f"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "91f89da2bf7881dc22c800a5155ffdd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2900996,
            "upload_time": "2025-01-27T04:48:58",
            "upload_time_iso_8601": "2025-01-27T04:48:58.265474Z",
            "url": "https://files.pythonhosted.org/packages/27/2c/09b9024b02b75b64aa86bcd1f760f590f438135a4d8d27851c67e28dd837/detkit-0.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c2762ced7b9f2b4ce30f1d5e648c2e1a45d3cb95eeffcc43119765e754e5047",
                "md5": "27071ba3c8ddc9cf323ddc1d6c5e9f59",
                "sha256": "490a2e0eddfab563e3951b8931dc3206847b7eb98aa17ff18df85a5580d5bb97"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "27071ba3c8ddc9cf323ddc1d6c5e9f59",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1636825,
            "upload_time": "2025-01-27T04:49:00",
            "upload_time_iso_8601": "2025-01-27T04:49:00.805251Z",
            "url": "https://files.pythonhosted.org/packages/3c/27/62ced7b9f2b4ce30f1d5e648c2e1a45d3cb95eeffcc43119765e754e5047/detkit-0.9.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2a22a0a882fe1f906cd3ded35d8dafac1e8758ee536bc1c1b2f3651f9c81ec0",
                "md5": "90da33f62437118a640a5b4d9200d4c8",
                "sha256": "516722ae781ec6946d55246f46eb01aea277ea811e00242334d0eccf892c51af"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90da33f62437118a640a5b4d9200d4c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1846579,
            "upload_time": "2025-01-27T04:49:02",
            "upload_time_iso_8601": "2025-01-27T04:49:02.739602Z",
            "url": "https://files.pythonhosted.org/packages/d2/a2/2a0a882fe1f906cd3ded35d8dafac1e8758ee536bc1c1b2f3651f9c81ec0/detkit-0.9.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9b6ab4d714c44398bbd754c75e8d3d46ac9093419ec7e61a17f501323ba8f2c",
                "md5": "a3e97bf08b1694850ff60983acd8851d",
                "sha256": "739fe6aefc4990828bd19489421c5508349cadc655a4e93a7d63faf8e293489d"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a3e97bf08b1694850ff60983acd8851d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2861280,
            "upload_time": "2025-01-27T04:49:05",
            "upload_time_iso_8601": "2025-01-27T04:49:05.257286Z",
            "url": "https://files.pythonhosted.org/packages/a9/b6/ab4d714c44398bbd754c75e8d3d46ac9093419ec7e61a17f501323ba8f2c/detkit-0.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba4f0594ae1c411985fa137e8c4fedbdd18cb93cac98d3939180766809f02e78",
                "md5": "0fa2e1576ae656d1ce7e44d2cfcfee52",
                "sha256": "f34d7d6434d17ad52415ec78881afbb0db17ba6fc9376a27a6273cb2a8fce0c6"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0fa2e1576ae656d1ce7e44d2cfcfee52",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1642275,
            "upload_time": "2025-01-27T04:49:07",
            "upload_time_iso_8601": "2025-01-27T04:49:07.735078Z",
            "url": "https://files.pythonhosted.org/packages/ba/4f/0594ae1c411985fa137e8c4fedbdd18cb93cac98d3939180766809f02e78/detkit-0.9.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6b816c0c1888c3badc8d6b9cefc46b1132baeac5800ec3e3d695baf732af712",
                "md5": "a9d0cd25bba40878ecf36c088b6c4908",
                "sha256": "c055e81561a92fafb003137db786554491a39bbab14834809cfb762f1735d686"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9d0cd25bba40878ecf36c088b6c4908",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1828264,
            "upload_time": "2025-01-27T04:49:09",
            "upload_time_iso_8601": "2025-01-27T04:49:09.304263Z",
            "url": "https://files.pythonhosted.org/packages/d6/b8/16c0c1888c3badc8d6b9cefc46b1132baeac5800ec3e3d695baf732af712/detkit-0.9.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "260a9bb170a839f78d46c1b7b65522247504050b734e8cd791ac4b2a527a192e",
                "md5": "498d2ae76f2572385b9576a6fd4b0de4",
                "sha256": "15e867dcdc25ff1623ab10bbf9e24b56fe680781c4833a10fe58d9e524c4c027"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "498d2ae76f2572385b9576a6fd4b0de4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2845711,
            "upload_time": "2025-01-27T04:49:12",
            "upload_time_iso_8601": "2025-01-27T04:49:12.555876Z",
            "url": "https://files.pythonhosted.org/packages/26/0a/9bb170a839f78d46c1b7b65522247504050b734e8cd791ac4b2a527a192e/detkit-0.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec4aef47abc7e3b9451edff848fc323ef4f23fe9493bdc8c67a4b7a0d95de3e1",
                "md5": "560b8293bfec9067f98d36eb94866a10",
                "sha256": "5cb145a934e51f7f9b37ee50be3b4baa0d9ebe25f9c6c57d5bca323bd5f03c05"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "560b8293bfec9067f98d36eb94866a10",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1637102,
            "upload_time": "2025-01-27T04:49:14",
            "upload_time_iso_8601": "2025-01-27T04:49:14.978069Z",
            "url": "https://files.pythonhosted.org/packages/ec/4a/ef47abc7e3b9451edff848fc323ef4f23fe9493bdc8c67a4b7a0d95de3e1/detkit-0.9.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06f5d89f7193baa47b8b50b980a4e7c0aafe7af0811a63a44cd013a01815e93d",
                "md5": "8b96a89d1728c52bdcda4729565ccfa4",
                "sha256": "c268cb8ca01b055cb2ed53f5a148909b5cf2fa85971a7bb31485720774e9c808"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b96a89d1728c52bdcda4729565ccfa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1822958,
            "upload_time": "2025-01-27T04:49:17",
            "upload_time_iso_8601": "2025-01-27T04:49:17.547597Z",
            "url": "https://files.pythonhosted.org/packages/06/f5/d89f7193baa47b8b50b980a4e7c0aafe7af0811a63a44cd013a01815e93d/detkit-0.9.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "278cf1c26c0ebed5a89b18b40350ef9253408ee4c03b3b80fa7c36a4c0e12040",
                "md5": "e5f6df21bbe1ceaafa6f5287b775ca58",
                "sha256": "627a75da5a91635fd17bb353ad790f545c5dcc01d236a237f92b66e5d79a8828"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e5f6df21bbe1ceaafa6f5287b775ca58",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2918263,
            "upload_time": "2025-01-27T04:49:19",
            "upload_time_iso_8601": "2025-01-27T04:49:19.809896Z",
            "url": "https://files.pythonhosted.org/packages/27/8c/f1c26c0ebed5a89b18b40350ef9253408ee4c03b3b80fa7c36a4c0e12040/detkit-0.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f0ecc7c2795331b834601f522fbc73a767b2c4b777b62828202779c66aeb377",
                "md5": "14803875b766c818e16bd12ba2f1b927",
                "sha256": "8e794b39de6e8e8eca8d850be0d81f6b8af97bff4f310f136ae190ade613d313"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "14803875b766c818e16bd12ba2f1b927",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1642870,
            "upload_time": "2025-01-27T04:49:21",
            "upload_time_iso_8601": "2025-01-27T04:49:21.487745Z",
            "url": "https://files.pythonhosted.org/packages/6f/0e/cc7c2795331b834601f522fbc73a767b2c4b777b62828202779c66aeb377/detkit-0.9.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72019073c8f08727d6798788973eb96a641e96d1867d8926f573e5f97b53c974",
                "md5": "4c449e9a344960d09310050790c9b374",
                "sha256": "cabe6d620f7f3dd58c16937e7cb4defb3f7d200ebd9759eafb64531e8dd84be7"
            },
            "downloads": -1,
            "filename": "detkit-0.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4c449e9a344960d09310050790c9b374",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 391095,
            "upload_time": "2025-01-27T04:49:22",
            "upload_time_iso_8601": "2025-01-27T04:49:22.982239Z",
            "url": "https://files.pythonhosted.org/packages/72/01/9073c8f08727d6798788973eb96a641e96d1867d8926f573e5f97b53c974/detkit-0.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 04:49:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ameli",
    "github_project": "detkit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">",
                    "1.11"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.5"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "2.0"
                ]
            ]
        },
        {
            "name": "texplot",
            "specs": []
        },
        {
            "name": "pooch",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "zarr",
            "specs": []
        },
        {
            "name": "dask",
            "specs": []
        },
        {
            "name": "distributed",
            "specs": []
        },
        {
            "name": "tensorstore",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "detkit"
}
        
Elapsed time: 4.07992s