Skip to content

sturmf/regatta

Repository files navigation

regatta

A simple sailing race scoring program.

Build Status Coverage Status Code Health Reviews

This program is just beginning its development, so don't expect a working version any time soon.

The main goal of this project is to learn about the state of the art development tools and workflows while still producing something useful.

This means especially using the following:

Running the program

To run the program execute

cd regatta && python3 main.py

To run the style guide checks run

python3 setup.py flake8

or

flake8 regatta

To run the tests execute

python3 setup.py test

or

PYTHONPATH=. py.test-3

To create the documentation run

python3 setup.py build_sphinx

or

cd docs && make html

Contributions from non team members

Feel free to clone the repository on github and submit a pull request. You can also create a reviewboard review request which we will try to complete asap.

About

A simple sailing race scoring program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published