spitfire icon indicating copy to clipboard operation
spitfire copied to clipboard

A high-performance Python template language

Results 15 spitfire issues
Sort by recently updated
recently updated
newest added

``` trying to encode unicode chars with default filter throws unicode decode exception. 'test.spt' / 'test_utf8.py' exercises the traceback. 'patch' include an attempt at a solution. ``` Original issue reported...

bug
auto-migrated

This library seems to be really old. I was wondering if someone would be interested in Python3 support. If yes, I would make appropriate changes in the code and documentation....

Added a very simple style to the codeblock in the readme

Looks like the PyPy package for this library isn't updated and doesn't install the current version correctly. `pip install spitfire` Results in a `0.0.1` version with no modules.

Fixed issue https://github.com/youtube/spitfire/issues/7: simple_str_filter was throwing an exception for unicode placeholders. Updated the code to handle unicode placeholders correctly without raising an exception. The issue was that the simple_str_filter function...