File: index.rst

package info (click to toggle)
python-omegaconf 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,056 kB
  • sloc: python: 26,412; makefile: 42; sh: 11
file content (28 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=========
OmegaConf
=========

Overview
^^^^^^^^
OmegaConf is a YAML based hierarchical configuration system, with support for merging configurations from multiple sources (files, CLI argument, environment variables)
providing a consistent API regardless of how the configuration was created.
OmegaConf also offers runtime type safety via Structured Configs.

.. toctree::
   :maxdepth: 2

   usage
   custom_resolvers
   structured_config
   grammar
   how_to_guides
   api_reference



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`