Skip to main content

Python bindings for SFST focusing on transducer usage

Project description

sfst-transduce

Python bindings for SFST focusing on transducer usage

PyPI – Version PyPI - Python Version PyPI - Wheel GitHub License

A Python library providing bindings for the Stuttgart Finite State Transducer system with a focus on the usage of compiled and serialized transducers, excluding code for transducer development and testing, which reduces compile and runtime dependencies.

Should you need the SFST tools for transducer generation, please take a look at their homepage for installation and usage instructions.

Installation

sfst-transduce is available at PyPI:

pip install sfst-transduce

Usage

import sfst_transduce

# Create instance from compiled transducer
transducer = sfst_transduce.Transducer('path/to/fst.a')

# Analysis
analysis_results = transducer.analyse("easier")
# Returns ['easy<ADJ><comp>'] for example.

# Generate a string. results are a list of analysis.
generate_results = transducer.generate("easy<ADJ><comp>")
# Returns ['easier'] for example.

# Create instance from compiled transducer (compacted serialisation)
transducer = sfst_transduce.CompactTransducer('path/to/fst.ca')
# Activate output of aligned input and output layer
transducer.both_layers = True
# Analysis
transducer.analyse('easier')
# Returns ['easy:i<ADJ>:<><comp>:e<>:r'] for example.

Development

pip install -e .
pip install -r requirements-dev.txt
pre-commit install

Release

scripts/release $NEW_VERSION
git push && git push --tags

Credits

The SFST tools have been implemented by Helmut Schmid, Institute for Computational Linguistics, University of Stuttgart, Germany and they are available under the GNU public license version 2 or higher.

Please cite the following publication if you want to refer to the SFST tools:

Schmid, Helmut. "A programming language for finite state transducers." FSMNLP. Vol. 4002. 2005. pdf

This Python library is a fork of the excellent SFST adaptation by Santhosh Thottingal, changing the focus of the Python part.

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

sfst_transduce-1.3.1.tar.gz (80.1 kB view details)

Uploaded Source

Built Distributions

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

sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (249.1 kB view details)

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

sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl (197.5 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl (371.1 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl (145.5 kB view details)

Uploaded CPython 3.14Windows x86-64

sfst_transduce-1.3.1-cp314-cp314-win32.whl (128.8 kB view details)

Uploaded CPython 3.14Windows x86

sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.6 kB view details)

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

sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl (192.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl (360.5 kB view details)

Uploaded CPython 3.14macOS 10.13+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl (141.9 kB view details)

Uploaded CPython 3.13Windows x86-64

sfst_transduce-1.3.1-cp313-cp313-win32.whl (125.3 kB view details)

Uploaded CPython 3.13Windows x86

sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.5 kB view details)

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

sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl (192.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl (360.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl (141.9 kB view details)

Uploaded CPython 3.12Windows x86-64

sfst_transduce-1.3.1-cp312-cp312-win32.whl (125.3 kB view details)

Uploaded CPython 3.12Windows x86

sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (247.5 kB view details)

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

sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl (192.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl (360.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl (141.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sfst_transduce-1.3.1-cp311-cp311-win32.whl (124.8 kB view details)

Uploaded CPython 3.11Windows x86

sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (245.4 kB view details)

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

sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl (191.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl (358.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.10Windows x86-64

sfst_transduce-1.3.1-cp310-cp310-win32.whl (124.1 kB view details)

Uploaded CPython 3.10Windows x86

sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (243.8 kB view details)

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

sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl (190.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl (356.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl (141.5 kB view details)

Uploaded CPython 3.9Windows x86-64

sfst_transduce-1.3.1-cp39-cp39-win32.whl (124.2 kB view details)

Uploaded CPython 3.9Windows x86

sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (244.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl (190.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl (356.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl (140.1 kB view details)

Uploaded CPython 3.8Windows x86-64

sfst_transduce-1.3.1-cp38-cp38-win32.whl (124.0 kB view details)

Uploaded CPython 3.8Windows x86

sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (243.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl (189.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl (355.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file sfst_transduce-1.3.1.tar.gz.

File metadata

  • Download URL: sfst_transduce-1.3.1.tar.gz
  • Upload date:
  • Size: 80.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1.tar.gz
Algorithm Hash digest
SHA256 a5a2adda0901f5a4efe3f68146d5276a6632c89d6c7c4ec9def1328215dd94c1
MD5 e302cbdb0c10742c1671ef9b09c8c5c2
BLAKE2b-256 e29b506d34b5008320651e4de044ccfc35f9054d01af0d1230b26a7a15b05e72

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 350e2f9bb3f75a8da380ca0c4f217f83d1bcd7eb9c2a4f94b3d78cf608976392
MD5 c3149b4e1163a5ecb476232494da745d
BLAKE2b-256 fdd5de85c67b5a929bb0e07557a599df2b478ea26cad403bb3fc59205e65fbef

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a393e349b35b77c8e7a7c046defa796d7793407893f8a1d3e8aa0f69d912dabd
MD5 30a68185a443b2817aaf60cba3475627
BLAKE2b-256 f0ca0a31125b056a1f4aad295b1db92f2a190866194200f1fe08ce0c9658f60d

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f868ffd082bfaedb6a53a04263fd11e4e2888aa03ff428b1b617a7e2404e7c8
MD5 2a0b5c0ea0b1973500f7c25a1912ed6d
BLAKE2b-256 f188394bcee1267218662855b41c0616e5368f3f7197081cfea3f38a56292063

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f43e49c36b9ae762a67a84fc901c10d747b30fcc9848c506a2d8c58f3d5c4b23
MD5 f4b009d767a4cf4ecbf9d00f3631e680
BLAKE2b-256 9e7d62fe4b6866a1257189ee0a4c1425e684e1f18cf5f75ad1d96c3b0f8fb617

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 52f1d8f1f9ed314042fcbf25886c6670f49da59dd389129d88bb1c238ed518ce
MD5 49d695074a3393d0a3e8a6fe8da24b0c
BLAKE2b-256 6f900edd2e7e51486f4787c782f6f0567b89dd0cbb2c46456577a81c06db2c62

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 128.8 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3830963535f47a08c30c43afe5a3147b261dcc8c9ec07bff29e5eb0bbf6be626
MD5 506e66dceef0cbd0e989e186188d658a
BLAKE2b-256 97fbfc1330bcabd5d92bcfdb57dafdccaacb6391a278952c1dffbd3a929f7a84

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 055e312c3bf3ec3def121e2788fbe16f9f92d66d6acd74b0d0247b5933416155
MD5 9d54ed3c576af18e305411130a71cb7d
BLAKE2b-256 51a6730cabd57ad2db551ae3b19888a5bfa5527243f4e358a723c3fbb5be39d8

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3e5a758229beea1ea4240a6bc6829c6757fd7a8799d0c639c0ccfbf6190f0c6
MD5 9f31e2ee1f8a2bbe990ab3eabbdf75ba
BLAKE2b-256 2803ed581f59e5b0a0dc48a50d4db0ea10c9a8b4e16e5b7696f43e0d451b7a05

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d047c21204a225091a7a7d3a069d76c6e55823a60944b56a0dbbdcdd12e77d80
MD5 0910d60bd7b4f160bc266ae518cd6132
BLAKE2b-256 c5ee519981b34795dfb470af303e6283fb3322a246efe4be68eb28dd22624bee

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9a69043323f8f20759d19e0e4eea9135947888629a2368cbc402de125b1c666e
MD5 e51d4c5efce7722925e77f13aecee8e5
BLAKE2b-256 9fbec3993b93a9b0414cd7a2a140b728010b41428e1298764ce495ffe8fd1c37

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 976918d0da7fb1118a5bae4bf02900e48edcf9235b1c64ecf99f518f210ea1e8
MD5 ead6a898d41cd721cc9086ae74284f55
BLAKE2b-256 c044aca6c9821942bf082053f9c424299b7fbc7fff3bddd4b5fc459321b52acc

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 125.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0fe0507cd645f503dd32ef6dc0bcb49a6a8ad64431d2045e9dc8fc7d3860b037
MD5 b4f02c0cd08f29a359dfe3fc100cd9bc
BLAKE2b-256 13f80ab81d710980d0594cff5d63cd2e12ad23bf868cf9be4203e3a20700893a

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b7fcc680ab702c2e823d0f101670f811fbf199b1b5eb7c24f1f9b593f98b571
MD5 91b89e45c12faada2dcac3adc90d22e9
BLAKE2b-256 11276e1c667669fc0e7dbd4b4a2adadf91ba36322382c50ac30a8c01f8b89d9b

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 078a82c8be07b63648a397911dc42b2e772920eec45eba8409b3c02fee4c5125
MD5 c7f7ac13416af0337217f7cf415c38b8
BLAKE2b-256 286b94772a9e0e348e0c239508042e53eb2de55f6496f6d35b46e7c3f3a73b7d

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6725b0006c95cf3a0228ba9e02e2ef4897cd659e4d2b71be432fbd4ad2f1d5ca
MD5 143f6062438a34441b5bbd0dcab77a21
BLAKE2b-256 f89ac009bfd6c00ee163fd1d99a2d891c3201b7da67173af03e94b9d4e0709eb

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3e9ea8db25da9c7553bdb65a3f82da5e97e4d1a2e5c3c9b5b5468e68895aedf7
MD5 aacd189b052144314ad9a2cc3625a2f1
BLAKE2b-256 67da32e2cdfcf14f7d051ff77ef5349ea3b63c3f2c1f9bffc7f128083f7021ad

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 32555811a95c333a0c22c4cfb5776e7097e79cacbcd7635a80fb828775ec39f2
MD5 24097d8fb166b6b298e145becb4741fb
BLAKE2b-256 792122a9a16200b3d3f56da09ef27497704ca1a5e960b494dac308a59cbd9e2a

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 125.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c378c591c0c0f8cd38f3d3abfee772ded5b24ee8bee9800929cc23e61a5ef1ad
MD5 23dafc6839e43e0017d8b25f04acd4c3
BLAKE2b-256 b3f19a40613b894e4fd217e9bef577ac0f82e2afb1a0e3fca784db7d2dab8211

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3aa91eaef973a5ec56e904883c13fc61c7e480c8b9177145e1ab21c53d3bd995
MD5 8b7f8f416047ed6970faaad9d0d6d3bd
BLAKE2b-256 c4d942ded613352269714e8a0e5746949af67f5b4f124d858188ce565a962b23

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8086a4824f5fa24e504261016232add763509b883192ec90c597b6391c97197a
MD5 4c0a1a29123516045c1adc0f06bd149d
BLAKE2b-256 d82d4b13b501ce9cddc9964addf5f238cbc0c19f12fefa3e231ac55ee899cc4e

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 727817d02176e909c4b08ead327b1ec0398c186115c3b1a3c50c659c341f4db3
MD5 c1b4dc99a91c57a7aa88aeb61d9d5b43
BLAKE2b-256 bde55c65afc88894d1d85133ebe1d3cdc21a4e1b739bab6db86987b21ecb0a02

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0e312968fd492ec229e674ae8f2fa673be678163f74448e12bb02c3b54ca51e8
MD5 29838f34e1c375f269f2a7e892d6c61a
BLAKE2b-256 b09b252d6f26be1d5f3452d4277c9b8b873ab38f27b423116d08e12cd528ffda

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7db1297ffb14c2a641f6359feba980563eab71510ecab63c8fa143431bb25fd
MD5 4161832e0d2e57f78ea4d4f3451e9f0f
BLAKE2b-256 d1d5b9eff14403969bcd386fa23b6893ca1bda0dffc27448a8a8a31ee0eb2842

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 124.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f756776a3a941963a623393f040d2c0f9ed4ff8f28c8947677b73c62d7ea6820
MD5 5e699c6522843085fd15252045a8a8ba
BLAKE2b-256 297919c6d42360e4f908b34f229dee580d850202da8b6766b0a8a939d449891b

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69e1ea1780fefb152b4ad8ab00040d0db2820014712fb31f80e24b924b064c69
MD5 94592f48623b5227aa953c5fbd5acfec
BLAKE2b-256 6a213007d99ac1731bb98e1297a97967155dbe20e3283ba0d09ba5e9df469b1b

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4c46a21532be30eece92c44591e08b54065c7c6e4a52cb7b85644a223db5372
MD5 958157f27ccb3806e37a564fd7991013
BLAKE2b-256 6c2b055c7416c1fadcdd2bc41080a36266a444f2007ad559289f0f23b71715ce

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c22c188b1148db55d890b3c61cd474d9bb427b249d21cfed46e485442f5b4a3
MD5 70881eaf88190957c598bcb0f1e85651
BLAKE2b-256 5ee25d1ba45fb183affbdd7670cb77d2e61d12d840dd8880117a56bda90ab9bc

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 67ce9228425cdfd3d96d3659a779a10ef420574ca8297b6859336d93f0dbd802
MD5 11a3b6a8a7e155da0ff44c930a89293b
BLAKE2b-256 4edcb20db806f5b84f8112af62c5391fa5020baa4cc6397f0162d394fdb77344

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d20a3f8678fb0607a2af2dc35d603f17dfdae981f7f737e36265456a97231351
MD5 6e11a0c26f8d426c8140b8976336670a
BLAKE2b-256 0aa9de46e6051c0148e2db6096bdb4004d88146207603b125f67fa0c6f2e03b1

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 124.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b17414c24a8deaa9dcd296fda25f7700f8bf0b60e63b31b19efb7a0a5582c55f
MD5 013477f09e6e7382bea760be80b14cba
BLAKE2b-256 98b789a067d7e3903dbec0f9ccc070e33fc2f0d1b416291f674aa65bd00e7c81

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0be01f390daad59faa4b17353d03505961835576302ff31b170fc0a9d7487c6b
MD5 ca8bc01e895095da0fc02ec2b96bd158
BLAKE2b-256 d0dee66e74d14ed7a8bf7b512a4ec74e428419a2995b96f1eb791ddbd17d4522

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aebf5f49454d1e58e485acb1bb182fe4b1f2cc0482e7b3bcae94673cb62145b
MD5 251a6285b22a5671ec8ed0cb3b58e2de
BLAKE2b-256 de59fa1aee14b925d339c06df1fafa65038e3f78d7339a37a3b51e6408eb6ae6

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 002ee653157d3908061fd19b4b33ac6e208190eb6ed9d5dd4cc6ed6abb8c8419
MD5 f41088cea8b6a8bdc869e1028d4e786f
BLAKE2b-256 aeb51bdf32ada8142e9840bda1e7980f32c50fb8cf94e62aa3cbd2a2599ae5e3

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6bac974f04d1337f1136c20bad03375057dc39871f74ab2b78a90acf78189493
MD5 dc746112a68db981b7743189a95001ae
BLAKE2b-256 7968b827e4681f10cf81742ddfb260bb5ba7b22464935670ec7fef9d1be19085

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d769995e556baa7445d26c72b316ea4b1a9c6d1b8aa59a3361580e4ddcf997ca
MD5 7ca39a740717264e060cd8b84e7d85a3
BLAKE2b-256 6d36d78654929655000b7c6f4cb0446e5f0f121084e9124bb45d80d2cb992428

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 124.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a7efd2a49ccd9336f9a34236420e65efe984d8a7c37542ed89c6cf5814f3cab7
MD5 2e1488333fab5ae4e555ba5b64291628
BLAKE2b-256 1177502f67b2924b6810f6dd8108499a69d3ad87e1efacbc6bfa833424e4bbef

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf84ec906f79d697290119dbfdc7dc277ab40821670dc6adf4f3b4f248a310cf
MD5 4c4e94b967475c4ea1b9b3572945e192
BLAKE2b-256 84e1214076f81474d3f018fe6ab219cb1594156ab672727ed0ec303b51305e8d

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d329fd9e0f48c746c8ff08563ede6b0974330ae9d8a03ba78ff84fc33a92e250
MD5 f519bd0ca612079b380c2b607d433471
BLAKE2b-256 2a46318746cf5ac62eab0b8f0ec6e7ca35ebb19d025347d0eb147c0a34451bc9

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73fc5851de455cc173e6bd16cdc964bf2cf55b80a5c860c94bc5f2a2c7789d7b
MD5 baf7a65432a81d0bf63a37d411beeeed
BLAKE2b-256 3a419b775324d1fdbc869f79050d84339f48e9c2be397bee0a173c6f7b0630b6

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 73dfe3cbf08e7694a8be980536436b1457ea8d2b6d60c76e1019351c3b3b9c66
MD5 23391b29bcd06adc58229db5f264ab64
BLAKE2b-256 10675ebc4050370b7c0077b034a8f0e56820cc5d120655ef5eec1ac84d406338

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e2f763d3a89735a0b47c12ebdc95918980997a672d4cfc92eae9b25136fa3953
MD5 cea4b0a34a4130658c62454201484d7d
BLAKE2b-256 08573625b9d07458b45e0e484fbfbc78385c52dd0da18719d85797566555ab0d

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: sfst_transduce-1.3.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 124.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f79bf70f89327ae9064f361e8dfbdde57a849f9c776a63a63b8fc38c0ce049f1
MD5 1aefc7a329193c4cb02d61363a8da64b
BLAKE2b-256 ea060baf794ff49d010ab28869472fd434bc1b6bbd5d9e90780c3dbcc6ecba21

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6be71ae4cf08c03de5be3786420eaad5057fbebb63726b36c356d46ca96cc804
MD5 b8c11351d217ecd781248e329892b531
BLAKE2b-256 14f9c7c8ad97d62d50d119d402ac322736f38cabadf85ceb7f5a53f259e139b1

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49871530d9f68e2f787ea5b6024076098d185e022442d2f3416b1c7df1253284
MD5 58a373732b9a50bd4033881a88fe8c20
BLAKE2b-256 8e6ea0c2873799878716d461d4cb8d36581e798cf4d043603a21bcd22b4b87ad

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd4301ed0cf3d57143fa87ff4bc5f15ce9145ab1472745febec1aba294eb9256
MD5 31092b97eec90c9f08ce3a026243cc59
BLAKE2b-256 053290481ea6048848556fc8741cffa0dca9e21970cb99b10cdbff161d4dae26

See more details on using hashes here.

File details

Details for the file sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 083def1dcd67f48718e0efe10cd6ea4be5bc6ed9e3db3d74723fc8833c9bfbad
MD5 46ab643971eed644dfb7e08c2ff67c0f
BLAKE2b-256 b56bc2ba4dc3d16c40b13ce72b0bbba07fc170ffdfaa68dec7395c3894ef343b

See more details on using hashes here.

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