Skip to main content

Symbolic Aggregate approXimation (SAX)

Project description

Symbolic Aggregate approXimation

This package implements the Symbolic Aggregate approXimation (SAX) algorithm in C++ with Python bindings using pybind11. SAX is a time series discretization method that represents a continuous-valued time series as a (sliding window of) symbolic representation(s).

Jessica Lin's SAX page

Eamonn Keogh's SAX page

Installation

The easiest way to install sax-ts is via pip:

pip install sax-ts

If you want to run the tests locally, install the optional dependencies:

pip install "sax-ts[test]"

You can then import the sax and paa functions as follows:

from sax_ts import sax, paa

References

P. Patel, E. Keogh, J. Lin and S. Lonardi, "Mining motifs in massive time series databases," 2002 IEEE International Conference on Data Mining, 2002. Proceedings., Maebashi City, Japan, 2002, pp. 370-377, doi: 10.1109/ICDM.2002.1183925.

J. Lin, E. Keogh, S. Lonardi, and B. Chiu, "A symbolic representation of time series, with implications for streaming algorithms," In Proceedings of the 8th ACM SIGMOD workshop on Research issues in data mining and knowledge discovery, 2003, pp. 2-11, doi: 10.1145/882082.882086.

J. Lin, E. Keogh, L. Wei, and S. Lonardi, "Experiencing SAX: a novel symbolic representation of time series," Data Min Knowl Disc, vol. 15, pp. 107–144, Apr. 2007, doi: 10.1007/s10618-007-0064-z.

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

sax_ts-1.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sax_ts-1.1-cp313-cp313-win_amd64.whl (68.4 kB view details)

Uploaded CPython 3.13Windows x86-64

sax_ts-1.1-cp313-cp313-win32.whl (60.7 kB view details)

Uploaded CPython 3.13Windows x86

sax_ts-1.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sax_ts-1.1-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

