Skip to content

sarugaku/plette

Repository files navigation

Plette: Structured Pipfile and Pipfile.lock models.

image

image

image

image

Documentation Status

Plette implements Pipfile and Pipfile.lock parsers, generators, and optional validators to let the user work with them in a structured manner.

Installation

Install with pip:

pip install plette

Install with the optional validation feature:

pip install plette[validation]

Read the documentation.