{"library":"preppy","title":"preppy - a Preprocessor for Python","description":"preppy is a Python preprocessor for generating text output from templates. It compiles template files into Python modules for fast execution. Current version 5.1.0, maintained by ReportLab, with irregular release cadence.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install preppy"],"cli":null},"imports":["import preppy","preppy.getModule('template.prep')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import preppy\n\ntemplate = preppy.getModule('template.prep', source_extension='.prep')\nresult = template.getOutput({'name': 'World'})\nprint(result)","lang":"python","description":"Compile and run a template file named 'template.prep' with a variable 'name'.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}