Skip to main content

Python bindings for SLICOT C library (control theory)

Project description

SLICOT

PyPI version Build Status Documentation 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.18.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.18-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

slicot-1.0.18-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.18-cp314-cp314-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

slicot-1.0.18-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.18-cp313-cp313-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

slicot-1.0.18-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.18-cp312-cp312-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.18-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.18-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.18-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.18.tar.gz.

File metadata

  • Download URL: slicot-1.0.18.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.18.tar.gz
Algorithm Hash digest
SHA256 538216b816fc90da4d8dcda72b8fa91b92c1a706d1c08bc5f1c350057525ead8
MD5 f10de9dc6e94daf3eba04f83314a60f2
BLAKE2b-256 80c2ec9c7d6e3371d3d7f34ac326e47d102de15353cec15ba37a8299f21922ba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.18-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.18-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9178e572a9bb81bad9a1da0f9b1a6730558e82edaba53d391c7c85e679edf40f
MD5 12883f58ef0a42b359aefe84ad4c1d04
BLAKE2b-256 6421d1ca79761fd94eb6ce60a546168fcf4073c358f83c62956129c58194abea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66a67a43401f7766976a29a17ae8cf1f1cbd8600bb18ac6d9deaed12a3ee74c9
MD5 85cbed69bccf84ce1fa2135d7b0bec90
BLAKE2b-256 817e01441e2db1c7bfb45b71b72583ce6329ff02755292cee21fcc9965de3554

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 389fe5679b3ff8fe0023e2eaf7b78cdd086435ca1d8a4d9c0305b01bf6a098ba
MD5 22c8f19ff232249ea642a1d8c61d9d72
BLAKE2b-256 c74dac2c2e70d75ae1fe8254a600ee47a21f5448353c4617f014fd6ff136020a

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.18-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.18-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.18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e807706041555fd9963f5b640c62443647c057a8601c7f62d8ac394d0f0a61f0
MD5 087d1209b6e4c2121be5732f310802ce
BLAKE2b-256 425522403af4b547bc4679182aa97aa649b2c1cfef191d74cb704da131988a09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fcad5b04883dfff22bd493af5fc46c5d786b7db36e37a2a9ed98761e56a048a9
MD5 ec2eadb2fd296181c7a94a0d0e50f22a
BLAKE2b-256 b87593583c615b5b8c78ff7286c9f88107462c995070a5afd6ce47aada5c01c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54de792b99ec46685ebb68e3cc407b141f6e09820c8720cb5b9330b84f601ce6
MD5 01664b53c6b4cbbe5617ddb61556322e
BLAKE2b-256 864069f1747c913809e9d90994e8a4c1397bd2722d5a67c0812e0d22b19b1271

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.18-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.18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 858821cf020d6959d1cefc0e660fa609dfc2debbca1e0776edd2f8c289fdca56
MD5 dc75a8e66f28de2d40fc1b37606ee70d
BLAKE2b-256 51f7fdec5037aec7065a5098b2c040a51bcad25f6bb77190704147b7aeb4eb19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ec3037ceb01e33775f6368a853bbf0fdc6f2288ab4e79730663ce55722110e8
MD5 b857bce11962098b254d10f9cfbaafce
BLAKE2b-256 24374ac7c542e2bcfc218e153b3a5f6e17a5efca51339f79370a59b66cce4d1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50b859949e0d63a97bf17460f9a83baeab3e4ebb2688153536bc66a7661e156a
MD5 4894e03a334b1e711844a1076ff49cef
BLAKE2b-256 99db53b0896598256112ea1ee7ac340117b6bf8bff4333c0040a0bc9e9e6cd6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.18-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.18-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.18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21684a046af7991c8f5ae87abf2932a2c88bfd3d09d870dbf04b5e82c2ed83a8
MD5 d2b08a9f965fe75c3e3e8235f6cddad3
BLAKE2b-256 a912cdc09acd39e3fa9f041933538d02ea9462708a564f681a0e4fe2438a3020

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4be95ad4c828cb383ee2a26fb8d2556198835bbc6a742db047d067b27c47be82
MD5 c5638ff2957b370054b6c5e639182ee8
BLAKE2b-256 974328f235c2282df9afb06c86bd4bf964b2c7688a3f72404070ac91b696ed61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e54cf4c08911900e718aeb9c5b9c25ba6cc4bd0b6a91c0c61a2474dd6ccb53d
MD5 422ccd0500fcb7cc8ad15d687f45eaf8
BLAKE2b-256 09a528b0cf9cfdd245fe5fac64e98dc62de23d602289a35c7a5cbf21441c5939

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.18-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.18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88753b8502bb26782498f0f656d9e8d1834bf5cbe65d2030495fa2ba62343e5a
MD5 e9e89c644206b1b032b5b7f1ec6a4317
BLAKE2b-256 bf54da102256765e5d26414f7ec83a564e154d56ecfeb408f3ff476dd56db3d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 beb73bf9bd68c68a42403f8b2e8919ee4a50cccc3dea8cb363a10a154468267b
MD5 02800cd7395a5e2fd4967c85baa72f8f
BLAKE2b-256 2468f3c4bd88907c7f9b915c0ab0f0e252173e0d0b2e1920eff3eeab843ea34a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abeb75de3c481fe8139bc28488a8767b8e3b26d7d66669347fa730ef7ca4e4a6
MD5 cae9e949e1e44e9b4e5882ba3eafa71c
BLAKE2b-256 6c0bae203e6373f3ca2a0f7cf923bf6e1f7a05bd1da16cb0033b83201a9ac442

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.18-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.18-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.18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40cd590ba631a4f56c6102263e7de2c8878f93fcad574b59ca693309bb8deea8
MD5 cf641e2143b371d760ebdf2a428d4a97
BLAKE2b-256 36b1b196a06135d67f385d896b1f73c755443a5b222572b388c8da6ba9c75f30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 613396e181871f3e5a0dd726e7c65952a24219592c11bfa83c912035fad42f1c
MD5 2ec3fde8353f81fb4a5577367dad5260
BLAKE2b-256 1c7eca760a00d79ea4de118c3cda7aecb41d818b8278e9dd70fdd82dc9ac0429

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a56b76ec5f9c96268c92014f72f99b416f5912cda81bfdbe92efa6756db6a18
MD5 0a6b96b465a0046841eee8c6b9e2b8e6
BLAKE2b-256 b524a3828c51385e892f4dac198369d1a0b1f25696d5f67d7d76ee2a9a14d0b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.18-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.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c238d0e14b91596c2f19b4e6d8ac2b3b057d2253cec84d818b6c11b0efb5b0b7
MD5 e09e9dafd784b2f1e5885ba684bec544
BLAKE2b-256 8d4fabb11b08de06456187d554b59393a2270f667ba058e10bce0d313ba3b02f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f8728e30888908b7b73502e128c23eae4900f698e8d2e203a5336660cf6549c
MD5 2af14d0c1a149d7060a2f2089c3692b8
BLAKE2b-256 f8e8ec933e0809d37b2a7dbd36e43378fbe5310d8ac36cf7c7145a0b52acb44e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64cce3293832312d01e5ad3be67e663887f6e8226a6a9008336d5a8fd072658b
MD5 ca1b4efbd484de5a14ef81bca26ec394
BLAKE2b-256 570ef8db13eeb8b6577f26d0beae615379faf8b8394296b5a910da0a8ef6a84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.18-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.18-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.18-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13323882927a50cea472c6ad96964858352f0bb88c8eed27c7de9cbec5b906bd
MD5 586fd0d35180b11a62934818af31ce13
BLAKE2b-256 2c799ee33f6c090fab49475f99d5d23da01ad58fcc939cd77d317ce4ddc2cb8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27b1ac93e92391db6ec9b7800a9feb924ab83aeb0a64669c2d084fe5df8e5837
MD5 bf85cbac019ea94b23132c53c431c547
BLAKE2b-256 cbfc2e729a567f0d829f7f4017a3a9a0b76d2463c4e9741e893cc6be3188d01b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ed32a43ea92e19fced8c2d5d51ae32a6a2fd0d903aadb5cf791856f76c9f0f7
MD5 d0c44ec61b28814b9b97a9e917a9a965
BLAKE2b-256 9a640bd830f6eb981e04f42fba062fb9b95139cc438eea44abd5b96252093ebb

See more details on using hashes here.

Provenance

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