Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/h5bp-template
A small script that converts an HTML5 Boilerplate template into a Jinja2 template.
https://github.com/malept/h5bp-template
Last synced: 4 days ago
JSON representation
A small script that converts an HTML5 Boilerplate template into a Jinja2 template.
- Host: GitHub
- URL: https://github.com/malept/h5bp-template
- Owner: malept
- License: apache-2.0
- Created: 2013-05-28T04:51:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T07:19:21.000Z (about 10 years ago)
- Last Synced: 2024-10-24T16:08:24.795Z (14 days ago)
- Language: Python
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
``h5bp_template``
==============.. image:: https://travis-ci.org/malept/h5bp-template.png?branch=master
:alt: Travis CI status, see https://travis-ci.org/malept/h5bp-templateA small script that converts an `HTML5 Boilerplate`_ template into a `Jinja2`_
template. It is also available as a Python module, for integration into
Python-based build systems... _HTML5 Boilerplate: http://html5boilerplate.com/
.. _Jinja2: http://jinja.pocoo.org/Installation
------------``h5bp_template`` should run on Python 2.6, 2.7, and 3.3, and also on PyPy. It
has not been tested on Jython 2.7, but I don't see any reason why it wouldn't
run there.In Python 2.6, this script requires ``argparse`` to be installed (it is part
of the standard library in later versions).The `argcomplete`_ (shell completion) module is optional.
To install the script, run::
pip install git+git://github.com/malept/h5bp-template#egg=h5bp_template
.. _argcomplete: https://github.com/kislyuk/argcomplete
Command-line Usage
------------------For usage instructions, consult ``h5bp-template --help``. If you are so inclined
(and your flavor of Python supports it), you can also run the script by
invoking the module, e.g., ``python -m h5bp_template --help``.