معرفی شرکت ها


blingtron-0.1.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Blingtron is a simple CLI tool aimed at helping developers run their II projects.
ویژگی مقدار
سیستم عامل -
نام فایل blingtron-0.1.6
نام blingtron
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده David Vuong
ایمیل نویسنده david@imageintelligence.com
آدرس صفحه اصلی https://github.com/ImageIntelligence/blingtron
آدرس اینترنتی https://pypi.org/project/blingtron/
مجوز UNKNOWN
# Blingtron [![Build Status](https://travis-ci.org/ImageIntelligence/blingtron.svg?branch=master)](https://travis-ci.org/ImageIntelligence/blingtron) [![PyPI version](https://badge.fury.io/py/blingtron.svg)](https://badge.fury.io/py/blingtron) **Welcome to Blingtron!** > Assembles the upgraded [Blingtron 5000](http://www.wowhead.com/item=111821/blingtron-5000), a savage, yet generous, robot. While he will give out gifts to players once per day, he will also fight other Blingtron units to the death. (4 Hrs Cooldown) Blingtron is a simple command line too (CLI) aimed at helping developers run their Image Intelligence projects. ## Installation ``` $ pip install blingtron ``` Projects that use Blingtron are expected to have a `bling.json` file at the root of the project directory structure. For an example of what a bling.json file might look like, checkout [bling.example.json](./bling.example.json). * `name`: The name of your project * `registry`: The username of your account for your image registry * `run`: The command that's executed when a Docker container runs your image (remotely) * `start`: The arguments passed into `docker run`(locally) * `packer`: The location of your Packer configuration directory * `packer_exec_path`: (optional) The absolute path to your Packer executable * `env`: An object of custom environ variables you can pass into all `bling` commands See [imageintelligence/skeleton-python](https://github.com/ImageIntelligence/skeleton-python) and [imageintelligence/skeleton-scala](https://github.com/ImageIntelligence/skeleton-scala) for more examples. ## Usage ``` >>> bling --help bling.py usage: bling start bling stop bling run bling build [--publish] [--debug] commands: start starts app inside an interactive container stop stops running container run starts app inside a container, executing the specified run command build invokes `packer build` with packer template json file options: --publish publishes the build artifact to a remote registry --debug enables debug mode -h --help shows this -v --version shows version ``` Example workflow: ``` $ bling build $ bling start ``` ## Development Clone the project: ``` $ git clone git@github.com:ImageIntelligence/blingtron.git ``` Setup your virtualenv: ``` $ mkvirtualenv blingtron ``` Attach `bling` to your shell: ``` $ python setup.py develop ``` ## Deployment Create a `~/.pypirc` and replace the username and password with real credentials: ``` [distutils] index-servers = blingtron [blingtron] repository=https://pypi.python.org/pypi username=xxx password=yyy ``` Register this package to the Cheeseshop: ``` $ python setup.py register -r blingtron ``` Build a distributable and upload: ``` $ python setup.py sdist upload -r blingtron ```


نحوه نصب


نصب پکیج whl blingtron-0.1.6:

    pip install blingtron-0.1.6.whl


نصب پکیج tar.gz blingtron-0.1.6:

    pip install blingtron-0.1.6.tar.gz