ibis 3.3.0


pip install ibis

  Latest version

Released: Nov 11, 2023

Project Links

Meta
Author: Darren Mulholland
Requires Python: >=3.8

Classifiers

Programming Language
  • Python :: 3

Development Status
  • 5 - Production/Stable

Operating System
  • OS Independent

License
  • Public Domain

Intended Audience
  • Developers

Topic
  • Text Processing :: General
  • Text Processing :: Markup :: HTML

A template engine for people who enjoy the simpler things in life.

Features:

  • Django/Jinja-style syntax.

  • Supports looping, conditionals, filters, template inheritance.

  • Extensible. Easily add custom template tags and filters.

  • Self-contained, no dependencies. Use as a drop-in component in any project.

  • Public domain code. No license compatibility issues.

Sample syntax:

<ul>
    {% for post in posts %}
        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
</ul>

See the package documentation or the project’s Github homepage for further details.

Wheel compatibility matrix

Platform Python 3
any

Files in release

No dependencies