Metadata-Version: 1.1
Name: jeju
Version: 0.3.5
Summary: Intelligent provisioning system based on specification documents
Home-page: https://github.com/pyengine/jeju
Author: Choonho Son
Author-email: choonho.son@gmail.com
License: BSD
Description: =======================
        Introduction
        =======================
        
        Jeju is intelligent provisioning system based on specification documents
        Each S/W project has instruction documents like REAME.md, INSTALL.md ...
        
        User can manually insall programs based on INSTALL.md
        But the document may be ambiguously described.
        Jeju can automatically install the software instructed by INSTALL.md
        
        This can help developer and user.
        
        =======================  
         Installation
        =======================
        Jeju is python program. This can be easily installed by pip.
        If pip is not exist, run *apt-get install python-pip*
        
        
            pip install jeju
        
        
        # Run example
        You can easily test Jeju.
        
        
            jeju
        
        
        If you want to know detailed options.
        
        
            jeju -h
        
        
Keywords: build configuration markdown
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
