Metadata-Version: 2.1
Name: ewah_bool_utils
Version: 1.0.0
Summary: EWAH Bool Array utils for yt
Author: Matthew Turk, Meagan Lang, Navaneeth Suresh
License: BSD
Project-URL: Homepage, https://github.com/yt-project/ewah_bool_utils
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

===============
EWAH Bool Utils
===============


.. image:: https://img.shields.io/pypi/v/ewah_bool_utils.svg
        :target: https://pypi.python.org/pypi/ewah_bool_utils

.. image:: https://img.shields.io/travis/themousepotato/ewah_bool_utils.svg
        :target: https://travis-ci.com/themousepotato/ewah_bool_utils

.. image:: https://readthedocs.org/projects/ewah-bool-utils/badge/?version=latest
        :target: https://ewah-bool-utils.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




EWAH Bool Array utils for yt


* Free software: BSD license
* Documentation: https://ewah-bool-utils.readthedocs.io.


Features
--------

* EWAH Bool Array compression stores integer arrays efficient in memory.
* Can be used for indexing arrays.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
