Skip to main content

Monotonically align text and speech

Project description

Monotonic Alignment Search (MAS)

PyPI - License PyPI - Python Version PyPI - Version GithubActions GithubActions

Implementation of MAS from Glow-TTS for easy reuse in other projects.

Installation

pip install monotonic-alignment-search

Wheels are provided for Linux, Mac, and Windows. Pytorch is not installed by default. You either first need to install it yourself, or install one of the following extras with uv:

uv add monotonic-alignment-search[cpu]
uv add monotonic-alignment-search[cuda]

Usage

MAS can find the most probable alignment between a text sequence t_x and a speech sequence t_y.

from monotonic_alignment_search import maximum_path

# value (torch.Tensor): [batch_size, t_x, t_y]
# mask  (torch.Tensor): [batch_size, t_x, t_y]
path = maximum_path(value, mask, implementation="cython")

The implementation argument allows choosing from one of the following implementations:

  • cython (default): Cython-optimised
  • numpy: pure Numpy

References

This implementation is taken from the original Glow-TTS repository. Consider citing the Glow-TTS paper when using this project:

@inproceedings{kim2020_glowtts,
    title={Glow-{TTS}: A Generative Flow for Text-to-Speech via Monotonic Alignment Search},
    author={Jaehyeon Kim and Sungwon Kim and Jungil Kong and Sungroh Yoon},
    booktitle={Proceedings of Neur{IPS}},
    year={2020},
}

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

monotonic_alignment_search-0.2.1.tar.gz (163.2 kB view details)

Uploaded Source

Built Distributions

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

