pypp

A PYthon PreProcessor
Download

pypp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Jean-Lou Dupont
  • Publisher web site:
  • http://jldupont.com

pypp Tags


pypp Description

A PYthon PreProcessor pypp is a Python preprocessor based on the Mako template engine.Usage:Just insert the following import statement in your project: import pyppAt the point where the import is done (ie. from an interpreter executing your project's code point of view), any module file with the following directive: #.pyppwill be preprocessed through the template engine and a resulting module file (with the added extension .pypp) will be created and loaded in the interpreter.Installation:The package can be installed with easy_install : easy_install pypp Here are some key features of "pypp": · Ease of use: just one import statement · Speed: once compilation is done, no runtime overhead · Based on the Mako template engine Requirements: · Python What's New in This Release: · Added 'freshness' check in order to save recompiles · Removed debug print statements


pypp Related Software