Metadata-Version: 1.1
Name: CodeKitLang
Version: 0.1.3
Summary: CodeKit Language Compiler, Python implementation
Home-page: https://github.com/gjo/python-codekitlang
Author: OCHIAI, Gouji
Author-email: gjo.ext@gmail.com
License: BSD
Description: ===========
        CodeKitLang
        ===========
        
        A `CodeKit Language`_ compiler based on Python.
        
        There is the `Reference implementation`_ written by Objective-C.
        
        .. _CodeKit Language: http://incident57.com/codekit/kit.php
        .. _Reference implementation: https://github.com/bdkjones/Kit
        
        TODO
        ====
        
        Under features are planed, but not implement yet.
        
        - User friendly error messages.
        - Detect cyclic inclusion.
        - Handle options for files not found.
        - Handle options for variables not found.
        - Directory recursive compile.
        - Watchdog integration.
        
        License
        =======
        
        CodeKitLang is offered under BSD License.
        
        
        Change History
        ==============
        
        0.1.3 - 2013-09-15
        ------------------
        
        - Not Changed.
        
        - Fixes typo in copying and MANIFEST
        
        0.1.2 - 2013-09-01
        ------------------
        
        - Not Changed.
        
        - Fixes typo in classifiers.
        
        0.1.1 - 2013-09-01
        ------------------
        
        - Not Changed.
        
        - Remove beta classifier.
        
        0.1 - 2013-09-01
        ----------------
        
        - Initial release.
        
        - Add command `pykitlangc`.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup :: HTML
