Skip to main content

DAQP: A dual active-set QP solver

Project description

DAQP

DAQP is a dual active-set solver that solves convex quadratic programs of the form

minimize        0.5 x' H x + f' x

subject to      l  <=  x  <= u
		bl <=  Ax <= bu.

Binary constraints of the form $A x \in \lbrace b_l, b_u \rbrace$ are also supported, allowing for mixed-integer quadratic programs to be solved.

The code is written in C and is library free. DAQP can be interfaced to C, Julia, MATLAB, and Python.

See Documentation for an installation guide and basic use of the interfaces.

Citing DAQP

@article{arnstrom2022dual,
  author={Arnström, Daniel and Bemporad, Alberto and Axehill, Daniel},
  journal={IEEE Transactions on Automatic Control},
  title={A Dual Active-Set Solver for Embedded Quadratic Programming Using Recursive {LDL}$^{T}$ Updates},
  year={2022},
  volume={67},
  number={8},
  pages={4362-4369},
  doi={10.1109/TAC.2022.3176430}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

daqp-0.5.1.tar.gz (132.9 kB view details)

Uploaded Source

Built Distributions

daqp-0.5.1-pp39-pypy39_pp73-win_amd64.whl (76.5 kB view details)

Uploaded PyPy Windows x86-64

daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (99.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

daqp-0.5.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (84.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

daqp-0.5.1-pp38-pypy38_pp73-win_amd64.whl (76.5 kB view details)

Uploaded PyPy Windows x86-64

daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (99.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

daqp-0.5.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (84.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

daqp-0.5.1-pp37-pypy37_pp73-win_amd64.whl (76.5 kB view details)

Uploaded PyPy Windows x86-64

daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (107.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (99.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

daqp-0.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (84.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

daqp-0.5.1-cp311-cp311-win_amd64.whl (81.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

daqp-0.5.1-cp311-cp311-win32.whl (69.5 kB view details)

Uploaded CPython 3.11 Windows x86

daqp-0.5.1-cp311-cp311-musllinux_1_1_aarch64.whl (471.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (472.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (83.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

daqp-0.5.1-cp311-cp311-macosx_10_9_x86_64.whl (98.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

daqp-0.5.1-cp310-cp310-win_amd64.whl (81.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

daqp-0.5.1-cp310-cp310-win32.whl (70.0 kB view details)

Uploaded CPython 3.10 Windows x86

daqp-0.5.1-cp310-cp310-musllinux_1_1_aarch64.whl (454.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (450.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp310-cp310-macosx_11_0_arm64.whl (85.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

daqp-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl (100.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

daqp-0.5.1-cp39-cp39-win_amd64.whl (83.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

daqp-0.5.1-cp39-cp39-win32.whl (71.1 kB view details)

Uploaded CPython 3.9 Windows x86

daqp-0.5.1-cp39-cp39-musllinux_1_1_aarch64.whl (463.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (468.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (457.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp39-cp39-macosx_11_0_arm64.whl (85.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

daqp-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

daqp-0.5.1-cp38-cp38-win_amd64.whl (82.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

daqp-0.5.1-cp38-cp38-win32.whl (71.0 kB view details)

Uploaded CPython 3.8 Windows x86

daqp-0.5.1-cp38-cp38-musllinux_1_1_aarch64.whl (476.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (461.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp38-cp38-macosx_11_0_arm64.whl (83.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

daqp-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl (98.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

daqp-0.5.1-cp37-cp37m-win_amd64.whl (82.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

daqp-0.5.1-cp37-cp37m-win32.whl (69.6 kB view details)

Uploaded CPython 3.7m Windows x86

daqp-0.5.1-cp37-cp37m-musllinux_1_1_aarch64.whl (434.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (438.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (429.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp37-cp37m-macosx_10_9_x86_64.whl (98.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

daqp-0.5.1-cp36-cp36m-win_amd64.whl (93.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

daqp-0.5.1-cp36-cp36m-win32.whl (76.3 kB view details)

Uploaded CPython 3.6m Windows x86

daqp-0.5.1-cp36-cp36m-musllinux_1_1_aarch64.whl (434.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

daqp-0.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

daqp-0.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

daqp-0.5.1-cp36-cp36m-macosx_10_9_x86_64.whl (98.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file daqp-0.5.1.tar.gz.

File metadata

  • Download URL: daqp-0.5.1.tar.gz
  • Upload date:
  • Size: 132.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for daqp-0.5.1.tar.gz
Algorithm Hash digest
SHA256 2e81a0bfa2f6e36e53c6fcc55d962c5b7f61d93a97909f6350c1fe26ce37af58
MD5 db5a2161be1ecf9f30640153b9615421
BLAKE2b-256 2f1a6b4774ab883e8ef8e0d1336d3a17255d01b99dc180677e3b76d9b3a36b0a

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4a546e0202469a07bca9748514cd68ca6790ca11aef104ed883e0698ec1be2e7
MD5 6252595f510f68eb78272dcec27568a6
BLAKE2b-256 293f3e79b51008fff01050b0238a9c5064c1707dba59500e21979bbfb5f28a7e

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3ed4b00d6d67ff9eebed4c0e32af0a5e06971a11a8301348af8ca448286e197
MD5 dbe36f0d3f5d98259f8fd0c4cad803a1
BLAKE2b-256 4160ebacb9c7483c6f2046c2cf150dce83125ed0aacdaff19f940693ef15ab6a

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13f8f48e3b3568f8f5501c1bd717d7ac9449279ae8429266b2cbec8f5dfe9459
MD5 5b5a2ed697032d0a267152ad4315a5f2
BLAKE2b-256 c3c9633fe060fafe3a5d309bdd37db803e014f71176312fae1c0bfd52ae9502c

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de141632ad47c7830ba6c95e6c456dab41acfabe46fec54880869708ed5e31f0
MD5 ec1faa6df0230429b7761566de1712cf
BLAKE2b-256 95de357bda5ece5910410538194a510ef163c269e8066d963663f25e05cdf199

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0465a52bff5a05b1dcd5a80b04474cae1f198da33f7803312b61a76bb53108eb
MD5 30c1035211907ea5d23f2716887e6d6a
BLAKE2b-256 52e451f475e0e9b32ce0375881e10bcdbc2d6785cb7c6a4b92be001bf74f99ce

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31afc84f919ba236cd1da48666214aabc2467049a2e43f6d1a00df3135eed5b4
MD5 20fd7386b97c72892beedaf71e15d4ef
BLAKE2b-256 783a21cb2d2da792c48ce86ccd01a8846c2865f5876899745fd553f91f3becb2

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a424bda5a639595f23a297345ff26aa751e5426ccb1dfd956a1d05e15059d35c
MD5 844c18a8dcf10cdb97b65fcba8de7d0a
BLAKE2b-256 33ca44cd97b2ff462e81fe0eb8b67e585645e300de0669a2eae84a2ba8aa0fcb

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 832c0de68f22e611809d01d4aef8df930b29bbae5d1b24bb993e0eb115dce03d
MD5 7a17b15bf757fee9c07cab49d6237420
BLAKE2b-256 cef782673754e00269ed373bf9e2ad7111030f295ee49bed287211c4d7aba721

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6c99e71e3bc462e5e9d6b8f4ee7e29419d7d0cdc25b8a26186feb4ae9e336c4e
MD5 a6b78990c42e99f8adece35133b03f6b
BLAKE2b-256 270ff869554e7f3f67cefb38139b4e10ed3579cdec80251681dd961bc5c84d65

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 434a621bc8beea76391dc0c20fc7accb90e0ad8afe093eaf5ee72954cf9faa36
MD5 8872080120790e44fa8260e904b5f3c8
BLAKE2b-256 aa5d37b5193f5f17b5d9dc14c0a1477ad171614afa3881c2eb44df6aceabf50d

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d63388ddb7f6e91044c528e8fb97caff0bc8396748ffddbb7976576db45947ce
MD5 26d096809269ebea5562d60cb56a3f1d
BLAKE2b-256 3b6d3d139bc885510cda277ef02869f4587587f648e010a066d63cae6f4b6a42

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d5d2ec2f3e1b7634aa555885de085f28624b5d5014a66dfb41459b0fe9d92f0
MD5 ff517ea3b3d6bf71c13fa9352d620a7a
BLAKE2b-256 787b5aabc0e82b3b222b8416f2f8031db79ae729274689ea3d3b5ef0e1fc1da7

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 81.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b94ead506cd2a3d83ac4ed6659d3bc3d7ffdd6f7ae05bed8dfe9131ac2a3efd9
MD5 0631ffd2dc8f04c3169b4bdcbe12bd99
BLAKE2b-256 e8b511f93794b6ec84f4899e5241f3a3e5ec46b2835e261a77e0ae2d8163eb85

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 69.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 849b1a750b368c3b90a227bba096640cd1e47bd71f9f1679cf6679cab54327a9
MD5 785eddf8e6e3386d0a52c85bef879b08
BLAKE2b-256 6c3e24d69ccf725eb8d94ad159e9e500fa079301de6fb26057a1ac5c6a17bafb

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e719643127ebeef4471ac7f9302b3284649a9a701316e3a3bfe1bf3e953090bd
MD5 fd2b49fe28089adb6d0c44ab6c1801e2
BLAKE2b-256 8b67cd0b6612eeda73f36254215e7bbb55ebabb6d2832cce68a045bf924b6fc6

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 516ce9099870ff94d59bab4ae8783a6dd4b65c13ba33eb11659d15c9ecb3f94c
MD5 c4e11ade56f7bf31c0c59ed118ef7892
BLAKE2b-256 01de955d6fa8b069cc2a9c228ed0ce68f2730ad88a152b2c6d19371d0f8b4814

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fcc4ac505181775e1ecdad7189869c69274f025b275491aa30bbb684fd6eeaf
MD5 7ca1c1c1543da422b487ef21354bfc5e
BLAKE2b-256 33f5d64deb14f535f2e87d65d62b2e0f7d4f58d13e99a7c4007d37ed193ecf71

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9ee8497e96c1d484e881420ecb4fd1ca57fca05b113b6b6111521fb4f27ad7b
MD5 1c4a8055e23a6f744af18c6825119b8e
BLAKE2b-256 9a405f7e521e1ff3e1f6aea0b78876a643703310f431582e69208e0b875dbfb9

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f48544e6a104422c46f7705673dbe9aebaec61681a00f84cc96120ad5f21bfb
MD5 2d4beaf92ea17462fb841f99c73d92ec
BLAKE2b-256 7cd3fe4de6697b2871f49ad7b3c6d91146ad0b57823d4f0bfd6a00a113f46058

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 81.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d3990a773cfd6f7f3e78a4455e99aa51f564af01dd948072fd830d621a23f772
MD5 435b75bc803e854467467428a9aa7301
BLAKE2b-256 115f2091e4ac75cc4b86ca60202203f9b08738e97f548c508db1e5ca19f1124d

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 70.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 23466decbcd30ec98f55190ba1b53df28ef3117f7a4c57af77a2da9ea7c14f9c
MD5 f8b1c51784012f65ca7bc5297115e519
BLAKE2b-256 74a417b8454dc3391d2f9911afe96c041ca87068f1c3482ae56b9d90264176b3

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 37fb85ef75714c39e7640fe474ea955fe9d7031b6dd750d3fd0a19bdf23046e5
MD5 5d092d55d20acd27dbbf70f6af328b7d
BLAKE2b-256 2b90eb1d2f9a0c50ce3cd2e80198cf6365e1ef73ad1d499fddc9198d99927347

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba834df92763daf06fcbdf064e06604576c78e3145cff15973305a87b0fdac39
MD5 202bbe131a1617ede1d76b8d44d1157f
BLAKE2b-256 815d8b06a00e1e2a7547b0fc124ea25ac999c1673f41d9a4f5b869e46edea0fa

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39a916c16ce319bfd1f8ec65b3035791dec5ef5b3811f29fd289d7f74e54d9dc
MD5 f9da41db649c944ef27c438f0b108066
BLAKE2b-256 2c5dd9cb569463aed142f5ce763700b938eb6b969df2da63dd60ade35b727dd2

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3057bfc135443a45753b486ff1f848ca19500e256b9220d1909efc1e7342cf1
MD5 f53c37c32b295c6c90380ba62d1c8737
BLAKE2b-256 8151bc56f2392b57f98f792730b19fc3ea52718f7c4a69656eefa476a9148988

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d87332fd5070e5aabaa8a01c82794164dc0c7f7a6d14074a0e604405a8bd721
MD5 f07252a226bd1e67de7ca4e4639bf120
BLAKE2b-256 46b671e6d2e6762c06a1745c3a553d8baacafe214d3b91d7c035244d5243c623

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 83.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e829128b9c00ac00ca43cdf5f784f83dcda96f0e1e5fd2cf44f56f5fe46e8da8
MD5 b84d3b835a7f736583d0500373e07446
BLAKE2b-256 bc16d7bfa85afb238eefc138f94a8803f8b7f41a2bef80d521e3ac3ec5cb4754

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 71.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 98bb94f2cdf0c248cdec643da57621ed4aa67ca898115eed72a37c7bae7b333e
MD5 57dc9025beee1e554c3be70046e1951c
BLAKE2b-256 101dce771a6c079310ecc139db7d12314f46896b1f1a13a19445b76b4de8e8fe

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ddec3917e3790ae3f225f89e508919d98ffc6a2f67959b30a3cb48a20bc9efd5
MD5 3237651eef07bf6361eb52174dfc4e71
BLAKE2b-256 5eada3431bf03369aed6f94243758296a1279abbe7fcf13b38eb36f34ddb1db5

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab6196de4ba3b033203facb1a84096482ae4002e02dbecb74852ca62521342ca
MD5 bf0735744013d35ec1e63e7ac20435ad
BLAKE2b-256 daef34e6dfa92463d152f8fa9b785252d86be68ebb7f055ba0c2fd15d6315540

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99d975c96b0d5fec3f3b0ae9e71f145de1f817d4fa62cb7a249ddd4da8d174ac
MD5 b6bcb29bcd95f5c0372b5e3751d51e64
BLAKE2b-256 634e95404e9961fc93fc2b389659a085fa4caa5840b25e41113e5da8f2f4d0ab

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8248252799d34d920801de576e1ec0e8c517e6c77189938984990cfb40c1e968
MD5 38db8b57900eb68c28583bc5bf6284cf
BLAKE2b-256 117159a95d7f90252e4a49e7f92ee014b14ce51ee2a1474cab7a17d374d5b9d6

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b99883a969eaaf6340afe77d0ad1b64009bf5294872a2a70d77adfc5d0760669
MD5 30c086a6054ff958434b9c3fbd9bf81b
BLAKE2b-256 26db5cdc6f8fe7fb0c4784d444b5f8096eebb1542d64144b816ef1b844f35a83

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 82.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dec6ed4fae5f6c6c5765e2e93e99e82cfbb3198f9d22232800329e83a2fa4c89
MD5 ab8e5c5a38e767e5ebf8fbb6a2e116dd
BLAKE2b-256 bbb08545b74722416d716737a2413afc73b629762bb00338ec86e8486aa45295

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 71.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 54d5b4a1e36d383bcc932dde4e7043d78927b6166224b6db3ef9e4a212f989d7
MD5 f2e0b00b7d2108480750da3db49b9969
BLAKE2b-256 ff6ae75d3aa81c1ed90e5e123c827020c546eead1019d59bbc365c53eaa899d3

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 77aba59fdb07486d8857f2ffec02917575a92258dc2f0eeb0458cabe0bd8079b
MD5 359e623dcf1c38fb6a569063fd1ad6dd
BLAKE2b-256 3ebbb5933f403971388e19fbf179ac4c7b60a00ae51e7aab856c1350096bece9

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 264190a574b9e664af5fe94dee7d29b15e251a178445ba09fbf088d62aa7ff64
MD5 3a8f23b744a086c9502d9d7d7e546c5f
BLAKE2b-256 2e39af574c9a8714ade28d0707ef44dff9a2f87a22163adb9ed68563733475df

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7bc6d4c8fa4860e48017caa70b3400b0e739e49cbd7fecf0dfcb837c765a09a
MD5 49ec455a80f3199ee3afa3c22717582e
BLAKE2b-256 54aae61c81ee1ece7816eb137ecd0725ed0b90a600215eb8712de8984ff44a57

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6174b2688a022d0c63039de2438bb0001d73dda296d1a3759f7543b4638577bb
MD5 c262e60a9427e3cd50341e0ec5b79b81
BLAKE2b-256 728bfebd5915a3342864ad900df18b4a11754f9d7c9079fa5533cfe2f1c7dcf8

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 498adb411b4de461e0639d9175b82f6a5b5ca8784a225f6a555c05ab7b031c33
MD5 cffb69ac44ca3cce40ccd31408417efa
BLAKE2b-256 59ce2de7a0fb99bb31f723e88d71862cf086772b41cce9aa7253ea1fd83fe144

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 82.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 22598716279521b3ec02c91870d1d2c47271f887a1f67535aa7b7e08e5209ebc
MD5 31b5d7d0c9196b24b7e2ca0adccec05c
BLAKE2b-256 fcbbe9d12b762e3f1a2068c2b6213555efe7fb7d10436eb56517ba6e086fcb83

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 69.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c5df4ca99abed6ccbdb33c948f1391be44177d81939a65c0db90fd59eeb34864
MD5 5d1522711ed25070f1c13df4cbc0bb6e
BLAKE2b-256 1250b82fbcbe3d9d829c55357e4da5034a4f28636792b69325e3c6915f2249ba

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ced493250c5318a31fbbc902cd5c4ec1c14f946e2ae4bbda467560d9f42ee4e8
MD5 94c4ac253f124c6622f0dd69a627f03c
BLAKE2b-256 6dfcc33393c6f7b9b9c3b66bd647bee82c07f7a0503e13f1c15e881bf821b3c5

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e69317767ff00be4cd8b85d0c1c1a85c8c54a51c8f461ed41c29149b8f6258f7
MD5 f508273c04c7ec06ca15bebc06b7b2bf
BLAKE2b-256 9beef76fd4b73947b7cbe7d1cf31c70cb541866f65dbc1d115c9310e5a266d43

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ba28dd9210f76309a420249a1ccc13a43eb9704195c0397a3ce452127fe86b0
MD5 227a1d4d5966b449de612e962273ce64
BLAKE2b-256 e6375632b73588cb31a70c6693f64d2626f72dec47ae66ecb152c74ba9f5ea81

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08ddf23c88bd084715b27810b1f9596087ead99d407ca0fb50e727aa0f73b4f1
MD5 12be28eeec39923cc6b8e597dd752f07
BLAKE2b-256 f917819eb63fe7cbf7d2a292a69757b7c8b0051da7b899d3058ecec4602e1c04

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: daqp-0.5.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 93.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6952814636e0bf7fde0d9423a814a5e931a9bffa425f9b93425c09899a8f6028
MD5 4a1bc61562f478f260058e39b4452b1c
BLAKE2b-256 c5e1f7395bfca1b9080e677dcd1be2c63d670fbc4ee15b55fa3ba2f86a35dcda

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: daqp-0.5.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 76.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c06a36803446a9533f105f9d4c37770db9858d1d07be16ef12e55b51adfb2bc2
MD5 d7bc26b11560073cac1d2ace0539fab9
BLAKE2b-256 c35fff27dad9a6a8e4ffd15964fba026eb363474afc6d9c713115025c193fdb6

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ba412d4c5ecb4a9c64cc2af02879a0b35f871a467c66cede23279e03aa95996
MD5 95b40bf42b713885c36515d5dccf5fd6
BLAKE2b-256 74a8623399438b516131cd37159e5d3c278a7bc23d9cab24fd1ed1db97dd234d

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e885504efd7cc68da32d8c45f425fe1da288d5adafd7d463463f890d7b4281b
MD5 6f5bae346d11092deecf6925caf5711e
BLAKE2b-256 78860c553382cd307738d8e4965f0a216bb2c4c91dea5478c49ac0fb291755e8

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20830dfe1156e36b038df581ab5ed6569b2a1bcc6d8c5fa7c69fbe11249e08b9
MD5 ef3b7bf919542c1924d5bf98da6630df
BLAKE2b-256 36f214f87ff31ef15ae322e93aa8511713a311b4e0b0b5a7ef2f45c162652ca7

See more details on using hashes here.

File details

Details for the file daqp-0.5.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for daqp-0.5.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 103aaa38ff9891ba0f5abc1b0a7bcd3c946c0f8580e95bf6c598712683396279
MD5 54b7616ec5cbe9764c604514257320c6
BLAKE2b-256 15f05fa39906837e4acbe886b83951de074d2e9c7a98baaeaedefe588ada9224

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page