Skip to main content

Python binding for SFST

Project description

Python bindings for SFST

This is python binding for SFST. The sfst python library can be imported and can be used for analysis and generation as explained in the below examples:

Installation

sfst python library is available at pypi.org. It can be installed as follows:

pip install sfst

Import and initialize

import sfst
# Initialize with the compiled sfst.
sfst.init('path/to/fst.a'))

Initialization is must before doing any operations.

Analysis

import sfst
# Initialize with the compiled sfst.
sfst.init('path/to/fst.a'))
# Analyse a string. results are a list of analysis.
analysis_results = sfst.analyse("easier")
# Returns ['easy<ADJ><comp>'] for example.

Generation

import sfst
# Initialize with the compiled sfst.
sfst.init('path/to/fst.a'))
# Generate a string. results are a list of analysis.
generate_results = sfst.generate("easy<ADJ><comp>")
# Returns ['easier'] for example.

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-1.10.0.tar.gz (683.3 kB view details)

Uploaded Source

Built Distributions

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

sfst-1.10.0-cp314-cp314-win_amd64.whl (322.6 kB view details)

Uploaded CPython 3.14Windows x86-64

sfst-1.10.0-cp314-cp314-win32.whl (304.5 kB view details)

Uploaded CPython 3.14Windows x86

sfst-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sfst-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (205.9 kB view details)

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

