Skip to main content

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.

Release files for sfst-transduce 1.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for sfst-transduce 1.3.1
File Size Uploaded
sfst_transduce-1.3.1.tar.gz 80.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for sfst-transduce 1.3.1
File
sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.13+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.13+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
sfst_transduce-1.3.1-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.13+ x86-64 Details
sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl CPython 3.14 CPython 3.14 macOS 10.13+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
sfst_transduce-1.3.1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
sfst_transduce-1.3.1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
sfst_transduce-1.3.1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
sfst_transduce-1.3.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
sfst_transduce-1.3.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details
sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
sfst_transduce-1.3.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl CPython 3.8 CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 18.6 MB

Release files / sfst_transduce-1.3.1.tar.gz

Download URL sfst_transduce-1.3.1.tar.gz
Size 80.1 kB
Tags Source
SHA-256 checksum
How to use checksums
a5a2adda0901f5a4efe3f68146d5276a6632c89d6c7c4ec9def1328215dd94c1
BLAKE2b-256 checksum
How to use checksums
e29b506d34b5008320651e4de044ccfc35f9054d01af0d1230b26a7a15b05e72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
350e2f9bb3f75a8da380ca0c4f217f83d1bcd7eb9c2a4f94b3d78cf608976392
BLAKE2b-256 checksum
How to use checksums
fdd5de85c67b5a929bb0e07557a599df2b478ea26cad403bb3fc59205e65fbef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 249.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a393e349b35b77c8e7a7c046defa796d7793407893f8a1d3e8aa0f69d912dabd
BLAKE2b-256 checksum
How to use checksums
f0ca0a31125b056a1f4aad295b1db92f2a190866194200f1fe08ce0c9658f60d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_x86_64.whl
Size 197.5 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
5f868ffd082bfaedb6a53a04263fd11e4e2888aa03ff428b1b617a7e2404e7c8
BLAKE2b-256 checksum
How to use checksums
f188394bcee1267218662855b41c0616e5368f3f7197081cfea3f38a56292063
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl

Download URL sfst_transduce-1.3.1-cp314-cp314t-macosx_10_13_universal2.whl
Size 371.1 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f43e49c36b9ae762a67a84fc901c10d747b30fcc9848c506a2d8c58f3d5c4b23
BLAKE2b-256 checksum
How to use checksums
9e7d62fe4b6866a1257189ee0a4c1425e684e1f18cf5f75ad1d96c3b0f8fb617
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-win_amd64.whl
Size 145.5 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
52f1d8f1f9ed314042fcbf25886c6670f49da59dd389129d88bb1c238ed518ce
BLAKE2b-256 checksum
How to use checksums
6f900edd2e7e51486f4787c782f6f0567b89dd0cbb2c46456577a81c06db2c62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-win32.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-win32.whl
Size 128.8 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
3830963535f47a08c30c43afe5a3147b261dcc8c9ec07bff29e5eb0bbf6be626
BLAKE2b-256 checksum
How to use checksums
97fbfc1330bcabd5d92bcfdb57dafdccaacb6391a278952c1dffbd3a929f7a84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
055e312c3bf3ec3def121e2788fbe16f9f92d66d6acd74b0d0247b5933416155
BLAKE2b-256 checksum
How to use checksums
51a6730cabd57ad2db551ae3b19888a5bfa5527243f4e358a723c3fbb5be39d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 247.6 kB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b3e5a758229beea1ea4240a6bc6829c6757fd7a8799d0c639c0ccfbf6190f0c6
BLAKE2b-256 checksum
How to use checksums
2803ed581f59e5b0a0dc48a50d4db0ea10c9a8b4e16e5b7696f43e0d451b7a05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_x86_64.whl
Size 192.8 kB
Tags CPython 3.14 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
d047c21204a225091a7a7d3a069d76c6e55823a60944b56a0dbbdcdd12e77d80
BLAKE2b-256 checksum
How to use checksums
c5ee519981b34795dfb470af303e6283fb3322a246efe4be68eb28dd22624bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl

