optjet


Nameoptjet JSON
Version 0.2.1.1096 PyPI version JSON
download
home_pageNone
Summaryoptjet - package of Solvers and Transformers from 'Quantum Systems'
upload_time2024-04-23 16:53:49
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.8
licenseCopyright (c) 2022-2024 Quantum Systems Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords qusolve optjet quant sat solver linear solver cnf wcnf cnf encoder maxsat pseudo-boolean constraint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # optjet

**optjet** - package of Solvers and Transformers from **'Quantum Systems'**

## Python requirements
You must have one of the following Python versions installed: 3.8, 3.9, 3.10, 3.11.

You must have "pip" installer.

And you must have one of version NumPy: "pip install numpy"

## Getting started
``` bash
pip install optjet
```
or for update
``` bash
pip install -U optjet
```

## Use in Python
``` python
import optjet
```
or
``` python
import optjet.quant_engine as qe
import optjet.md_encoder as enc
```

## For test
This package was tested on OS Windows (10, 11) and Linux (Ubuntu 18.04, Ubuntu 22.04, Rocky 9.2).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "optjet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "QuSolve, optjet, quant, SAT solver, linear solver, CNF, WCNF, CNF encoder, maxsat, pseudo-boolean constraint",
    "author": null,
    "author_email": "sea <es@qusolve.ru>",
    "download_url": null,
    "platform": "macosx_11_0_arm64",
    "description": "# optjet\n\n**optjet** - package of Solvers and Transformers from **'Quantum Systems'**\n\n## Python requirements\nYou must have one of the following Python versions installed: 3.8, 3.9, 3.10, 3.11.\n\nYou must have \"pip\" installer.\n\nAnd you must have one of version NumPy: \"pip install numpy\"\n\n## Getting started\n``` bash\npip install optjet\n```\nor for update\n``` bash\npip install -U optjet\n```\n\n## Use in Python\n``` python\nimport optjet\n```\nor\n``` python\nimport optjet.quant_engine as qe\nimport optjet.md_encoder as enc\n```\n\n## For test\nThis package was tested on OS Windows (10, 11) and Linux (Ubuntu 18.04, Ubuntu 22.04, Rocky 9.2).\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2022-2024 Quantum Systems  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "optjet - package of Solvers and Transformers from 'Quantum Systems'",
    "version": "0.2.1.1096",
    "project_urls": {
        "Homepage": "https://en.qusolve.ru/",
        "Issues": "https://en.qusolve.ru/"
    },
    "split_keywords": [
        "qusolve",
        " optjet",
        " quant",
        " sat solver",
        " linear solver",
        " cnf",
        " wcnf",
        " cnf encoder",
        " maxsat",
        " pseudo-boolean constraint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e3cd26bdc46674b95ed1d9d9e14f46a6bd0736b3ed1059a5569bfc08f2f625c",
                "md5": "c39be655a913ab783c395ee89f961971",
                "sha256": "3110aba90f0970af6b4ec4068fa51bdb5582952d1f7d3aac278a7f71f5bc4e1d"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c39be655a913ab783c395ee89f961971",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 4527649,
            "upload_time": "2024-04-23T16:53:49",
            "upload_time_iso_8601": "2024-04-23T16:53:49.938571Z",
            "url": "https://files.pythonhosted.org/packages/0e/3c/d26bdc46674b95ed1d9d9e14f46a6bd0736b3ed1059a5569bfc08f2f625c/optjet-0.2.1.1096-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8dc8a7933c474d8714ec528df39dee607f3a560253b0c165efc08e732470a6c",
                "md5": "ddfcb8bc327e28fe455b574d0f98b30b",
                "sha256": "83028aebff74782251f09ca5497fbb02dcb200172f482941c815b736a6f70a7a"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ddfcb8bc327e28fe455b574d0f98b30b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 5080218,
            "upload_time": "2024-04-23T16:53:56",
            "upload_time_iso_8601": "2024-04-23T16:53:56.225645Z",
            "url": "https://files.pythonhosted.org/packages/e8/dc/8a7933c474d8714ec528df39dee607f3a560253b0c165efc08e732470a6c/optjet-0.2.1.1096-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79d50fe0f91a1f0df894881e92b619d1b909b8bcaa9a957d0f82a09471e6008",
                "md5": "a4daf98be9a9add0dda144897c2f2b8f",
                "sha256": "0a86d409107e8615f5a67f169bd6074491bdc2b4621d11a3ffb482e30857bbdc"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp310-cp310-manylinux_2_27_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4daf98be9a9add0dda144897c2f2b8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 6163546,
            "upload_time": "2024-04-23T16:54:10",
            "upload_time_iso_8601": "2024-04-23T16:54:10.449379Z",
            "url": "https://files.pythonhosted.org/packages/c7/9d/50fe0f91a1f0df894881e92b619d1b909b8bcaa9a957d0f82a09471e6008/optjet-0.2.1.1096-cp310-cp310-manylinux_2_27_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2524e8209e59a4153c64be66cb71cdfe275df15becafb62addc8082e321673b",
                "md5": "fd61e64c5ebcdd1871139cdcaf6572e7",
                "sha256": "a89759d16c5146c5ee7ade73d0659dd301f3698ac62b026d9f92e26fc6f26927"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fd61e64c5ebcdd1871139cdcaf6572e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 3820880,
            "upload_time": "2024-04-23T16:54:26",
            "upload_time_iso_8601": "2024-04-23T16:54:26.351576Z",
            "url": "https://files.pythonhosted.org/packages/e2/52/4e8209e59a4153c64be66cb71cdfe275df15becafb62addc8082e321673b/optjet-0.2.1.1096-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39cad95b9b28f0b0ae0fdefb857d134e0928f8bd7def980a5a90d7e9d762c0ab",
                "md5": "35e250382cf2fed1244788dab1bf69ba",
                "sha256": "c0fa618dc6dbce45e46fe7c1e41dc1ada094217f061adf4e71cc40ec21a11305"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "35e250382cf2fed1244788dab1bf69ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 4535301,
            "upload_time": "2024-04-23T16:54:39",
            "upload_time_iso_8601": "2024-04-23T16:54:39.635579Z",
            "url": "https://files.pythonhosted.org/packages/39/ca/d95b9b28f0b0ae0fdefb857d134e0928f8bd7def980a5a90d7e9d762c0ab/optjet-0.2.1.1096-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4d111f00dc8cca2cb0c5d470a128411f7947a7b9ca10650e3ac8d0b6eb36bd",
                "md5": "b19aee56a913bf6a190f009f0a54c9e6",
                "sha256": "4d14b2b70c4b471cfc62c45b4219f2fe91a283d7653a2fa1bb3251a6ff7fb127"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp311-cp311-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b19aee56a913bf6a190f009f0a54c9e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 5093462,
            "upload_time": "2024-04-23T16:54:56",
            "upload_time_iso_8601": "2024-04-23T16:54:56.180506Z",
            "url": "https://files.pythonhosted.org/packages/fe/4d/111f00dc8cca2cb0c5d470a128411f7947a7b9ca10650e3ac8d0b6eb36bd/optjet-0.2.1.1096-cp311-cp311-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb62dd976638e3f52e8d04e6156b0b19ea4fb7b6415f106135882676fed24947",
                "md5": "520bb4ecec021d05fa66f14b098d9497",
                "sha256": "e8070a126203ee4d072ecd215f207c71a36f6e963b0200c55a403841d9addb5a"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp311-cp311-manylinux_2_27_x86_64.whl",
            "has_sig": false,
            "md5_digest": "520bb4ecec021d05fa66f14b098d9497",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 6196486,
            "upload_time": "2024-04-23T16:55:22",
            "upload_time_iso_8601": "2024-04-23T16:55:22.202606Z",
            "url": "https://files.pythonhosted.org/packages/eb/62/dd976638e3f52e8d04e6156b0b19ea4fb7b6415f106135882676fed24947/optjet-0.2.1.1096-cp311-cp311-manylinux_2_27_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69f568897e618cad06079c37121564dbbf39fda258910f7e6211959e2ab8af45",
                "md5": "599eae522f3c711337688ec99e184b0a",
                "sha256": "1a69457783e0e8fb00184c940f3e8eadbbe84b638407fcc91660f817497191d6"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "599eae522f3c711337688ec99e184b0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 3821975,
            "upload_time": "2024-04-23T16:55:36",
            "upload_time_iso_8601": "2024-04-23T16:55:36.020408Z",
            "url": "https://files.pythonhosted.org/packages/69/f5/68897e618cad06079c37121564dbbf39fda258910f7e6211959e2ab8af45/optjet-0.2.1.1096-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bec549e3e2b20d4c21f5107616f8758a01221fa3e7e1861bf9b711125d9d691",
                "md5": "ddd930546622a20307dc13330c9ef6ab",
                "sha256": "ffe54f4a14889a336bfbbb8f2bf05abaac81219685b1a962a74cbe28697dc643"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ddd930546622a20307dc13330c9ef6ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 4525550,
            "upload_time": "2024-04-23T16:55:58",
            "upload_time_iso_8601": "2024-04-23T16:55:58.487988Z",
            "url": "https://files.pythonhosted.org/packages/0b/ec/549e3e2b20d4c21f5107616f8758a01221fa3e7e1861bf9b711125d9d691/optjet-0.2.1.1096-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d70c0d29caa7ee9c5ae373a2d491facf4ea08b396e9f1c03408773986fa2a1a7",
                "md5": "6ed2bad4b655924ca3cf33feb1502d78",
                "sha256": "a3af1db336bad8777f39ecbc061a4f8863eb64468a4485261e17da0de9503487"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ed2bad4b655924ca3cf33feb1502d78",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 5077935,
            "upload_time": "2024-04-23T16:56:21",
            "upload_time_iso_8601": "2024-04-23T16:56:21.333702Z",
            "url": "https://files.pythonhosted.org/packages/d7/0c/0d29caa7ee9c5ae373a2d491facf4ea08b396e9f1c03408773986fa2a1a7/optjet-0.2.1.1096-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24b1474c481276d8932a8204d99a1f3a081aa0a9aea69d395f7c2ccdb75f3283",
                "md5": "09c47c4ffab0a9b00413b38939e315c2",
                "sha256": "101858d7bc9cc50d36d545e177dbc49b8ceba0aab3e083bacb03d6be8c497d09"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp38-cp38-manylinux_2_27_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09c47c4ffab0a9b00413b38939e315c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 6162878,
            "upload_time": "2024-04-23T16:56:33",
            "upload_time_iso_8601": "2024-04-23T16:56:33.405518Z",
            "url": "https://files.pythonhosted.org/packages/24/b1/474c481276d8932a8204d99a1f3a081aa0a9aea69d395f7c2ccdb75f3283/optjet-0.2.1.1096-cp38-cp38-manylinux_2_27_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9257c48909a304fa811b62d8edc85faed81a7b5b2cc6755012ca5367fe6126b",
                "md5": "877a96947102b8ad11be1dbb47328a43",
                "sha256": "ee30b36aed1bed06d7d58068390dd9253258cfa2f95734c3008a44b71f5a3d40"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "877a96947102b8ad11be1dbb47328a43",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 3820947,
            "upload_time": "2024-04-23T16:56:53",
            "upload_time_iso_8601": "2024-04-23T16:56:53.968172Z",
            "url": "https://files.pythonhosted.org/packages/f9/25/7c48909a304fa811b62d8edc85faed81a7b5b2cc6755012ca5367fe6126b/optjet-0.2.1.1096-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d77607685652b94c6b6edc2f07c65fa3ed514a389038b3d205cd749c70e688",
                "md5": "deaffb203869f747f0c9998c0bbd8841",
                "sha256": "468d2d1b8f7e786fd8092466401355e96137a2576801212f1e95f97ddf1e672e"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "deaffb203869f747f0c9998c0bbd8841",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 4517777,
            "upload_time": "2024-04-23T16:57:35",
            "upload_time_iso_8601": "2024-04-23T16:57:35.336433Z",
            "url": "https://files.pythonhosted.org/packages/c4/d7/7607685652b94c6b6edc2f07c65fa3ed514a389038b3d205cd749c70e688/optjet-0.2.1.1096-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "415e1d725a861ecba49eecfcc828a9a95c67d4465691e933768198dd852f26be",
                "md5": "c15f0f215b85c440a58a1ee9ec5cdcf5",
                "sha256": "d9f3ad1b789258858d6b5ecb0e3cd460fdf0118d35fd6b2037ad0434649c4e6e"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c15f0f215b85c440a58a1ee9ec5cdcf5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 5068613,
            "upload_time": "2024-04-23T16:57:57",
            "upload_time_iso_8601": "2024-04-23T16:57:57.333607Z",
            "url": "https://files.pythonhosted.org/packages/41/5e/1d725a861ecba49eecfcc828a9a95c67d4465691e933768198dd852f26be/optjet-0.2.1.1096-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a896d3123c9f57c0d786c9068268bbec73bb6a479c082519168d95db70b03b14",
                "md5": "e1e48074ce8fbf7dfe4af8ebd5741240",
                "sha256": "32509777a1cfc1c2477f24cbf51b45f644bed02d4c3d3e9371885e42b5f3d847"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp39-cp39-manylinux_2_27_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1e48074ce8fbf7dfe4af8ebd5741240",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 6161464,
            "upload_time": "2024-04-23T16:58:10",
            "upload_time_iso_8601": "2024-04-23T16:58:10.736954Z",
            "url": "https://files.pythonhosted.org/packages/a8/96/d3123c9f57c0d786c9068268bbec73bb6a479c082519168d95db70b03b14/optjet-0.2.1.1096-cp39-cp39-manylinux_2_27_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80f2d45b4b260cdaee371a0eaa3f80326a4416f095c3d6bebe92fd4ba51543ae",
                "md5": "b9a0a199cb418cb80e96d08aa0a2db4c",
                "sha256": "1184fc529ac329ed26ce1309e221a67f5d793b97c52b7a69cb7337c0113a3c55"
            },
            "downloads": -1,
            "filename": "optjet-0.2.1.1096-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b9a0a199cb418cb80e96d08aa0a2db4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 3876032,
            "upload_time": "2024-04-23T16:58:31",
            "upload_time_iso_8601": "2024-04-23T16:58:31.710421Z",
            "url": "https://files.pythonhosted.org/packages/80/f2/d45b4b260cdaee371a0eaa3f80326a4416f095c3d6bebe92fd4ba51543ae/optjet-0.2.1.1096-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 16:53:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "optjet"
}
        
Elapsed time: 0.23008s