django-bidi-utils 1.0 released
django-bidi-utils is a small app I’ve written long time ago. It provides a Context Processor and a filter, helping with development of BiDi Django templates.
The previous version was 0.2.1 released at May 2009. Since then the app has been quite stable and usable, without any changes.
The docs still needed some love though, and it wasn’t tested for Python 3 compatibility. As I’ve wanted a chance to play with Cookiecutter, it was a good chance to update things and release 1.0 along the way.
I’ve used Cookiecutter with the cookiecutter-djangopackage template. Since it’s geared toward newly created packages, the app and tests needed some messaging to fit into the template.
The old README was cleaned and the docs rewritten with Sphinx. As a result:
-
The app is now tested for Python 3.3, 2.7 and 2.6 Compatibility with tox.
-
The new documentation is available at Read the Docs.
-
Got the badges:
Might want to checkout Cookiecutter even if you’re not a Python user, there are templates for various projects (C with autotools, jQuery plugin and more).
Translations