Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ANN: Breve template engine renderer for Pyramid just released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
askel  
View profile  
 More options Sep 11 2012, 6:15 pm
From: askel <homo.programme...@gmail.com>
Date: Tue, 11 Sep 2012 15:15:27 -0700 (PDT)
Local: Tues, Sep 11 2012 6:15 pm
Subject: ANN: Breve template engine renderer for Pyramid just released
Hello everybody,

I used Breve template engine for most of my Pylons projects and I
missed it when I switched to Pyramid so I wrote small module that
makes my life little easier.

It can be installed from PyPi as following:

easy_install pyramid_breve
or
pip install pyramid_breve

Once installed simply call config.include('pyramid_breve') during your
WSGI application configuration or add pyramid_breve to
pyramid.includes of your INI file. Then use breve templates for
rendering:

@view_config(renderer='my_app:templates/mytemplate.b')
def my_view(request):
    return {}

It's also available for hacking at http://github.com/momyc/pyramid-breve.

This is very first version of it and I wouldn't recommend it for
production environment. Despite its small size there are bugs in it :)

- Alex K


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »