Metadata-Version: 2.1
Name: veb
Version: 0.2.0
Summary: Dynamically-allocated reduced-space van Emde Boas trees.
Project-URL: Homepage, https://github.com/Julian/veb
Project-URL: Issues, https://github.com/Julian/veb/issues/
Project-URL: Funding, https://github.com/sponsors/Julian
Project-URL: Source, https://github.com/Julian/veb
Author: Julian Berman
Author-email: Julian+veb@GrayVines.com
License: MIT
Keywords: data structure
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst

=======
``veb``
=======

|PyPI| |Pythons| |CI|

.. |PyPI| image:: https://img.shields.io/pypi/v/veb.svg
  :alt: PyPI version
  :target: https://pypi.org/project/veb/

.. |Pythons| image:: https://img.shields.io/pypi/pyversions/veb.svg
  :alt: Supported Python versions
  :target: https://pypi.org/project/veb/

.. |CI| image:: https://github.com/Julian/veb/workflows/CI/badge.svg
  :alt: Build status
  :target: https://github.com/Julian/veb/actions?query=workflow%3ACI

Dynamically-allocated reduced-space van Emde Boas trees.
