Metadata-Version: 1.1
Name: crotal
Version: 0.9.3
Summary: A static site framework written in Python. Fast, powerful, and easy as 1, 2, 3.
Home-page: http://github.com/dinever/crotal
Author: Dinever
Author-email: dingpeixuan911@gmail.com
License: UNKNOWN
Description: Crotal
        ======
        
        |downloads| |version| |supported| |license|
        
        A static site framework. Fast, powerful, and easy as 1, 2, 3.
        
        Homepage: `crotal.org <http://crotal.org>`__
        
        PyPI:
        `pypi.python.org/pypi/crotal <https://pypi.python.org/pypi/crotal>`__
        
        Installation
        ------------
        
        via pip:
        
        ::
        
            $ (sudo) pip install crotal
        
        via github:
        
        ::
        
            $ git clone https://github.com/dinever/crotal.git
            $ cd crotal
            $ (sudo) python setup.py install
        
        Usage
        -----
        
        ::
        
            $ crotal init my_site && cd my_site
            $ crotal generate
            $ crotal server
        
        Now the website is available at http://localhost:8000.
        
        Documents
        ---------
        
        See `Crotal.org <http://crotal.org/docs>`__.
        
        License
        -------
        
        `GPL Licenses <https://github.com/dinever/crotal/blob/master/LICENSE>`__
        
        |Bitdeli Badge|
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/crotal.svg
           :target: https://pypi.python.org/pypi/crotal/
        .. |version| image:: https://img.shields.io/pypi/v/crotal.svg
           :target: https://pypi.python.org/pypi/crotal/
        .. |supported| image:: https://img.shields.io/pypi/pyversions/crotal.svg
           :target: https://pypi.python.org/pypi/crotal/
        .. |license| image:: https://img.shields.io/pypi/l/crotal.svg
        .. |Bitdeli Badge| image:: https://d2weczhvl823v0.cloudfront.net/dinever/crotal/trend.png
           :target: https://bitdeli.com/free
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
