Metadata-Version: 2.1
Name: binary-trie
Version: 0.0.3
Summary: A simple binary trie implementation
Home-page: https://github.com/guillaumemichel/py-binary-trie
Author: Guillaume Michel
Project-URL: Bug Tracker, https://github.com/guillaumemichel/py-binary-trie/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Binary Trie

Python binary trie implementation

Author: [Guillaume Michel](https://github.com/guillaumemichel)

## WIP
