Metadata-Version: 1.1
Name: leonardo-sitestarter
Version: 1.0.0a3
Summary: Simple leonardo module which is composed from tools for generating Leonardo Sites from templates declared in yaml or json localy or on remote storage
Home-page: https://github.com/leonardo-modules/leonardo-sitestarter
Author: Michael Kuty
Author-email: UNKNOWN
License: UNKNOWN
Description: =============================
        Leonardo leonardo-sitestarter
        =============================
        
        Simple leonardo utility for generating Leonardo Sites from templates declared in yaml or json localy or on remote storage.
        
        .. contents::
            :local:
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo-sitestarter
        
        
        Settings
        --------
        
        .. code-block:: bash
        
            LEONARDO_BOOTSTRAP_DIR = '/srv/leonardo'
            
            ls /srv/leonardo
            demo.yml
        
        Commands
        --------
        
        Bootstraping site is kicked of by middleware in default state, but if you want bootstrap manualy and then uninstall this plugin you can do this::
        
            python manage.py bootstrap_site demo
        
            python manage.py bootstrap_site --url=https://raw.githubusercontent.com/django-leonardo/django-leonardo/master/contrib/bootstrap/blog.yaml
        
        
        Read More
        =========
        
        * https://github.com/django-leonardo/django-leonardo
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
