Skip to main content

A Django application for poker tournament and table management

Project description

A Django application for poker tournament and table management.

Features

  • Table management.

  • Tournament management.

Installation

pip install cardroom

Usage

Cardroom can run as a standalone server or can be added on to existing projects by simply adding cardroom to the list of installed apps.

INSTALLED_APPS = [
    ...
    'cardroom',
    ...
]

Testing and Validation

Cardroom has extensive test coverage, passes mypy static type checking, and has been validated through extensive use in real-life scenarios.

Contributing

Contributions are welcome! Please read our Contributing Guide for more information.

License

Cardroom is distributed under 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

cardroom-0.0.1.dev11.tar.gz (28.6 kB view hashes)

Uploaded Source

Built Distribution

cardroom-0.0.1.dev11-py3-none-any.whl (34.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