UNKNOWN
Project description
pygmy is a little app that colorizes source codez in your Python templates. Supported template engines: Django and Jinja2.
Requirements
Python 2.6+ (or Python 3.2+)
pygments 1.6+
Requirements for Django
Django 1.3+
Requirements for Jinja2
Jinja2 2.4+
Installation
Install using pip:
pip install pygmy
Installation for Django
Add pygmy to your INSTALLED_APPS:
INSTALLED_APPS = ( ..., 'pygmy', )
Usage for Django
Render the awesomeness in your template:
{% load pygmy %} {% pygmy object.code %}
It also takes the same options as HtmlFormatter class:
{% pygmy object.code nowrap='True' linenos='table' %}
Lexers
By default pygmy tries to guess which lexer to use based on the provided code.
If you wish you can define any lexer of Pygments lexers like so:
{% pygmy object.code lexer='python' %}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygmy-0.2.0.tar.gz
(3.6 kB
view details)
File details
Details for the file pygmy-0.2.0.tar.gz
.
File metadata
- Download URL: pygmy-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dc0bd308f4f8cd970423834417d64a3bb1e77c9ca5c6dce4315756a74a5d18b |
|
MD5 | 8284987c019d73b3aabfd28da43da7de |
|
BLAKE2b-256 | bc7ee742d16b69436f0d1e0d1a54ba36b355e4e8b71293eded4ebdd29a27d5e5 |