Metadata-Version: 2.4
Name: sigtemplate
Version: 0.0.3
Summary: Special Interest Group on Templates
Author: Ankhbold Batbaatar, Bhushith Gujjala Hari
Author-email: Ankhbold Batbaatar <ankhasgreens@gmail.com>, Bhushith Gujjala Hari <haribhushith9999@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/Sigbovik-Tokyo/sigtemplate
Project-URL: Issues, https://github.com/Sigbovik-Tokyo/sigtemplate/issues
Description-Content-Type: text/markdown

# SIGTEMPLATE (Special Interest Group on Templates)

This project is an appreciation implementation of Ned Batchelder (Python core team member & organizer of Boston Python)'s code on writing a simple template engine.

***Referenced** and **Adapted** from: [500 Lines or Less A Template Engine](https://aosabook.org/en/500L/a-template-engine.html).

## It provides

- Lightweight implementation of a template engine written in native Python

## Installating SIGTEMPLATE

- Pip:

    `pip install sigtemplate`
