A web application for managing tournaments in the Skat card game
Reason this release was yanked:
empty wheel due to bug with hatchling and uv
Project description
PySkat - A Skat Tournament Management Program
PySkat is a web application for managing tournaments of the German national card game Skat. The functionality follows the official tournament rules given by the Deutscher Skatverband e.V. (German Skat Association). Evaluation of games is oriented at the official game sheets for tournaments.
Current Status
This software is currently in alpha state, thus is functionality is not complete and the API may or will change in future.
The following features are already working:
- ORM data model based on SQLmodel
- REST API for manipulating the database based on FastAPI
- Web interface for data display and comfortably talking to the API
The following planned features are not working:
- Data model on a per-game basis (currently per-match)
- Security features to manage data edit rights
Installation
The software is published on PyPI and can be installed via pip or similar tools:
pip install pyskat
Usage
Once installed, run the CLI using the pyskat command.
To show the help on available commands run:
pyskat --help
To run a webserver serving the API only:
pyskat serve-api
To run a webserver serving the web interface (including the api on https://<host>/api):
pyskat serve-wui
For help on available options use the --help option on these commands.
The option set is basically the same as for the fastapi run command (has been copied an adapted from there).
As with fastapi run, the ASGI server used is uvicorn, so it may be used in production.
Automatic OpenAPI documentation can be accessed at the http://<host>/docs resp. http://<host>/api/docs paths.
License
This software is published under the terms of the MIT License.
Contributing
This project is in early status and does currently not accept code contributions. This may change in future. Feedback and suggestions are welcome via issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyskat-0.3.0.tar.gz.
File metadata
- Download URL: pyskat-0.3.0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1740370830c5fdebb5d74a01a73df74f7e84c2b449a5df725acda1425f03a316
|
|
| MD5 |
07877d61e17169a6dec75e3a6f5fe712
|
|
| BLAKE2b-256 |
b3900b6aea33073137b5ca4425bc272d45b3ce4263db8f87a1d7a5bfb1e4ed3c
|
File details
Details for the file pyskat-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pyskat-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e888b5a41830b4e9074102e420a97af4c584ed486eca73358745cdc536a2023
|
|
| MD5 |
0dc28ee0148177fd79089721cc0193c5
|
|
| BLAKE2b-256 |
35023b98dd464fe7035d882a1fcb9791c1efc30fb324ea5eae617788ae2145ea
|