Skip to main content

A wrapper for the SLICOT control and systems library

Project description

https://img.shields.io/pypi/v/slycot.svg https://anaconda.org/conda-forge/slycot/badges/version.svg https://github.com/python-control/Slycot/workflows/Build%20and%20Test%20Slycot/badge.svg https://coveralls.io/repos/github/python-control/Slycot/badge.svg?branch=master

Slycot is a Python wrapper for selected routines from SLICOT, the Subroutine Library in Systems and Control Theory, and is primarily a dependency for the python-control package.

Wrapped routines include those that:

  • solve for Ricatti, Lyapunov, and Sylvester equations

  • find multivariable zeros of systems

  • find reduced-order realizations of MIMO state-space systems

  • find H2 and L2 norms of MIMO systems

  • synthesize eigenvalue-placement controllers

  • synthesize H-infinity and H2 controllers

  • convert MIMO state-space representations to transfer functions, and vice versa

If you find a bug or have a question, please open an issue at issues.

Installing

We recommend using pre-compiled wheels from PyPI, or packages from conda-forge.

If a binary package isn’t available for your system, you can compile from source, but you will need some software-building expertise.

Installing from PyPI

If you are new to installing packages, read the tutorial.

Use pip to install:

pip install --only-binary :all: slycot

If this doesn’t work there isn’t a binary wheel for your platform.

To install with test dependencies, run:

pip install --only-binary :all: slycot[test]

And you can then run the tests with pytest --pyargs slycot

Installing from conda-forge

If you haven’t used conda before, read the conda-forge getting started guide.

First install Miniforge or another conda package manager. To install Slycot in a new environment project-1 run:

conda create -n project-1 slycot

Installing from source

See Building Slycot.

Dependencies

Slycot supports Python versions 3.10 or later, and Numpy 2.0 or later.

To run the Slycot unit tests and examples, you’ll also need SciPy and pytest.

License

Up until version 0.4, Slycot used a version of SLICOT that was released under the GPLv2 license. This requires Slycot to be released under the same license. In December 2020, SLICOT 5.7 was released under BSD-3-Clause. However, as the existing Slycot wrappers have been submitted by many contributors, we cannot move away from GPLv2 unless we get the permission to do so by all authors. Thus, Slycot remains licensed under GPLv2 until further notice.

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