sfst-1.10.0-cp314-cp314-macosx_11_0_arm64.whl (139.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sfst-1.10.0-cp314-cp314-macosx_10_15_universal2.whl (285.8 kB view details)

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

sfst-1.10.0-cp313-cp313-win_amd64.whl (313.2 kB view details)

Uploaded CPython 3.13Windows x86-64

sfst-1.10.0-cp313-cp313-win32.whl (296.8 kB view details)

Uploaded CPython 3.13Windows x86

sfst-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sfst-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (205.9 kB view details)

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

sfst-1.10.0-cp313-cp313-macosx_11_0_arm64.whl (139.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sfst-1.10.0-cp313-cp313-macosx_10_13_universal2.whl (285.7 kB view details)

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

sfst-1.10.0-cp312-cp312-win_amd64.whl (313.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sfst-1.10.0-cp312-cp312-win32.whl (296.6 kB view details)

Uploaded CPython 3.12Windows x86

sfst-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sfst-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (205.6 kB view details)

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

sfst-1.10.0-cp312-cp312-macosx_11_0_arm64.whl (139.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sfst-1.10.0-cp312-cp312-macosx_10_13_universal2.whl (285.4 kB view details)

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

sfst-1.10.0-cp311-cp311-win_amd64.whl (312.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sfst-1.10.0-cp311-cp311-win32.whl (295.7 kB view details)

Uploaded CPython 3.11Windows x86

sfst-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sfst-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (205.1 kB view details)

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

sfst-1.10.0-cp311-cp311-macosx_11_0_arm64.whl (138.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sfst-1.10.0-cp311-cp311-macosx_10_9_universal2.whl (284.8 kB view details)

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

sfst-1.10.0-cp310-cp310-win_amd64.whl (311.0 kB view details)

Uploaded CPython 3.10Windows x86-64

sfst-1.10.0-cp310-cp310-win32.whl (294.4 kB view details)

Uploaded CPython 3.10Windows x86

sfst-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sfst-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (203.7 kB view details)

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

sfst-1.10.0-cp310-cp310-macosx_11_0_arm64.whl (136.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sfst-1.10.0-cp310-cp310-macosx_10_9_universal2.whl (282.0 kB view details)

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

File details

Details for the file sfst-1.10.0.tar.gz.

File metadata

  • Download URL: sfst-1.10.0.tar.gz
  • Upload date:
  • Size: 683.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0.tar.gz
Algorithm Hash digest
SHA256 1f1d93ebe280b23e86811d5e4370b2f178147ef7e49888a63ca1c4767367f603
MD5 eb977b8e11e444c681a25a99a104d91c
BLAKE2b-256 0d5839dfe3ac74130b0a1f00de03182b67a253985bd938e553f72c3c650ac43f

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sfst-1.10.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 322.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 07249864b6b7c3e55345b8c00c455d6aad50bdc0e0ce9cad1455a3030acae58d
MD5 a4d1c64035fc36e66b50aed843b34a74
BLAKE2b-256 f4123aa003de15b4a3f2641b0feb21bf93b0cc03f217eb8b7d264170ba1bbc3a

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: sfst-1.10.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 304.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1808af71ed237c6e5ae88d7c4eedf45b96fbe72fe25610a4ec229eba85d70f3d
MD5 f1e5a00d8c74134bbb3266baa29c96df
BLAKE2b-256 e5d5d036f8d71b6568f00482ac6f71ae3bdbfe3f6e5b876b2b7ce88e29412295

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4ec120d1f0847e49e19006c1ac0c89c2d1e4d2f40ec9716ce5fcba05e3e1937
MD5 25473577bbcf02c1124ee7c9cbec858b
BLAKE2b-256 ecea56e925f70d9d6479d9c569d3b32ffc069b78ad1ab7cd25f7136c7bf1cff3

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a31ec03d16bd533f12b8a47377fa16002c20d4177f07173a2cfb0b05851fdb6c
MD5 afeabe7c303e2c04b0c444a766035356
BLAKE2b-256 c7217dc8b45605b9969ed9ae5d9b260f33ffdeb3928cfbe5f4540801c63e4ce2

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b9677ec0fb3f8ade253aadc0a3fab33495d9c5d2b4d98426af321e4a22cb308
MD5 bb6bcd7da79bc94ce1179e0116ff9a71
BLAKE2b-256 cad55a277bba6bd332e545478777c8bbdd7e664b8d3f3a07e86974116fcde2f7

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 7870bb269a1d194ca57057bc00cdd259d73180ba43693e561e3db291ecfd60b3
MD5 834f09b8cf576d7ae653ea5d232c042c
BLAKE2b-256 c642e59a21607d95c51cfaeb216f014030e4931735a42aed51601a2a4aaae7c2

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sfst-1.10.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 313.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5fc62e82aacad97fe6a5433cba9e12a0614f49fadc55de6f025cfa37f1d00ac3
MD5 767b236dd79643938634af735e6a28be
BLAKE2b-256 75fd8f513568406ae897bcc7dd09a61f15d150c05669e5f9208ee98d49434045

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: sfst-1.10.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 296.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7270bd021158847ed75edca2c01d01666b833559e509a24eaecce08be4e0ea12
MD5 0f142f7552b0596067716ae2917dbb19
BLAKE2b-256 95ce848f24fac299b4151a58dd6652772a6527cf42d379069a03f6181197214a

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a06b350506f51f00cfd88240cc644336d2d497d7d3569243cf71c7bfea72f33
MD5 5d059c82b71887ba40c2db43c1e6e145
BLAKE2b-256 b056e3537f2c76e61eff560225d8fdc24cfba3ee6005612d87b1041027502482

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e94fbff322ef3b39beebff14dc43f3cf097604a2196c6f45f355292fb603d626
MD5 6991955d43b470c0ffa08bbd5d30ed17
BLAKE2b-256 1d2925c9eee9fdd811a2a54e755748759e9108e20825652a6edd8229d786c3e0

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82076ddcd48ab1494673dd72bc6bdc4370d6539dc2ae9588b2a4d86877076c0e
MD5 33f9431a6f676285cc09894aa3c8ce7d
BLAKE2b-256 deb37de6a3c6b2a60db1029020d90b7cc6c949b9caf88f3b33e656b53a598c74

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1ef8118a6054212ff9e2662616a8d10d0d163a597bee6ef7f126dcf67ef29a3c
MD5 20bb2f750f7ef7ebe3e54acb02c39e11
BLAKE2b-256 48a978840293cc089d517fa678680b7c2d8c80a8861805406ade9e19e00dee2f

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sfst-1.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 313.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2f22e998fbe78dc2fc78d907fbb0fd85712f0670d2fa24d15a02276946264ff3
MD5 798bbf63c28d31d7caea78c9bb2e34b3
BLAKE2b-256 6deb2c3fe8adce49dc029089914427604be3087513412b5000b501bc11e85889

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: sfst-1.10.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 296.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c1e833e099d40b4822ba2b18b8438a2fb6518b49a2d656d7dc464f775457eae2
MD5 b1a098250c7499652125aa3e09c19952
BLAKE2b-256 b06b7de1ea0f19d4cceefcb4b159000de26661e3e4f87c8679ef892d345eb977

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f01d769ca37d984b80e15bff7cbe1adab9a75613c4e3af01190ac93ff4325ae
MD5 e0e332c97eb722c17897ba6d85c29767
BLAKE2b-256 4954886785b3e49afb95baea51e997718504cf0d3e4443d0dacf16ab563dbdcd

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83755a01ab56bfc975f6a85cbd861009e3fb3e4e69fd625110e1647ad6030f84
MD5 55f5db9aac27f8610e6c477bf819202b
BLAKE2b-256 606cc0711514d1f2ba7ec9f99128aec4e7722d5aea8ccdc9a5d911eb89624eac

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6ebd50042803805e056164f0b2aae5dea23d962be38b9b689d33d8befbc133a
MD5 6c7bd9a72378cc8b316ff7ae96f1a0ec
BLAKE2b-256 d2adbc33bd5b2c2981863761dad1fcf9d008acdebf1da282b3c16f6498de5c21

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 4520e321b93a6f8d06a1b3c7e080c64d5929d160a9c86b91efd0fb28e9eb67c5
MD5 c69d41bb35ffb6ff57a2ff6494163dff
BLAKE2b-256 f8ea5e0ad6e5168d1357ce23dcfb234dc85e0ff852e2a468e21521627adb7536

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sfst-1.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 312.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9a117db2a42bce8d1dab8b1e5955900a1dbaefedd5364fea141b6c5d21987712
MD5 38df148a56ae84bb637d1d3e708e70f1
BLAKE2b-256 5983a2fd487c0d8214f84a5c1953b5c0c8a55e86d3b5f1c843a24420030a9c85

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: sfst-1.10.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 295.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6f90818df9cd4741a26412cfa16edcda363d176c499fd3ce1ba6df7cfb4762ae
MD5 28bfabf0ee49a6b3c2eb6b6c20b91504
BLAKE2b-256 98e0a4523d9d5b1f8690c03fed8efb8b9e45f31f53fd55811ca17ef3b3c2b89a

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7274ea0ff12037428528e11fdbb659db8393c4a41ead098e857735c7c4ab9f5f
MD5 edb43a24791826e66e0557ff3d58e735
BLAKE2b-256 927511fb7e297d3695ad5046ec7bd5739753411bf0883e294c03d92993ae5ca4

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aaac495bd3c414d8068ec5270d32d89c6e31aaa4d3e883f36149aef834a28ca
MD5 910022089f439bc1f6d456f7190c2d39
BLAKE2b-256 c242be4c2c3d02ca4694641d09fc4139a0e3628708edbb7f2fa36a2f6d9af606

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3de1f859029147add3d0a7643e85300e82c3eb035e08eb24daad654906b7325
MD5 c850b1b8d9f662ab97ae75d0483e3172
BLAKE2b-256 c8c62bb98c709fa0e2afadfdf16a5bede39eeedd7f6c979ffb22026ef3574610

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b09504aac0c73fb6d3db398984ce44c0b8ce72d74392817082fd129546b8c52e
MD5 f0a5d4313b97a39e45e92c8073f9000f
BLAKE2b-256 4431cf9a6bd52b7fa488b5ff874ae75cdaf5fd34417764e7f4743b0c25e1faa0

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sfst-1.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 311.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7188a493a83ec1a9f4bde457b87dcac53d69502c3a377681909fe2ebaf5f7a64
MD5 615c2e84b87a2d278041223d3d50493e
BLAKE2b-256 b9d19bf3abce666d23e41acff89b41069b74c4e1e8665e7f51799b42485aefd8

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: sfst-1.10.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 294.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sfst-1.10.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3b433fac042ab33dbf10bb54b7bf25c6b251e430155a4fcba87d3d79548cda07
MD5 41822c518361d98207937b92cbea0735
BLAKE2b-256 4b904e3b60daef80c04d012fc9f3a0c0e336181f03345378769561cd851ffb78

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05f1d3eae38c16087775066615960f5e2cfdd5b06a61e7d7de5d25b7692a112c
MD5 f5c1d3274f606a2ccf778f8cf519c5fc
BLAKE2b-256 8cd9d3b5f320d80152dd4c70fe714f5710662857cfffb1384c3daa214f0f16f5

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ba464fb00d809165cf5c61b6cc3a2894a4839014dc04c86930b02f4e698cebb
MD5 68ef1510dd40d81cdcf5289af7860edb
BLAKE2b-256 9442bd0341e1b69a2c4783a7cbaa79b1af130b91aeca05265d304ebea5bac9e3

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ba5c206de3e191b623a6100272a336d3435e9bf2bbe1a96d40bc1afc137288e
MD5 c66d07af446b8fd6ab7856745583f569
BLAKE2b-256 8e5707d8d36ac9d4bf7348cdcf92537acf78aafed1bdb379efedb7dac2a221b3

See more details on using hashes here.

File details

Details for the file sfst-1.10.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for sfst-1.10.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d789c2da7c9a28e86db31f77313c1d338330bffe49bf8a4246a0d32cbb902777
MD5 796f8e642e9c965a2aa4bf4b923aff3d
BLAKE2b-256 1f1dd2d8baac623dfcb346df5eb200e3a5f91a35d8aec3b19acea1470c608707

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