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.

For agent skills (Claude Code, Cursor, etc.), see control-skills.

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

This project (C11 translation and Python bindings) is BSD-3-Clause. See LICENSE.

The original SLICOT library is copyright © 1996-2025 The SLICOT Team, maintained by NICONET e.V., and licensed under BSD-3-Clause. See LICENSE-SLICOT.

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.12.tar.gz (2.4 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.12-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

slicot-1.0.12-cp314-cp314-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

slicot-1.0.12-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.12-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.12-cp314-cp314-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

slicot-1.0.12-cp313-cp313-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

slicot-1.0.12-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.12-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.12-cp313-cp313-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

slicot-1.0.12-cp312-cp312-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

slicot-1.0.12-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.12-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.12-cp312-cp312-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

slicot-1.0.12-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.12-cp311-cp311-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.12-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.12-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.12-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.12.tar.gz.

File metadata

  • Download URL: slicot-1.0.12.tar.gz
  • Upload date:
  • Size: 2.4 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.12.tar.gz
Algorithm Hash digest
SHA256 60e97a8fb9603e60a8418bbfd2b796a02ab0624f36d8463f697f165b6e63b599
MD5 99d53a3ee3067197887c1b91def043dd
BLAKE2b-256 203548cad9359bb3718ef4c7b205acac0efb5c9710ed6ca8873c8144eb0ed53c

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12.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.12-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.12-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.12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f6aa0a98a8b520cc762a3f7ae2c3e583987e3470835ab2d324fb269b8df36fed
MD5 41cf3890081aba0b2fbe7dc7f398dc2c
BLAKE2b-256 5c62a4494c8ed84770af24d9320a2b912502223c8fc784869c3b876925069b05

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55b3d61a61cfcc72b88d40f64a4983222fc72efe20a4907dc0fdf01c70170872
MD5 ad519de4415cda5d8dcedc2fd97e50c2
BLAKE2b-256 6e07c83184ee0c6e3f93b7c9ea8d0fcd77c52abcabb519a3c90dd38f92bfe3ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b365288371219c0d5722f08cc79b14191d463830abf3ff082755fcf2e1fd27e
MD5 821b6b13d53baa213f2e14e32e49c00a
BLAKE2b-256 353538d7a1514be681154126695ef3ef441db1e9f0a2ed39b508b9d23355dcb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-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.12-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d02f4b68d8af9d28913a78c57c01f8efa9b7ecd6c962933475fb950e6e5fec2b
MD5 46d2c07767c141e6a14bd7373774d620
BLAKE2b-256 cf2cf3cbcab01a4c4a6897ef6f8c2473c2949757fae4088752feb55d816edb12

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d599cd88d9a2c22af5d329e2e8d992824cae892975f592bde2b0c8142596a5fb
MD5 4551f19fed15c188d2fc638a75824ea5
BLAKE2b-256 73590a6a9aa624cebefe264f3c47762e2869b1c3234fa2df7f05d14a6410bc86

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8643153162de8db876b9bf6c70968dcea02fe1a949d75119863b17611147a8c
MD5 c8c6389e1b7aef9f689a3f9434c6fe58
BLAKE2b-256 b4013ff8c66ea9c0c063ac845908019ef6ccae965ec82cc1352304526dbb9209

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.12-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.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66a3cfe20cf7382e71b0f3623989b78636364c191705af9b363bfa93bdc19ee8
MD5 282080c9de66c7ae5685d8a6542c4a7a
BLAKE2b-256 1a2f41a85db5a7f6745a15ec8c4c2adeaf07eb60c58e9f8daf34d1381c808840

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7142563dfdbaeeb8639c29016761b79521d94ea4e566a185c3185ac5c81bfd0e
MD5 8d13a4c51ecd71f8995ddac698e56fe5
BLAKE2b-256 5b3b3fdcdf0bf35353df26437cc718ad8e0a00c9bfe2f28412cf68214c1918af

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0355e523914193b0cb45a13bcd92269903f0f0875bd0ba3c37a22ef6279f6e6
MD5 a8d39c25ee70a3d4ce9043e09c92090b
BLAKE2b-256 c6c5eec0edf98d2b687646ba4ab206352e0469818f563716beb5a467bd1089fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-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.12-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7845e7dd51373fa8922caa75f9199ad27dca4c3eb76fa9d8a1e8a50938e28548
MD5 639f17eb898d9c942337ad869538f0c8
BLAKE2b-256 11207694983eef502fce8f3b4c8679f8af07689318ec1b1dd60a02fa90f764e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6c85f1981cc7618b21f440283431ca4928f72bd392ddf13121babe0e59b3cbf
MD5 1773e88e03441495cec8752757ec7ed8
BLAKE2b-256 5e9bbf1b9ab9fdc5e574fc86b5eade02f0569f10648d56a6b1f531daf76988bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aff61ef7b76782c425afcf01b5990830095063d6c98ba4491a6484963d9352a6
MD5 c519e5ae69a151771633af4a409e032a
BLAKE2b-256 3887a76f0f4c2ad8c8fafb0c87d683825323e9ced6bc8128e733dcfe51c0b9b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.12-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.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c74eba76bc48c61f36bacdab3c3c25f6dbdb306e629ad64559416f964d1395d5
MD5 8e3613f8914be359c4bd76f78bc86de3
BLAKE2b-256 2508b84d4c508c5c29f4c9d4153738fc5ad987e0d468d5837d02052bba729e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a71f045f762caa6dd5197730566c633edc17827a75ee8fd020378d87612ae51
MD5 fd6d8583e8a8636f54fd1e4b2a0f2a05
BLAKE2b-256 3776ca945209a4aa7e32db3c4e3be828849789968f0691aa3dfa0c48080fa977

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45ffd6be21b6656ee8b6afaea80fda41d745ac734c69131c360dee686188d832
MD5 a2db2672a2ba5cfeebaa902d089a507a
BLAKE2b-256 4190a9e75432765b0843ca565712ebf42394efa8b044476630791bb336cfd63f

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-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.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93ad9705f8c9b7f93d11c3a2e00b4c591d2d270023a543fd9fb7a1add6fe7811
MD5 c0a90a0fce8c18f077d855bbde20cf23
BLAKE2b-256 7d1dfb865ecf7eaa60d452faad510927eaa73d6e4b3bc13f301a239d74a0f7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 149ffc79ecb7d50eca9fca17c3dd0df05e549592ea6a03dcdf41af771b9fda49
MD5 f797d93368650188581dd02a295d562f
BLAKE2b-256 4e30a1ef2d4903ac09323d192bbf550fb3650802deb3dc6917c8b15a8b42c038

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c82226a6342b4b9766f08d0ead51a3ef54ab7602e135e3bc47cf11ce6961ab8
MD5 5a5b5a6177f4a2b79afee028077cc3fa
BLAKE2b-256 1222629eec0526580af881a7e91c3321c588f5f2c8032db460b15622c41199bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: slicot-1.0.12-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.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7da3a0bbe3e80fc7174493224ff25d11ea921090c7a2829e6c76489af407eb6
MD5 fd3f2c6a59e0e9b6f08e4690cd062d86
BLAKE2b-256 b31e05bb726416ab63e8ea036d4595c71fff859446849bcbdeb7384d8e53207f

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c83107f3da19cb8c6abee871418de41ab3e7c63bc64c12bee4aa37113ba2db8
MD5 c2eff455cb87e123b127fb647f233c98
BLAKE2b-256 91657d15643654f4ed315ad0e7c9f3f76405f96b1be87da53a66d4f80f64e857

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0c6181ae03940bb09effcb663f27cb1cd59272deacadd72c733bbfcc274ad67
MD5 211a6d099db8e8654985975c272ce57c
BLAKE2b-256 a7cbf82d779e273a88a5d40181cbad4c1bfb427c58e0aa7b14500a1ec8b3566e

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-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.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1c0fbde580dcb344fd0d6a9c32648ff20fa06f7a2dbf6ffbdd7675407031d98
MD5 45c903826a1bced8be2df5ebb9585e3e
BLAKE2b-256 95a10a3224e4822cb988568211ae706c7aeea5dc843b0e02f9725651210319ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07151598b37194c4673f034249d222870a9175e52c02d02ca41c9ac6f2bdfcde
MD5 4ed93c26ceb305acdc6988b56107ee6a
BLAKE2b-256 e50b64358e0f196a7dc1d3b948484fefe6d3d760555cf6ad03f50974e77b1494

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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.12-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for slicot-1.0.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e23d72be3f7857678e20fa1594dc2fb2893b2c447f005262ce89475169e1fa0
MD5 b8343eaa4331433b74c66bde4d5c2342
BLAKE2b-256 0ad5c76596132a157a24bf1cfad17ace956068e53ff0961c10e0d0d4457919ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.12-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