slycot-0.7.0.tar.gz (3.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

slycot-0.7.0-cp314-cp314-win_amd64.whl (9.0 MB view details)

Uploaded CPython 3.14Windows x86-64

slycot-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

slycot-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

slycot-0.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

slycot-0.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

slycot-0.7.0-cp314-cp314-macosx_15_0_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

slycot-0.7.0-cp314-cp314-macosx_14_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

slycot-0.7.0-cp313-cp313-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.13Windows x86-64

slycot-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

slycot-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

slycot-0.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

slycot-0.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

slycot-0.7.0-cp313-cp313-macosx_15_0_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

slycot-0.7.0-cp313-cp313-macosx_14_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

slycot-0.7.0-cp312-cp312-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.12Windows x86-64

slycot-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

slycot-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

slycot-0.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

slycot-0.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

slycot-0.7.0-cp312-cp312-macosx_15_0_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

slycot-0.7.0-cp312-cp312-macosx_14_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

slycot-0.7.0-cp311-cp311-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.11Windows x86-64

slycot-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

slycot-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slycot-0.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

slycot-0.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

slycot-0.7.0-cp311-cp311-macosx_15_0_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

slycot-0.7.0-cp311-cp311-macosx_14_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

slycot-0.7.0-cp310-cp310-win_amd64.whl (8.8 MB view details)

Uploaded CPython 3.10Windows x86-64

slycot-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

slycot-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl (11.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

slycot-0.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

slycot-0.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

slycot-0.7.0-cp310-cp310-macosx_15_0_x86_64.whl (10.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

slycot-0.7.0-cp310-cp310-macosx_14_0_arm64.whl (9.7 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file slycot-0.7.0.tar.gz.

File metadata

  • Download URL: slycot-0.7.0.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0.tar.gz
Algorithm Hash digest
SHA256 41ba13991982b0304520bf5115491d63f644389552eea62fc2ecbd21ef661001
MD5 05f7e43fad7f1fb27de8ceb4868ca4e4
BLAKE2b-256 93b14134384bca323b66adfc862bbc4d9d8883d6c2594d8c4a5bcfaf929bce83

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: slycot-0.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 57fd9d7afe9095915aca647a413ef66b159a41547a0a35c088fdf90e212aa137
MD5 e413826f5e1c6b726eea87d085913374
BLAKE2b-256 6e17e5abbfa424521e2b379ffce36efd729928b6be2b193b21ab471f6111b220

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a18a43b165013a467f44732355adb503511e78127c58e4de271e5314d49dc50
MD5 58fcaa98e4a5ced5459299186c1b7a69
BLAKE2b-256 f2a85c9309bfefeb4775871cbb39d0d0325236c59b0743a67878b3d1ecd8eddf

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dabd96bb69d5dcbf5b5cce8cbf6997f4d9928ebbab02982c300bd04e0ae8bdf
MD5 45bff5a89dce6530e3e2dbce57bac91b
BLAKE2b-256 510636f7cfbb0eede786e5b2345bbeb94a5bdd6d9a2ed340cc2176618286c713

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 665d26c8c140773bf579fc133aecd7d6c2c9d181b3cb118f7357d55a82e9287d
MD5 0ff6662d80350aa56c2ca828f9f3957e
BLAKE2b-256 4080dc90bc30a78a102314c60369aee6793c69e08728d84b3305fcd986e880d5

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c8eb586eca8daf55ce5454f57d80d83a575719bf746640730a7072a5c1d3910
MD5 10321d74e9c123d73b59766413ea18c7
BLAKE2b-256 653e429db694ad3c346afdfcc95d29555acfe713f956ab6c3390ab803c0aa86c

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c357e7f7e0582717753dca3aed9a1bc9ce626ac7e29d7151b9512a311bbec603
MD5 975d30b6914fb3b684a01f620388441a
BLAKE2b-256 d1af8d14049029d4d505e5926134aecb2cf09422e1366184d2ab2777f667e3cd

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f9c883335db8206c036f341fc9e144eb78024039f786a2a44fe9cf2178bacb36
MD5 ab0f0ce3a81c7e115c210c23114ab6bc
BLAKE2b-256 1c1fc567d4e02ca814485372c150bce201e53ef83476417c105d46725f502c65

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: slycot-0.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0323d2d783b3b924221c7259ba0f54bb37923e0c720e844feb06d4d608d7a302
MD5 156ec4997712d9dfb23af763d226e1ef
BLAKE2b-256 92c3d9d73a7132b5aebd1959df4c8972aadf053ff690f8b2315e48cbb65002a8

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6c46a8bf07571f681d34a8ed06e53aceecf7ceffe3c057cf6f3516eba3c6313
MD5 761a283251078b030bc87456c61b17be
BLAKE2b-256 ed309267de54414d2d2d084f1961bcbb0b08c87b9da74df2c4615febfebe8dfd

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4780a43f0355d3170d03a9595c6ae29cebc91b4c40cd255a7ff49b04d3b5fcb1
MD5 aca6bb7b1e878b56cfe2a3cbc96bf0c2
BLAKE2b-256 6b30f10a443657f11b3c6622031a27dd5ef68f98ac8fdfa51fedf241aa3e99d8

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f36acc6265e16a4d87c525dbd72b8678618e215664b79993a5cb5a093f27a94
MD5 065b22df90b2ebcfcc4f7398c9096bcf
BLAKE2b-256 1d0d2fbf93925130aa16d519da32c56518f1dfef13c87090a4c4b45a81cbe154

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 298b9077ff1cb947b25c01dd74b36a0e58851072de38da36f4c5c553350a6e24
MD5 0cbea9f9c52d6302ca11d44a68d086aa
BLAKE2b-256 caa108db556c3c2a9aeed652da5f2e8571a935a30d23f1537034905d8438e3be

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 66e8415932b30bed7766f0c857957c8fa26e368950c6b66b2cbaadf57bbac48a
MD5 23747639ec16f74d9ab94225e174f7ec
BLAKE2b-256 bd9a0e063ed6631fd034a911fbb5c3915447a2bca9883b83b4fafee2d92f0d06

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 00b98777ab35ea2dc89567c1ec786db04c2cd1a883da430264f8694ce3f5d870
MD5 4ab57fac9c3f50abc085c1134dedc167
BLAKE2b-256 b1a121acb8b00ec28b9ef2a923c46b1a65d921ede31a32fc982df1670d97c04f

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: slycot-0.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f9171e68dd4140509b48993a9dc8acf171490188ccc17bd2a458b16600ecdb9
MD5 e567304ffddfc0507e049f6876fd3947
BLAKE2b-256 8bfa135156556bf01e5cf83e6aef73f99e04a43319b61d7dbc6b2080ef54d641

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0236d2e70eda0b6c36b93d78705d50e9fcd0db1fa1f8e4544722facb23d8b265
MD5 21b36a3cdb006c37c5bfcc4a549d9dd4
BLAKE2b-256 cf2d3956c5381b8cb845f81b47f12a4ff6a05d4ee0bab084eea615a04dd4a01a

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27c7658d224b1488585b7628a87cbb83b84a43e459de2a2f7370ee019be4f30e
MD5 787cb4f65044ab8f6ad920d37277e2d8
BLAKE2b-256 9b18b4d4f521bbcc63f0c22f286ae2defdf34ba19b71800039b49af7cfb715d4

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49d11efbf179597c7e5c90f28613bc18505e6cba7f48f947a16a2ac9c08dd8c3
MD5 a35971166f3362e0c7e4fdf97f3dc954
BLAKE2b-256 6b0b54397594dc6111788a377c96129699df116b06475249890dcf82458fed0c

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 050c014af15fbf077c78e959e1ae523abce52443180acd92eab50c39abfcf051
MD5 6a503885ce0059f58920cf451c28453b
BLAKE2b-256 bdeab4139292c125dd8c61adebeb022eb5df8493d42821b2e20977cb4162535d

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a7170b12217819cd4933d4df5b1a6c53501c3b11e37f25211570253372406157
MD5 ddbe9b19dae3de04f2f7fe25bf7a7164
BLAKE2b-256 c8a2f6368603404c332441a0b1ca1da744b191f8651d65abee2b7b457eb1410b

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f113073165bd69618382f18d0b88a0df128b0e758a38f39a6c781c30cff78217
MD5 3377e2b460cea76b5022c4d8af601cd4
BLAKE2b-256 1a250e1435ac7445220a7313c19cf506530cee463700a826aeb676b49918b179

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: slycot-0.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 60913d73fd639c23d8c33c52a45ae241101cdbd6cb4d076d197d699727205ccc
MD5 92d14b16ae704182f288f4024f73fc17
BLAKE2b-256 8dcf122520c8a0089f8c1907e00abb65ecac06d563d7a2c57e5259344b971de5

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0884a1d7869334ef87e3ed54ac7e07c218f167dcb0f880ab40d0af92cf71bdc
MD5 854f32890d943098fb25e577e33c6159
BLAKE2b-256 8a0d0369e2e28e9e8e8bca5d0369e879030bbe0101d7ce489d48aaae7a9ad93d

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbfe69f3c9d41d75d928723a90bbcee59ff8a03fea541366749dacc2682ec8b0
MD5 aa21dc30d1b7e1a1c1cc4c1f950b89c9
BLAKE2b-256 c2ff790862c5267c51c19e4f037506454fee8912a0e27e6fa269abbc5daa666f

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24a42030f9f6d3a764369d688a9de7e716543eece8a20a06cfedb88102d843fd
MD5 a5505847eb2e9cfe9b8695c8c8d953d7
BLAKE2b-256 c6060331af6cf8e031a63c134bee070ce878f33c903e16e6aa8275c7a3fa013d

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aad47ec7be49129865f7d423b53990ad93681211e91098b7a98c70d70bd63471
MD5 7152191dd07f394e756883b226cab6c6
BLAKE2b-256 4bf9bd625867136fc06739e5a1d77bcb7097976d68ef5f2f5c1c9c6cf6f66fea

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4baed66bb126ef3184e9d73e95f54c82ff8cb5f84ac35bae31133ff206ad0607
MD5 924e2ad446c6f5934d60e4eab582fb15
BLAKE2b-256 12dadadc690c1cc4267f3fb10e4453e629a8667dad9b508c7185b34990c33399

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6be91524ca60f981bd00081cb4a4f334bc82a1e19e8a40427796df0dd86d815f
MD5 777bdee53ac9b6db73538a7d6f32e10a
BLAKE2b-256 69368fb8fc70825128319f52384b0a9ec8f69a35452dc83b9f5b14fe5e536077

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: slycot-0.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for slycot-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 abd1925ce1f0f1b8576d93136d114d36c211c5b9da5657d72ae26b2708f84dde
MD5 3394dca15e11db2a8291169d37581c09
BLAKE2b-256 0bf5dc1dd89a2d274449978f2c0963ec8f58bcbf06eb77def43fd90836672214

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2c5b8ba7a0e55f4fed19a8aa45cdc8ec0a4e6a296f9ed89ebda404b74e5d7b3
MD5 8aaa1d4f0fe8183636e6ad30b9df547c
BLAKE2b-256 aff1b0d3983376909d5a555e230e04aed1a010379677eead532b82236ba7ddf1

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6506dbbbc2935ccce6a5178f41ec44ef0be2235b67bb96cb3cecc388b78769cd
MD5 ad0a86996ec7d46f48c6661960fd9024
BLAKE2b-256 5e6f1d13eb7664579141a94d9b5223141cba9b429294768f795b47fd2c02f919

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69c7f2004b16bd660a54c914df434a6d056b6fe375b042b06b6b87bd1853c091
MD5 90732a7263bf8faea38f6800af828418
BLAKE2b-256 9f265415342aa553d8a394ef7ac5c03516d0d8ce6fa710ff0f96f428ff81365c

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3efe625feb1a96cfc7a51b2742a99fb1ac61d33d1a41a2b819f0ea060de6ed8b
MD5 af14906b8942118c2d07ec05a2e38def
BLAKE2b-256 7d1ecfb71bf5a96ac0633d3ac4f3705a401f4c992184d861199f72bf24c18c8b

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ada70c043ae62762db7dc1a6e95969fd07ebcb1179d42f221b6f2ce5bede5d7e
MD5 18e1d463c33524165c5448cafe47934b
BLAKE2b-256 c115af4271394e0633c055cc52e73a15a3dc18fcc25e31540151f5e7a7677f93

See more details on using hashes here.

File details

Details for the file slycot-0.7.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for slycot-0.7.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 151a51d2e1b5025249ba869b6cac87060b4d435f84d070006e62476ed0e92b91
MD5 eefbc0ecd50e05d8f11ef4e3f64acc80
BLAKE2b-256 ba6ea6d5dd9bc48ad8f87d0427cb7ccdf1bb14e0003e015948c1437bcc6ccf63

See more details on using hashes here.

Supported by

Image AWS Cloud computing and Security Sponsor Image Datadog Monitoring Image Depot Continuous Integration Image Fastly CDN Image Google Download Analytics Image Pingdom Monitoring Image Sentry Error logging Image StatusPage Status page