Metadata-Version: 2.4
Name: plette
Version: 2.1.0
Summary: Structured Pipfile and Pipfile.lock models.
Author-email: Tzu-ping Chung <uranusjr@gmail.com>
License: ISC License
Project-URL: Homepage, https://github.com/sarugaku/plette
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: tomlkit
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Provides-Extra: validation
Requires-Dist: cerberus; extra == "validation"
Dynamic: license-file

===================================================
Plette: Structured Pipfile and Pipfile.lock models.
===================================================

.. image:: https://img.shields.io/pypi/v/plette.svg
    :target: https://pypi.org/pypi/plette

.. image:: https://img.shields.io/pypi/l/plette.svg
    :target: https://pypi.org/pypi/plette

.. image:: https://api.travis-ci.com/sarugaku/plette.svg?branch=master
    :target: https://travis-ci.com/sarugaku/plette

.. image:: https://img.shields.io/pypi/pyversions/plette.svg
    :target: https://pypi.org/pypi/plette

.. image:: https://readthedocs.org/projects/plette/badge/?version=master
    :target: http://plette.readthedocs.io/en/master/?badge=master
    :alt: 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 <https://plette.readthedocs.io>`__.
