fizzbuzz_cli module

This is a CLI to the functions defined in fizzbuzz_lib and the web services provided by fastapi_app. Use option --help to see available commands.

classic_fizzbuzz_command(n: int = <typer.models.ArgumentInfo object>, sep: str = <typer.models.OptionInfo object>)[source]

Run the classsic FizzBuzz

classic_fizzbuzz_from_web_command(n: int = <typer.models.ArgumentInfo object>, sep: str = <typer.models.OptionInfo object>, baseurl: str = <typer.models.OptionInfo object>, stream: bool = <typer.models.OptionInfo object>)[source]

Get classic FizzBuzz results from the web

get_baseurl(value: str)[source]