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

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/
        .. _webassets: https://github.com/miracle2k/webassets
        .. _virtualenv: http://www.virtualenv.org/
        .. _Jinja2: http://jinja.pocoo.org/
        .. _watchdog: https://github.com/gorakhargosh/watchdog
        .. _Babel: https://pypi.python.org/pypi/Babel
        .. _Optimus-foundation: https://github.com/sveetch/Optimus-foundation
        
        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 command lines to build static websites with benefit of templating with `Jinja2`_, compressed assets (for production) with `webassets`_ and cohabits with Compass or Less.
        
        Read the Optimus documentation on `<https://optimus.readthedocs.org/>`_
        
        Requires
        ========
        
        * `webassets`_
        * `Jinja2`_
        * argh
        * argparse
        * compressinja
        * rstview (this is a django app but the Django parts are not used, this module is only needed for his HTML5 parser for docutils)
        * `watchdog`_
        
        Optionally you can install `Babel`_ to have a real **i18n** support.
        
        And for webassets, you will need some compressor for your assets, the better and easiest is to install ``yuicompressor`` with pip, this is a dummy Python module to automatically install the real `yui-compressor`_ that is a great choice to compress CSS and Javascript assets.
        
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 :: Site Management
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
