Skip to main content

Python bindings for SLICOT C library (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.17.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.17-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.17-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.17-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.17-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.17.tar.gz.

File metadata

  • Download URL: slicot-1.0.17.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.17.tar.gz
Algorithm Hash digest
SHA256 dd53a6560f11442bd73e2d600913b726448bfd66165b0befd0cea1983743365c
MD5 bfd95a393f3bec2cb2d4c29e5d24dd37
BLAKE2b-256 68f762a60a328eb4a4af5728f5bdd893eaa2164a82625ee5f9049e3a7fc73b1b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.17-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.17-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b1c912dd88bcbca93b527cf664935706ad94cffa3042a1a107288b194127cc8
MD5 dbef0c7a27fd53b6296cdfdf388848ec
BLAKE2b-256 050e6ed10f58896af02bf74e9f7fad1942821a4ce461538ddb610fceb0f4c39f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d8ef87cdc264fba56c6b52812cc826b7d823952cdeb7377e6770df5d69fc891
MD5 33e8eda1e5eaa69d27f4e9c20f7e43d5
BLAKE2b-256 6fe6c10a0fe948cbdeec7d1e62a8fa12106545f05967d969ab6464954ff0f4f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 715acc8b1448aeee516f01cfd0d978273b6571b72fe0200458bb6fb711372ac0
MD5 49dee716de51d0cfc1ce7c6d61947480
BLAKE2b-256 c63a594abadcd1bace11a4c9a3567a83ef8be2c1ea528ea9b2a1879c1a5f68e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.17-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.17-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.17-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b9a5066f2010868ae5eef8adb3af01f731111851aeb74bb6a4e0ea9482579ad1
MD5 f60de8c6fb3f98d94174a259f40c5987
BLAKE2b-256 c3ffef2c34eaf60681e3db5643d9afc0c5b43e14bc2baf770f0944fbafb44ae4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c11bf0b81692a86b43484292a0061013ea9990c1c622095d69562cd711014ebc
MD5 1817de81fed4e747125375f697b5b743
BLAKE2b-256 b91b18e397c2c2a9063b20738f030d15b6fb5bf9c91c5dc684044cb1cd77672a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d55344191d9546a06513b33d0d47e6a92e58c8aac48a75b70b02feaf652e2479
MD5 c3a4d687f858d4b2867e1c67d312910b
BLAKE2b-256 152e5f9e0341fbbf14555692e74a216bb391052a3613febc5ac2b7d0a8991577

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.17-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.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b24ef144b7595ec3878c692e21446c788976446e2ce86ddd6173d5a1025ea984
MD5 b0b873b17390b5b90bf3e124fc689dfa
BLAKE2b-256 fedaa40c4c05087ed41f77f0fcb5af2166fe7fc836b4c27eadf444d2e6cd1aaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6a0f76ce4ca33fcc69b5d522b5ed849bc1fe2bca2631f31b8e08986987c50cb
MD5 6e98d71c61da4755d3ab3fafecc8f57d
BLAKE2b-256 0878fceb2492d0cea6b516e81c7f20e18d702b89993d3665ecc00e509838a68f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2cfbebd1e011087def2aebd1dbb52a5bf493fe03f4587181b8f0a73b5ca28e0
MD5 9dad85072a04b2c888fa2cb773e8df49
BLAKE2b-256 7434eae510fe2bc9159a07d727fa4a54af751f09af98eb33ed90d5a430df4f58

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.17-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.17-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.17-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4af8d5687da8fa02d73c2321ef912669fae80fc212cafa6160a36ab84d09dd2
MD5 3cae32842ae322fca3cc9294f56bc0cf
BLAKE2b-256 df914fb5d3079ab22c441f27c88220d316121e942326c201c62083843f67a847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bf65834b372cef09b020f68a18d3801e6ac0cd719572bf669a6d01fd56d15b9
MD5 ebf3823fbbaade3d759e25f4d09785aa
BLAKE2b-256 f1acf6c190ad8de2154f6f35e917a4cfdb8a08d9ba8c00b0be87b8a4414e49cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1f2e4e5a4edf25ff8c738e4ddad5c8a4c6495333343b0c6cee3792faaba25c
MD5 ac5693a1571d877fa8e03234bc7014a6
BLAKE2b-256 bf4989d2a35e5d14975b38b728f07d1ed73c5b29f845339ff12f52fda36d8950

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.17-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.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ca4978ff2c05a180e564d5f9eef62903ad0da1b9f7cefabb913897e51ea7416e
MD5 244a14c229e5ba967b344712b7ebe55f
BLAKE2b-256 de013ea3f381888e10761923c79479f9eca3aa26c570609a3f9c68f3fac248b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58b9eb0a48f7c85a68e30009c455fe94ef2b0dcc1c868db74ec88d28a34ab7d4
MD5 c8649736f43bfecdb506fa39a3139a28
BLAKE2b-256 ea4c2c3a714b58a57f1b8caaef2d4bd33484c638dc06e0b4c51641ffa3a6d5ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90bc5e267d660297b26a426ee8e283800423fd9cf02a2a4d30a470e2d8b4c69a
MD5 da9a93be8ffdce4e0abc6c8f3890f78d
BLAKE2b-256 973c9e0a4b9c1cbfb9e4f79cd40f00fef0faa3ebb645d233842c7c9d66952f6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.17-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.17-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.17-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 992bece9bcb99e85442657f60132bb5dcfc514e4e80d389ff893e9337997974a
MD5 27aaf235c0aa6ffb27b5f724697ff073
BLAKE2b-256 f20891bb024bf8892aca4d4fe69c85ca1abfd1aa9a78e589c57b87a638e36c62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31d60f103c6892695062ce409f6a5ab62a0146c28f864a362c6b5fdd0fe5d92b
MD5 c1da34aac66849ce0f4ed9ec611cc1d3
BLAKE2b-256 057f2a3f29b587eceb8302ffe7f0fe363a5fbbaf9d6cee51c8020ea3148fdcbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68185dd349af54a4de1e7cca0fe2c44fc29b416bfe93333ad7325e11c30b3cff
MD5 08cce4027185756c28c0ca6f8072c6d8
BLAKE2b-256 7be30aa04984ed4f0a3bf8ba3cd8cf4e29bfaa5654cbb9de9e731af62b1acab6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.17-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.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dccc0fba2d08401b243e58a384bb7ab4665b31930dc5d3f9037ca5d946930664
MD5 c9a4f8137eb9abef862c5d38e7f3ce12
BLAKE2b-256 4ee1cbd0e379431abb2c90db28b19382e2a668bc2b571fbf88b70dc49ddd1ecd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ca68ff4d0749d0859d3bca87e3d2b65e898d382275456015371da45599208f5
MD5 2b5bf209ff09df179973b1aa4e790981
BLAKE2b-256 f33f3f478b0cf70ead652d5910eae64182c6ae0881a762a3d0e3329ef4e43e4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf8fe0e3a98a9f8e96525faecbe688ec247b856f55d49ce7b0102c67ee01853c
MD5 662805408f87b5260598ad25c0f27ea7
BLAKE2b-256 e8ec36c93920d9cd21a2a0c70d08ec66d481e0255a6fd16b1ff747407f0917a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.17-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.17-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.17-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b73745952d5fecf1f518f86b9de3c01469428da6b8f40f0b4ea8794e6c818f7
MD5 8a1aea405af02580e6448d04c9412a55
BLAKE2b-256 a723c61e414e9f674a2f3429f785296600f2e80096962ced2aacb0f2ddda5bdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0078f6291ac3485d6d2d83ce978d1f2ca0cdc775611d82c45edcb327c7e76d41
MD5 fffb2596971a20b7f5bd9ce39db2897c
BLAKE2b-256 11a35fd6b40a95a008e8914a3486ad322ac89c792c46f66bd197f667fef16d7d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b758843304eb35140860f93f30c1554fc8736cabc895b317f86c068ece36e4cc
MD5 e029fd96a1758e5cbd9687ffe2e5be79
BLAKE2b-256 d2ceace975aae01f276a9267996901f877e869e549132e92fde74a761935d649

See more details on using hashes here.

Provenance

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