An open API service providing repository metadata for many open source software ecosystems.

Package Usage: pypi: pyahocorasick

pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
29 versions
Latest release: about 1 year ago
47 dependent packages
837,199 downloads last month

View more package details: https://packages.ecosystem.code.gouv.fr/registries/pypi.org/packages/pyahocorasick

Dependent Repos 3

nmaillet/frags

Last synced: 12 months ago - Pushed: 11 months ago

rivals/dipwmsearch
This package provides efficient functions to search for one kind of probabilistic motifs known as di-nucleotidic Position Weight Matrices (di-PWMs) in a genomic sequence. The genomic sequence may contain positions with non-ATGC symbols, encoded with IUPAC.

Last synced: 12 months ago - Pushed: 11 months ago

mmille/dipwm_search

Last synced: 12 months ago - Pushed: 11 months ago