Skip to content

Package: taipy.config

Taipy Config

The Taipy Config package is a Python library designed to configure a Taipy application.

The main entrypoint is the Config singleton class. It exposes some methods to configure the Taipy application and some attributes to retrieve the configuration values.

Classes

  • Config: Configuration singleton.
  • GlobalAppConfig: Configuration fields related to the global application.
  • Issue: An issue detected in the configuration.
  • IssueCollector: A collection of issues (instances of class Issue).
  • Section: A Section as a consistent part of the Config.
  • UniqueSection: A UniqueSection is a configuration Section that can have only one instance.