Skip to main content

Board Game Recommender

PyPI PyPI - Python Version PyPI - License Coookiecutter - Wolt


Documentation: https://recommend-games.github.io/board-game-recommender

Source Code: https://github.com/recommend-games/board-game-recommender

PyPI: https://pypi.org/project/board-game-recommender/


Board game recommendation engine.

Installation

pip install board-game-recommender

Development

  • Clone this repository
  • Requirements:
  • Create a virtual environment and install the dependencies
poetry install
  • Activate the virtual environment
poetry shell

Testing

pytest

Documentation

The documentation is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code. The documentation is updated and published as a Github Pages page automatically as part each release.

Releasing

Trigger the Draft release workflow (press Run workflow). This will update the changelog & version and create a GitHub release which is in Draft state.

Find the draft release from the GitHub releases and publish it. When a release is published, it'll trigger release workflow which creates PyPI release and deploys updated documentation.

Pre-commit

Pre-commit hooks run all the auto-formatting (ruff format), linters (e.g. ruff and mypy), and other quality checks to make sure the changeset is in good shape before a commit/push happens.

You can install the hooks with (runs for each commit):

pre-commit install

Or if you want them to run only for each push:

pre-commit install -t pre-push

Or if you want e.g. want to run all checks manually for all files:

pre-commit run --all-files

Releasing manually

If you'd rather not use GitHub Actions or the gh CLI, you can cut a release entirely from the command line:

# 1. Bump version (patch|minor|major|prepatch|preminor|premajor|prerelease, or explicit e.g. 1.2.3)
poetry version patch
VERSION=$(poetry version --short)

# 2. Update changelog
poetry run kacl-cli release "$VERSION" --modify --auto-link

# 3. Commit the version bump
git add CHANGELOG.md pyproject.toml
git commit -m "Release $VERSION"

# 4. Tag and push. `master` tracks GitLab, but the docs are published from
#    GitHub, so both remotes need the commit and the tag.
git tag "$VERSION"
git push gitlab master
git push gitlab "$VERSION"
git push github master
git push github "$VERSION"

# 5. Build and publish to PyPI (needs a token, e.g. via a PYPI_TOKEN env var)
poetry config pypi-token.pypi "$PYPI_TOKEN"
poetry publish --build

# 6. Deploy docs to GitHub Pages
poetry run mkdocs gh-deploy --force --remote-name github

Three things worth knowing:

  • Tags carry no v prefix — 4.0.0, not v4.0.0. That is what the draft release workflow creates, and what the changelog's auto-generated links expect. The older v3.6.0-style tags predate this convention.
  • mkdocs gh-deploy pushes to a remote called origin by default, which this repository does not have, hence --remote-name github.
  • poetry version only edits pyproject.toml. poetry.lock records a hash of the dependencies rather than the project's own version, so it does not need committing.

Note that no GitHub Release object gets created this way — only the PyPI package and docs. Steps 4 and 6 use plain git push (not the GitHub API), so they work without gh.


This project was generated using the wolt-python-package-cookiecutter template.

Release files for board-game-recommender 4.6.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for board-game-recommender 4.6.0
File Size Uploaded
board_game_recommender-4.6.0.tar.gz 23.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for board-game-recommender 4.6.0
File Interpreter ABI Platform
board_game_recommender-4.6.0-py3-none-any.whl Python 3 none any Details

Total release size:47.0 kB

Release files / board_game_recommender-4.6.0.tar.gz

Download URL board_game_recommender-4.6.0.tar.gz
Size 23.2 kB
Tags Source
SHA-256 checksum
How to use checksums
5fa0f1e0973f6cb31f8c7c848a4bb6012992fad5690e6704fc1f418200399949
BLAKE2b-256 checksum
How to use checksums
c500e610fdb98e14481560d371480f380822560821ba8e5488bc61bfde64f7d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.4.3 CPython/3.14.0 Darwin/25.6.0

Release files / board_game_recommender-4.6.0-py3-none-any.whl

Download URL board_game_recommender-4.6.0-py3-none-any.whl
Size 23.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
df95c4542e5679d6dfc9ca4cb6954e06f3d37bf2230585a6ab63e1bb5fe598fe
BLAKE2b-256 checksum
How to use checksums
29cd149119a6b89866192af39de33886a5c075718279398f47c4dbdc388a435c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/2.4.3 CPython/3.14.0 Darwin/25.6.0

Release history Release notifications | RSS feed

This release

4.6.0 This release

2 release files

4.5.0

2 release files

4.4.0

2 release files

4.2.0

2 release files

4.1.1

2 release files

4.1.0

2 release files

4.0.0

2 release files

3.6.0

2 release files

3.5.1

2 release files

3.5.0

2 release files

3.4.0

2 release files

3.3.0

2 release files

3.2.0

2 release files

3.1.0

2 release files

3.0.0

2 release files

2.3.0

2 release files

2.2.0

2 release files

2.1.6

2 release files

2.1.4

2 release files

2.1.3

2 release files

2.1.2

2 release files

2.1.0

2 release files

2.0.2

2 release files

2.0.1

2 release files

2.0.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page