Metadata-Version: 1.1
Name: harrier
Version: 0.0.2
Summary: Jinja2 & sass/scss aware site builder
Home-page: https://github.com/samuelcolvin/harrier
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Description: harrier
        =======
        
        |Build Status| |codecov.io|
        
        **(Named after the hound, not the plane)**
        
        Jinja2 & sass/scss aware site builder
        
        What?
        -----
        
        Asset generator in the same vane as webpack/gulp & browsify but tailored
        to sass/scss and Jinja2. Javascript support via integration with
        webpack, also supports arbitrary build steps via composable "tools".
        
        Why?
        ----
        
        Well partly because I couldn't find a tools to do what I wanted.
        
        Partly because I'm much happier with everything that doesn't have to be
        javascript not being javascript.
        
        Install
        -------
        
        ::
        
            pip install harrier
        
        (see `pypi <https://pypi.python.org/pypi/harrier>`__ package page)
        
        Usage
        -----
        
        ::
        
            harrier --help
        
        .. |Build Status| image:: https://travis-ci.org/samuelcolvin/harrier.svg?branch=master
           :target: https://travis-ci.org/samuelcolvin/harrier
        .. |codecov.io| image:: https://codecov.io/github/samuelcolvin/harrier/coverage.svg?branch=master
           :target: https://codecov.io/github/samuelcolvin/harrier?branch=master
        
Keywords: css,sass,scss,jinja,jinja2,build,static,static site generator
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
