Metadata-Version: 2.1
Name: springform
Version: 0.6.5
Summary: A simple templating system for Python class files.
Home-page: https://github.com/dluman/springform
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/x-rst


==========
springform
==========

An simple templating system for Python class files which allows users to create, use, and expand on templates
bsaed on other Python files. There's an examplein the GitHub README documentation. Has no dependencies, and
no frills.

Always a work in progress.

Notes
=====
Requires a template file or pre-existing module to load information from. Can even copy system built-ins and
other modules on PATH. As of 0.2.0, inheritances are possible.


