Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.08 KB

README.rst

File metadata and controls

37 lines (23 loc) · 1.08 KB

Plette: Structured Pipfile and Pipfile.lock models.

https://api.travis-ci.com/sarugaku/plette.svg?branch=master 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.