pyproject_patcher ================= .. py:module:: pyproject_patcher .. autoapi-nested-parse:: Usage example: .. code:: python from pyproject_patcher import patch_in_place with patch_in_place('pyproject.toml') as toml: toml.set_project_version('1.2.3') Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pyproject_patcher/logging/index /autoapi/pyproject_patcher/patcher/index /autoapi/pyproject_patcher/requirements/index /autoapi/pyproject_patcher/tools/index /autoapi/pyproject_patcher/types/index