Metadata-Version: 2.1
Name: templatelite
Version: 0.2.1rc2
Summary: templatelite: A very lightweight templating system - suitable for simple html and python code
Home-page: http://templatelite.readthedocs.org/en/latest/
Author: Tony Flury
Author-email: anthony.flury@btinternet.com
License: GNU General Public License (GPL)
Keywords: text html templating jinja
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: six
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

============================================
templatelite : Lightweight Templating system
============================================

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

.. image:: https://travis-ci.org/TonyFlury/templatelite.png?branch=master
    :target: https://travis-ci.org/TonyFlury/templatelite/

.. image:: https://codecov.io/github/TonyFlury/templatelite/coverage.svg?branch=master
        :target: https://codecov.io/github/TonyFlury/templatelite?branch=master

.. image:: https://readthedocs.org/projects/templatelite/badge/?version=latest
        :target: https://readthedocs.org/projects/templatelite/?badge=latest

------------
Introduction
------------

A very lightweight templatelite system - suitable for simple html and python code


Features
--------

 - Feature 1
 - Feature 2
 - Feature 3

------------
Installation
------------

Installation is very simple :

.. code-block:: bash

    $ pip install templatelite

To upgrade an existing installation use

.. code-block:: bash

    $ pip install --upgrade templatelite


---------------
Getting Started
---------------

Document here a summary of how to use the module functionality


-------------------
Further Information
-------------------

- `Full Documentation`_
- `On PyPi (Python Package Index)`_
- `Source code on GitHub`_


----------------------
Troubleshooting & Bugs
----------------------

.. note::
  Every care is taken to try to ensure that this code comes to you bug free.
  If you do find an error - please report the problem on :

    - `GitHub Issues`_
    - By email to : `Tony Flury`_

-------
License
-------

This software is covered by the provisions of `MIT <LICENSE.rst>`_ License.


.. _Full Documentation: http://templatelite.readthedocs.org/en/latest/
.. _On PyPi (Python Package Index): https://pypi.python.org/pypi/templatelite
.. _Source code on GitHub: http://github.com/TonyFlury/templatelite

.. _Github Issues: http://github.com/TonyFlury/templatelite/issues/new
.. _Tony Flury: mailto:anthony.flury@btinternet.com?Subject=templatelite%20Error

+----------------------------------------------------------------------------------------------+
|                                            Bugs                                              +
+==============================================================================================+
|                                                                                              |
|Every care is taken to try to ensure that this code comes to you bug free.                    |
|If you do find an error - please report the problem on :                                      |
|`GitHub <http://github.com/TonyFlury/templatelite>`_                                          |
|or                                                                                            |
|by email to : `Tony Flury <mailto:anthony.flury@btinternet.com?Subject=templatelite%20Error>`_|
|                                                                                              |
+----------------------------------------------------------------------------------------------+


