TOML Formatter

Contents:

  • README
    • Configuration
    • Basic Usage
      • CLI Usage
        • Check if file(s) are formatted
        • Fix the formatting
      • Use as Module
  • API Documentation
    • GeneralConstants
      • GeneralConstants.PACKAGE_DIRECTORY
      • GeneralConstants.PACKAGE_NAME
      • GeneralConstants.VERSION
    • Submodules
    • toml_formatter.argparse_wrapper module
      • get_parsed_args()
    • toml_formatter.commands_functions module
      • check_toml_files_format()
      • show_configs()
    • toml_formatter.formatter module
      • FormattedToml
        • FormattedToml.dumps()
        • FormattedToml.from_file()
        • FormattedToml.from_string()
        • FormattedToml.indentation
        • FormattedToml.sections
    • toml_formatter.formatter_options module
      • FormatterOptions
        • FormatterOptions.indentation
        • FormatterOptions.line_length
        • FormatterOptions.loglevel
        • FormatterOptions.section_order_overrides
        • FormatterOptions.from_toml_file()
    • toml_formatter.logs module
      • LogDefaults
        • LogDefaults.DIRECTORY
        • LogDefaults.LEVEL
        • LogDefaults.LOGLEVEL_ENVVAR
        • LogDefaults.RETENTION_TIME
        • LogDefaults.SINKS
      • LogFormatter
        • LogFormatter.code_location
        • LogFormatter.datetime
        • LogFormatter.format_string()
        • LogFormatter.level
        • LogFormatter.message
      • LoggerHandlers
        • LoggerHandlers.add()
      • log_elapsed_time()
TOML Formatter
  • Python Module Index

Python Module Index

t
 
t
- toml_formatter
    toml_formatter.argparse_wrapper
    toml_formatter.commands_functions
    toml_formatter.formatter
    toml_formatter.formatter_options
    toml_formatter.logs

© Copyright 2023, Paulo V C Medeiros. Last updated on 2023-10-26T11:33:09Z.

Built with Sphinx using a theme provided by Read the Docs.