معرفی شرکت ها


buildout.autoextras-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

zc.buildout extension to automatically include requirement extras
ویژگی مقدار
سیستم عامل -
نام فایل buildout.autoextras-1.1
نام buildout.autoextras
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Mulich
ایمیل نویسنده michael.mulich@gmail.com
آدرس صفحه اصلی http://bitbucket.org/pumazi/buildout.autoextras
آدرس اینترنتی https://pypi.org/project/buildout.autoextras/
مجوز GPL
buildout.autoextras =================== Buildout (zc.buildout) extension for including setuptools extras_require options for all items in a target option if the extra exists. Usage ----- This is a buildout extension, so simply add it to your extensions list:: [buildout] extensions = buildout.autoextras Options ------- There are two options... autoextra-keys A list of extra keys (e.g. test, zcml, etc.) that should be included if the package has the extra. autoextra-targets A list of targets to check for the extras. For example, a buildout part named ``demo`` that has an ``eggs`` option. The target in this case would be ``demo:eggs``. This is similar to zc.buildout's variable replace syntax except without the ``${}`` symbolling. Together these options might look something like:: [buildout] extensions = buildout.autoextras parts = demo autoextra-keys = zcml autoextra-targets = demo:eggs [demo] recipe = zc.recipe.eggs eggs = zope.testing zope.i18n Changelog ========= .. Use the following to start a new version entry: |version| (unreleased) ---------------------- - change message [author] 1.1 (2011-10-25) ---------------- - Monkeypatching zc.buildout.easy_install.Installer's install method in order to post-process the distributions. Otherwise, we run into an order of operations problem (e.g. obtaining eggs before some eggs have been marked for development). [pumazi] 1.0 (2011-10-21) ---------------- - Initial release. [pumazi]


نحوه نصب


نصب پکیج whl buildout.autoextras-1.1:

    pip install buildout.autoextras-1.1.whl


نصب پکیج tar.gz buildout.autoextras-1.1:

    pip install buildout.autoextras-1.1.tar.gz