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.2.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.2-cp313-cp313-win_amd64.whl (69.2 kB view details)

Uploaded CPython 3.13Windows x86-64

sax_ts-1.2-cp313-cp313-win32.whl (61.5 kB view details)

Uploaded CPython 3.13Windows x86

sax_ts-1.2-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.2-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

sax_ts-1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sax_ts-1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (104.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

sax_ts-1.2-cp313-cp313-macosx_11_0_arm64.whl (63.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sax_ts-1.2-cp313-cp313-macosx_10_13_x86_64.whl (66.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sax_ts-1.2-cp312-cp312-win_amd64.whl (69.2 kB view details)

Uploaded CPython 3.12Windows x86-64

sax_ts-1.2-cp312-cp312-win32.whl (61.5 kB view details)

Uploaded CPython 3.12Windows x86

sax_ts-1.2-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.2-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

sax_ts-1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sax_ts-1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (104.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

sax_ts-1.2-cp312-cp312-macosx_11_0_arm64.whl (63.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sax_ts-1.2-cp312-cp312-macosx_10_13_x86_64.whl (66.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sax_ts-1.2-cp311-cp311-win_amd64.whl (67.7 kB view details)

Uploaded CPython 3.11Windows x86-64

sax_ts-1.2-cp311-cp311-win32.whl (61.3 kB view details)

Uploaded CPython 3.11Windows x86

sax_ts-1.2-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.2-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

sax_ts-1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sax_ts-1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (105.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

sax_ts-1.2-cp311-cp311-macosx_11_0_arm64.whl (64.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sax_ts-1.2-cp311-cp311-macosx_10_9_x86_64.whl (68.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sax_ts-1.2-cp310-cp310-win_amd64.whl (66.7 kB view details)

Uploaded CPython 3.10Windows x86-64

sax_ts-1.2-cp310-cp310-win32.whl (60.3 kB view details)

Uploaded CPython 3.10Windows x86

sax_ts-1.2-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.2-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

sax_ts-1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (99.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sax_ts-1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (103.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

sax_ts-1.2-cp310-cp310-macosx_11_0_arm64.whl (62.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sax_ts-1.2-cp310-cp310-macosx_10_9_x86_64.whl (66.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sax_ts-1.2-cp39-cp39-win_amd64.whl (66.5 kB view details)

Uploaded CPython 3.9Windows x86-64

sax_ts-1.2-cp39-cp39-win32.whl (60.3 kB view details)

Uploaded CPython 3.9Windows x86

sax_ts-1.2-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.2-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

sax_ts-1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (99.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sax_ts-1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (104.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

sax_ts-1.2-cp39-cp39-macosx_11_0_arm64.whl (62.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sax_ts-1.2-cp39-cp39-macosx_10_9_x86_64.whl (66.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: sax_ts-1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 0b3b8ebaf71f27ceb54ded79defe737d9d403f9cb40cd3bfca3012d8d1da5919
MD5 729767470984050047bdb56876dccfa2
BLAKE2b-256 408f744c6d38897d6845463610243ef97e74e166699945186da23b87892a1124

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2.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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 69.2 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1bc3f1b1be7465624491786f3b31e977d0a96775a2edf2e3cefb116b75a5bd8c
MD5 d96a3dc11f8454cadbafb835b3329b0d
BLAKE2b-256 35f1d7bd72773720144ea54b0c249b48dd6096420153732991efdbc530822af3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: sax_ts-1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 61.5 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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b9f3962927ea75f2025000ec93d23bd28798864186f43e8ff86aee9307ad88e7
MD5 5e5d06a903bea6a0046ea29de1ba4413
BLAKE2b-256 2a545d333498ab00b1226dba3e7a8b34b1b8c6ef9b7c0b2bd28d3a43d655562b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2440321b2a27710bd157822c27e9be776186ce8fff96600f93bb2ab9488df801
MD5 94adaa97379d9a0a324b33d6014058fc
BLAKE2b-256 cdec6eca13e1c98ac442c2772191421f3a5ca8a1fc6898f6d9e908393abe36e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b656f17a824b3f8727071431b759ebe6a88f3ded64e308eafd180282bf4e4788
MD5 c6e67108f7f08a132e8b144e365b4f17
BLAKE2b-256 9e708fd940d788ce86fd5d430867d4cd5e47b47932b766bc2016e2c603a965b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 067dacee6ca7c49c1ea3ccd34e50a0d7f3ac25c1dce0e16304b040dc8f1d2887
MD5 674cf96eaeccf6fedf82d30bf81b699d
BLAKE2b-256 dd3235fa926699fcff01a66b288792acb82e809d7f66a7a885eab0eb5ef16af2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48d8deabeee52588558ecaaee6fea32f4009019e1f98beb32615bc19b9a652e5
MD5 d9ded27eb66130e1527f90c1b7b0c37e
BLAKE2b-256 933b188d448b970b0c834ae367cba329b3cb2130cd8c59c715f172af91ec351e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86595ba93e8ce4e2dc4728b649099c862129ef80339e3dd6dba6d5031fc08495
MD5 f08b25e4062ea8892bf628623cb72e9f
BLAKE2b-256 98b573c36ee458831a1589bfd63c288ef012c08604a75f2d27ec87feef999123

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 822c1047bebc054dd0ab4c746e304c6b129ee85cc48a55d8fc71268006bee3c5
MD5 3dff62ea6332e7e1462dfd27d2e7f4ef
BLAKE2b-256 2f4d3be8427080ec43b8114af54b80ac382685fdae175362418c24ef8d1531a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 69.2 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ca5dfcf2d8d265e99e527d70f3b8b9dfa4d4d6a6f5e0895395d7dac14763c236
MD5 425b501f528068c0c5a335d1f5a47998
BLAKE2b-256 1b7106a9826bd67bbb3a5d378e655b4c56e6783a0d52f7f17d9376543a615e90

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: sax_ts-1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 61.5 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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 93e2ae26ddb1e4aa1acef19162d6f4bcc86d86c16954f787ab66683587e031a4
MD5 bbf1aa69a5371ce876ea24f571fbfbed
BLAKE2b-256 193d3545ab46ab3ee412eb89df336e0da28a39867e0fb2b1ce3dfcc491e6f84b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6267c69dda1bdab815b8a60f23364a49fd43adaf4f27dbe835c4aa6d16e8b56
MD5 62ecde74f2543d3309e876064d993462
BLAKE2b-256 e70a7d1696e5d2642553aeccd9bce02163abed7b2d03d1d04ca8e413bf3f3397

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e70ffdd02ea235f33f1dcb9e848a28a0b22aa5f91b5bd7179dbcc62b84bdb351
MD5 5443514efa9330201bbda71ae112ef94
BLAKE2b-256 2ce8d3ddc0f83fc201fc145703ca85d0df63890baae30d07c29c5e736a7b39a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1638240bb77bc55cc912fac8b13adc4d2ec9fb12c0b30f1d113974e74952d071
MD5 ac9f9448c6faef4272afc0bdcb14d851
BLAKE2b-256 a25f3644153d7ef2f9d0ff037abf302f848e246f474c6a29796f46c29f5d5840

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a59628460c4276db0361527bdd4bc8d96ff99e50c6838a696bec247e78d1df0
MD5 ad0d40aad165bfab285bd615741cb17f
BLAKE2b-256 97f0fb3ce709e13e6cb986806eaf9cfb12cc97708b9e034c2820b75c86e8ce13

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a35192bd9cacaa37d672e0d88ee2540bf6e027ffb92e55988648057d5f9207dd
MD5 aab060ad46fcfa24e1908ea40e30b562
BLAKE2b-256 535dcb97837ea5902c99e5719d9e0bbc34da98a0c3202a8677900017b3ad03ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e9937d61c2af9cbac71b7bbfe03098249baa7e4b0df148730056cb2499d852d1
MD5 b4c836d4f52ee906783887fd41701448
BLAKE2b-256 34b8a1b63ee6dbf367cbfa0fb17e74f2d84658e5a3ab5f4493991a1fcf54dc9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 67.7 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3b65528916914ef44b0d735297e96188710ba012d165041458b1318d3a21ac01
MD5 63cf41f74e672e2b9e439829229ab4d6
BLAKE2b-256 6cbec38ee837de6f129d738184e81a496b8c6d928549301d01643915fb67c7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: sax_ts-1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 61.3 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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 360797425d7021522152836901930fcfcd0bdcf9eb533f36b828e4e06e7dae8d
MD5 72e95d464858101ac68c06d276c44462
BLAKE2b-256 ca187b6db771d2150fe83513bb03b488d33a702330fe9a8b942c7977a55def6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f410dbeb03d40e1b738fd19b3e1d78f0cb62d43697b7f76ec753c83cd45f811
MD5 be824d6c13960f0ba71bf2ebe87f356b
BLAKE2b-256 954fd9abe02f87f2c7467386391d06dcb5cd0aa69a2bf06515840b171b89596c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1af0ad3f617b441658b9fda95310b04d10482d0a5b8046457fb1e3c1a2c5b4d
MD5 1dd5718308f04aaae46917ffde33da1a
BLAKE2b-256 41d71d210d3458cb1d3730e5d30a46779bc708826659c36abc2d52cc6b923a5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb7997d2df7b8a80033481fd1dc1eb449d13385fc9437f3bdec448162b37b54f
MD5 5a9790374bfa48eda3d350aaa9a46645
BLAKE2b-256 b90177d7f8c81e477f90b8b34213b11d932ca019cb87f210f25dfe143b03c356

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5299a12edc2ba0f95cff47f23c84fc4336b4d5bad6dd1145aef90c43cda3f54
MD5 d3463427c2fd36809afe4f7434280ed1
BLAKE2b-256 8293e8b928ee56cd07948d89c0e893b13113ff0afdce8b3b13899ba858405191

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4230deccd8d482c254fc7027696bb3acc54ae439328c312fc6335bc74421c4ac
MD5 0bdb81e1bee1c68efef6b781874a998b
BLAKE2b-256 eff9fd5b6797cdef28198ac4f05bc269a84c1a819ff58586ff7b1541e8679cb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4b8f7a9838e22573a5d5b55896f44354b330f4d1858ec3015395c99a30deefd
MD5 f918d1bf4306a4297a49f0e113850639
BLAKE2b-256 91097add95e81b3f3b055b9709910bf00683ef77b2e19e05cf8f0a539b60400e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 66.7 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd42df0e8c23bc9ab1f236970b8d5e0fe0be54cade90b7f888d3a7c721240370
MD5 393d56f153a451c4ad0f90df56f14115
BLAKE2b-256 3c93d102876caa8aff247de020e64c9018a668cbf00bf3a5e374271ceb206df6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: sax_ts-1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 60.3 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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cd9e5ee264b4ee936ecc25ce4fb5f874f83edad8bfd8838249b4069fb8265bb2
MD5 554baab3755a48c93b46bea2937059db
BLAKE2b-256 df1aa8f66123f29acb65b030a4a75a22978076e9c6f4a7e02b19f994bdfda287

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdd1e301c9ffb66ff0e1983a2ced38e3d037c6fe732f308e8bcf849bb3bfbd35
MD5 6f2368468e0759e597105c642d292d98
BLAKE2b-256 b03d335c00e59f9c587afd6919032144b73a9eab8919d76c00ab153280f49b0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 190e47d0f309863e899885b5ecd6cedc5b0b582fe48a8ab959ef139dc8ddfe1a
MD5 f7761943a7a384c8c2e5ac7485662d6e
BLAKE2b-256 cbecf4a4fc39637643801ca85b0329489900bc84b6d8fe2bb0ae5247edcb2467

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49f066b196f6d666094ebbbcd00884a37ee86f27b53db53a7cde9f3d481657a4
MD5 66ef6911940a727011fe9a8668de19ad
BLAKE2b-256 0f1ebb7c6530980b7f42dc40d8d9669ed6a609649bb23bc4f3d35426dbbab99a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 150d157f964a7e94d9b5912aab4c7bcd567f0366e6bfe842518b430548c7bd3e
MD5 8ddb24db10a166cb50c519eaa6979985
BLAKE2b-256 e604a41a0bee86346cbcc4af8c9c6b1a94757b311a80137c2482d96ecc6f13c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fcd1b72d126fb7153243311e8328af364a7e24981eb111edce5d30a4e6c105e
MD5 c0675b1a41935771ce44c136f50164b3
BLAKE2b-256 24456ed4a85516234094fea66578e6524f83304e7291484e6b591e81c299fc77

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b35ba9c0f69f6941d0bbd183756cb304172f2d559f2afa551730c4ecae85437
MD5 0b925d4c26287dc816eac8ec84bd57bf
BLAKE2b-256 ee9718746b10064b008825295fe80c052a09bd275966e425f7bf2418a05d11ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 66.5 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3e2046c851b0e272beb485c51a2d06628a747cc0e2234a7075ad046640e9aedc
MD5 1053db77ff61512b531e9bc3fc6ea0fd
BLAKE2b-256 fd2cfc3ce5574158e0d3b98f5591189729129a4115ff1fc937bb3902e4b73f3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: sax_ts-1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 60.3 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3c3bfb891cb3f74a529f7b712b85007fbb17dd41aebf6421aefd0c271e657602
MD5 d2835c388438ae2c73882cd7a3c9592f
BLAKE2b-256 c2da4033c0409252e80206b30eb3b59176583c49ec2e2ef23ef872655d6b4227

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe9c60e1c6f45f06d4b18226ac146f8ba5d2acae6eafd060b8bcc4338a249f7f
MD5 f1de128c204baccbecc3494641211da5
BLAKE2b-256 13ad37db112b6859ccd11ea91318523cef6039e8b44f1349755cf1a2989126a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: sax_ts-1.2-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.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 631d84245c1d85b6cefc8e94965e3cfe9d1ff50750cf33469e10a08d2e157fb0
MD5 73b3d2122efc1492c5e8be7a6c9a6733
BLAKE2b-256 92693b6779c1c9ef0edcafb018f5669fadb44b37d1d3458e63a6f9a4bdafc022

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 713ed91e162cd4650206bc4751e07d0067097908c518cd39c07a8e2f8f710435
MD5 506f5e7e47d12cc27aefbe367b5cf561
BLAKE2b-256 94d6e09c3f2ed9f54c290d7efe74ecab9be2fa14aac4f8d41f2e9111b2f4a2d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for sax_ts-1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b833b2a004e8cb3e16fa4d1a24b87e0663c8017bf2ab7ec116805d7c4ad60ca
MD5 53b426714895fa7603b01ab54476e438
BLAKE2b-256 4b33cef7f9677906c82316a8677543ccab7d4d089db1b0c418d92acd8e8d0f2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 62.9 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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89c0821bc0b008ef93594047d013aa2dac9c5aa09ff3c9bd2be11f2e8c845b3c
MD5 e74a89aabeb389a381fe26ac5d841a8a
BLAKE2b-256 0dba1c8173cacd06619eb257ccb9a01150c8bdcb14879a9d2945579dc830488d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: sax_ts-1.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 66.9 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.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec69b3c10f135b151f4414e2eb88c6f3091f6f5444ad260a57dbdea07edc08fa
MD5 cf8ae816cd3a908a431f70a4acf4db4a
BLAKE2b-256 908e4f6ea33b0fa304da02ada4190c3c68dac6a70fcc2446f4e0636f8a8db62d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sax_ts-1.2-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