Skip to main content

CLI to manage tournaments and players for a chess club

Project description

oc_chess_club GitHub release (latest by date) GitHub Code style: black

:books: Made for an OpenClassrooms studies project.

oc_chess_club manages tournaments and players for a chess club.


:fr: Have a look at the documentation :fr:


Demo

Dependencies

Main dependencies are typer for the CLI part and TinyDB for the lightweight database.

You will need Python 3.9+ as the project type hints generics from standard collections. (See PEP 585)

Installation

:penguin: Linux / :apple: macOS

python3 -m venv env
source env/bin/activate
python3 -m pip install oc-chess-club

:framed_picture: Windows

py3 -m venv env
.\env\Scripts\activate
py3 -mpip install oc-chess-club

Usage

To start the CLI, simply type:

python3 -m oc_chess_club

To learn more, please refer to the documentation (:fr:).

Flake8

To generate a Flake8 HTML report you will need flake8 and flake8-html. Both are present in this project's dev dependencies.

Then, go to project's main directory and type:

python3 -m flake8 --format=html --htmldir=docs/flake-report

License

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oc_chess_club-1.0.1.tar.gz (24.8 kB view hashes)

Uploaded Source

Built Distribution

oc_chess_club-1.0.1-py3-none-any.whl (33.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page