Skip to main content

An example package. Generated with cookiecutter-pylibrary.

Project description

Version v0.0.22.

This is a proof of concept package. It came out of working with the Nikolo static site generator.

While it’s more convenient to write pages and posts with Markdown or reStructuredText, sometimes HTML is more precise, especially regarding custom Bootstrap components. The issue is that writing HTML by hand is tedious and error-prone. Template libraries do help, but they introduce their own clumsy syntax into HTML. Except at least one: Chameleon.

Then there is the issue of learning the template attribute language (TAL) in Chameleon templates.. Fortunately, TAL only has 10 statements.

This library address the issue of building validated Chameleon templates that when rendered produce validated HTML programmatically.

The specification is to easily create Chameleon templates to output HTML using strings and Python code.

See working—and constantly changing—examples at this blog post and at this blog post .

Reiterating over these posts helps me strategize ways of making the creation of HTML using Python more efficient.

Generated with cookiecutter-pylibrary.

  • Free software: BSD 2-Clause License

Installation

pip install chamelboots

You can also install the in-development version with

pip install https://github.com/dm-wyncode/python-chamelboots/archive/master.zip

It is still possible to install by cloning this repository, activating a virtual environment, and running the following:

python setup.py install

Documentation

https://python-chamelboots.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.0.0 (2019-11-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-chamelboots-0.0.22.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

python_chamelboots-0.0.22-py2.py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page