Description
Represents Pipfile and Pipfile.lock data as structured Python models. It helps packaging tools read, validate, modify, and write Pipenv dependency files more safely than manual text editing.
This is mainly a dependency for package-management tooling. Changes to dependency files can affect what software gets installed, so generated updates should be reviewed.