معرفی شرکت ها


bottle-haml-0.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

UNKNOWN
ویژگی مقدار
سیستم عامل -
نام فایل bottle-haml-0.1.4
نام bottle-haml
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Zachary Jones
ایمیل نویسنده me@zacharytamas.com
آدرس صفحه اصلی https://github.com/wireload/bottle-haml
آدرس اینترنتی https://pypi.org/project/bottle-haml/
مجوز BSD
# bottle-haml An extension for using [Haml templates](http://haml.info/) in your [Bottle](http://bottlepy.org) applications. ## Installation `bottle-haml` is available via PIP: pip install bottle-haml ## Usage Once installed, use is simple. Simply import the helper method `haml_template` as follows: from bottlehaml import haml_template From there, usage is exactly the same as Bottle's built-in `template` method except it will search for files with the extension `.haml` and parse them as Haml. @route('/') def index(): headlines = [ "Tree Stuck in Cat, Firefighters Baffled", "Local Pet Spider, Silky, Missing" ] return haml_template('index', headlines=headlines) ## Haml reference `bottle-haml` uses the [PyHaml](https://github.com/mikeboers/PyHAML) module to parse Haml into the Mako templates that Bottle uses. For a reference of the Haml syntax supported please see the PyHaml project's GitHub page. - - - Copyright (c) 2013 [WireLoad Inc.](http://www.wireload.com/)


نحوه نصب


نصب پکیج whl bottle-haml-0.1.4:

    pip install bottle-haml-0.1.4.whl


نصب پکیج tar.gz bottle-haml-0.1.4:

    pip install bottle-haml-0.1.4.tar.gz