CLI Documentation

Project boring-math-recursive-functions one of the Boring Math PyPI projects.

CGI script entry points

Automatically generate Python scripts in an OS independent way using the packaging build’s backend, flit in this case. This is configured by the [project.scripts] section in the project’s pyproject.toml file.

Example applications:

Ackermann’s function

  • ackermann_list: Calculate values for a computable but not simple recursive function.

Fibonacci sequences

  • fibonacci: Generate Fibonacci sequences both forwards and backwards.