[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://whist-core.readthedocs.io/en/latest/)
[![codecov](https://codecov.io/gh/Whist-Team/Whist-Core/branch/main/graph/badge.svg)](https://codecov.io/gh/Whist-Team/Whist-Core)
![PyPI](https://img.shields.io/pypi/v/whist-core)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whist-core)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/whist-core)
![GitHub repo size](https://img.shields.io/github/repo-size/whist-team/whist-core)
![Lines of code](https://img.shields.io/tokei/lines/github/whist-team/whist-core)
![PyPI - Downloads](https://img.shields.io/pypi/dm/whist-core)
![PyPI - License](https://img.shields.io/pypi/l/whist-core)
# Whist-Core
Whist rules implementation
## Development
### Setup
You need [Poetry](https://python-poetry.org/) for development.
```bash
# Create venv and install deps
poetry install
```
The Python virtual environment will be created in the `.venv` directory.
### Run tests/lint
```bash
# Run tests (in venv)
python -m pytest # or pylint...
# OR
poetry run python -m pytest
```
### Build
Generates `sdist` and `bdist_wheel`.
```bash
poetry build
```
### Publish
You need the environment variable `POETRY_PYPI_TOKEN_PYPI` filled with a PyPI token.
```bash
poetry build
poetry publish
# OR
poetry publish --build
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Whist-Team/Whist-Core",
"name": "whist-core",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "game, whist",
"author": "Whist-Team",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/a6/91/3ba8791bdacca501693d24096d8cfff64b5e88e256afb4340f9bb0186a10/whist_core-0.9.2.tar.gz",
"platform": null,
"description": "[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://whist-core.readthedocs.io/en/latest/)\n[![codecov](https://codecov.io/gh/Whist-Team/Whist-Core/branch/main/graph/badge.svg)](https://codecov.io/gh/Whist-Team/Whist-Core)\n![PyPI](https://img.shields.io/pypi/v/whist-core)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whist-core)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/whist-core)\n![GitHub repo size](https://img.shields.io/github/repo-size/whist-team/whist-core)\n![Lines of code](https://img.shields.io/tokei/lines/github/whist-team/whist-core)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/whist-core)\n![PyPI - License](https://img.shields.io/pypi/l/whist-core)\n\n# Whist-Core\nWhist rules implementation\n\n## Development\n\n### Setup\nYou need [Poetry](https://python-poetry.org/) for development.\n```bash\n# Create venv and install deps\npoetry install\n```\nThe Python virtual environment will be created in the `.venv` directory.\n\n### Run tests/lint\n```bash\n# Run tests (in venv)\npython -m pytest # or pylint...\n# OR\npoetry run python -m pytest\n```\n\n### Build\nGenerates `sdist` and `bdist_wheel`.\n```bash\npoetry build\n```\n\n### Publish\nYou need the environment variable `POETRY_PYPI_TOKEN_PYPI` filled with a PyPI token.\n```bash\npoetry build\npoetry publish\n# OR\npoetry publish --build\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Whist rules implementation",
"version": "0.9.2",
"project_urls": {
"Bug Tracker": "https://github.com/Whist-Team/Whist-Core/issues",
"Documentation": "https://whist-core.readthedocs.io",
"Homepage": "https://github.com/Whist-Team/Whist-Core",
"Repository": "https://github.com/Whist-Team/Whist-Core"
},
"split_keywords": [
"game",
" whist"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3ae8d5824f919313510fd21fc7cb2fb10c4a53b27aae476034c9668dada55399",
"md5": "9b2da5d4c936ab3aeed130be6898c8df",
"sha256": "f31306e3d5da96d4bd0a122f3e3d52771837c643d0d6c640d45ff9150551a4fa"
},
"downloads": -1,
"filename": "whist_core-0.9.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b2da5d4c936ab3aeed130be6898c8df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 26882,
"upload_time": "2024-03-30T19:23:26",
"upload_time_iso_8601": "2024-03-30T19:23:26.927628Z",
"url": "https://files.pythonhosted.org/packages/3a/e8/d5824f919313510fd21fc7cb2fb10c4a53b27aae476034c9668dada55399/whist_core-0.9.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6913ba8791bdacca501693d24096d8cfff64b5e88e256afb4340f9bb0186a10",
"md5": "f30377237d0eb7e7aa383e578d6716bc",
"sha256": "2836f1a15ace09bc5746d17b6dd9dc54239a183c2e27848b596784181a884cb0"
},
"downloads": -1,
"filename": "whist_core-0.9.2.tar.gz",
"has_sig": false,
"md5_digest": "f30377237d0eb7e7aa383e578d6716bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 16999,
"upload_time": "2024-03-30T19:23:28",
"upload_time_iso_8601": "2024-03-30T19:23:28.610783Z",
"url": "https://files.pythonhosted.org/packages/a6/91/3ba8791bdacca501693d24096d8cfff64b5e88e256afb4340f9bb0186a10/whist_core-0.9.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-30 19:23:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Whist-Team",
"github_project": "Whist-Core",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "whist-core"
}