cinje
cinje copied to clipboard
A Pythonic and ultra fast template engine DSL.
> Care of [CEGID](https://www.cegid.com/global/), my current employer, there are a collection of downstream changes utilized by the [RITA](https://www.cegid.com/global/products/cegid-rita/) job offer multi-posting platform. This pull request aims to homogenize the changes,...
Hey there, Seems not to run on python 3.9: ``` $ python benchmark.py Traceback (most recent call last): File "/home/ybon/Code/py/cinje/example/benchmark.py", line 445, in import bigtable File "/home/ybon/Code/py/cinje/example/bigtable.py", line 106 __gzmapping__...
Where currently you require multiple lines with explicit flow control statements: ```python : for item in items : if item % 2 == 0 : continue : end ``` Permit...
https://github.com/youtube/spitfire/tree/master/tests/benchmarks https://github.com/youtube/spitfire
Looking for ideas on how to do this one. Stop-gap measure: include a "source line number" comment on every generated line originating in the source file? We are decorating each...
This allows us to execute the encoding import and registration on Python startup. An example approach can be seen in the [`setup.py`](https://github.com/pytest-dev/pytest-cov/blob/master/setup.py#L23-L81) for `pytest-cov`.
### General * [x] Classifiers * [x] Bytecode Cache Helper Import Compatibility * [ ] Tests ### Block * [x] Function * [ ] Generic * [x] Module * [...
Some resources to review to facilitate this: * [syn-include](http://vimhelp.appspot.com/syntax.txt.html#%3Asyn-include) * [new-filetype-scripts](http://vimhelp.appspot.com/filetype.txt.html#new-filetype-scripts)
For examples: ``` python : use myapp.templates.master:master_template : using foo.bar:baz ```