Name | osqp JSON |
Version |
0.6.7.post3
JSON |
| download |
home_page | https://osqp.org/ |
Summary | OSQP: The Operator Splitting QP Solver |
upload_time | 2024-10-11 02:15:06 |
maintainer | None |
docs_url | None |
author | Goran Banjac |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Python interface for OSQP
=========================
.. image:: https://github.com/oxfordcontrol/qdldl-python/workflows/Build/badge.svg?branch=master
:target: https://github.com/oxfordcontrol/osqp-python/actions
Python wrapper for `OSQP <https://osqp.org/>`__: the Operator
Splitting QP Solver.
The OSQP (Operator Splitting Quadratic Program) solver is a numerical
optimization package for solving problems in the form
::
minimize 0.5 x' P x + q' x
subject to l <= A x <= u
where ``x in R^n`` is the optimization variable. The objective function
is defined by a positive semidefinite matrix ``P in S^n_+`` and vector
``q in R^n``. The linear constraints are defined by matrix
``A in R^{m x n}`` and vectors ``l in R^m U {-inf}^m``,
``u in R^m U {+inf}^m``.
Installation
------------
To install ``osqp`` for python, make sure that you're using a recent version of ``pip`` (``pip install --upgrade pip``)
and then use ``pip install osqp``.
To install `osqp` from source, clone the repository (``git clone --recurse-submodules https://github.com/osqp/osqp-python``)
and run ``pip install .`` from inside the cloned folder.
Documentation
-------------
The interface is documented `here <https://osqp.org/>`__.
Packaging
---------
This repository performs the tests and builds the pypi wheels. Conda packages are on `conda-forge <https://github.com/conda-forge/osqp-feedstock>`__.
Raw data
{
"_id": null,
"home_page": "https://osqp.org/",
"name": "osqp",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Goran Banjac",
"author_email": "Bartolomeo Stellato <bartolomeo.stellato@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/74/35/45d4d1832b31d207f83e0f9734d041be125fb4f0dff49413674bd1b08032/osqp-0.6.7.post3.tar.gz",
"platform": null,
"description": "Python interface for OSQP\n=========================\n\n.. image:: https://github.com/oxfordcontrol/qdldl-python/workflows/Build/badge.svg?branch=master\n :target: https://github.com/oxfordcontrol/osqp-python/actions\n\n\nPython wrapper for `OSQP <https://osqp.org/>`__: the Operator\nSplitting QP Solver.\n\nThe OSQP (Operator Splitting Quadratic Program) solver is a numerical\noptimization package for solving problems in the form\n\n::\n\n minimize 0.5 x' P x + q' x\n\n subject to l <= A x <= u\n\nwhere ``x in R^n`` is the optimization variable. The objective function\nis defined by a positive semidefinite matrix ``P in S^n_+`` and vector\n``q in R^n``. The linear constraints are defined by matrix\n``A in R^{m x n}`` and vectors ``l in R^m U {-inf}^m``,\n``u in R^m U {+inf}^m``.\n\nInstallation\n------------\n\nTo install ``osqp`` for python, make sure that you're using a recent version of ``pip`` (``pip install --upgrade pip``)\nand then use ``pip install osqp``.\n\nTo install `osqp` from source, clone the repository (``git clone --recurse-submodules https://github.com/osqp/osqp-python``)\nand run ``pip install .`` from inside the cloned folder.\n\nDocumentation\n-------------\n\nThe interface is documented `here <https://osqp.org/>`__.\n\n\nPackaging\n---------\nThis repository performs the tests and builds the pypi wheels. Conda packages are on `conda-forge <https://github.com/conda-forge/osqp-feedstock>`__.\n",
"bugtrack_url": null,
"license": null,
"summary": "OSQP: The Operator Splitting QP Solver",
"version": "0.6.7.post3",
"project_urls": {
"Homepage": "https://osqp.org/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a85544a46201a1a1bd8acf6ef782135a76e5806fb89eb4e51cec111538251786",
"md5": "9e692117684a016f27545bc78d2f9383",
"sha256": "f751ca1332b480753cfe3c08bf14ca66259bf69679b572e1f8095ad3e26b201d"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "9e692117684a016f27545bc78d2f9383",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 251836,
"upload_time": "2024-10-11T02:22:25",
"upload_time_iso_8601": "2024-10-11T02:22:25.542833Z",
"url": "https://files.pythonhosted.org/packages/a8/55/44a46201a1a1bd8acf6ef782135a76e5806fb89eb4e51cec111538251786/osqp-0.6.7.post3-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d64d99baf07fe2ef99c0ccca4c936bcf86911ac1e01274ed932ffbe1d3ef1b13",
"md5": "7261034eb2612a1b3471cbc2306498e2",
"sha256": "a1b30df65f2d938452e3bd2ca11388b5b16ec7406daedfc4b9dce3747c282e44"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7261034eb2612a1b3471cbc2306498e2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 237555,
"upload_time": "2024-10-11T02:13:27",
"upload_time_iso_8601": "2024-10-11T02:13:27.501043Z",
"url": "https://files.pythonhosted.org/packages/d6/4d/99baf07fe2ef99c0ccca4c936bcf86911ac1e01274ed932ffbe1d3ef1b13/osqp-0.6.7.post3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed83dc03ac8a478af513132024759da13b20126a4407b07ad046d9c76e2c5e55",
"md5": "9382e4296477df97923efb6c5dd29917",
"sha256": "e0cce816af77b28fc5eff1a4e6d8d25d0653f48275e6e2814bd5f1767181e715"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9382e4296477df97923efb6c5dd29917",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 297546,
"upload_time": "2024-10-11T02:14:54",
"upload_time_iso_8601": "2024-10-11T02:14:54.479936Z",
"url": "https://files.pythonhosted.org/packages/ed/83/dc03ac8a478af513132024759da13b20126a4407b07ad046d9c76e2c5e55/osqp-0.6.7.post3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7d79d0996512f7c6409a03529b0e7b43354e45c87bd305e525adf6e93340cb3",
"md5": "110ab9d8ca5a954cdf94e3d59efcdb02",
"sha256": "78a1d63b36876996a7125e061145280949334d667060a20895c5d1f183c70242"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "110ab9d8ca5a954cdf94e3d59efcdb02",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 293045,
"upload_time": "2024-10-11T02:24:12",
"upload_time_iso_8601": "2024-10-11T02:24:12.295203Z",
"url": "https://files.pythonhosted.org/packages/a7/d7/9d0996512f7c6409a03529b0e7b43354e45c87bd305e525adf6e93340cb3/osqp-0.6.7.post3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2dd123079f0ad8409d3be9074344a3d45073ce928f701890f010ab506ffee9f",
"md5": "c22bde16d015152fb56df7dddbb760d2",
"sha256": "b1a1dcd869fd6ac501e06262c21483a3691b6281e4f3f65af6951330958b89ca"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c22bde16d015152fb56df7dddbb760d2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 251844,
"upload_time": "2024-10-11T02:22:26",
"upload_time_iso_8601": "2024-10-11T02:22:26.672836Z",
"url": "https://files.pythonhosted.org/packages/f2/dd/123079f0ad8409d3be9074344a3d45073ce928f701890f010ab506ffee9f/osqp-0.6.7.post3-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd6d0d17e8fa61809c125f97685d86e6cd6f7b1e745e01b8d3f96d783c8de41b",
"md5": "350f6008133a20cc9ba22b3f3ef2c66e",
"sha256": "46b93d1110dc0ad311f6691c4df9ee41cbbde5ffc0d8c8d520d4555bf5d8765b"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "350f6008133a20cc9ba22b3f3ef2c66e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 237567,
"upload_time": "2024-10-11T02:13:29",
"upload_time_iso_8601": "2024-10-11T02:13:29.582423Z",
"url": "https://files.pythonhosted.org/packages/cd/6d/0d17e8fa61809c125f97685d86e6cd6f7b1e745e01b8d3f96d783c8de41b/osqp-0.6.7.post3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "55728746c4bc488a31641091ccc50e71f92e0a4211e2ef882e00904940531962",
"md5": "c6f65b58d532f5266ec35e25a1b36a7a",
"sha256": "fdfefa07740e9fb1c574cdc836e5afe2600b73c0c12089955d4ae6587c55f0eb"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c6f65b58d532f5266ec35e25a1b36a7a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 298312,
"upload_time": "2024-10-11T02:14:55",
"upload_time_iso_8601": "2024-10-11T02:14:55.524640Z",
"url": "https://files.pythonhosted.org/packages/55/72/8746c4bc488a31641091ccc50e71f92e0a4211e2ef882e00904940531962/osqp-0.6.7.post3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f87bec42030f389c1b2a7e5517d4ba4a169f1d8fb6f4beb92c5b457e0cc284e4",
"md5": "78e2689e83e35fa25d24147c0d51abc9",
"sha256": "c48c91dfba02ce11e8b8f5d401ec5b67a316782bfdf4f53ca753e49907f7387f"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "78e2689e83e35fa25d24147c0d51abc9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 293043,
"upload_time": "2024-10-11T02:24:13",
"upload_time_iso_8601": "2024-10-11T02:24:13.861958Z",
"url": "https://files.pythonhosted.org/packages/f8/7b/ec42030f389c1b2a7e5517d4ba4a169f1d8fb6f4beb92c5b457e0cc284e4/osqp-0.6.7.post3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "22264cf65e82cf63c4f4ff5186618c006d95a1a5bc9f4f015563ad6d87d75a42",
"md5": "a611e8f6d88a46c3c857a67665f2f0e4",
"sha256": "023af06764f7aba9c64536ecb7204019906bb7e78237f335f82b404f16623eef"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "a611e8f6d88a46c3c857a67665f2f0e4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 252062,
"upload_time": "2024-10-11T02:22:28",
"upload_time_iso_8601": "2024-10-11T02:22:28.143853Z",
"url": "https://files.pythonhosted.org/packages/22/26/4cf65e82cf63c4f4ff5186618c006d95a1a5bc9f4f015563ad6d87d75a42/osqp-0.6.7.post3-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cebcece5348baef40bf355c5ef8000103aaf77973060f4c940da9cce0999e00d",
"md5": "f33775d7efe18698a8b99a061ca95732",
"sha256": "4cec7cb5bf1615c4129277275dc08e20a037372a874cff35eb891b4b35a463de"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f33775d7efe18698a8b99a061ca95732",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 237577,
"upload_time": "2024-10-11T02:13:31",
"upload_time_iso_8601": "2024-10-11T02:13:31.859887Z",
"url": "https://files.pythonhosted.org/packages/ce/bc/ece5348baef40bf355c5ef8000103aaf77973060f4c940da9cce0999e00d/osqp-0.6.7.post3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef63356f01888eb0e4cd8603eb8b7711a6865e26bc2d9a1882a1e4562333debd",
"md5": "872ce7aad3eebe2dc5e0661b9923d5a3",
"sha256": "502fde0ae710cef1e6418fb8d26efef9597d1dcba877489a1c2eb9c3eb2ff2e9"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "872ce7aad3eebe2dc5e0661b9923d5a3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 300002,
"upload_time": "2024-10-11T02:14:58",
"upload_time_iso_8601": "2024-10-11T02:14:58.674853Z",
"url": "https://files.pythonhosted.org/packages/ef/63/356f01888eb0e4cd8603eb8b7711a6865e26bc2d9a1882a1e4562333debd/osqp-0.6.7.post3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57b5958d4188cb9347e420d3de2d19d8cb1113f691b7a093cdef67f86b598f30",
"md5": "440b8962e885498c1843c64b7e763789",
"sha256": "468588cfb690becba4d1f460c2a53e75530584e3efcf2caed59f5219032e6888"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "440b8962e885498c1843c64b7e763789",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 293164,
"upload_time": "2024-10-11T02:24:15",
"upload_time_iso_8601": "2024-10-11T02:24:15.646392Z",
"url": "https://files.pythonhosted.org/packages/57/b5/958d4188cb9347e420d3de2d19d8cb1113f691b7a093cdef67f86b598f30/osqp-0.6.7.post3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9478f01a209777678e94546b8c43c12a28db16094dfeea689e9db6d59d3b89ad",
"md5": "82e6f9fc038e16a125a3e41d57462727",
"sha256": "cee478eedf9cfad11ff9c27ef0b1e032506a16888b8b874f622816cf8749db7f"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "82e6f9fc038e16a125a3e41d57462727",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 251946,
"upload_time": "2024-10-11T02:22:29",
"upload_time_iso_8601": "2024-10-11T02:22:29.802036Z",
"url": "https://files.pythonhosted.org/packages/94/78/f01a209777678e94546b8c43c12a28db16094dfeea689e9db6d59d3b89ad/osqp-0.6.7.post3-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05892d2dc40ebe25f92901d52d706bf8f31ea5718570e55828f1000fd380911f",
"md5": "2b852e6f404e0528826d33f8ebe482c2",
"sha256": "5dd739c4c6c91e40d2e3ea2bb78c635c897e07697ab24a46d3a5d197e254b0f3"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2b852e6f404e0528826d33f8ebe482c2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 237548,
"upload_time": "2024-10-11T02:13:32",
"upload_time_iso_8601": "2024-10-11T02:13:32.979132Z",
"url": "https://files.pythonhosted.org/packages/05/89/2d2dc40ebe25f92901d52d706bf8f31ea5718570e55828f1000fd380911f/osqp-0.6.7.post3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6329b8c9cf93a6a04399960e51c92c92a195d32b80a330c6a25a51d300b86e1a",
"md5": "3833a93a83fcdbd860afb1cf2422eb82",
"sha256": "1a2922fe8cb666964cf01b643da81eadf4bb435139a5f042d5bb6dcb87496778"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3833a93a83fcdbd860afb1cf2422eb82",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 300072,
"upload_time": "2024-10-11T02:15:00",
"upload_time_iso_8601": "2024-10-11T02:15:00.114504Z",
"url": "https://files.pythonhosted.org/packages/63/29/b8c9cf93a6a04399960e51c92c92a195d32b80a330c6a25a51d300b86e1a/osqp-0.6.7.post3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4b0aacd48ad432ccf2538972805095108801a3b29a2433b48bd3a34e640df1e4",
"md5": "7a54b0ecb24f5f56f615fbb48953452e",
"sha256": "acb219e941f5248da5de3ee9b70e6a5aaddf5f3989dffd1d4c03b0f7b1dfa17b"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "7a54b0ecb24f5f56f615fbb48953452e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 293170,
"upload_time": "2024-10-11T02:24:16",
"upload_time_iso_8601": "2024-10-11T02:24:16.880282Z",
"url": "https://files.pythonhosted.org/packages/4b/0a/acd48ad432ccf2538972805095108801a3b29a2433b48bd3a34e640df1e4/osqp-0.6.7.post3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c53b053df15126b08d6bbd37ba58a5dfba39d772ae15e5167502edd75c065e39",
"md5": "c1c781cd4fce081f1a87403b6d97af9b",
"sha256": "d12757f9594f87219820aa7ae06ce7800fef9ea52828b7d1970016d6c9749b5f"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp36-cp36m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c1c781cd4fce081f1a87403b6d97af9b",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 190294,
"upload_time": "2024-10-11T02:22:31",
"upload_time_iso_8601": "2024-10-11T02:22:31.476536Z",
"url": "https://files.pythonhosted.org/packages/c5/3b/053df15126b08d6bbd37ba58a5dfba39d772ae15e5167502edd75c065e39/osqp-0.6.7.post3-cp36-cp36m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd944bfd5be0a2671471d4ce96ce32a966bdb433254505a053cfc10fba899431",
"md5": "afbb7549d4321d6839e7f795c7e8eb85",
"sha256": "34974c8441260e8952f63a17b0461da9b554a3ed9122042dd0f2e0a4c19e9732"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "afbb7549d4321d6839e7f795c7e8eb85",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 233422,
"upload_time": "2024-10-11T02:15:01",
"upload_time_iso_8601": "2024-10-11T02:15:01.615457Z",
"url": "https://files.pythonhosted.org/packages/dd/94/4bfd5be0a2671471d4ce96ce32a966bdb433254505a053cfc10fba899431/osqp-0.6.7.post3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3255606908a7782eab3c6ed807ea7566bfa515837f487c52490695a83425dc6",
"md5": "f4881d71ce4f2962b1acca7a9c0a1863",
"sha256": "01d99ced6f43d0d10fa0f01631c5b0a27aca44a5e4743b7ce9a174fcfebfde6e"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp36-cp36m-win_amd64.whl",
"has_sig": false,
"md5_digest": "f4881d71ce4f2962b1acca7a9c0a1863",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 190066,
"upload_time": "2024-10-11T02:24:18",
"upload_time_iso_8601": "2024-10-11T02:24:18.474124Z",
"url": "https://files.pythonhosted.org/packages/e3/25/5606908a7782eab3c6ed807ea7566bfa515837f487c52490695a83425dc6/osqp-0.6.7.post3-cp36-cp36m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9c19d3b4e98a79b94c9e0f6f0c7d6167e7616fae109b073990763b636f6406a3",
"md5": "baa0f2c559927dcc500b930d91dabc28",
"sha256": "d54837f762b17cb77aa16be3e85cc424cb93fd4ec84f5cbb14f9c0520191fecf"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp37-cp37m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "baa0f2c559927dcc500b930d91dabc28",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 251387,
"upload_time": "2024-10-11T02:22:32",
"upload_time_iso_8601": "2024-10-11T02:22:32.963517Z",
"url": "https://files.pythonhosted.org/packages/9c/19/d3b4e98a79b94c9e0f6f0c7d6167e7616fae109b073990763b636f6406a3/osqp-0.6.7.post3-cp37-cp37m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2d11ad5d5006e0b7178f02bfa932afe9bcd11412f6d8924c0216a4db1386ee0",
"md5": "5306463f388b59ae3f55f2fb1f6de4ff",
"sha256": "30c37552731443295b629999c6d100f76310a2cd368503095af6165e2f52993d"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5306463f388b59ae3f55f2fb1f6de4ff",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 296747,
"upload_time": "2024-10-11T02:15:02",
"upload_time_iso_8601": "2024-10-11T02:15:02.791862Z",
"url": "https://files.pythonhosted.org/packages/c2/d1/1ad5d5006e0b7178f02bfa932afe9bcd11412f6d8924c0216a4db1386ee0/osqp-0.6.7.post3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe07f248b56ee9c248630eedd128f45a1af5efb4d9a9af52e3fe6cf33688766e",
"md5": "c909ac991f81a6f812935a6edc421f78",
"sha256": "2c3c31712c60d0421178040a6ee9644318fb579bd83375af4ffd9d5d7c9d2d2e"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "c909ac991f81a6f812935a6edc421f78",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 292754,
"upload_time": "2024-10-11T02:24:19",
"upload_time_iso_8601": "2024-10-11T02:24:19.880715Z",
"url": "https://files.pythonhosted.org/packages/fe/07/f248b56ee9c248630eedd128f45a1af5efb4d9a9af52e3fe6cf33688766e/osqp-0.6.7.post3-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2785f9eb79fd44e1568323fb2ad9ae36098411e8ba9bb61bf51aba449d5013e0",
"md5": "f2fc1493961939c2b133bc7ad6e73491",
"sha256": "eb3c73386d18be58097115f5f8623860d5736c5b956eb54e492b91380cab549e"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f2fc1493961939c2b133bc7ad6e73491",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 251633,
"upload_time": "2024-10-11T02:22:34",
"upload_time_iso_8601": "2024-10-11T02:22:34.218511Z",
"url": "https://files.pythonhosted.org/packages/27/85/f9eb79fd44e1568323fb2ad9ae36098411e8ba9bb61bf51aba449d5013e0/osqp-0.6.7.post3-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "83ca5f3d544a7794a5bf08e32c114a1833d0730d9ab1b62b02892f58b8995c84",
"md5": "fad3a2c1b1e20d792d96152cc079632b",
"sha256": "27396891b4c52baae44d9aef4ad2abf7da9a19946c5cbdd163f96a55de02515f"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fad3a2c1b1e20d792d96152cc079632b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 184513,
"upload_time": "2024-10-11T02:13:34",
"upload_time_iso_8601": "2024-10-11T02:13:34.370781Z",
"url": "https://files.pythonhosted.org/packages/83/ca/5f3d544a7794a5bf08e32c114a1833d0730d9ab1b62b02892f58b8995c84/osqp-0.6.7.post3-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "95a2709b6b1ee3837a89ebd7e4a318b58324625f703cd36cc60d8ee4c1cf7ab0",
"md5": "c9ebd9aa7f797da67206cee8ed6381a0",
"sha256": "204857fdd4100ad0d487cac4e9c1698843440ec49c1d49b03aa369588cd2db65"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c9ebd9aa7f797da67206cee8ed6381a0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 300168,
"upload_time": "2024-10-11T02:15:03",
"upload_time_iso_8601": "2024-10-11T02:15:03.822567Z",
"url": "https://files.pythonhosted.org/packages/95/a2/709b6b1ee3837a89ebd7e4a318b58324625f703cd36cc60d8ee4c1cf7ab0/osqp-0.6.7.post3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "645ad860cb1679cd97a38d9227be9247853568b76b32751b83052899eaede73a",
"md5": "d1d66b2c69a886ef664ff4a220a76a44",
"sha256": "4981c0f2b28bce3731d614953da11b4dd30106ea3e4d7d0a5f7dd3a93270934a"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "d1d66b2c69a886ef664ff4a220a76a44",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 292865,
"upload_time": "2024-10-11T02:24:21",
"upload_time_iso_8601": "2024-10-11T02:24:21.130753Z",
"url": "https://files.pythonhosted.org/packages/64/5a/d860cb1679cd97a38d9227be9247853568b76b32751b83052899eaede73a/osqp-0.6.7.post3-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45757fe633f726c3925e921206dc8a88f50978af0fa428d8823f09d001736434",
"md5": "e2899a8cfe7053511fe5b9f651f1541a",
"sha256": "21e605e3ec1547a23be16ea52ade3157d4e2e7935472dd9c0c089a9c6b3463be"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e2899a8cfe7053511fe5b9f651f1541a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 251841,
"upload_time": "2024-10-11T02:22:35",
"upload_time_iso_8601": "2024-10-11T02:22:35.332391Z",
"url": "https://files.pythonhosted.org/packages/45/75/7fe633f726c3925e921206dc8a88f50978af0fa428d8823f09d001736434/osqp-0.6.7.post3-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce79eadf0fd03e169d1f9f72f632af2d8fbd328a516d9b48941399166a82d4fb",
"md5": "08891094779bb545af29805ef1d683f5",
"sha256": "82f14aaf099be0888b47e50699006c16107b30f53a7bc27070075d56d23c822c"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "08891094779bb545af29805ef1d683f5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 237614,
"upload_time": "2024-10-11T02:13:35",
"upload_time_iso_8601": "2024-10-11T02:13:35.996442Z",
"url": "https://files.pythonhosted.org/packages/ce/79/eadf0fd03e169d1f9f72f632af2d8fbd328a516d9b48941399166a82d4fb/osqp-0.6.7.post3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50a9c9c29ce773441cb5123b582c42b79bebdd1b83d79a2db3f7ca5f65e7b691",
"md5": "0bbbd08a5adbd6db5bb0576a06508557",
"sha256": "298617772814480fce4610ea1f3abac3deac3ffdc978b0df4916f1021d128c66"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0bbbd08a5adbd6db5bb0576a06508557",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 297360,
"upload_time": "2024-10-11T02:15:04",
"upload_time_iso_8601": "2024-10-11T02:15:04.911721Z",
"url": "https://files.pythonhosted.org/packages/50/a9/c9c29ce773441cb5123b582c42b79bebdd1b83d79a2db3f7ca5f65e7b691/osqp-0.6.7.post3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "697b7aafbb5ebf42d2cafdf212a8c1457480565068cb68688a16081da277dc5f",
"md5": "c17ef7bfed7b2fb6a6039337bb5f2bee",
"sha256": "894e65b8e4c81f0ef069af6b2ec398881aafe4dd265869b1647ee18a2a9393b1"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "c17ef7bfed7b2fb6a6039337bb5f2bee",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 293051,
"upload_time": "2024-10-11T02:24:22",
"upload_time_iso_8601": "2024-10-11T02:24:22.333021Z",
"url": "https://files.pythonhosted.org/packages/69/7b/7aafbb5ebf42d2cafdf212a8c1457480565068cb68688a16081da277dc5f/osqp-0.6.7.post3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "743545d4d1832b31d207f83e0f9734d041be125fb4f0dff49413674bd1b08032",
"md5": "64720c66b08fddfc376f0b66563bd69b",
"sha256": "b0c5e0a721f21c9724097a4fd50108304d296468d124e16f34ac67046f7020e1"
},
"downloads": -1,
"filename": "osqp-0.6.7.post3.tar.gz",
"has_sig": false,
"md5_digest": "64720c66b08fddfc376f0b66563bd69b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 229274,
"upload_time": "2024-10-11T02:15:06",
"upload_time_iso_8601": "2024-10-11T02:15:06.422666Z",
"url": "https://files.pythonhosted.org/packages/74/35/45d4d1832b31d207f83e0f9734d041be125fb4f0dff49413674bd1b08032/osqp-0.6.7.post3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-11 02:15:06",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "osqp"
}