Metadata-Version: 2.4
Name: crick
Version: 0.0.8
Summary: High performance approximate and streaming algorithms
Maintainer-email: Jim Crist <crist042@umn.edu>
License: BSD-3-Clause
Project-URL: Source, https://github.com/dask/crick
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

Crick
=====

|Build Status| |Conda Badge| |PyPI Badge|

Crick is a fast library of approximate and streaming algorithms. It is still a
work in progress, use at your own risk.

Installation
------------

Crick is available via ``conda`` or ``pip``:

::

   # Install with conda
   $ conda install crick -c conda-forge

   # Install with pip
   $ pip install crick

.. |Build Status| image:: https://github.com/dask/crick/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dask/crick/actions/workflows/tests.yml
.. |PyPI Badge| image:: https://img.shields.io/pypi/v/crick.svg
   :target: https://pypi.python.org/pypi/crick
.. |Conda Badge| image:: https://anaconda.org/conda-forge/crick/badges/version.svg
   :target: https://anaconda.org/conda-forge/crick
