API Reference

API Reference#

main#

main(*args: Any, **kwargs: Any) Any#

This is the cli function of the package. You can use this function to print a message to the user.

Parameters:
  • count – The number of items to print

  • name – The name of the package that will be printed

get_version#

get_version() str[source]#

Get the version of the package. This is the cli function of the package. If you want to check the version of the package you can use this function.

Returns:

The version of the package as a string e.g. “0.1.0”