detkit


Namedetkit JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/ameli/detkit
SummaryMatrix determinant toolkit
upload_time2023-01-23 06:48:59
maintainer
docs_urlNone
authorSiavash Ameli
requires_python>=3.6
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>`_
* `Git Hub <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                        | Continuous      |
+          |        +-------+-------+-------+-------+-------+ Integration     +
|          |        |  3.7  |  3.8  |  3.9  |  3.10 |  3.11 |                 |
+==========+========+=======+=======+=======+=======+=======+=================+
| Linux    | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| macOS    | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |
+----------+--------+-------+-------+-------+-------+-------+-----------------+
| Windows  | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |
+----------+--------+-------+-------+-------+-------+-------+-----------------+

.. |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.

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.6",
    "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/53/f7/1ff28af388870cbf6088b81584f209b6f3614ad64af3ac853f14dd370fa2/detkit-0.2.1.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* `Git Hub <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                        | Continuous      |\n+          |        +-------+-------+-------+-------+-------+ Integration     +\n|          |        |  3.7  |  3.8  |  3.9  |  3.10 |  3.11 |                 |\n+==========+========+=======+=======+=======+=======+=======+=================+\n| Linux    | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-linux|   |\n+----------+--------+-------+-------+-------+-------+-------+-----------------+\n| macOS    | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-macos|   |\n+----------+--------+-------+-------+-------+-------+-------+-----------------+\n| Windows  | X86-64 |  |y|  |  |y|  |  |y|  |  |y|  |  |y|  | |build-windows| |\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\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.2.1",
    "split_keywords": [
        "matrix-computations",
        "cholesky-decomposition",
        "logdet",
        "matrix-determinant",
        "singular-matrix",
        "gaussian-process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e268c6bce9091419f10c6fb9b560e3d49476ef7bd24b806bf5fc40567fbebb6",
                "md5": "081e7fc80a5a2bac7dbe7c728f41f122",
                "sha256": "2b0bd510a0085fa5225170e6662ffb18c9d93726d09234f2b724dcd01d752328"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "081e7fc80a5a2bac7dbe7c728f41f122",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1104464,
            "upload_time": "2023-01-23T06:48:38",
            "upload_time_iso_8601": "2023-01-23T06:48:38.140800Z",
            "url": "https://files.pythonhosted.org/packages/2e/26/8c6bce9091419f10c6fb9b560e3d49476ef7bd24b806bf5fc40567fbebb6/detkit-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e287bc28f081df5ebd72521fd1ea9e1204795e4967020aa18961cbf3ba179f3c",
                "md5": "049bc239beb84f3a86c0985c3e9542b9",
                "sha256": "4cebbe846a810f7bdcadb149db10fb7fbea721d80c4c2bfb719b8a9c969679c3"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "049bc239beb84f3a86c0985c3e9542b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1192324,
            "upload_time": "2023-01-23T06:48:40",
            "upload_time_iso_8601": "2023-01-23T06:48:40.000508Z",
            "url": "https://files.pythonhosted.org/packages/e2/87/bc28f081df5ebd72521fd1ea9e1204795e4967020aa18961cbf3ba179f3c/detkit-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5f757a3c82fd26158985b981796c719f5c79d30c071ab2d9eecd72177ceff6f",
                "md5": "55cc53fcdce074eb9712f00cf8ea2d25",
                "sha256": "4bda0758a76917f11842719f1cabc283d92332911accf2cd5866e97aecf9f563"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "55cc53fcdce074eb9712f00cf8ea2d25",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 538807,
            "upload_time": "2023-01-23T06:48:41",
            "upload_time_iso_8601": "2023-01-23T06:48:41.570723Z",
            "url": "https://files.pythonhosted.org/packages/e5/f7/57a3c82fd26158985b981796c719f5c79d30c071ab2d9eecd72177ceff6f/detkit-0.2.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa60173fa12b17a2e630f9609fcd3c1ade6f0345befa01f0a75b25e17a83c9a5",
                "md5": "04f37f21594d831fe689392e3ca5b34c",
                "sha256": "46088f849178d27a0686b4c24e9870fb2563bfdf66939c56527de01a8cd76547"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04f37f21594d831fe689392e3ca5b34c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1098658,
            "upload_time": "2023-01-23T06:48:42",
            "upload_time_iso_8601": "2023-01-23T06:48:42.891350Z",
            "url": "https://files.pythonhosted.org/packages/aa/60/173fa12b17a2e630f9609fcd3c1ade6f0345befa01f0a75b25e17a83c9a5/detkit-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25ce1c3026d0dbde58e5f74c498640729a9b43d90b1422f217dccb573d4587a7",
                "md5": "c28d80da87e2a0927b975972445e5b9c",
                "sha256": "2facfbea97c6cb56bd3c59ca28b3c1ca16a25bcc064b11217f19ce7d0fef5d09"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c28d80da87e2a0927b975972445e5b9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1190100,
            "upload_time": "2023-01-23T06:48:44",
            "upload_time_iso_8601": "2023-01-23T06:48:44.115455Z",
            "url": "https://files.pythonhosted.org/packages/25/ce/1c3026d0dbde58e5f74c498640729a9b43d90b1422f217dccb573d4587a7/detkit-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35e5713641027e8e85c7832980a4354266432cfdbb68628ccf244362675d9ec7",
                "md5": "264ac92396f952b4e2c9e82ba16cc569",
                "sha256": "d76fbb03c3777980f0b839d7247d315d7eefff2944440e5bbeb2a4cc6c4a58d2"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "264ac92396f952b4e2c9e82ba16cc569",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 534334,
            "upload_time": "2023-01-23T06:48:45",
            "upload_time_iso_8601": "2023-01-23T06:48:45.713181Z",
            "url": "https://files.pythonhosted.org/packages/35/e5/713641027e8e85c7832980a4354266432cfdbb68628ccf244362675d9ec7/detkit-0.2.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1344a9c308204fa815176a9bbd65ac2bb8073a685f8fd78a287cc2d9add2ba6",
                "md5": "4cd8e7bfc5f8e4bdaa2f4ff35aba6ecd",
                "sha256": "4e5a49b4d874ecf218a922313f302e2ccd114e827e0afc2c8b731f6c193985d2"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4cd8e7bfc5f8e4bdaa2f4ff35aba6ecd",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1099091,
            "upload_time": "2023-01-23T06:48:47",
            "upload_time_iso_8601": "2023-01-23T06:48:47.447602Z",
            "url": "https://files.pythonhosted.org/packages/d1/34/4a9c308204fa815176a9bbd65ac2bb8073a685f8fd78a287cc2d9add2ba6/detkit-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "582e9c375f54f2a93bc4bf4120ffd737fbc4081b401f1d9ee62c4868db464e9d",
                "md5": "43764ba657d7ea76418271a9515857bb",
                "sha256": "20a31b4450bc0a93d23d6615e66061056526f8197b6267f231ec6e952014de85"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "43764ba657d7ea76418271a9515857bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1196038,
            "upload_time": "2023-01-23T06:48:48",
            "upload_time_iso_8601": "2023-01-23T06:48:48.858069Z",
            "url": "https://files.pythonhosted.org/packages/58/2e/9c375f54f2a93bc4bf4120ffd737fbc4081b401f1d9ee62c4868db464e9d/detkit-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a105afea2401efa995c9c1e6c5d2dc7231714de55489cbaac6cb4231fba13b90",
                "md5": "d5d1805a2e9c404103ecba8e61bf4a2d",
                "sha256": "c52db0eb869dfd44c727f509a56ff2958ea8c5a7ff927577b0ef292ad0a27fcb"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d5d1805a2e9c404103ecba8e61bf4a2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 542788,
            "upload_time": "2023-01-23T06:48:50",
            "upload_time_iso_8601": "2023-01-23T06:48:50.046525Z",
            "url": "https://files.pythonhosted.org/packages/a1/05/afea2401efa995c9c1e6c5d2dc7231714de55489cbaac6cb4231fba13b90/detkit-0.2.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aef302ca76d811038ca65e837cf2082e5d304539e23c87163c9b63901d4497f",
                "md5": "ef2d93750345214cd916fdef5b862557",
                "sha256": "11f809fc56b7b0b6b23625a1cb9d9a36b2da6c60b6938f2810e1b8605691b5c3"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef2d93750345214cd916fdef5b862557",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1093983,
            "upload_time": "2023-01-23T06:48:51",
            "upload_time_iso_8601": "2023-01-23T06:48:51.716753Z",
            "url": "https://files.pythonhosted.org/packages/7a/ef/302ca76d811038ca65e837cf2082e5d304539e23c87163c9b63901d4497f/detkit-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cc775ce89a9c9ee500e7dbf8bc320897b2a4dde3bbdd935adced3c2e3d091e0",
                "md5": "752421594f73994a425aee35381f5e3d",
                "sha256": "7a10be6f1413596d01290a0a3092cf1e764a70503543a73dc7d26a9c789ab193"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "752421594f73994a425aee35381f5e3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1200023,
            "upload_time": "2023-01-23T06:48:52",
            "upload_time_iso_8601": "2023-01-23T06:48:52.876695Z",
            "url": "https://files.pythonhosted.org/packages/6c/c7/75ce89a9c9ee500e7dbf8bc320897b2a4dde3bbdd935adced3c2e3d091e0/detkit-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2ba63606e26eb8cd64154724733d5ee0fc0e67dc4028e0812e75c5b982f6333",
                "md5": "0532d99c0ca3236ce4e5d1e7b6117b68",
                "sha256": "30522f6724fee879bd1fa23c6f0644981621e55027d3efa55fc26772ef596655"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0532d99c0ca3236ce4e5d1e7b6117b68",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 546714,
            "upload_time": "2023-01-23T06:48:54",
            "upload_time_iso_8601": "2023-01-23T06:48:54.590798Z",
            "url": "https://files.pythonhosted.org/packages/e2/ba/63606e26eb8cd64154724733d5ee0fc0e67dc4028e0812e75c5b982f6333/detkit-0.2.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a1436f9e9be320873b0e8cdd6a1717e7f2b44f48a2679358a4caa7a96e996c1",
                "md5": "267bf79e87ac796e4ffdf33e95525891",
                "sha256": "c3a2b91ced2c30b7acc6c18b192c718bbdc298f5c6403337e4b179fd2764d088"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "267bf79e87ac796e4ffdf33e95525891",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1105782,
            "upload_time": "2023-01-23T06:48:55",
            "upload_time_iso_8601": "2023-01-23T06:48:55.695303Z",
            "url": "https://files.pythonhosted.org/packages/9a/14/36f9e9be320873b0e8cdd6a1717e7f2b44f48a2679358a4caa7a96e996c1/detkit-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fb3145ccb217bb2c5c1ac7ac0bd2f18e78bdaa42696627b538246b0cbbd4456",
                "md5": "541feb337f09acdb4415b70a0ec5093d",
                "sha256": "6afdf5d2ddf9be096c6838f0fd7f7c345f1a529e0c4e9f19b3a4f8aea3103578"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "541feb337f09acdb4415b70a0ec5093d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1203166,
            "upload_time": "2023-01-23T06:48:56",
            "upload_time_iso_8601": "2023-01-23T06:48:56.888879Z",
            "url": "https://files.pythonhosted.org/packages/1f/b3/145ccb217bb2c5c1ac7ac0bd2f18e78bdaa42696627b538246b0cbbd4456/detkit-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0a06a0fc75d82191cafeecee4de22e7bc22beca3ac559fc3a8a8f2f327e1192",
                "md5": "7e8abc722ce2ea739cd2549e6757dcd4",
                "sha256": "9231fff486423211031b36c37048531384210308f7872a71e866ecfb10d2c90c"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7e8abc722ce2ea739cd2549e6757dcd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 546316,
            "upload_time": "2023-01-23T06:48:58",
            "upload_time_iso_8601": "2023-01-23T06:48:58.541202Z",
            "url": "https://files.pythonhosted.org/packages/a0/a0/6a0fc75d82191cafeecee4de22e7bc22beca3ac559fc3a8a8f2f327e1192/detkit-0.2.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53f71ff28af388870cbf6088b81584f209b6f3614ad64af3ac853f14dd370fa2",
                "md5": "cfc438e79779a0ae87d6015c8f45da14",
                "sha256": "57d61a2c4f93dfcd189634290b3504bcda4d0806b21df9fd3e875c636e27728a"
            },
            "downloads": -1,
            "filename": "detkit-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cfc438e79779a0ae87d6015c8f45da14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1281336,
            "upload_time": "2023-01-23T06:48:59",
            "upload_time_iso_8601": "2023-01-23T06:48:59.745313Z",
            "url": "https://files.pythonhosted.org/packages/53/f7/1ff28af388870cbf6088b81584f209b6f3614ad64af3ac853f14dd370fa2/detkit-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-23 06:48:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ameli",
    "github_project": "detkit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "detkit"
}
        
Elapsed time: 0.04193s