معرفی شرکت ها


CodeKitLang-0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CodeKit Language Compiler, Python implementation
ویژگی مقدار
سیستم عامل -
نام فایل CodeKitLang-0.4
نام CodeKitLang
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده OCHIAI, Gouji
ایمیل نویسنده gjo.ext@gmail.com
آدرس صفحه اصلی https://github.com/gjo/python-codekitlang
آدرس اینترنتی https://pypi.org/project/CodeKitLang/
مجوز BSD
=========== 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 Install ======= From PyPI:: pip install CodeKitLang From source:: python setup.py install Running Compiler ================ Run ``pykitlangc`` or ``python -m codekitlang.command``:: usage: pykitlangc [-h] [-f DIR] [--missing-file-behavior BEHAVIOR] [--missing-variable-behavior BEHAVIOR] SRC DEST CodeKit Language Compiler. positional arguments: SRC input file DEST output file optional arguments: -h, --help show this help message and exit -f DIR, --framework-paths DIR path for lookup include file (allow multiple defs) --missing-file-behavior BEHAVIOR one of ignore, logonly, exception (default: logonly) --missing-variable-behavior BEHAVIOR one of ignore, logonly, exception (default: ignore) Running Tests ============= From the top level directory run ``python setup.py test`` or run ``py.test``. TODO ==== Under features are planed, but not implement yet. - Directory recursive compile. - Watchdog integration. - Encoding Detection. - Python3 support. License ======= CodeKitLang is offered under BSD License. Change History ============== 0.4 - 2015-03-09 ---------------- - Fix loading variable before normal html comment (by huubbouma) 0.3 - 2014-07-19 ---------------- - User friendly error messages. - Detect cyclic inclusion. - Handle options for files are not found. - Handle options for variables are not found. 0.2 - 2014-02-25 ---------------- - Fixes Unicode Error on non-ASCII content. - Update Documents. 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`.


نحوه نصب


نصب پکیج whl CodeKitLang-0.4:

    pip install CodeKitLang-0.4.whl


نصب پکیج tar.gz CodeKitLang-0.4:

    pip install CodeKitLang-0.4.tar.gz