The goal of this project is to output a CSV with all tide data from the port of Ouistreham for the current year.
This project uses black
, flake8
, isort
, and pre-commit
in order to
provide a fully functional development environment.
python -m venv venv
. venv/bin/activate
pip install -r requirement.txt
pre-commit install
./tidescraper.py --help
Name | Short Option | Long Option | Description | Default Value |
---|---|---|---|---|
Help | -h |
--help |
Shows help information | NONE |
Mode | NONE | --mode {debug, production} |
Sets logging level | debug |
Output file | -o OUTPUT |
--output OUTPUT |
Sets the output filename to OUTPUT | output.csv |