*
- django docs: mention not to wrap with django's caching template loader
- updated history
- mentioning the flask example in the installation section of the docs
- prevent endless recursion in Django template overriding
- more details/docs for using pypugjs with jinja2
- fixed issue with Jinja Choiceloaders
- Fix specifying attributes without commas.
- code has been blacked
- included encoding detection for template files
- fixed documentation for the new translation call
- fixed typos in code
- added min Django version to the docs
- new release script
- added enable_pug_translations call
- fixed wrong exception handling for visitExtends
- better caching for django template loader
- loader has been made compatible with django 1.11
- added mixing to flask hello world
- Clean pipe inserts whitespace This allows for use of a single pipe character on a line to insert a whitespace before or after a tag.
- fixed build script adding back all internal packages
- fixed recursive import problem
- addeded flake8 testing
- sorting out old Django version 1.11 and 2.0 are left for travis testing
- better release script
- cleanup / documentation
- extended makefile
- added Makefile for testing, installing, releasing, linting ...
- added coverage reports
- package is mainly base on the cookiecutter package
- additional release helpers
- packages passes flake8 test
- conditional classes feature (thx to paradoxxxzero)
- mixin support for jinja (matin)
- mixin support for django
- refactored the django tests to actually use the file loader
- some pep8 fixes
- PyPugs was originally created as PyJade by Syrus Akbary in November 2011.
- It was then renamed maintained by Matan Noam Shavit
- Since I need it for my projects and hate coding plain HTML, I continued maintaining this package.