Metadata-Version: 1.1
Name: latest
Version: 0.3
Summary: A LaTeX-oriented template engine.
Home-page: https://github.com/bluePhlavio/latest
Author: Flavio Grandin
Author-email: flavio.grandin@gmail.com
License: MIT
Description: Readme
        ======
        
        ``latest`` is a LaTeX-oriented template engine.
        
        Basic Usage
        -----------
        
        Run `latest` script from the command line
        
        .. code-block:: bash
        
            latest template data
        
        
        where 
        
            * `template` is the path to a template file and 
            * `data` is the path to a yaml formatted data file.
        
        
        .. image:: https://travis-ci.org/bluephlavio/latest.svg?branch=master
           :target: https://travis-ci.org/bluephlavio/latest
        
Keywords: latex template engine
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
