Metadata-Version: 1.1
Name: Optimus
Version: 1.0.0
Summary: Optimus is a static site builder using Jinja2, webassets and Babel.
Home-page: http://pypi.python.org/pypi/Optimus
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _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
        ============
        
        Optimus is a static site builder. It produces HTML from templates (through `Jinja2`_) with assets management (through `webassets`_) and i18n support for translations (through `Babel`_).
        
        Read the Optimus documentation on `<https://optimus.readthedocs.org/>`_
        
        Links
        *****
        
        * Read the documentation on `Read the docs <https://optimus.readthedocs.io/>`_;
        * Download its `PyPi package <https://pypi.python.org/pypi/Optimus>`_;
        * Clone it on its `Github repository <https://github.com/sveetch/Optimus>`_;
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries :: Python Modules
