https://github.com/dask/crick
Streaming and approximate algorithms. WIP, use at own risk.
https://github.com/dask/crick
Last synced: 3 months ago
JSON representation
Streaming and approximate algorithms. WIP, use at own risk.
- Host: GitHub
- URL: https://github.com/dask/crick
- Owner: dask
- License: bsd-3-clause
- Created: 2016-10-13T04:39:24.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T15:41:31.000Z (10 months ago)
- Last Synced: 2026-02-08T03:32:58.881Z (5 months ago)
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 27
- Watchers: 5
- Forks: 20
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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