Metadata-Version: 2.1
Name: plette
Version: 0.2.3
Summary: Structured Pipfile and Pipfile.lock models.
Home-page: https://github.com/sarugaku/plette
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: ISC License
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: !=3.0,!=3.1,!=3.2,!=3.3,>=2.6
Provides-Extra: validation
Provides-Extra: tests
License-File: LICENSE

===================================================
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 Pipfle 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>`__.


