Metadata-Version: 1.0
Name: Optimus
Version: 0.1
Summary: 
A simple building environment to produce static HTML from Jinja templates and 
with assets compress managing with webassets

TODO: * Format des logs avec le timestamp et loglevel
      * Trouver un moyen pour fonctionner simplement sur le templating et pouvoir 
        utiliser à part Compass en watch mode pour travailler juste le css
      * Building en watch mode?

Home-page: http://pypi.python.org/pypi/Optimus
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _Foundation: http://github.com/zurb/foundation
        .. _modular-scale: https://github.com/scottkellum/modular-scale
        .. _Compass: http://compass-style.org/
        .. _Django: http://www.djangoproject.com/
        .. _rvm: http://rvm.io/
        .. _yui-compressor: http://developer.yahoo.com/yui/compressor/
        .. _Jinja2: http://jinja.pocoo.org/
        
        Introduction
        ============
        
        A simple building environment to produce static HTML from `Jinja2`_ templates and with assets compress managing with `webassets`_.
        
        The environment should bring all needed stuff and a script to build static website with benefit of templating with `Jinja2`_ and compressed assets (for production) with `webassets`_.
        
        It try to cohabit with a Compass or Less environment, but this part is actually not ready.
        
        Better documentation to come when this will be ready. Currently the project is failing to really help to cohabits with Compass in development environment.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