monotonic_alignment_search-0.2.1-cp314-cp314t-win_amd64.whl (243.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

monotonic_alignment_search-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl (635.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (641.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl (242.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

monotonic_alignment_search-0.2.1-cp314-cp314-win_amd64.whl (230.7 kB view details)

Uploaded CPython 3.14Windows x86-64

monotonic_alignment_search-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl (635.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (634.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (237.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

monotonic_alignment_search-0.2.1-cp313-cp313-win_amd64.whl (229.8 kB view details)

Uploaded CPython 3.13Windows x86-64

monotonic_alignment_search-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (639.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (639.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (236.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

monotonic_alignment_search-0.2.1-cp312-cp312-win_amd64.whl (230.0 kB view details)

Uploaded CPython 3.12Windows x86-64

monotonic_alignment_search-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (647.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (648.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (237.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

monotonic_alignment_search-0.2.1-cp311-cp311-win_amd64.whl (228.9 kB view details)

Uploaded CPython 3.11Windows x86-64

monotonic_alignment_search-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (644.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (640.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (236.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

monotonic_alignment_search-0.2.1-cp310-cp310-win_amd64.whl (228.8 kB view details)

Uploaded CPython 3.10Windows x86-64

monotonic_alignment_search-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (618.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

monotonic_alignment_search-0.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

monotonic_alignment_search-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (237.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file monotonic_alignment_search-0.2.1.tar.gz.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1.tar.gz
Algorithm Hash digest
SHA256 54935e3c5cb82497e5ac81167ef20e95bf62e8b46402eb2936da5e92612b0765
MD5 410dacf06e53a8df6656efe17b678813
BLAKE2b-256 d8dc4b0b2c0a7aab41b398c21f3cd7097b99a5792e39cf1e1ccc8093861f6772

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1.tar.gz:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 087bed6cd395d0d199666da063f53f4661f18287e5a65b08094c43fbeadd3b29
MD5 e0db76f3d59e634c5498b1b1824de7d3
BLAKE2b-256 cc18cf07ec82b50eed43ec1ed5bb019444bfe1755de7a591940dbbeed7b9f165

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314t-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15ec93910b0a15d0b5c4e8ba32139a47ccb0a021405e6ba38dc4ca1a2c364793
MD5 6022ec5db629e65ab0753d214f1cf962
BLAKE2b-256 25434413ebfcfbf89f2e10f5cfe8405298527a70f3f621a4909e8ca70968fb87

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2d79e3220aac7cb64dd14b060ed08c66d12c0f1280ec9edb3915083f9b94da7
MD5 b958c4cfabf62a2ea39e2dd661a322f8
BLAKE2b-256 9bd4be8585096f3ec13a11a42a8282d929c688040154528d0ecf6e8f0b10e2ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcd9b55ef01445675af328ce1ef842142636994ee2a17de349599f4e311f5216
MD5 9f688d5ff63a5a129c8842f1d5893e95
BLAKE2b-256 ab611502fe73dced7d8b22d4f2d3d625e280bd1e9bfdcd02d3e1754de55e1da4

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cfc353318f20701d6c513acc922fc3ae5016ca094d229d9df466a034cb726fc3
MD5 c5a2f84c2a5b1180b1ee51b8beb87157
BLAKE2b-256 7ef6e1eceed4d0ecbf7a477e6a53c3e5e88953bab037ac63f67d02f07c5424b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a1d035d2116ef61177dce89ec35c3bc8950d1176f14b1b8eb02250a0de52c8b
MD5 3fb37b091e740e287bd963219cb62b22
BLAKE2b-256 55d6dd75b852077010087f79e843a8fc473e59f578b87a1cde549a0e3a1b3a72

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28a0509c98d6b534b11979885a18b8ca6a220bc9591462b32017a99b794c05be
MD5 ecebfcdf2b10cec320a00c596a64d6df
BLAKE2b-256 72ba3863524864878508ee99abf97c19e9c6c1a3c34fea440ca1751223a11af5

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1a5f83a1b6efde657192d16446671132e475b5c04fff9991605d7a9910e95dc
MD5 e68d11b39ec9665136228e8530b0a0ac
BLAKE2b-256 609fbf6bd1ced4b431fec06a0613c1ab274ada2b2f9b68bf08c7c591d325bd12

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a250cfa7e189ebb90491326126389cf9f8d008442d4f3998413f5fd04793631c
MD5 b9d8d3850af9b49d1e88fc307c776e38
BLAKE2b-256 c06cfc322daf1301f54c8b266f6c8a070cbc51d15542bdf08a17047ddc44d016

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp313-cp313-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8104487175bc499aeea6b2588c1a59279b94adf3cbc12525c764f2e2fc72e42d
MD5 a1ffbe7a36a81c10af790f0fe64e4038
BLAKE2b-256 09046f1d5a475a9d4720726a2570c45d97bb172068f8bd49572dfe5cd6aeaf97

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b0ca78c4972777ad7607b8039b5a96e1496843adb38b9fe8434f41dbc648bbc
MD5 4051cc88742bb70f66b53bad4436813d
BLAKE2b-256 2afd86c4b36e978f21a4d238d10d1f1b947c0d29c747a30117745719555900ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3680d35b2f6ae7fde86b852783024cf37a398c7f2534793b21fb68068ddf01f
MD5 d63fbe147ef01171df635b20fae131c7
BLAKE2b-256 220fdf17a56978f7f9fa253988cf532421d39e827d70f6cf0adcd3d8cfabb6b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7f3cbe392d846a8bd0394e9f0d159bea76b81b8af1605eea8579a29c9c40a1a4
MD5 039e5762fba0779a9145137842eb243d
BLAKE2b-256 a5f4a71ca57f5cd4fa5361a7d1795d29eb5ab62b2f072621be9da2e6045fccba

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp312-cp312-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c816cb38610c21957bd8a3f16eb10f171aa6b8b855a2dbf26693d2b57683f41a
MD5 728c8e5b40ab5091ef4084adcf5395e1
BLAKE2b-256 54949fe632bb5e7a03f539c180c8bfe6e10b8da3c6c0aef6c1fe1ab6d7b4021d

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d99d85e35d0717b4f93f6a683657b3e9b98f9c8e7eb42388287c2ced9a7c56ea
MD5 25b1225ccde283eda4aed5ed2064ba36
BLAKE2b-256 06c06623ac179bd3005ecec8493059dac7148efda4edacaa7a3c2aa595487eb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 feafb5c73e19fa7604493311c9c52732c00d8a77fdcf485f803b183adf889a55
MD5 bcca2316b6c9f4cb54903e1aa35ae453
BLAKE2b-256 23a5f862da9a9fe09a2a0638a1a73b882d0d6ededb4a6966793b2f229881dc54

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a40658017406583e7a6ba461412e22a79503fd591d4bd776c035a15e18c04e9
MD5 29c423b38c54d651897dc80f16da37db
BLAKE2b-256 6c38ec390b0fae907429e41dd0527899ce3234c2734e8ccc0de57e561376e43c

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp311-cp311-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8c202f76f6215fb311a6e8b0037190802e9a887b9177f3f712a0daabc685415
MD5 f3512ff0753a06ecdf82ffd2f93c3a71
BLAKE2b-256 c681dfbb83de89900b27ecb929a3a398eff37e036b56c99d95c895a77a8fbb9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64573cc18b49127206d8afadc4f0cdc7e23ec05f016bee69bf9df8a9f932ccdd
MD5 741f54cac6520661d6afc6539fc904a1
BLAKE2b-256 84e1b83340693f9450035e24b82a6a45b7000129863c7dfd7016802505b6f54e

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2baee97da00dae640600dde0fcf43fca2caf8585fa3859121e8b26e8cd074393
MD5 c1daf54eb94461b72ccf0043fc67c5cd
BLAKE2b-256 47b2a055e4f44a79824cc88737ed46ea6087c6128c33be1e0dc5ae9f6af7c777

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 46afb4a7815c5a3a79d3158eb352010536112edf63afd8ea1e72e7426fe982ff
MD5 84206776b72bc10e15dfee53ddcc2d7c
BLAKE2b-256 272e1a5b4d268d27750af07cde63b1ab19bb10fff7828e84be49dc9a0e8e9643

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp310-cp310-win_amd64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d195a56e8773ce61f061f07040fddf6b42068a8b600049cc2f36c768cba017c3
MD5 52bf7c4cd16525896ebcda51a85d2712
BLAKE2b-256 1c006842e0eba264617f50dcddf5c874cde7b45b974bd6c44cb5ffca3c479328

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 935996c95370fa57be11b54f554cb72d6a83c483724e14c6fdc3b8e4397188c0
MD5 545a39e1ce0635e936d074180639db4c
BLAKE2b-256 c730dbd640b4fd3f70887735d23474db835450f722435be442f31116172e3900

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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

File details

Details for the file monotonic_alignment_search-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for monotonic_alignment_search-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d73e9cd3ed8b2d1fa36fa0931fc6ab42709977c48d7533294cdac540bcfb555e
MD5 c4839c4da64a97f09e9539337dccd9f9
BLAKE2b-256 2333891d8c5b06d244fdbd7a2cda13864e13fb6ce3dfbd3525a67ca0f0b5ae6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for monotonic_alignment_search-0.2.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi-release.yml on eginhard/monotonic_alignment_search

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