Skip to main content

Python bindings for SLICOT - Subroutine Library in Control Theory

Project description

SLICOT

PyPI version Build Status License: BSD-3-Clause

Python bindings for SLICOT (Subroutine Library In COntrol Theory) - numerical routines for control systems analysis and design. This is a low-level API primarily targeting AI agents and higher-level libraries.

Installation

pip install slicot

Features

  • 600+ routines for control systems
  • State-space methods: Riccati, Lyapunov, pole placement
  • Model reduction: Balance & Truncate, Hankel-norm
  • System identification: MOESP, N4SID
  • NumPy integration: Column-major arrays

Usage

While you can use this library directly, it's recommended to access it through AI coding agents that understand control theory conventions and SLICOT's API patterns.

Compatible agents: Claude Code, Codex, GitHub Copilot, Cursor, and other Agent Skills-compatible tools.

This package includes agent skills for common control theory tasks like PID loop tuning and system analysis.

Quick Start

import numpy as np
import slicot

# Controllability analysis
A = np.array([[1, 2], [3, 4]], order='F')
B = np.array([[1], [0]], order='F')

a_out, b_out, ncont, z, tau, info = slicot.ab01md('I', A, B.flatten(), 0.0)
print(f"Controllable dimension: {ncont}")

Column-Major Arrays

SLICOT uses Fortran conventions:

A = np.array([[1, 2], [3, 4]], order='F')  # Required!

Contributions

I don't accept direct contributions. Issues and PRs are welcome for illustration, but won't be merged directly. An AI agent reviews submissions and independently decides whether/how to address them. Bug reports appreciated.

License

BSD-3-Clause. See LICENSE.

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

slicot-1.0.9.tar.gz (5.0 MB view details)

Uploaded Source

Built Distributions

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

slicot-1.0.9-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

slicot-1.0.9-cp314-cp314-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

slicot-1.0.9-cp314-cp314-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

slicot-1.0.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

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

slicot-1.0.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.6 MB view details)

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

slicot-1.0.9-cp314-cp314-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

slicot-1.0.9-cp313-cp313-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.13Windows x86-64

slicot-1.0.9-cp313-cp313-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

slicot-1.0.9-cp313-cp313-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

slicot-1.0.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

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

slicot-1.0.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.6 MB view details)

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

slicot-1.0.9-cp313-cp313-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

slicot-1.0.9-cp312-cp312-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.12Windows x86-64

slicot-1.0.9-cp312-cp312-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

slicot-1.0.9-cp312-cp312-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

slicot-1.0.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

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

slicot-1.0.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.6 MB view details)

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

slicot-1.0.9-cp312-cp312-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

slicot-1.0.9-cp311-cp311-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.11Windows x86-64

slicot-1.0.9-cp311-cp311-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

slicot-1.0.9-cp311-cp311-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

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

slicot-1.0.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (11.6 MB view details)

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

slicot-1.0.9-cp311-cp311-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file slicot-1.0.9.tar.gz.

File metadata

  • Download URL: slicot-1.0.9.tar.gz
  • Upload date:
  • Size: 5.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for slicot-1.0.9.tar.gz
