Metadata-Version: 2.4
Name: cohorting
Version: 0.0.1
Summary: Deterministic experiment cohort assignment
Author-email: Justin Flannery <justin.flannery@juftin.com>
License-Expression: MIT
Project-URL: Issues, https://github.com/juftin/cohorting/issues
Project-URL: Source, https://github.com/juftin/cohorting
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h1 align="center">cohorting</h1>

<p align="center">
    Deterministic experiment cohort assignment
</p>

<p align="center">
  <a href="https://github.com/juftin/cohorting"><img src="https://img.shields.io/github/v/release/juftin/cohorting?color=blue&label=cohorting&logo=github" alt="GitHub"></a>
  <a href="https://pypi.python.org/pypi/cohorting/"><img src="https://img.shields.io/pypi/pyversions/cohorting?label=PyPI&logo=python" alt="PyPI"></a>
  <a href="https://github.com/juftin/cohorting/blob/main/LICENSE"><img src="https://img.shields.io/github/license/juftin/cohorting?color=blue&label=License" alt="GitHub License"></a>
  <a href="https://github.com/juftin/cohorting/actions/workflows/test.yaml?query=branch%3Amain"><img src="https://github.com/juftin/cohorting/actions/workflows/test.yaml/badge.svg?branch=main" alt="Testing Status"></a>
  <a href="https://github.com/go-task/task"><img src="https://img.shields.io/badge/task---?message=task&logo=task&color=teal&labelColor=grey" alt="task"></a>
  <a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv"></a>
  <a href="https://github.com/pre-commit/pre-commit"><img src="https://img.shields.io/badge/pre--commit-enabled-lightgreen?logo=pre-commit" alt="pre-commit"></a>
  <a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release"></a>
  <a href="https://gitmoji.dev"><img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg" alt="Gitmoji"></a>
</p>
