Metadata-Version: 1.1
Name: jeju
Version: 0.1.1
Summary: Intelligent provisioning system based on specification documents
Home-page: https://github.com/analytaps/jeju
Author: Choonho Son
Author-email: choonho.son@analytaps.net
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 insall program based on INSTALL.md
        But the document may be ambiguously described.
        Jeju can provision 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*
        
        ~~~bash
        pip install jeju
        ~~~
        
        # Run example
        You can easily test Jeju.
        
        ~~~bash
        jeju
        ~~~
        
        If you want to know detailed options.
        
        ~~~bash
        jeju -h
        ~~~
        
Keywords: build configuration markdown
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
