https://github.com/bfontaine/ctrie
Compact tries in Python
https://github.com/bfontaine/ctrie
library python trie
Last synced: about 1 year ago
JSON representation
Compact tries in Python
- Host: GitHub
- URL: https://github.com/bfontaine/ctrie
- Owner: bfontaine
- License: mit
- Created: 2014-05-04T21:07:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T08:51:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-15T03:15:31.304Z (about 1 year ago)
- Topics: library, python, trie
- Language: Python
- Size: 34.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
ctrie
=====
.. image:: https://img.shields.io/travis/bfontaine/ctrie.png
:target: https://travis-ci.org/bfontaine/ctrie
:alt: Build status
.. image:: https://coveralls.io/repos/bfontaine/ctrie/badge.png?branch=master
:target: https://coveralls.io/r/bfontaine/ctrie?branch=master
:alt: Coverage status
.. image:: https://img.shields.io/pypi/v/ctrie.png
:target: https://pypi.python.org/pypi/ctrie
:alt: Pypi package
``ctrie`` is a compact trie implementation in Python.
Install
-------
.. code-block::
[sudo] pip install ctrie
The library works with both Python 2.x and 3.x.
Usage
-----
`Read the docs`_.
.. _Read the docs: http://ctrie.readthedocs.io/en/latest/api_reference.html