cartoonart package¶
Submodules¶
cartoonart.cli module¶
This is a skeleton file that can serve as a starting point for a Python
console script. To run this script uncomment the following lines in the
[options.entry_points]
section in setup.cfg
:
console_scripts =
fibonacci = cartoonart.cli:run
Then run pip install .
(or pip install -e .
for editable mode)
which will install the command fibonacci
inside your current environment.
Besides console scripts, the header (i.e. until _logger
…) of this file can
also be used as template for Python modules.
Note
This file can be renamed depending on your needs or safely removed if not needed.
References
- cartoonart.cli.image(i: ~pathlib.Path = <typer.models.OptionInfo object>, o: ~pathlib.Path = <typer.models.OptionInfo object>)[source]¶