Skip to content

sarugaku/plette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93efebf · Jun 12, 2024
Dec 10, 2023
Dec 10, 2023
Jun 9, 2024
Oct 11, 2022
Jun 12, 2024
Nov 19, 2023
Apr 20, 2024
Aug 11, 2018
Sep 21, 2022
Aug 11, 2018
Feb 4, 2024
Aug 11, 2018
Aug 11, 2018
Aug 26, 2018
Sep 21, 2023
Jan 29, 2021
Dec 10, 2023
Jun 8, 2024
Aug 23, 2023
Aug 23, 2023

Repository files navigation

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.