معرفی شرکت ها


ApplianceKit-NG-0.6.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Tools to programatically create distribution images from any distribution
ویژگی مقدار
سیستم عامل -
نام فایل ApplianceKit-NG-0.6.2
نام ApplianceKit-NG
نسخه کتابخانه 0.6.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده William Pitcock
ایمیل نویسنده nenolod@tortois.es
آدرس صفحه اصلی http://www.bitbucket.org/tortoiselabs/appliancekit-ng
آدرس اینترنتی https://pypi.org/project/ApplianceKit-NG/
مجوز UNKNOWN
# appliancekit-ng Copyright (c) 2012, 2013 TortoiseLabs, LLC. This software is free but copyrighted, see COPYING.md for more details. ## motive ApplianceKit has become unmaintainable. In addition, it depends on XML and exposes too much implementation details in the Python-based core. By using an intermediate representation between the XML and what actually happens, it is possible to: * Implement all logic for bringing up a distribution as data, by using a stack machine to interpret the data. * Add new distributions by writing specfiles for them instead of entirely new classes of monolithic code in Python. * Eventually transition away entirely from using AXML. ## intermediate representation Most of what the ApplianceKit NG core does is: * Translate XML into IR, for example an XML file might be translated into this high-level IR, which will get compiled into lower-level IR. ``` {% extends "debian-6.spec" %} {% set packages=['irssi'] %} ``` * Translate high-level IR into low-level IR using translation rules as described in the base specfiles. You can use ak-compile or ak-compile-xml to view what the lowlevel IR parsetree looks like. * Compile a parse tree into bytecode and then run the bytecode to create the appliance filesystem. For more information on the IR language, see [ADL.md](ADL.md). ## requirements * For Alpine: `apk-tools`. * For Debian or Ubuntu: `debootstrap`. * For CentOS, ScientificLinux, RHEL, openSUSE: `rinse`.


نحوه نصب


نصب پکیج whl ApplianceKit-NG-0.6.2:

    pip install ApplianceKit-NG-0.6.2.whl


نصب پکیج tar.gz ApplianceKit-NG-0.6.2:

    pip install ApplianceKit-NG-0.6.2.tar.gz