detkit


Namedetkit JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/ameli/detkit
SummaryMatrix determinant toolkit
upload_time2024-02-08 21:27:28
maintainer
docs_urlNone
authorSiavash Ameli
requires_python>=3.8
license
keywords matrix-computations cholesky-decomposition logdet matrix-determinant singular-matrix gaussian-process
VCS
bugtrack_url
requirements No requirements were recorded.
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 -c 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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "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/ed/1f/ba3a4920e9c43b563b1777a74c3bb5514d98a0ad6b36506f9a30096385f6/detkit-0.3.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 -c 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": "",
    "summary": "Matrix determinant toolkit",
    "version": "0.3.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",
        "matrix-determinant",
        "singular-matrix",
        "gaussian-process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "405697e11242fe96e48b828b449731daf2697695423e72f83abb1c8bf598ae48",
                "md5": "fb7c2ba48b0759cb3f792e11f844651e",
                "sha256": "e711f212aa914dfe65fa23893b034825c71ab1384f9395b2a6ef741561265bca"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb7c2ba48b0759cb3f792e11f844651e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 809478,
            "upload_time": "2024-02-08T21:26:43",
            "upload_time_iso_8601": "2024-02-08T21:26:43.349295Z",
            "url": "https://files.pythonhosted.org/packages/40/56/97e11242fe96e48b828b449731daf2697695423e72f83abb1c8bf598ae48/detkit-0.3.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8648492a6fb0f6dc002d440adddb4947a2d155b9e9d7408e6a8a323b816bfdd",
                "md5": "fb691bfb261c154c2bf0c087a407b627",
                "sha256": "2ff1ee4fd811e7cf503e508d95b931b7c92a25bb6cd282b8a20ad82c9a8db482"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb691bfb261c154c2bf0c087a407b627",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1128713,
            "upload_time": "2024-02-08T21:26:45",
            "upload_time_iso_8601": "2024-02-08T21:26:45.115546Z",
            "url": "https://files.pythonhosted.org/packages/f8/64/8492a6fb0f6dc002d440adddb4947a2d155b9e9d7408e6a8a323b816bfdd/detkit-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae50c9f6a966c4a0fde2d005665b1b770fb1d89a3abf38d1955a42aa95abdf1b",
                "md5": "b5c3534268024420ba05bd862079e91a",
                "sha256": "dd29703136024b9aebb5462f01107e781d4f373b4efc729a96fdb77d9058c74b"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b5c3534268024420ba05bd862079e91a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 545027,
            "upload_time": "2024-02-08T21:26:47",
            "upload_time_iso_8601": "2024-02-08T21:26:47.405321Z",
            "url": "https://files.pythonhosted.org/packages/ae/50/c9f6a966c4a0fde2d005665b1b770fb1d89a3abf38d1955a42aa95abdf1b/detkit-0.3.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f23968bc989338b482fb0807ff212c49b58c4d6313c7aeb8e338e97c16e16f45",
                "md5": "d56a29fd5bd991af33793aa7a0831aa5",
                "sha256": "5e897b40ca4ff3b16cc5276a9cf8ee58052a03070b63bd6eef8114d08b1e41b9"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "d56a29fd5bd991af33793aa7a0831aa5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 464824,
            "upload_time": "2024-02-08T21:26:48",
            "upload_time_iso_8601": "2024-02-08T21:26:48.744505Z",
            "url": "https://files.pythonhosted.org/packages/f2/39/68bc989338b482fb0807ff212c49b58c4d6313c7aeb8e338e97c16e16f45/detkit-0.3.3-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09d1ee4846c45386a15e2be6c4444e992b6e74254195ee9e3a4dfa5a448b9bd9",
                "md5": "6db42c6375113f69d677a0a760625116",
                "sha256": "5f4a9454e18c8aefa8157d72da55707322f35c2342e6cadd9b6b1bb1f3ef5033"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6db42c6375113f69d677a0a760625116",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 803892,
            "upload_time": "2024-02-08T21:26:50",
            "upload_time_iso_8601": "2024-02-08T21:26:50.027767Z",
            "url": "https://files.pythonhosted.org/packages/09/d1/ee4846c45386a15e2be6c4444e992b6e74254195ee9e3a4dfa5a448b9bd9/detkit-0.3.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de35180f94e4d576a04eb60153ad32c41cf1bc55c24fe54594b45e23f221a58c",
                "md5": "8548a42ffee7b11faa8b938592e9015c",
                "sha256": "125c888b3dd086b0e25023929b54a07ba5ea05dca35d060fa0ec3c41964f896a"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8548a42ffee7b11faa8b938592e9015c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1126318,
            "upload_time": "2024-02-08T21:26:51",
            "upload_time_iso_8601": "2024-02-08T21:26:51.636429Z",
            "url": "https://files.pythonhosted.org/packages/de/35/180f94e4d576a04eb60153ad32c41cf1bc55c24fe54594b45e23f221a58c/detkit-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75a4ca8fe342571f9d953ed32c1300411ff11d722f49aacd2b8b41f4920b850c",
                "md5": "113f9a66f68de9b15d4a4cf0749dd050",
                "sha256": "dc82b076482032f86caf0414463a6d8eeb860916f955c3d6de46391c63ca07fb"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "113f9a66f68de9b15d4a4cf0749dd050",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 540646,
            "upload_time": "2024-02-08T21:26:53",
            "upload_time_iso_8601": "2024-02-08T21:26:53.302807Z",
            "url": "https://files.pythonhosted.org/packages/75/a4/ca8fe342571f9d953ed32c1300411ff11d722f49aacd2b8b41f4920b850c/detkit-0.3.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4c19df4744688bd08c97e5d4b240f3deb41ed3e78766f761ca79bd8851674cd",
                "md5": "63d10d0447443e60ac5258f341e07745",
                "sha256": "08ee502de583411d7c6bbfe467a3d9b177e5baadc3a40e53096c9f96b50762f0"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "63d10d0447443e60ac5258f341e07745",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 462199,
            "upload_time": "2024-02-08T21:26:54",
            "upload_time_iso_8601": "2024-02-08T21:26:54.664959Z",
            "url": "https://files.pythonhosted.org/packages/a4/c1/9df4744688bd08c97e5d4b240f3deb41ed3e78766f761ca79bd8851674cd/detkit-0.3.3-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a524328a6ed2dd653d48cb2287a0242ffc884e1244c01a0ca97ad12ca814a0a6",
                "md5": "93f4813285321f3bb05ad55c22b6c6a6",
                "sha256": "7bccb90e02075c494745aedc3ae30394f10b8a54d5cdcf8ee21e185fba272bc8"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93f4813285321f3bb05ad55c22b6c6a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 802803,
            "upload_time": "2024-02-08T21:26:56",
            "upload_time_iso_8601": "2024-02-08T21:26:56.415988Z",
            "url": "https://files.pythonhosted.org/packages/a5/24/328a6ed2dd653d48cb2287a0242ffc884e1244c01a0ca97ad12ca814a0a6/detkit-0.3.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a854758cfe43c429ff5601d78c4103871931d26ddb80a5fd525513b98bd9e98f",
                "md5": "82d81d83da455fe95242a824f8b50b44",
                "sha256": "b983fe694732b694bcdd313dac6455d30e58db7bc4710b37e46771efc44475fa"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82d81d83da455fe95242a824f8b50b44",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1098307,
            "upload_time": "2024-02-08T21:26:57",
            "upload_time_iso_8601": "2024-02-08T21:26:57.731464Z",
            "url": "https://files.pythonhosted.org/packages/a8/54/758cfe43c429ff5601d78c4103871931d26ddb80a5fd525513b98bd9e98f/detkit-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a009b4a13505078b89dad76decdf343f56aebed8fd172e16b96615d220284f13",
                "md5": "f8099e4c8d869e06eab623f2579265bc",
                "sha256": "b6757cadde12a18b44c63c662ea4a49d3e8f3fbab950345455fd78996af54b62"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f8099e4c8d869e06eab623f2579265bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 539564,
            "upload_time": "2024-02-08T21:26:59",
            "upload_time_iso_8601": "2024-02-08T21:26:59.286509Z",
            "url": "https://files.pythonhosted.org/packages/a0/09/b4a13505078b89dad76decdf343f56aebed8fd172e16b96615d220284f13/detkit-0.3.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3372f6f4711baf5b5c311b21b2e5dec2d3434d9ca93f17448577fe1a56c62365",
                "md5": "bbe132523424393b02d258035e077d84",
                "sha256": "f4fbb97e0e2fb2cda57c29ca118ca3590f782012ebcb466097ce96ccaa97c8d6"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "bbe132523424393b02d258035e077d84",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 460635,
            "upload_time": "2024-02-08T21:27:01",
            "upload_time_iso_8601": "2024-02-08T21:27:01.511654Z",
            "url": "https://files.pythonhosted.org/packages/33/72/f6f4711baf5b5c311b21b2e5dec2d3434d9ca93f17448577fe1a56c62365/detkit-0.3.3-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8b5fd52d010e50b8f3463729afd8394ca0b8f112a5c76595124cdb53bb4071e",
                "md5": "ae092b5e1b625d3c7f0e6e14d2584912",
                "sha256": "af01d3cf0624bb622a76cfac435b238f0ba065234e4b14c912dda02437100a8a"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae092b5e1b625d3c7f0e6e14d2584912",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 810808,
            "upload_time": "2024-02-08T21:27:03",
            "upload_time_iso_8601": "2024-02-08T21:27:03.809401Z",
            "url": "https://files.pythonhosted.org/packages/d8/b5/fd52d010e50b8f3463729afd8394ca0b8f112a5c76595124cdb53bb4071e/detkit-0.3.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d26a5b0abb54fcfa0482feeedba3be78620932cb9525ef51ca4376c3dc4cff94",
                "md5": "ece7941b66cf77ecafef0904dd58baf5",
                "sha256": "2aa8e3c008219b5a4b8d586165a377c6920c25af0033ff20275ae1ffe5bbac02"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ece7941b66cf77ecafef0904dd58baf5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1139775,
            "upload_time": "2024-02-08T21:27:06",
            "upload_time_iso_8601": "2024-02-08T21:27:06.088299Z",
            "url": "https://files.pythonhosted.org/packages/d2/6a/5b0abb54fcfa0482feeedba3be78620932cb9525ef51ca4376c3dc4cff94/detkit-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "081f003619faa1c2c1a433d8556d45355380b4696c8f85d1189f8ee518293234",
                "md5": "992f2a46b4c3dd771eee432c6cc1c4a5",
                "sha256": "af8232c0dc8fe5ba068b0c4f8da936ec76b16419e0d4ee1e6f0f7f8e62ae0bbc"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "992f2a46b4c3dd771eee432c6cc1c4a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 552793,
            "upload_time": "2024-02-08T21:27:07",
            "upload_time_iso_8601": "2024-02-08T21:27:07.416116Z",
            "url": "https://files.pythonhosted.org/packages/08/1f/003619faa1c2c1a433d8556d45355380b4696c8f85d1189f8ee518293234/detkit-0.3.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92e57ba5fd7faccb8bc15175fc7064f0bfc974478a938dcd41fe24e629bc4b1e",
                "md5": "c6cee9e81ec66093c3fdded6f3cbfe6f",
                "sha256": "936f3f8086450b1f72c0f5f61e02086cc56934f7dac8e331719aaba3c753642e"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "c6cee9e81ec66093c3fdded6f3cbfe6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 472227,
            "upload_time": "2024-02-08T21:27:08",
            "upload_time_iso_8601": "2024-02-08T21:27:08.732848Z",
            "url": "https://files.pythonhosted.org/packages/92/e5/7ba5fd7faccb8bc15175fc7064f0bfc974478a938dcd41fe24e629bc4b1e/detkit-0.3.3-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2150620403a0a7303aad806d344f2b00405ff1b6e28f07fdc9def66138562a63",
                "md5": "17b1b80157586f958c963fd2b5c8e410",
                "sha256": "70d5bbe976a3f5da592db52fda5b598dc78deac56772cc4ea4a89914bddd0066"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17b1b80157586f958c963fd2b5c8e410",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 749381,
            "upload_time": "2024-02-08T21:27:10",
            "upload_time_iso_8601": "2024-02-08T21:27:10.500899Z",
            "url": "https://files.pythonhosted.org/packages/21/50/620403a0a7303aad806d344f2b00405ff1b6e28f07fdc9def66138562a63/detkit-0.3.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78d9bd0f0760fab9652a5b55acb92cde8d6b3fe699ed2eab99c3f8401fc297c1",
                "md5": "40ca7afabcef545401e1c118c74aae54",
                "sha256": "49609306a7cea0c02dcb0682ab171dc9de9d24cb4cf685595938fd84f5726424"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "40ca7afabcef545401e1c118c74aae54",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1039807,
            "upload_time": "2024-02-08T21:27:12",
            "upload_time_iso_8601": "2024-02-08T21:27:12.697523Z",
            "url": "https://files.pythonhosted.org/packages/78/d9/bd0f0760fab9652a5b55acb92cde8d6b3fe699ed2eab99c3f8401fc297c1/detkit-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "789fa8c08ac5ab8bd98cce9cad7361a528047a46319044f42039a767d96cfe64",
                "md5": "087728800d32d3dbf5f1be2382af26d1",
                "sha256": "53f6467d89f0797165eb8b9c7b65fc290f49baaf2377e15d93862bf34ff27b72"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "087728800d32d3dbf5f1be2382af26d1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 510826,
            "upload_time": "2024-02-08T21:27:14",
            "upload_time_iso_8601": "2024-02-08T21:27:14.786896Z",
            "url": "https://files.pythonhosted.org/packages/78/9f/a8c08ac5ab8bd98cce9cad7361a528047a46319044f42039a767d96cfe64/detkit-0.3.3-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1a4bdda8a938c32f301ba0d9e753eac6cf9893c2cdd085f2c541de0306c24e8",
                "md5": "126972615069b3e3e2bef7daf2550134",
                "sha256": "2bc354ae44a7b65bf39960402d29db2e93428ba660e8cf5e3f6418918dbdf62e"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "126972615069b3e3e2bef7daf2550134",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 744276,
            "upload_time": "2024-02-08T21:27:16",
            "upload_time_iso_8601": "2024-02-08T21:27:16.783975Z",
            "url": "https://files.pythonhosted.org/packages/e1/a4/bdda8a938c32f301ba0d9e753eac6cf9893c2cdd085f2c541de0306c24e8/detkit-0.3.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65f382d5052e72440202843f33d7cba9e2f4dfe3772ee933db8c39a141de7115",
                "md5": "173606f67e7a7c809ac4c017b13fc3dc",
                "sha256": "89c29da8aab8dbe5c20ba58c6f706adb2d27aef49cac237144983abb39bf4d87"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "173606f67e7a7c809ac4c017b13fc3dc",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 1033237,
            "upload_time": "2024-02-08T21:27:18",
            "upload_time_iso_8601": "2024-02-08T21:27:18.263471Z",
            "url": "https://files.pythonhosted.org/packages/65/f3/82d5052e72440202843f33d7cba9e2f4dfe3772ee933db8c39a141de7115/detkit-0.3.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21c3bb2a5d59c699e2a74f7f147e1ed93c39d7d51fe422c30c9f64e0a082a903",
                "md5": "5d696a0f580a92f5f11f3ffac4f802a4",
                "sha256": "897f1377b93eed6e432b40de5c486018b35c77f7f3025c910fa8582c93808514"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5d696a0f580a92f5f11f3ffac4f802a4",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 508101,
            "upload_time": "2024-02-08T21:27:20",
            "upload_time_iso_8601": "2024-02-08T21:27:20.473175Z",
            "url": "https://files.pythonhosted.org/packages/21/c3/bb2a5d59c699e2a74f7f147e1ed93c39d7d51fe422c30c9f64e0a082a903/detkit-0.3.3-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef6459042e07680943ce647b7e599d095d8f4d1c3b1c2672314bea1409314509",
                "md5": "d86d27f707bae3824056425a2431b726",
                "sha256": "8a24de698437a2c59241640bfb0634a8cac40f7936bc69f85e838f3fd1b7ab14"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d86d27f707bae3824056425a2431b726",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 748695,
            "upload_time": "2024-02-08T21:27:22",
            "upload_time_iso_8601": "2024-02-08T21:27:22.363277Z",
            "url": "https://files.pythonhosted.org/packages/ef/64/59042e07680943ce647b7e599d095d8f4d1c3b1c2672314bea1409314509/detkit-0.3.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c5a517b3c643bd10d8b5e66159a3a4aac593e931f95f849dfa260ff7780c89b",
                "md5": "08a55b1abe4d0f10d06522d44e286d4b",
                "sha256": "0cef5512791c312d6f8c3b4a11cc126b9fe6ec053c8b9316de05895fbdd6d292"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08a55b1abe4d0f10d06522d44e286d4b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1038774,
            "upload_time": "2024-02-08T21:27:24",
            "upload_time_iso_8601": "2024-02-08T21:27:24.766351Z",
            "url": "https://files.pythonhosted.org/packages/8c/5a/517b3c643bd10d8b5e66159a3a4aac593e931f95f849dfa260ff7780c89b/detkit-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "311d92ba621c382058a90e982ac0c0c2f539adaba69ab3a0f7e8d22672ab4f56",
                "md5": "449c9508942dfd0c0f9ad6c43218da33",
                "sha256": "c1d0c7ae6ec495a4010d65321ae564633bdacd616aa4fb6156865a276b25270c"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "449c9508942dfd0c0f9ad6c43218da33",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 509895,
            "upload_time": "2024-02-08T21:27:26",
            "upload_time_iso_8601": "2024-02-08T21:27:26.501826Z",
            "url": "https://files.pythonhosted.org/packages/31/1d/92ba621c382058a90e982ac0c0c2f539adaba69ab3a0f7e8d22672ab4f56/detkit-0.3.3-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed1fba3a4920e9c43b563b1777a74c3bb5514d98a0ad6b36506f9a30096385f6",
                "md5": "e42181c4454d0c5bce6622f7822eb1b8",
                "sha256": "c7184fd6495f24732bd7e5436f85287c596c97faa829f76182ac9c5a27f1f3e1"
            },
            "downloads": -1,
            "filename": "detkit-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e42181c4454d0c5bce6622f7822eb1b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 234713,
            "upload_time": "2024-02-08T21:27:28",
            "upload_time_iso_8601": "2024-02-08T21:27:28.539463Z",
            "url": "https://files.pythonhosted.org/packages/ed/1f/ba3a4920e9c43b563b1777a74c3bb5514d98a0ad6b36506f9a30096385f6/detkit-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 21:27:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ameli",
    "github_project": "detkit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "detkit"
}
        
Elapsed time: 0.20458s