detkit


Namedetkit JSON
Version 0.6.8 PyPI version JSON
download
home_pagehttps://github.com/ameli/detkit
SummaryMatrix determinant toolkit
upload_time2024-08-06 02:37:11
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 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.8  |  3.9  |  3.10 |                 |
+==========+===================+=======+=======+=======+=======+=======+=======+=======+=================+
| Linux    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | AARCH-64          |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |
+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-----------------+
| macOS    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | ARM-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |
+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-----------------+
| Windows  | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |
+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +
|          | ARM-64 :sup:`2`   |  |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 matrix-determinant singular-matrix gaussian-process",
    "author": "Siavash Ameli",
    "author_email": "sameli@berkeley.edu",
    "download_url": "https://files.pythonhosted.org/packages/de/d5/dcbd9485061ba36113dff66a8479eb407b15a0076809cc36757c9178ba4d/detkit-0.6.8.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.8  |  3.9  |  3.10 |                 |\n+==========+===================+=======+=======+=======+=======+=======+=======+=======+=================+\n| Linux    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | AARCH-64          |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n| macOS    | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | ARM-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |                 |\n+----------+-------------------+-------+-------+-------+-------+-------+-------+-------+-----------------+\n| Windows  | X86-64            |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |\n+          +-------------------+-------+-------+-------+-------+-------+-------+-------+                 +\n|          | ARM-64 :sup:`2`   |  |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.6.8",
    "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",
        "matrix-determinant",
        "singular-matrix",
        "gaussian-process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61a3f77cdae40d347af36c0a96f462c018c2efab015980f94670b767bb784bc9",
                "md5": "7e923aee16d8670b25f82b32c2e9d231",
                "sha256": "53e27ed5d1f9bd3d468baea45d332522620e8022f44cad58150e75a45215f7d7"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e923aee16d8670b25f82b32c2e9d231",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1609080,
            "upload_time": "2024-08-06T02:36:46",
            "upload_time_iso_8601": "2024-08-06T02:36:46.620013Z",
            "url": "https://files.pythonhosted.org/packages/61/a3/f77cdae40d347af36c0a96f462c018c2efab015980f94670b767bb784bc9/detkit-0.6.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c4fbe9d1b56e40c5b2b10d1e62bebf869b5c39dfd6e529cada14474f9762c51",
                "md5": "46fd88256627df40a58daf523843baa4",
                "sha256": "e74c98a4619d6182890a0c2728ac9ed1d62870a8c209bb48557a0786b796d6f9"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46fd88256627df40a58daf523843baa4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2644632,
            "upload_time": "2024-08-06T02:36:50",
            "upload_time_iso_8601": "2024-08-06T02:36:50.233919Z",
            "url": "https://files.pythonhosted.org/packages/6c/4f/be9d1b56e40c5b2b10d1e62bebf869b5c39dfd6e529cada14474f9762c51/detkit-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bc857632eaca2a1b43ab5164c7e48ccde67ea7da2c32984dab9caf155b599c4",
                "md5": "927c796e4d4a266b2f3da89350c182c0",
                "sha256": "de2881e245a8d4e906c862568b04a9be6f7c0f584e483a54010771998c918493"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "927c796e4d4a266b2f3da89350c182c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1436970,
            "upload_time": "2024-08-06T02:36:51",
            "upload_time_iso_8601": "2024-08-06T02:36:51.898364Z",
            "url": "https://files.pythonhosted.org/packages/8b/c8/57632eaca2a1b43ab5164c7e48ccde67ea7da2c32984dab9caf155b599c4/detkit-0.6.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e49b78bf5a953956e8f734ab81d78ea51d1beb15043fab7cd020ed3c3737f07",
                "md5": "483a1dedbc85c614a34a32b9a7585201",
                "sha256": "82d6d345ee21a32ec8b2985a61b81f45b9e48d0290a1cdf14c9b6d20f52dc235"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "483a1dedbc85c614a34a32b9a7585201",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1609139,
            "upload_time": "2024-08-06T02:36:53",
            "upload_time_iso_8601": "2024-08-06T02:36:53.816966Z",
            "url": "https://files.pythonhosted.org/packages/0e/49/b78bf5a953956e8f734ab81d78ea51d1beb15043fab7cd020ed3c3737f07/detkit-0.6.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da3d236a7f087b0bf66e1e4970113435b98d90aa5936fcb2b6a1746f86f0388",
                "md5": "efbf531329bddafc1ef0088c0124fdd1",
                "sha256": "9f7774726a98d50433cff2f1c86f0fa904b868bb6033f5c9cc63c68f919c6345"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efbf531329bddafc1ef0088c0124fdd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2632481,
            "upload_time": "2024-08-06T02:36:55",
            "upload_time_iso_8601": "2024-08-06T02:36:55.875311Z",
            "url": "https://files.pythonhosted.org/packages/9d/a3/d236a7f087b0bf66e1e4970113435b98d90aa5936fcb2b6a1746f86f0388/detkit-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df794994a759f766d69d159adb097a5d7258ce77aaa6caf1cc46a2ed3d885209",
                "md5": "e7f4409dd592055f13b7f658e65cd696",
                "sha256": "64f76ed51efb19a4de664e27f36b9f7f6a95070ee52d230e7a0a401f0fec0391"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e7f4409dd592055f13b7f658e65cd696",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1439815,
            "upload_time": "2024-08-06T02:36:58",
            "upload_time_iso_8601": "2024-08-06T02:36:58.031675Z",
            "url": "https://files.pythonhosted.org/packages/df/79/4994a759f766d69d159adb097a5d7258ce77aaa6caf1cc46a2ed3d885209/detkit-0.6.8-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55740b8e2a39b669b29fa3540a85872741b4df271e283bcf20b8b6203945ec6b",
                "md5": "67f6524f3ecfc3961345b1c7ac3bfc7d",
                "sha256": "a284c4b995a5e906abfc51b3b612cf3e2c1f17f3fcad73a7cb8ea66495eee199"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "67f6524f3ecfc3961345b1c7ac3bfc7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1631701,
            "upload_time": "2024-08-06T02:37:00",
            "upload_time_iso_8601": "2024-08-06T02:37:00.447311Z",
            "url": "https://files.pythonhosted.org/packages/55/74/0b8e2a39b669b29fa3540a85872741b4df271e283bcf20b8b6203945ec6b/detkit-0.6.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe3f91167e1884f7688a04f0987250bb59efb90649d501db2bcdfd726f0ea590",
                "md5": "1f5527602b5c23c17e6eb946b2946a5c",
                "sha256": "2501f735230c5dec162e96d554c75eec5c553ed962cd86db71491fcdd3a7f8e9"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f5527602b5c23c17e6eb946b2946a5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2593918,
            "upload_time": "2024-08-06T02:37:01",
            "upload_time_iso_8601": "2024-08-06T02:37:01.976443Z",
            "url": "https://files.pythonhosted.org/packages/fe/3f/91167e1884f7688a04f0987250bb59efb90649d501db2bcdfd726f0ea590/detkit-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27537faac7543ac7be42862c1fe8403fb82ff67f69e515726aa3a784879d736a",
                "md5": "ed73818357506e406c2f0a77527b3646",
                "sha256": "5930a8604a6e375df88419f4b450f9702c27a76c0f22cd4f7c02e6b577dd961f"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ed73818357506e406c2f0a77527b3646",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1448008,
            "upload_time": "2024-08-06T02:37:04",
            "upload_time_iso_8601": "2024-08-06T02:37:04.018416Z",
            "url": "https://files.pythonhosted.org/packages/27/53/7faac7543ac7be42862c1fe8403fb82ff67f69e515726aa3a784879d736a/detkit-0.6.8-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c6b5116779612f0906e609c2fdbc461be62581cabc3ed81e5938884edac93b",
                "md5": "711809d765b96966c60991f9e53317ae",
                "sha256": "52b3f6330874bf7d8a72215fe5792180018c650613989276428d07953ce2ee6b"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "711809d765b96966c60991f9e53317ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1616625,
            "upload_time": "2024-08-06T02:37:05",
            "upload_time_iso_8601": "2024-08-06T02:37:05.933544Z",
            "url": "https://files.pythonhosted.org/packages/79/c6/b5116779612f0906e609c2fdbc461be62581cabc3ed81e5938884edac93b/detkit-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42e838ae578f396c8ecf18fb70b214f756906e86b5ad2b23d7bb4362a2133065",
                "md5": "dd4130d49701384e8058d3ac2dae5b17",
                "sha256": "1e0b0f5c620252e90001d2f1bd3ba9fa2014adf5d10f388b49ad7e1da4b7c572"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd4130d49701384e8058d3ac2dae5b17",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2639220,
            "upload_time": "2024-08-06T02:37:07",
            "upload_time_iso_8601": "2024-08-06T02:37:07.627869Z",
            "url": "https://files.pythonhosted.org/packages/42/e8/38ae578f396c8ecf18fb70b214f756906e86b5ad2b23d7bb4362a2133065/detkit-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "321b5e2a23493d638473534a88d4cedff754b5dddd8a0b35d82cfd3a9332eb1e",
                "md5": "2cef4a96ac02c9394aad21cf9dbfca3f",
                "sha256": "3c4e74da2f057aa71c5529dd0e44d4b1a07d4d2c091acb89f66e1074ebaed8c7"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2cef4a96ac02c9394aad21cf9dbfca3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1445774,
            "upload_time": "2024-08-06T02:37:09",
            "upload_time_iso_8601": "2024-08-06T02:37:09.113934Z",
            "url": "https://files.pythonhosted.org/packages/32/1b/5e2a23493d638473534a88d4cedff754b5dddd8a0b35d82cfd3a9332eb1e/detkit-0.6.8-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ded5dcbd9485061ba36113dff66a8479eb407b15a0076809cc36757c9178ba4d",
                "md5": "56017e91bc2628283c4d7308bcc9b7d6",
                "sha256": "3b327f98f470a6a9f40301e83e8ce22db6c3e26706084b50848b4f3cf07c3234"
            },
            "downloads": -1,
            "filename": "detkit-0.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "56017e91bc2628283c4d7308bcc9b7d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 300289,
            "upload_time": "2024-08-06T02:37:11",
            "upload_time_iso_8601": "2024-08-06T02:37:11.126219Z",
            "url": "https://files.pythonhosted.org/packages/de/d5/dcbd9485061ba36113dff66a8479eb407b15a0076809cc36757c9178ba4d/detkit-0.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 02:37:11",
    "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": "pooch",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "zarr",
            "specs": []
        },
        {
            "name": "dask",
            "specs": []
        },
        {
            "name": "distributed",
            "specs": []
        },
        {
            "name": "tensorstore",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "detkit"
}
        
Elapsed time: 1.19991s