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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.10-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.10-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.10-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.10.tar.gz.

File metadata

  • Download URL: slicot-1.0.10.tar.gz
  • Upload date:
  • Size: 5.1 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.10.tar.gz
Algorithm Hash digest
SHA256 65db190c8993ddafe69f4fe83e68c44f46363118da63e6d7ffcbd4d4dacb52b8
MD5 6d2441d27f90a345d52c5895d4b20376
BLAKE2b-256 4c780b55dfe0cc99ec75e0803f1f15985941fcda0b3c7e56696fabe6ec1a3623

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.10-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.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c0be7a1691ec8a6161a16c1048e78ddcb3a3601b8993ad857d2b7111d9cc00ed
MD5 67df6b05f868c7f23fb9b9bbddf4d2ad
BLAKE2b-256 868724d6d2ca8afc9635c1c648498158c873289cd5eb18a8b23ecdbf051e2129

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8966855b8742577443b868099474624414e1e579f3afa5234872fce16d26e13
MD5 51af930d9423f9af7a9ad0b8a74a4197
BLAKE2b-256 9a839cea4cda9af51885d7ce63b62de3c141741f073b13fc4ca8a5cede3099ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec9cd331852b6d3762f9b8a18eaf3e81614004ab98b7ca36fd96902c2a5badfe
MD5 505bcaf08923f6db500aea9d7c8b0cf5
BLAKE2b-256 0f687acbdf605fb0ba1d8a34acf63f176e6948b40799c5b633ee0c1ef9aa56c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.10-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.10-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.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a72e469d8878059eb53fccd19c1969249b651338c24cb252db35b13d84f599cc
MD5 32488765b220e28de91bdf9ab506c2d2
BLAKE2b-256 2171489eab0ed9d3e415143e850f105891b5fb6c8b71ca27534c62a9cb692093

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee803d104f0544f3e2a281f01dee671f52652d638ce7f9a36e87c5544e5a3664
MD5 06b3885b921efd0b89be2ef562a4c261
BLAKE2b-256 de1268bc524f8d8a71c8ef7cf286f912ace2c16c6a1f82bab6f1b781a9cefcb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c106dd94b6e87031931e8b76ca2c2205f198932a51bf39c4c1a56fe84f46d1d3
MD5 72ed13d9442fecb03143c687c6583b1a
BLAKE2b-256 a37f0cbbeacf90f8b028eed12ed8817fea55db8f6b6ed18fbc2b938363dba052

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.10-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.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9688989261069c2af5dba4c8438e117e83a3ad9cf35dc19f22a81f05113b1901
MD5 4090ca444dacf6eae9d940dd9b6a0c96
BLAKE2b-256 6724c27c8064e8697f57321483497c536c3ff4ceda2c8aa05663d64de5180ae0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd6c177dc6a3fa46b2b004d3a5968ef233687946ccf2a69c9d565239b1579c37
MD5 747577c5c63f8da105431702e96d2851
BLAKE2b-256 26c3788b8201ce2850d27f3e0e8fb1534c1aceb4056ac73f7196db7a74d57af9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41271e2f1f75573654a5280a58ff4cc51fbf1fe8d3be0872df7ae17a984dbf23
MD5 8f95fccd3c7dcbd05aeb7221b38d32da
BLAKE2b-256 304e47d1974e1922143aa22d8bdb7a5383276ba5d54316d183a9c5589967e151

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.10-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.10-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.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8089144ee3f5866b948e5c451cf013415ea8af5a657b6a583c297d848c844fa
MD5 200d51e04af199da9e7780c9efc1560c
BLAKE2b-256 55ebb10f52ea6e1e1f36e9b6486c1ed2ee6d2074c5c6aaae422f3076a90a5ca2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ff7b03952f99f84628987b1f310c1bb77436eb950c3261227de42ba2748f03b
MD5 90d9fbd03b7918f4eda88c44136e0520
BLAKE2b-256 f42b22d5644fb9e53ba26c7b65b64d21b00073267ab45b48c52eef8139c2ef82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec7d11324310d1d84032be184c72083532a70cc0dc803ed7125e698e1f134ec9
MD5 6b16f7f8e4f91293de87d2ff636cfd2d
BLAKE2b-256 e08778c615d4b526a6b9c7bc6914da4651d6ff0d9bbe0c0e6da2b4ee296a53ca

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.10-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.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 497bc17fbb19c5a2e8cf121569ba1b1128e6b2e1673305931bf7062868af6b9f
MD5 5038b54f794e006135f3b02022595858
BLAKE2b-256 cd85f704619191aa7f1f379586a75d3d6ce5190a69f5c9cb9be5935cbbef6735

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1aabeb2802f0e0fb60e4511fbfda6b700451d6a59b61744c7c579fd0c299925
MD5 96291563231a8d25760ebd74514c3e8a
BLAKE2b-256 0c7de8c8cd66a4b51c96e2fafb5cb6b281ce15e1908858dac8c4d20ecd6b3f73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16dcff14bb8ddb8fd6381abb83b85a9cf5501dcffcffbbe6d0ad4c51f0525da8
MD5 3c6471c7579bf003b5fbbf5f6b69ff66
BLAKE2b-256 3f3b1903bf2823d9594db3c86e3bf78ca55ea1e170266966197ff4f9e83de20b

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.10-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.10-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.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c1b9ee30b91cd061974aafd893fc45a0270ef14fd7df59a143ec590c4b9aa3b
MD5 ef6330399bd39fb6e2eb53d50d275ee2
BLAKE2b-256 2d492d214f93679042e3feeaed1c3d8b3eea93527520a18cc00de327d989a573

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0a25a7f17fc5d6143b01140a61d74378aef0277ce6edd7dedca9a38f2dd8764
MD5 d7fdf53a48e04310215e39ed66961e72
BLAKE2b-256 f28da538062b6c87ab7c03750cc788fe0c9baa85d95b9de15054ebf170f1f61b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c978adb6e6e59d6f7a113130ee4c65db7660e92f6dc3ecba4c8966941905720
MD5 aa367d70a86a48d252235f6614f24ff0
BLAKE2b-256 d7052890e0b0dbf36671d143d730839c45485f2ddf09b3e29caaf690dd4767ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.10-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.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d1c8e3c32ade2b56f255b8b5346a4a4e895dacfba0e9d2c68a3807f145771668
MD5 3fe5053a0261df9729595246b39726f4
BLAKE2b-256 6927b64a71df2b55773b7daa01d8b39e54f657da9c64ef9f058ba172e6e8da1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7405bf446e06febdf238e67bb6421a0c1b34cf2ba5962b9dd4ba8cd9cb6c6a3
MD5 d18df9ae2898da52b9d424d6e0bd1666
BLAKE2b-256 5bf57c38db9f092e8710ce821482dd38c9a55334fdb677a7c1a1a433e6c1fe2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 773179b5f006daf1dc9705f982f7107c17cde684ec48086d63d04e3a6414c0ad
MD5 bc3f1d505661f96ff89ca3823d829ed5
BLAKE2b-256 a9928a5a5eb3ed56a45d76a2d88bee5ce441eb4d6bac45e4a75ee95768e81ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.10-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.10-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.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5eaa0bfdb33bbfdbe3089049571792d55b38f3cf146f590ad7f9f8d815e498ad
MD5 e2f1c7a0422d5ad6c8adfa535df67b31
BLAKE2b-256 c8a39d3b7cf368ade3a944456af605ffd8f99b30c56f706304adc675584e2e13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 064203cb8976e144803a029f7e6aeaf33a9477c3fa320dde2336928e159d7cf1
MD5 e27e6b54a552e8035d8877b3244f75ce
BLAKE2b-256 a86a53d8024a0eba6307460a15e5161fac6bfc82f64d462c78960d6d8eef7353

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0530b9a88527ba651c9f443766586a523014678bcb0fac52047137d9236d620b
MD5 54bcde13808351db6c4265aecb4ca803
BLAKE2b-256 e1c52900066037d26f35f365f4044dfac8c280b2e48ba2c12e940631ac14f05a

See more details on using hashes here.

Provenance

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