Download URL sfst_transduce-1.3.1-cp314-cp314-macosx_10_13_universal2.whl
Size 360.5 kB
Tags CPython 3.14 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
9a69043323f8f20759d19e0e4eea9135947888629a2368cbc402de125b1c666e
BLAKE2b-256 checksum
How to use checksums
9fbec3993b93a9b0414cd7a2a140b728010b41428e1298764ce495ffe8fd1c37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-win_amd64.whl
Size 141.9 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
976918d0da7fb1118a5bae4bf02900e48edcf9235b1c64ecf99f518f210ea1e8
BLAKE2b-256 checksum
How to use checksums
c044aca6c9821942bf082053f9c424299b7fbc7fff3bddd4b5fc459321b52acc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-win32.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-win32.whl
Size 125.3 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
0fe0507cd645f503dd32ef6dc0bcb49a6a8ad64431d2045e9dc8fc7d3860b037
BLAKE2b-256 checksum
How to use checksums
13f80ab81d710980d0594cff5d63cd2e12ad23bf868cf9be4203e3a20700893a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9b7fcc680ab702c2e823d0f101670f811fbf199b1b5eb7c24f1f9b593f98b571
BLAKE2b-256 checksum
How to use checksums
11276e1c667669fc0e7dbd4b4a2adadf91ba36322382c50ac30a8c01f8b89d9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 247.5 kB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
078a82c8be07b63648a397911dc42b2e772920eec45eba8409b3c02fee4c5125
BLAKE2b-256 checksum
How to use checksums
286b94772a9e0e348e0c239508042e53eb2de55f6496f6d35b46e7c3f3a73b7d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl
Size 192.8 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
6725b0006c95cf3a0228ba9e02e2ef4897cd659e4d2b71be432fbd4ad2f1d5ca
BLAKE2b-256 checksum
How to use checksums
f89ac009bfd6c00ee163fd1d99a2d891c3201b7da67173af03e94b9d4e0709eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl

Download URL sfst_transduce-1.3.1-cp313-cp313-macosx_10_13_universal2.whl
Size 360.4 kB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3e9ea8db25da9c7553bdb65a3f82da5e97e4d1a2e5c3c9b5b5468e68895aedf7
BLAKE2b-256 checksum
How to use checksums
67da32e2cdfcf14f7d051ff77ef5349ea3b63c3f2c1f9bffc7f128083f7021ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-win_amd64.whl
Size 141.9 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
32555811a95c333a0c22c4cfb5776e7097e79cacbcd7635a80fb828775ec39f2
BLAKE2b-256 checksum
How to use checksums
792122a9a16200b3d3f56da09ef27497704ca1a5e960b494dac308a59cbd9e2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-win32.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-win32.whl
Size 125.3 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
c378c591c0c0f8cd38f3d3abfee772ded5b24ee8bee9800929cc23e61a5ef1ad
BLAKE2b-256 checksum
How to use checksums
b3f19a40613b894e4fd217e9bef577ac0f82e2afb1a0e3fca784db7d2dab8211
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3aa91eaef973a5ec56e904883c13fc61c7e480c8b9177145e1ab21c53d3bd995
BLAKE2b-256 checksum
How to use checksums
c4d942ded613352269714e8a0e5746949af67f5b4f124d858188ce565a962b23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 247.5 kB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8086a4824f5fa24e504261016232add763509b883192ec90c597b6391c97197a
BLAKE2b-256 checksum
How to use checksums
d82d4b13b501ce9cddc9964addf5f238cbc0c19f12fefa3e231ac55ee899cc4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl
Size 192.8 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
727817d02176e909c4b08ead327b1ec0398c186115c3b1a3c50c659c341f4db3
BLAKE2b-256 checksum
How to use checksums
bde55c65afc88894d1d85133ebe1d3cdc21a4e1b739bab6db86987b21ecb0a02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl

