Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dalf/pyfst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental and minimal Python binding for fst using pyo3

import pyfst
smarter_set = pyfst.FstSet('smarter_encryption.fst')
print(smarter_set)
print(len(smarter_set))
return smarter_set.contains('eff.org')

There is no Python binding to build the .fst file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages