معرفی شرکت ها


buildout.sendpickedversions-1.0-alpha.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Sends picked packages and versions to a whiskers server.
ویژگی مقدار
سیستم عامل -
نام فایل buildout.sendpickedversions-1.0-alpha.1
نام buildout.sendpickedversions
نسخه کتابخانه 1.0-alpha.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jukka Ojaniemi
ایمیل نویسنده jukka.ojaniemi@jyu.fi
آدرس صفحه اصلی http://github.com/collective/buildout.sendpickedversions
آدرس اینترنتی https://pypi.org/project/buildout.sendpickedversions/
مجوز GPL
buildout.sendpickedversions =========================== This package is based on buildout.dumppickedversions_ and its purpose is to gather the package name and version information from buildout. The main difference with buildout.dumppickedversions_ is that instead of displaying picked versions, or dumping everything to a file, we'll send package information to a predefined URL. Original use case is that there is Whiskers_ server on the other end which stores the data. There's nothing special about the data, so other end can just as well be anything that can handle json. Configuration ------------- To use buildout.sendpickedversions with buildout your buildout.cfg should have buildout.sendpickedversions in you extensions-line and following fields configured: buildoutname This is the name of the buildout. Whiskers_ uses this information to create new buildout object with the package data. If name is not set we use default 'dummy_buildout' as a name. whiskers-url This is the url to whiskers server. As stated above, you can use here anything that can just eat the json-data we're sending. If you leave this empty or don't set at all buildout.sendpickedversions just displays the data dict. Example ------- Here's small example configuration. :: [buildout] extensions = buildout.sendpickedversions buildoutname = test whiskers-url = http://localhost:6543/buildouts/add parts = nose [nose] recipe = zc.recipe.egg eggs = nose Above example configuration assumes you have Whiskers_ server running locally on port 6543. If you run buildout it will install nose normally to your buildout environment and after everything is ready it will try to send following data in json-format to localhost:6543/buildouts/add URL: :: {"buildoutname": "test", "packages": [ {"version": "0.6.24", "name": "distribute"}, {"version": "1.18", "name": "mr.developer"}, {"version": "1.1.2", "name": "nose"}, {"required_by": ["mr.developer 1.18"], "version": "1.5.2", "name": "zc.buildout"}, {"version": "1.3.2", "name": "zc.recipe.egg"} ] } Thanks ------ Code is mainly based to Mustapha Benali's buildout.dumppickedversions_. This buildout extension has probably saved thousands of buildouts from nasty version conflicts or total havoc. Huge thanks! .. _buildout.dumppickedversions: http://pypi.python.org/pypi/buildout.dumppickedversions .. _Whiskers: http://github.com/pingviini/whiskers Changelog ========= 0.3 (2012-10-11) ---------------- - Performance optimizations (ported from zc.buildout). 0.2 (2011-10-16) ---------------- - Sends data urlencoded. 0.1 (2011-10-16) ---------------- - Initial import


نحوه نصب


نصب پکیج whl buildout.sendpickedversions-1.0-alpha.1:

    pip install buildout.sendpickedversions-1.0-alpha.1.whl


نصب پکیج tar.gz buildout.sendpickedversions-1.0-alpha.1:

    pip install buildout.sendpickedversions-1.0-alpha.1.tar.gz