Cutelee  6.1.0
The Cutelee Libraries

Overview

Cutelee is a Free Software, Open Source set of Qt based libraries used for text processing.

The text template is modelled after the Django template system:

<ul>
{% for athlete in athlete_list %}
<li>{{ athlete.name }}{% if athlete.isCaptain %} (C){% endif %}</li>
{% endfor %}
</ul>

Cutelee is covered by the GNU Lesser General Public Licence version 2.1 or, at your option, any later version.

Cutelee Templates
Application APIPlugin APIGuides
Cutelee TextDocument


dot_moduledeps.png
Dependency Graph for Cutelee

Community

The source repository is located at https://github.com/cutelyst/cutelee