Package bug_trail

CLI tool generates a static website for data capture by cli.

Expand source code
"""
CLI tool generates a static website for data capture by cli.
"""
__all__ = ["__version__"]

from bug_trail._version import __version__

Sub-modules

bug_trail.data_code

Functions to fetch data from the SQLite database.

bug_trail.exceptions

Look up info on exceptions.

bug_trail.fs_utils

This module contains functions related to file system operations.

bug_trail.incremental
bug_trail.pygments_job

Highlight all python files in a directory and its subdirectories and save them as HTML files …

bug_trail.view_detail

Detail page. Displays one error log entry.

bug_trail.view_main

This module contains the functions for rendering the HTML templates

bug_trail.view_python_environment

This module contains the functions for rendering the HTML templates

bug_trail.view_shared

This module contains the functions for rendering the HTML templates

bug_trail.view_system_info

This module contains the functions for rendering the HTML templates

bug_trail.views

This module contains the functions for rendering the HTML templates