Algorithm Hash digest
SHA256 b471c17fcd11df65e93211cd15cf67eded2b632da5fcb5f739b745f55bf54ab4
MD5 d53c2b41ed27c07f614dbe8067ceb701
BLAKE2b-256 16f336a4c1586753c9750910b5c33a25f9845167e87ce124132c99f21d353292

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9.tar.gz:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for slicot-1.0.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d895f4cf673589d06b90d051b4402ea9cd8d3b80535f91f1cbe0376407abdc77
MD5 5cdb56aaa4f1a3993b89faadcf2b6de2
BLAKE2b-256 a70e30c4f964cc425ab554e7bd780125a903709ac6cee99e028b075628993f23

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6b0a260167d8740152fb3718553e138f7b3a2049ded63115a3dc7c4d546feda
MD5 3eb60480a4bad79d7ebe6e49b2853238
BLAKE2b-256 30217a5d1adbfee79215c3323a999922b036c09521c5e29c914a2e52c46bd544

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 073e4cb3c0d747c858ec2c10c28b313b58b412a7c503a90710342f791717240b
MD5 39341c0e9f142052d6cc2ad103372a10
BLAKE2b-256 bcba1e666f1b900ec8b8acbf5cbc8dfd40997fe6cbc5a8fef4db44dea4db3447

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ec46422195189e655368b9ff387d92852b6048278472b68cdef7eeb4e2f4569
MD5 30bd64f2905e0f3c8e32bafd3bccc9b7
BLAKE2b-256 4a7b6aa1ef3469f82e2b900eb393f2aab6c04036b263babe45e91468de933a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a57e4a72d0c858ee6007bbd6ca0234612cecf2de7a8a1c3e4be7ea5c77698a2f
MD5 bf8f001785eabb1d06dead396e39b1e1
BLAKE2b-256 5594cf9ada9a00aa234620d71ae2698545da0cd3b0d5be77446f362ff20320af

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddc867a1adab4c7c48c00547f6d289680de7d29ea75db3d6e9c31fa79c16555b
MD5 c544dfae51b9b4268c8bf297b214859b
BLAKE2b-256 0f867b429347a6d8234ef237c18f822ef37c5b03d34a12f892a47356b219c3b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for slicot-1.0.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 221327ac292484cb0a592ed8bd957f1e97e0f99995c6dca41c79bed0713493c7
MD5 cadc9bbec259614a9c4be5134258ee5d
BLAKE2b-256 280a0c2a913c1a5ecc218651d6edead69f385d7a498a0b5be299913759b53884

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a17732eaecd86ac6bf32b163a05ca21f3d8caecd22d62ece9cedbc63f5ff6565
MD5 20490672a4e5d991295d69cc1cbbf650
BLAKE2b-256 37e3fbd13978c96b939ad8bb351c9d9ef52a03687b77a7836aaf90f166b68519

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a917c6a32fc718e540824b87a8760f0b337ca929d8a1c6652180b1f04edef14b
MD5 94d529a56073d03c3a798c0eb067c5e7
BLAKE2b-256 32012fce1ad53f71850fe99e9a162ccd3e07c754770b7278a6f2d73c36bc5f3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42d7b7b131cb222629baf2d67d4c762eae50d3b35e11e0a01c29d7be33b138bb
MD5 57ea520a5a0cde38572530df29e9469c
BLAKE2b-256 b56960e74d097c6617269e5404a31487869f0032d5e86f5db6a3deb3e720b3bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b037bc88267a6989cf83a8e6b2eff12ec09d09483978b7fb37c127b7cc037e2a
MD5 90c8ee48265fcdd7cbe86f80f9585225
BLAKE2b-256 9264db72e4b67bf66731a631d8c2ee941eecbcb6175dc1a10d3a2096f41a0762

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a29581c5fc20a19a9d26aafc55019dae3e3711a22bfebb3661e96995e50acdc
MD5 d9522757e7b0fa4309dbde69a09c4e6d
BLAKE2b-256 91f0c0bc2b38053e73abcdefa874b404a3146eb74f04b8d95a93a8fbba152372

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for slicot-1.0.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 415c8443381cba6faac028804fb40eea4df37dc45cfa47de73f79f821d2e7f36
MD5 0aa8a1f64df8b9e4ebe26f7b9fbfd855
BLAKE2b-256 9857f1e3d488580561db904fd3efaadbce82b3a029d76b88ed6504ac5340b770

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67974676499d0f0532f028d9d4c2c4ebdb41e5ce657140de9fd5b1ee52a3ef2b
MD5 4754905945043bf054cbddfdecb13062
BLAKE2b-256 b1cfa507c7b8272d838dbaba7530ca25a6a49bcb7ebfb9c6d1cb81e7b6799131

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80169ae45da3e197154df4410788d225c8a971aadd8b5b7c263beb291fc844d3
MD5 cda8ee8956fcaf61adadbc548af6b898
BLAKE2b-256 19caaca67f3f8e037a274a57938df972357ac8e6adc017996bba05a3f6485d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13c313629f4d1f647f0501ead5494045d4f6706c2f03150ba1c2b0253aea9c43
MD5 fed75ee5a131c3c20213925916a6012f
BLAKE2b-256 b79b1abd9fc5cf0663adccc9d9d9a072695d72d36288400ef8150e2424b399d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b43129da70039fbba76500f4f16b5b49f64893031ec93a2262f47d48496f33b
MD5 ae2aaff43bfbb49ff751d081b3f7f62e
BLAKE2b-256 7821a15f79cb4b8a3a3ce75b59c0ffad5b7384f0cc8292d3466745eb642e628c

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 023389cbde86244efc6c910b9657739248645ae22aa376ffed53dce40e0cf92c
MD5 5c64f33127ded0c4aae748fb03b32d90
BLAKE2b-256 ae80ae33abc89e1291a754a180862ffafca76427b805051009bac023c92b3c3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for slicot-1.0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 751cef10a580055a6d2f7f8dbe6466eacb3f2ed5467b0f8201f403824e47aeb1
MD5 d698a10e20dfd5d808328c401ab818c4
BLAKE2b-256 2c19b40c404cd9a3e54cbd499f33e8e1b02a704f858bd39b2d38cb2c56d89784

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da4f2c98d2bf930e8f9575e424262b0885d99f5d2c1dde6d8c6f9d2106547c63
MD5 00097b8355654af7b29949c404ae5704
BLAKE2b-256 39b73134e2ea5304997e1b088633e3431d961a0676d1689bcef6b7fd5b738e50

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9ada81e520bf2d1e2058c4d81ce09de5794d2ad07f85500620b7bfb322f0643
MD5 78f8c16c901f5e24968b60dd1530b3e0
BLAKE2b-256 f4e658edae352bc38f9b855f9d3fdd0c038968f0634591070b1192aa9f937d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 347d565666b688f727c4b136d22d6693b9171266c80ba469f46353083e8b79d1
MD5 3c5b55b480e75a8bb501e0a74b91578a
BLAKE2b-256 91f81941582a1d073d83476e06c5e972cfb30ed12c66d307ce07fec16341531f

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c96fa4607e6815457680457e2c612c2813b87ea9b18b9fff3d01f38c5a5c1304
MD5 58d9666dc104895e6c0d587f70acb980
BLAKE2b-256 aadecd222b94df3c66137ec0e75a43a4b8d4f1f24138999e25e096b7fc019d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file slicot-1.0.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c84546ffe7b16ed5d334dc38771a392fc2aab66dd382d2f0db3014ed047ea662
MD5 d975b255ffb5b3861902a7ec5b3bfbf3
BLAKE2b-256 91776682366e9503a7c48cc091d9afec0482ed900f9c12e27198f5faa276bf46

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.9-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on jamestjsp/slicot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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