Download URL sfst_transduce-1.3.1-cp312-cp312-macosx_10_13_universal2.whl
Size 360.4 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0e312968fd492ec229e674ae8f2fa673be678163f74448e12bb02c3b54ca51e8
BLAKE2b-256 checksum
How to use checksums
b09b252d6f26be1d5f3452d4277c9b8b873ab38f27b423116d08e12cd528ffda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-win_amd64.whl
Size 141.1 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b7db1297ffb14c2a641f6359feba980563eab71510ecab63c8fa143431bb25fd
BLAKE2b-256 checksum
How to use checksums
d1d5b9eff14403969bcd386fa23b6893ca1bda0dffc27448a8a8a31ee0eb2842
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-win32.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-win32.whl
Size 124.8 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
f756776a3a941963a623393f040d2c0f9ed4ff8f28c8947677b73c62d7ea6820
BLAKE2b-256 checksum
How to use checksums
297919c6d42360e4f908b34f229dee580d850202da8b6766b0a8a939d449891b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
69e1ea1780fefb152b4ad8ab00040d0db2820014712fb31f80e24b924b064c69
BLAKE2b-256 checksum
How to use checksums
6a213007d99ac1731bb98e1297a97967155dbe20e3283ba0d09ba5e9df469b1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 245.4 kB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f4c46a21532be30eece92c44591e08b54065c7c6e4a52cb7b85644a223db5372
BLAKE2b-256 checksum
How to use checksums
6c2b055c7416c1fadcdd2bc41080a36266a444f2007ad559289f0f23b71715ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 191.4 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7c22c188b1148db55d890b3c61cd474d9bb427b249d21cfed46e485442f5b4a3
BLAKE2b-256 checksum
How to use checksums
5ee25d1ba45fb183affbdd7670cb77d2e61d12d840dd8880117a56bda90ab9bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl

Download URL sfst_transduce-1.3.1-cp311-cp311-macosx_10_9_universal2.whl
Size 358.5 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
67ce9228425cdfd3d96d3659a779a10ef420574ca8297b6859336d93f0dbd802
BLAKE2b-256 checksum
How to use checksums
4edcb20db806f5b84f8112af62c5391fa5020baa4cc6397f0162d394fdb77344
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-win_amd64.whl
Size 140.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
d20a3f8678fb0607a2af2dc35d603f17dfdae981f7f737e36265456a97231351
BLAKE2b-256 checksum
How to use checksums
0aa9de46e6051c0148e2db6096bdb4004d88146207603b125f67fa0c6f2e03b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-win32.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-win32.whl
Size 124.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
b17414c24a8deaa9dcd296fda25f7700f8bf0b60e63b31b19efb7a0a5582c55f
BLAKE2b-256 checksum
How to use checksums
98b789a067d7e3903dbec0f9ccc070e33fc2f0d1b416291f674aa65bd00e7c81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0be01f390daad59faa4b17353d03505961835576302ff31b170fc0a9d7487c6b
BLAKE2b-256 checksum
How to use checksums
d0dee66e74d14ed7a8bf7b512a4ec74e428419a2995b96f1eb791ddbd17d4522
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 243.8 kB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1aebf5f49454d1e58e485acb1bb182fe4b1f2cc0482e7b3bcae94673cb62145b
BLAKE2b-256 checksum
How to use checksums
de59fa1aee14b925d339c06df1fafa65038e3f78d7339a37a3b51e6408eb6ae6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 190.0 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
002ee653157d3908061fd19b4b33ac6e208190eb6ed9d5dd4cc6ed6abb8c8419
BLAKE2b-256 checksum
How to use checksums
aeb51bdf32ada8142e9840bda1e7980f32c50fb8cf94e62aa3cbd2a2599ae5e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl

Download URL sfst_transduce-1.3.1-cp310-cp310-macosx_10_9_universal2.whl
Size 356.2 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
6bac974f04d1337f1136c20bad03375057dc39871f74ab2b78a90acf78189493
BLAKE2b-256 checksum
How to use checksums
7968b827e4681f10cf81742ddfb260bb5ba7b22464935670ec7fef9d1be19085
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-win_amd64.whl
Size 141.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
d769995e556baa7445d26c72b316ea4b1a9c6d1b8aa59a3361580e4ddcf997ca
BLAKE2b-256 checksum
How to use checksums
6d36d78654929655000b7c6f4cb0446e5f0f121084e9124bb45d80d2cb992428
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-win32.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-win32.whl
Size 124.2 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
a7efd2a49ccd9336f9a34236420e65efe984d8a7c37542ed89c6cf5814f3cab7
BLAKE2b-256 checksum
How to use checksums
1177502f67b2924b6810f6dd8108499a69d3ad87e1efacbc6bfa833424e4bbef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cf84ec906f79d697290119dbfdc7dc277ab40821670dc6adf4f3b4f248a310cf
BLAKE2b-256 checksum
How to use checksums
84e1214076f81474d3f018fe6ab219cb1594156ab672727ed0ec303b51305e8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 244.1 kB
Tags CPython 3.9 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d329fd9e0f48c746c8ff08563ede6b0974330ae9d8a03ba78ff84fc33a92e250
BLAKE2b-256 checksum
How to use checksums
2a46318746cf5ac62eab0b8f0ec6e7ca35ebb19d025347d0eb147c0a34451bc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 190.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
73fc5851de455cc173e6bd16cdc964bf2cf55b80a5c860c94bc5f2a2c7789d7b
BLAKE2b-256 checksum
How to use checksums
3a419b775324d1fdbc869f79050d84339f48e9c2be397bee0a173c6f7b0630b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl

Download URL sfst_transduce-1.3.1-cp39-cp39-macosx_10_9_universal2.whl
Size 356.4 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
73dfe3cbf08e7694a8be980536436b1457ea8d2b6d60c76e1019351c3b3b9c66
BLAKE2b-256 checksum
How to use checksums
10675ebc4050370b7c0077b034a8f0e56820cc5d120655ef5eec1ac84d406338
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-win_amd64.whl
Size 140.1 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
e2f763d3a89735a0b47c12ebdc95918980997a672d4cfc92eae9b25136fa3953
BLAKE2b-256 checksum
How to use checksums
08573625b9d07458b45e0e484fbfbc78385c52dd0da18719d85797566555ab0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-win32.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-win32.whl
Size 124.0 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
f79bf70f89327ae9064f361e8dfbdde57a849f9c776a63a63b8fc38c0ce049f1
BLAKE2b-256 checksum
How to use checksums
ea060baf794ff49d010ab28869472fd434bc1b6bbd5d9e90780c3dbcc6ecba21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6be71ae4cf08c03de5be3786420eaad5057fbebb63726b36c356d46ca96cc804
BLAKE2b-256 checksum
How to use checksums
14f9c7c8ad97d62d50d119d402ac322736f38cabadf85ceb7f5a53f259e139b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 243.7 kB
Tags CPython 3.8 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
49871530d9f68e2f787ea5b6024076098d185e022442d2f3416b1c7df1253284
BLAKE2b-256 checksum
How to use checksums
8e6ea0c2873799878716d461d4cb8d36581e798cf4d043603a21bcd22b4b87ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 189.8 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fd4301ed0cf3d57143fa87ff4bc5f15ce9145ab1472745febec1aba294eb9256
BLAKE2b-256 checksum
How to use checksums
053290481ea6048848556fc8741cffa0dca9e21970cb99b10cdbff161d4dae26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl

Download URL sfst_transduce-1.3.1-cp38-cp38-macosx_10_9_universal2.whl
Size 355.9 kB
Tags CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
083def1dcd67f48718e0efe10cd6ea4be5bc6ed9e3db3d74723fc8833c9bfbad
BLAKE2b-256 checksum
How to use checksums
b56bc2ba4dc3d16c40b13ce72b0bbba07fc170ffdfaa68dec7395c3894ef343b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

1.3.1 This release

47 release files

1.3.0

47 release files

1.2.1

61 release files

1.1.2

61 release files

1.1.1

61 release files

1.1.0

79 release files

1.0.1

24 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page