Metadata-Version: 1.1
Name: complexity
Version: 0.1.2
Summary: A refreshingly simple static site generator, for those who like to work in HTML.
Home-page: https://github.com/audreyr/complexity
Author: Audrey Roy
Author-email: audreyr@gmail.com
License: Copyright (c) 2013, Audrey Roy
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of Complexity nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Description: ==========
        complexity
        ==========
        
        A refreshingly simple static site generator, for those who like to work in HTML.
        
        Of course, @pydanny (https://twitter.com/pydanny) came up with the name for this.
        
        Quickstart
        ----------
        
        Using Complexity is easy! Try it out::
        
            $ pip install complexity
            $ git clone git@github.com:audreyr/complexity-example.git my_project
            $ cd my_project
            $ complexity
        
        Open a web browser to http://127.0.0.1:9090 to see your newly generated Complexity static site.
        
        Features
        --------
        
        * Takes simple HTML templates as input.
        * Template inheritance, filters, etc. (Brought to you by Jinja2.)
        * Can output to Amazon S3. Well, not yet, but that's half of the plan.
        
        Dependencies
        ------------
        
        * Jinja2
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.1 (2013-07-10)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: complexity static site generator HTML Jinja2 templates S3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
