datapunt_processing package

Subpackages

Submodules

datapunt_processing.boilerplate_function module

datapunt_processing.boilerplate_function.main()
datapunt_processing.boilerplate_function.parser()

Parser function to run arguments from commandline and to add description to sphinx docs. To see possible styling options: https://pythonhosted.org/an_example_pypi_project/sphinx.html

datapunt_processing.boilerplate_function.your_first_function(argname1)

Does some great stuff.

Args:
argname1: path/in/store
Returns:
A file or check, show some examples.
datapunt_processing.boilerplate_function.your_second_function(argname1, argname2)

Does some great stuff.

Args:
  1. argname1: path/in/store
  2. argname2: your_file_name.txt
Returns:
A file or check, show some examples.

Module contents