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.11.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.11-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

slicot-1.0.11-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.11-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.11-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.11.tar.gz.

File metadata

  • Download URL: slicot-1.0.11.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.11.tar.gz
Algorithm Hash digest
SHA256 aa2466267acb063ccfe6610c2efbf2abb54cbe6ce5dc36573c65dcbd5f814e98
MD5 2f326ad861cafffc884f3c503309414b
BLAKE2b-256 fdf49da80b888e95237a386e9394f720a4df8d5da416c8e31632108bcd6d7309

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.11-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.11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 044262e4b2bf36aaed6b75f2df1589705203b431dc3d05cc78d5f9ff8e827dfa
MD5 6f314511513b5e3f3578236c0e6d7948
BLAKE2b-256 327b2c22ef8176c1656d8ac32d2c95a02abd583b45ee78e45190dd46b154baa8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 486d4577ff3b09ebbeb229e99ad11f8af5ef7963f9cc61e83dbd13bcac72cb2e
MD5 c83ad7f78d6a47b1b39cb3106a4ecd47
BLAKE2b-256 9131d017d3ae5b26c270ee340e217ae32bbd2df49721925144876eeb96a64d49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa3d05f114305309f3d00f6675c94db63933d49c8279597f46b9bf941ccea4a7
MD5 dff0ba06d127b14189cace867123052a
BLAKE2b-256 606f46118e2d5b50e8adb3754740c0b99fccf58eba901269e81b04ad168686d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.11-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.11-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.11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 352710300781d8d1c53438039167b49c76c58a979babc1e0299b844e131ee05b
MD5 2a5fcef6f72674c442b17aecf403c043
BLAKE2b-256 a6414b140b240ddcdcf1e3040496ab9a4a07d9e71e5ad6addce9c78cdcc15d55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f21b26b5acd61f82103cd95be32a1a5920aec9c05b13c585710b80ec5801a40
MD5 c05ace50d1c38aff13e9684592f32220
BLAKE2b-256 94cc4584349b961656628f0da18d2d7dd804659a81723ae87a4c78752ec5054a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0365bde47960a9bee2347a63127b42704f16f69f581877ece346a2463942157
MD5 63169bd49270e389c311246383b348a5
BLAKE2b-256 09db6ee2ae05128077ccad7a543ffdd2c0b888bf59666de1b2e9ba5f537deea0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.11-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.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2297356f77112c5681c1aeb505c44703c62f9494684002a25bd7e2d9bc8f8cef
MD5 593f45e79b6a99d406a9bd4e8f374daa
BLAKE2b-256 1357fc4ae4a1c7e216dce60bdb334747d599b4a7dc8b00cdc194acbfef225fcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59955dc124fadbb0c4f87dd52a98a54a171d96c01f4b2d38a1855a7812ec6862
MD5 e6d362466a19e2199f2941aa7cd05ee6
BLAKE2b-256 03369d24c8cfcbe5a63c029d1b376e26f685b50a52f713ce82d106c02b2c1af4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d5e43b291a166027c8df81fad5328468dd9f645563a1a458f9941d8ab352750
MD5 40ea8d36a77ce91755725f46d90ec3a9
BLAKE2b-256 081b9df4423e8cf9bcae3431480d82121c552c5661f9687188101b9edc7ad5e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.11-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.11-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.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 059b54a723f8cdaf634c7f404a701fc670345e9a10766895bb0e6fc085cce562
MD5 6ba06632558f9f621c883bdfc4d3bf82
BLAKE2b-256 d44ea7fd474310d42647beb2a4e650ce99cb333c98ee6631634b255121ec8bd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 010dd054b52e77c7617d379f6734a99586fa7173f42067f52233596eda7c208e
MD5 4668eb95f9327c563201740b0acd4975
BLAKE2b-256 4053d6f5382f970018f253b2a8a4c69f10a6afcb0da4fa0fdb4147ba2185690b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b54f76d2ed8fce8683a902ee3318e8b5ca5d7312fb530a0d8779eeba70729a52
MD5 363634243b86a0275a48db3586691a9e
BLAKE2b-256 718367dfa1d9ffb384a2346e96dcfbcec5d5bb6e1b16b720aba340ad9dd8083d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.11-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.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 933b7c30599ed4e363c3293180c4b5966521dfdb42ee1d03b960455266880abe
MD5 045dd9809658ee444cc1c3ee87e82f4e
BLAKE2b-256 161491b071893d8be3964ee455b260e6d605e46ba6e93debb27d09b73c7ffc39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e23534089d539cfbce784bb62fb33802db80cd2459281346e37f556f032712
MD5 47dd4b33d8b83440688db04923827d50
BLAKE2b-256 842bd7cf8925d41fc7709276a1c939db3c0ed0155b9b193c0ee8964d47f3f304

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9dca1319609269ba494a31e0863d60ca2437228775235c8fee68fec221931dd4
MD5 8601cae8cbc70153d17fb948b05263e7
BLAKE2b-256 ab1dfdd8871a4b6814f10ba64cffad93d3512d6c955fbbba6ab08c7d346bc662

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.11-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.11-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.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2630bd7de19bf7b780a861109134d626d5de69d3ad8a43948847e86ea6e012b
MD5 8c57ce9394b787716d35731905fadb0b
BLAKE2b-256 c01fc0866c6ca6755768f07880aecaa84bb31fde011c398daedc62c28aae61be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bfb61c03a09344f0693101625ace15295b0357a5d99994eebe4ecf5696e8e4b
MD5 fb22eedbb010a0d69d99acb47952781f
BLAKE2b-256 02a5ce1eaa0c5b7a6cef0573a69c7e524c38bbbe9870753fae78f947e791acef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbf68bb6dde28f33e2c896af2821ea53fc62d42c045af55b41d37d2e8661f680
MD5 1bc80cd356283b523f70b5f40aeb4264
BLAKE2b-256 0cb95de277865b191bb6b795fd6f35fbca80c3aa2be1eeef7b8df87ef4a19ee6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: slicot-1.0.11-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.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b6ec2a264caf8d90e4b4c39f0cd5f8ae7fa5395d70c027d2ced9533771bb81e5
MD5 559d261cbabf650c7ac3f7319ea06468
BLAKE2b-256 e19fe5bb664c6e5abdc739d98e2787d6ba09bccf030b4c28a0817d59e32443ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c8f39e0eee1d6b863cca6e2546a2566018cb91536edc24d0ca8c8911dd19d74
MD5 bd6042f484c211b3ba9b62d89c76dc3c
BLAKE2b-256 1780af24fd889896edd737b2189c49810edae7f2a0bb3669bb311becdf16de33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae1274b8e8855647414bba9b338191df1824fbe73ae1ecf3c74afd797e2c4c8b
MD5 1ad455befb087811484c1968024d46f9
BLAKE2b-256 aa031121f5b32f408c7300758fa73e7e3014b5de2e0327a954f748016faa9583

See more details on using hashes here.

Provenance

The following attestation bundles were made for slicot-1.0.11-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.11-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.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 339b7cf9069ea9f35a39ce06c4e1b366b45b83c5f86d10a842858eb928a9f7ef
MD5 cfddf44e522c7cf76bc6002943278ce3
BLAKE2b-256 d8dae08bfff6807ba5df9d04d52eae052a6922d83e8480ad06e308e26451fd5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03c9b02e8e616bf1160d956e89f8e1560acc48195c4ba4312b1bd511b578fc2d
MD5 977e4b1b5d1139e2be60437357313c41
BLAKE2b-256 45e779b928989632c59328cb8550884415bc818287ebd8c59c6fff980d295159

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for slicot-1.0.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62268afdcc3f49a48891e01a7356e4beb9b1dc2b8a5e5d92c00d20a136c8d959
MD5 0633ef0efb81b43fc0a2d3e969cbb645
BLAKE2b-256 247f7f3c78d368657cdfb82554ebed921d65fefc885f1a39b09cddebb4d929de

See more details on using hashes here.

Provenance

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