drytoml.app.explain module

This module contains the explain command and its required utilities.

drytoml.app.explain.explain(file='pyproject.toml', key='__extends')

Show steps for toml transclusion.

Parameters
  • file – TOML file to interpolate values.

  • key – Name too look for inside the file to activate interpolation.

Example

>>> explain("isort.toml", "base")