diegomartinez2 / coderefinery-documentation-example-project

Example project for coderefinery documentation lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Temperature analisys code

This program will take a spreadsheet datafile of temperatures and make some analisys. Prompt the user for the file name, print the columns in the spreadsheet, and print the mean temperature.

How to istall

You install with the command:

python setup.py install

If you want to install only on your userspace:

python setup.py install-user

How to use

Start the calculation with:

 Command -f <data.file> -o <output.file>

Command line parmeters

 -f: Input file
 -o: Output file
 --fformat: Input file format

Acepted formats:

  plain : plain txt file
  format1 : output of 'program1'
  obscure_format : Format used by OBSCURE group

How to contribute to this code

Text explaining how to contribute and where to find the sources.

About

Example project for coderefinery documentation lesson

License:Apache License 2.0


Languages

Language:Python 100.0%