Metadata-Version: 2.1
Name: plette
Version: 0.1.0
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
Description: ===================================================
        Plette: Structured Pipfile and Pipfile.lock models.
        ===================================================
        
        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]
        
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: >=2.6,!=3.0,!=3.1,!=3.2,!=3.3
Provides-Extra: tests
Provides-Extra: validation
