main

Main entry points for the package.

pyyc.__main__.main()[source]

Main function of the package.

Read arguments from sys.argv[1:].

Note

Will be used as pyyc entry-point in setup.cfg, and as the main script (python -m pyyc).

pyyc.__main__.main_addition()[source]

Another entry point of the package.

Read arguments from sys.argv[1:].

Note

Will be used as pyyc_addition entry-point in setup.cfg.