Metadata-Version: 1.1
Name: dict-trie
Version: 1.0.1
Summary: Trie implementation for approximate string matching.
Home-page: http://dict-trie.readthedocs.io/en/latest/
Author: Jeroen F.J. Laros
Author-email: J.F.J.Laros@lumc.nl
License: MIT
Description: Trie implementation using nested dictionaries
        =============================================
        
        .. image:: https://img.shields.io/github/last-commit/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie/graphs/commit-activity
        .. image:: https://travis-ci.org/jfjlaros/dict-trie.svg?branch=master
           :target: https://travis-ci.org/jfjlaros/dict-trie
        .. image:: https://readthedocs.org/projects/dict-trie/badge/?version=latest
           :target: https://dict-trie.readthedocs.io/en/latest
        .. image:: https://img.shields.io/github/release-date/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie/releases
        .. image:: https://img.shields.io/github/release/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie/releases
        .. image:: https://img.shields.io/pypi/v/dict-trie.svg
           :target: https://pypi.org/project/dict-trie/
        .. image:: https://img.shields.io/github/languages/code-size/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie
        .. image:: https://img.shields.io/github/languages/count/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie
        .. image:: https://img.shields.io/github/languages/top/jfjlaros/dict-trie.svg
           :target: https://github.com/jfjlaros/dict-trie
        .. image:: https://img.shields.io/github/license/jfjlaros/dict-trie.svg
           :target: https://raw.githubusercontent.com/jfjlaros/dict-trie/master/LICENSE.md
        
        ----
        
        This library provides a trie_ implementation using nested dictionaries. Apart
        from the basic operations, a number of functions for *approximate matching* are
        implemented.
        
        Please see ReadTheDocs_ for the latest documentation.
        
        
        .. _trie: https://en.wikipedia.org/wiki/Trie
        .. _ReadTheDocs: https://dict-trie.readthedocs.io/en/latest/index.html
        
Keywords: bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
