storborg / pyramid_frontend

Theme handling, image filtering, and asset optimization for Pyramid
Other
0 stars 2 forks source link

pyramid_frontend - Theme, Images, Assets Handling for Pyramid

.. image:: https://secure.travis-ci.org/storborg/pyramid_frontend.png :target: http://travis-ci.org/storborg/pyramid_frontend .. image:: https://coveralls.io/repos/storborg/pyramid_frontend/badge.png?branch=master :target: https://coveralls.io/r/storborg/pyramid_frontend

Author: Scott Torborg <https://www.scotttorborg.com>_

Provides:

Command line tools:

Extensive documentation is hosted at Read the Docs <http://pyramid-frontend.readthedocs.org/en/latest/>_.

Installation

Install with pip::

$ pip install pyramid_frontend

License

pyramid_frontend is licensed under an MIT license. Please see the LICENSE file for more information.

Code Standards

pyramid_frontend has a comprehensive test suite with 100% line and branch coverage, as reported by the excellent coverage module. To run the tests, simply run in the top level of the repo::

$ nosetests

There are no PEP8 <http://www.python.org/dev/peps/pep-0008/> or Pyflakes <http://pypi.python.org/pypi/pyflakes> warnings in the codebase. To verify that::

$ pip install flake8
$ flake8

Any pull requests must maintain the sanctity of these three pillars.