Metadata-Version: 1.1
Name: awg
Version: 0.1.1
Summary: automatic web generator
Home-page: https://github.com/kianxineki/automatic_web_generator
Author: Alberto Galera Jimenez
Author-email: galerajimenez@gmail.com
License: GPL
Description: |PypiDownloads| |pythonversions| |Code Climate| |Codecov| |Travis|
        
        AWG
        ===
        
        Automatic web generator
        
        web example: https://kianxineki.github.io
        
        Install:
        
        .. code:: bash
        
            pip install awg
        
        if a settings.json automatically generates the web. If no settings.json
        generates several files by default
        
        First use:
        
        .. code:: bash
        
            awg
            vim settings.json # configure
        
        Use:
        
        .. code:: bash
        
            awg
        
        .. |PypiDownloads| image:: https://img.shields.io/pypi/dm/awg.svg
           :target: https://pypi.python.org/pypi/awg
        .. |pythonversions| image:: https://img.shields.io/pypi/pyversions/awg.svg
           :target: https://pypi.python.org/pypi/awg
        .. |Code Climate| image:: https://img.shields.io/codeclimate/github/kianxineki/automatic_web_generator.svg
           :target: https://codeclimate.com/github/kianxineki/automatic_web_generator
        .. |Codecov| image:: https://img.shields.io/codecov/c/github/kianxineki/automatic_web_generator.svg
           :target: https://codecov.io/github/kianxineki/automatic_web_generator
        .. |Travis| image:: https://img.shields.io/travis/kianxineki/automatic_web_generator.svg
           :target: https://travis-ci.org/kianxineki/automatic_web_generator
        
        
        -  0.1.1 (11-11-2015) fix extension
        
        -  0.1.0 (11-11-2015) added tests
        
        -  0.0.3-0.0.10 (11-11-2015) fix pip install
        
        -  0.0.2 (11-11-2015) change run command to awg
        
        -  0.0.1 (11-11-2015) Initial release
        
        
        
Keywords: awg
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
