devel_python ============ Devel: logging CLI ------------------ Argparse + logging skeleton. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_python/t01_logging_cli.py :language: python Logging patterns ---------------- Shows logger usage and custom exceptions. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_python/t01_logging_patterns.py :language: python Logging main (Python) --------------------- Argparse + logging skeleton. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_python/t01_logging_template.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_python/t02_dataclass_example.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_python/t03_dataclass_example.py :language: python