sax_ts-1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sax_ts-1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (103.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

sax_ts-1.1-cp313-cp313-macosx_11_0_arm64.whl (61.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sax_ts-1.1-cp313-cp313-macosx_10_13_x86_64.whl (64.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sax_ts-1.1-cp312-cp312-win_amd64.whl (68.4 kB view details)

Uploaded CPython 3.12Windows x86-64

sax_ts-1.1-cp312-cp312-win32.whl (60.7 kB view details)

Uploaded CPython 3.12Windows x86

sax_ts-1.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sax_ts-1.1-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

sax_ts-1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sax_ts-1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (103.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

sax_ts-1.1-cp312-cp312-macosx_11_0_arm64.whl (61.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sax_ts-1.1-cp312-cp312-macosx_10_13_x86_64.whl (64.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sax_ts-1.1-cp311-cp311-win_amd64.whl (67.3 kB view details)

Uploaded CPython 3.11Windows x86-64

sax_ts-1.1-cp311-cp311-win32.whl (60.5 kB view details)

Uploaded CPython 3.11Windows x86

sax_ts-1.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sax_ts-1.1-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

sax_ts-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sax_ts-1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (104.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

sax_ts-1.1-cp311-cp311-macosx_11_0_arm64.whl (62.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sax_ts-1.1-cp311-cp311-macosx_10_9_x86_64.whl (66.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sax_ts-1.1-cp310-cp310-win_amd64.whl (65.9 kB view details)

Uploaded CPython 3.10Windows x86-64

sax_ts-1.1-cp310-cp310-win32.whl (59.5 kB view details)

Uploaded CPython 3.10Windows x86

sax_ts-1.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sax_ts-1.1-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

sax_ts-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sax_ts-1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (102.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sax_ts-1.1-cp310-cp310-macosx_11_0_arm64.whl (61.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sax_ts-1.1-cp310-cp310-macosx_10_9_x86_64.whl (64.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sax_ts-1.1-cp39-cp39-win_amd64.whl (65.8 kB view details)

Uploaded CPython 3.9Windows x86-64

sax_ts-1.1-cp39-cp39-win32.whl (59.6 kB view details)

Uploaded CPython 3.9Windows x86

sax_ts-1.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sax_ts-1.1-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

sax_ts-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sax_ts-1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (103.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sax_ts-1.1-cp39-cp39-macosx_11_0_arm64.whl (61.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sax_ts-1.1-cp39-cp39-macosx_10_9_x86_64.whl (64.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file sax_ts-1.1.tar.gz.

File metadata

  • Download URL: sax_ts-1.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1.tar.gz
Algorithm Hash digest
SHA256 0c594deb53feeebef3aa2f3bb6041ad5e1aed338bede8043089ae638775116cb
MD5 2ef3989d9be3a2ba285ba8aef47c1d50
BLAKE2b-256 cd8e33c87f9269819441a99992fa6945ccd1e5f9ea5da97e38991552d4e0cb10

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1.tar.gz:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 436f5dae4ddd5dd83de744eb16609f869646d4d7b6524b31105769e32aec09ac
MD5 a4a3ce23689260a03c649c6fddbfb0e6
BLAKE2b-256 af8d74fa2b9dce1c0cf327fc3218cd7a54f653354fa9aa7324ff76b46672a758

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: sax_ts-1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 60.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 350da726314340ed4335f476b2a5fe8717e822901f5939a697466bd751578200
MD5 0489786f96d8fd08a9d0c12b9d8a91d2
BLAKE2b-256 49ef7b3a35798d5e6ab5fb144c56e3a47fb1884ceb5c647b5784c2f69e4df923

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bbfea711d03f329d3d6dd4ac4ef67455d1dd6a278fa440435f14271d23106dd
MD5 c7576557c7608dd55167e5d8dfda2fa9
BLAKE2b-256 b4c1cfef582bc6c303845ab84b29be1c940f3dc59a0421160a1b85dd0130e750

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1812492c0d06b7e6f77d9af287ece120f43ba78326f4f6d8f0e319347d35a168
MD5 6dc00bf82798af7ca5918ac95e98a0d9
BLAKE2b-256 2eda9e9bf31127dc6188855795fa19cecaa7eb54ec42dd6debb9e8b27a93d60d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f2d66eb835f78f0e7b0f8caf5b4c484439ee4a7578206c442632fec0b7c01a8
MD5 fcc9a8fdf362c1a3a59b2adef278da7c
BLAKE2b-256 7c74b6b8179387406998e57d279427ecf70b77b00c31655796b48468ca82232d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 796db70af00e8ce5a6e2b12a0cf4ee144e7447edceb1cade567542f65809959d
MD5 25eeadcb77f35d00550327a0f2de0781
BLAKE2b-256 7a3a0d7b532e047195fb4ad5fc85d69d75fb8671be977604f6f90067f880d9a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15590686e15655aa243814dc4bdc15d99eecfa9ea7695d09a47b6270fd64f06c
MD5 63da06809e95c8f567f52c4de9bcc23f
BLAKE2b-256 dbcf56c7f103c7504adc2ec05269c63871a9bd4dc6695f389fc04b69ee84f96e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 75f56fc23bcef945612ce1d734921cca31da94fa83eb1bf6b98b9b520cf28744
MD5 4d3a4ac7f7eb323985b6e9858b2ec703
BLAKE2b-256 4dc593f774d59f77bf7bf44a717ce2cff61fc0366eb9f4a4e1776986730f17d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cca8b0e6544b6ff46f242a589f9caab8768fb4e1a8232c5e67b5c079d5c25284
MD5 70b102d58417120ff7b1eee0222917b7
BLAKE2b-256 60bdf63d1049e4b200f4d79231e02cdb56b7ed613c85c92b7c301ea6fc13f092

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: sax_ts-1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 60.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 05f384295c85acb5c50cd3325cd64710c39e87b2c5a0383324ce23749abfa8dd
MD5 422f2b64e31f2669746cb61a90954ed0
BLAKE2b-256 fca070ce5506f574bdbfae886e407241e2dc3f5ab58a565ff11af2a87eda9201

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc2a01422bc3f4ed2512e8cac9299e8696d21a8b0365179b19a27bcf087d0e23
MD5 c00be47433f49df2a7a24745cbb4176c
BLAKE2b-256 606cd1afed4b7489e2e22a64ac7a3c54bd35f5376897adaae3fa8e6f0e15bcea

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8fe65f3ed9d6eae90b507703183fff4b2b0c37d61fa23b4d1c5f963c47aa8252
MD5 d252aa5d05c712591b7fb1b99c1d3613
BLAKE2b-256 8010ce8c9c5d163dcf9c1a4b49cf9c8922b8bb38565b657211cca2aed8246180

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4013fb32920cf4eaa53a18d2092fb76f932b15b573cfc7e48cd6dc00db706674
MD5 78679a97ec6b1cc74e85004b9d5e081f
BLAKE2b-256 813d00351c968797108f91e92f2e06ed92bca52bb6845a8cd134535fc77c8aab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d57674a3a7d4e49866d7cbaa5383286dd1eb79984ffbbb7ce9b55990968dc7ce
MD5 8b693fe539ecdd5e84c793683dd6f1fe
BLAKE2b-256 ff3f1450c415f3ce74c6f85a1cd727e429bc4ad0705c4f66bb6cdc4792b27e5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f303d27cd45729e77118f4e9501254d2aafab8fa9d8c3a20ebfd09ee046cbf4
MD5 ac9569a95a9c2f08b76da9b5ab703101
BLAKE2b-256 37cf3607932b21c0498df9918824b30aad4ca1f971f53b83a55a7e46e1602491

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0be4aea719f94287dcf9ee06f1f609e75c6808d7062ee258d99005c75aeca2ca
MD5 e1a70125ac715bf922fe2d41ca150cb2
BLAKE2b-256 a74e9ee5f909d53ad264a5ac038072e89c52c6c5513657ebb6950a801804d676

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 67.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c8057516f29ab8392e74a844d6c3736eb878d99b8a1ec39758e08f277a4f4a40
MD5 33d3697a8cab919023c1a5d2165615a4
BLAKE2b-256 5d4a73ae2cb9fb6cd7b24ee79591779c51c16f12894ca7a545b385fd4175e03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: sax_ts-1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 60.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9c3bdb169be462ded7f6bddefdb8db4a089e2bc2d296fb95f0df4b260af4e8ad
MD5 bede1ce685de39d4f3b30f2dd9e896bd
BLAKE2b-256 fc0e12e5cfdcc6c4d8b8bfb0af08758f8f3701b2a6395736c5fc0af7ea613ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c020ce024d2e9c71c0575847f012d33ec9755f9416b75d261d45fd2798cfefa
MD5 e4827fe8d7527131fe5c35b55de85f1a
BLAKE2b-256 1e4eacce69dc6924e6bf0ad98338aa4b92e23a7e869589874fc3907ec1deef25

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ca6ea8f11b5e651908abf25ada5d6475eea698fcde9edb1416469ded03649f4
MD5 c95b2a45fd2b9554ef341c550499d24a
BLAKE2b-256 a355276381cc2db5d05da6916eebb2749ae4ff363d9960fc8b9043b13ef65acf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9be82b388f4066958c42ee06e6cc372ac309dcf3fd5d34bda8c51ec5a1f2c70d
MD5 dfe3288f24828d384125e2dbe4147750
BLAKE2b-256 fe6d7a5638d061e86662471d4884d14e5093682535a7bb18ba36e9d19b4da20b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8344d42c990a8bae123769d7cafae03fa37b59492a7c2a795755456d3e7554b9
MD5 b0f8a5763e97c998dc223817257cb1a5
BLAKE2b-256 fc83f87c473ce02542984e3c64e543d0add147b1b1d4b6501f5e03d92e6be4f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66c686df541b1fdebd5f870a9170cfe48350152ae405c35874d849ddc61256da
MD5 e86c20ff20e4e3bb72ffbeb58bd11a35
BLAKE2b-256 57c60e6532d9583241ffd4eea5ec71241bbf56053b06324b9e0b189b1f49e193

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cdff09f1869df6622f606d95ae75a3c125de0a75772e6a9a1152c00b075c45a
MD5 e763dc189f55734b95dbd61c3b85a847
BLAKE2b-256 8635c61925ec0914ffaf768ee3a2f31c5fa962d175d5c1cacdf4b91ccdd6fc4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 65.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9a5a77d586f9833ddcc322ebaefaa05d31800d1417be34ef980245ab5b8c8956
MD5 fcfb794174fdd96c725628496ec34064
BLAKE2b-256 005776812ae01097c8518ba19cd9a9db29e173e0086c1ab3ced4a9ef5d7a7f6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: sax_ts-1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 59.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fbc1160d195df1ab85f5096a95cf855c55e90244468b7d993c1d9ba4c7d5a8e5
MD5 4e73bb460916d1d4411873751dce850e
BLAKE2b-256 6f9b88e80260a87e4e419af0151fb95e3628b60aa14c8c8727c63c90a403df9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc6f0ec42f1af950b502c7d8461284d8eef0131a172775b0f3d57846f8faeaa9
MD5 d2f4f8043eb4d9c407a795a083b6307d
BLAKE2b-256 d6f9a9f9de5bbbceb4e870bd54188d4d686afdd4c472740e2e90b31bac4b476f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.1-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e3a1eaeb813f8fc3f269f6f4e0edbbc64147ebc08c7f1210aeb24b1192404e2c
MD5 c6e9e5cd851d5f5bacbeea49aefa8b21
BLAKE2b-256 5d98a1e5ff8478333e18aa1266a64c5cbaf8950b0331b9d581d6a88155399faa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c478ca7e15c4db36c949add4c9de4ae9365dcc18ab94f0f7892f4348aad933b0
MD5 2b236349401f761db32d26af7f8306e9
BLAKE2b-256 2164c5059beb365ccac3a95a85856bbb0e8d7f08078af6290cabceb794fce6d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8177b448e3afe3a67c7e42664360d40e18cf4c15935a20fd07c7f967f81db46
MD5 4a382ae9e834e4f3682e1b786e124722
BLAKE2b-256 43cf1f921a9702ebb9c96dac61a7a4fb5b4fbc443ae6a1565cd67d62890b6a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd802f51e670cbaf5f1af10d5fd70918f96f988c510ff345630bd98efbb3be6a
MD5 7f367f219cf98dbed5d21ae2c3616b90
BLAKE2b-256 2fffc6ffb449544520becdf09b8e1e3faf63995cea88204619830bf3799839d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93b5a31528405e677ea73a470ca3e22a66a053703d8e5d69d06fea094736781a
MD5 7945b57dd22f88f20bc572e59454df3b
BLAKE2b-256 79f6b2251dd0c8e8c4bbf8e4df871b6fcc5cc2ef67a7d8cbd2c4c69f4e3e26b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 65.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 be0c5ca3ffcd30b9ba4925e03cb3e0998821b0d86c595ef8695c396b751bdae0
MD5 6a813602fffa1433d534b2ae6ea19561
BLAKE2b-256 1f467df93b7fb34b7c4fecfa99670be62d3c823b497bda624e35dc48094acb53

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 59.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2d7bc1c3612219a7a41c3228cefa2455de066692d05fd486a62bb378cd03ff22
MD5 91580b5b7a0014388b4ff1446e3295e4
BLAKE2b-256 c5e43f361fc39641456c8d24d2bbbcbab6f9a81e11b5452b4269dac17df4094e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d62f0cf014ffdff948db9edbd29b367e3c89ab498bb1ba661da1aed793865997
MD5 6d85e0e47e8acf146430c27d1bd4af1e
BLAKE2b-256 142f926b16858f096035297d6b27a4842c4cb69da3c6c099e6b8aae4696998c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 85910aa96ba7550b5bf3a3b9f160019b170e828a6036d1cd8dc764cf021f1ebd
MD5 68ba2f2eec686bbf37661ecc084562ae
BLAKE2b-256 774271c95e5d4e0153d0826d84ce2de48bad0ba5d35f0dbefd260ad5eb96b40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b2804b9ea87c05a11449a38de2e851b2cc729183ab28d424b8482f915a99e93
MD5 4521b827505a76f115ea2736088dd1ed
BLAKE2b-256 5ccfa7c5ce8e890878f257f38d8f50c45a2e6e9b3e443545f97212801a5c0fcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24d788f58ee9b8e9f5eadec33308cc686b580eb9fa7e0d81a633460edbaf0477
MD5 ce872bd70ff5a50f81ad599642615dc4
BLAKE2b-256 4663a246a7bb69560dfa32d52867c13f0b4cee523ab941be10366b6df809a83a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58a663164ce3673553c81b196674a1398deac8ebc9913fe5b18f4d7a868faf8e
MD5 a3a857d417aed20376eecd38601a2ed0
BLAKE2b-256 fc5e9fd705c77aff273ee050d585a989ccf1df8b433555c6312c6187eff0e732

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sax_ts-1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: sax_ts-1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 64.8 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sax_ts-1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e49d3b9e352df64540bc9a83f0657e5100dd4124db95ed976e75eebf55889d40
MD5 e25aca454576c545b9c97df08c453ba8
BLAKE2b-256 3838accd26007464a1bba8449e621e90710266f6de617d74c4aa4c77df118003

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on steenrotsman/sax-ts

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