rogue_scores

online Rogue scores leaderboard


Keywords
cli, python, rogue, tool
License
Other
Install
pip install rogue_scores==0.0.9

Documentation

rogue_scores

Build status Coverage status Pypi package https://img.shields.io/pypi/dm/rogue_scores.png

rogue_scores is an online Rogue leaderboard with its upload script.

Install

[sudo] pip install rogue_scores

The script as well as the Web server work with both Python 2.x and 3.x.

Upgrade with:

[sudo] pip install -U rogue_scores

Usage

Read the docs.

This repository is Dokku-ready: you just need to set up persistent storage to not lose scores between deployments and it should run without anymore configuration.

If you just want the upload script, install the package and run it:

rogue_scores

It’ll ask you which server to use the first time, and remember it.

Contributing

All contributions are welcomed. Please open an issue describing the problem as well as your Python version and OS. If you can contribute code, fork this repo and run make deps to set up your local environment. Use make check for simple tests and make check-versions for the full test suite. If you can, add a failing test showing the bug. Commit your changes and open a pull request on this repo.