# Croupier
Croupier library support rand select items from list with difference algo.
## Installation
```shell
pip install pycrouiper
```
## Usage
Just like this:
```
>>> import pycroupier
>>> damping = pycroupier.damping()
>>> data = ["b", "e", "h", "d", "f"]
>>> damping.draw(data, 2)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/MarchLiu/pycroupier",
"name": "pycroupier",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "marsliu",
"author_email": "mars.liu@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/31/6d/ef1210e4f8172d5d6eeb0f6154a5bbcd938c724d7d8162a310447d0be292/pycroupier-1.0.1.tar.gz",
"platform": null,
"description": "# Croupier\n\nCroupier library support rand select items from list with difference algo.\n\n## Installation\n\n```shell\npip install pycrouiper\n```\n\n## Usage\n\nJust like this:\n\n```\n>>> import pycroupier\n>>> damping = pycroupier.damping()\n>>> data = [\"b\", \"e\", \"h\", \"d\", \"f\"]\n>>> damping.draw(data, 2)\n\n```",
"bugtrack_url": null,
"license": "MIT",
"summary": "Rand select utils",
"version": "1.0.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "316def1210e4f8172d5d6eeb0f6154a5bbcd938c724d7d8162a310447d0be292",
"md5": "ca7cd3b2617f8f0fe57cb64fcebdeaa7",
"sha256": "4d48d758bc0bf814a1cbf365497666652d6cb90f210d7b42ece2584e3784ce3f"
},
"downloads": -1,
"filename": "pycroupier-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ca7cd3b2617f8f0fe57cb64fcebdeaa7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2856,
"upload_time": "2023-04-01T06:03:26",
"upload_time_iso_8601": "2023-04-01T06:03:26.512218Z",
"url": "https://files.pythonhosted.org/packages/31/6d/ef1210e4f8172d5d6eeb0f6154a5bbcd938c724d7d8162a310447d0be292/pycroupier-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-01 06:03:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "MarchLiu",
"github_project": "pycroupier",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pycroupier"
}