معرفی شرکت ها


drifter-0.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

VirtualBox control and documentation mechanism
ویژگی مقدار
سیستم عامل -
نام فایل drifter-0.0.3
نام drifter
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jeff Hinrichs
ایمیل نویسنده jeffh@dundeemt.com
آدرس صفحه اصلی https://bitbucket.org/dundeemt/drifter
آدرس اینترنتی https://pypi.org/project/drifter/
مجوز BSD
$ drifter ######### drifter is a simplified control for virtualboxes that doesn't require the vm to be packaged in a specific and ill documented format. Which allows use to create your environment with Virtualbox and then drift will take care of bringing them up and shutting them down. Why drifter? ============ If you are currently using Vagrant or straight-up virtualbox and you are happy, then there is nothing for you to see here. However, if you are annoyed with how difficult it is to convert a virtualbox vm into a vbox usable by Vagrant, then Drifter might just be for you. In general, I like the idea of Vagrant, but I have specific problems with the following: - Security concerns with what is being downloaded from an untrusted source - The limited vm's available from that source, Specifically the \*BSDs and Windows - Vagrant's intentional inability to auto create a vbox from a virtualbox image drifter's answer - Drifter currently supports virtualbox vms. You build it, drifter will control it. - Drifter currently has 5 commands: list, add, remove, up and down. Easy to remember, easy to script. - Drifter's configuration, Drifterfile, is in YAML not some language specific module. On top of that, you don't even need to edit it directly. Use add and remove to create and make changes, but it's still yaml so diff'ing is unsurprising. - Drifter lets you document your environment and store that documentation with your source. - Drifter fires up your vms in order and shuts them down in reverse order. http://drifter.readthedocs.org/ Development ----------- In a virtual environment.. .. $ hg clone ssh://hg@bitbucket.org/dundeemt/drifter $ pip install --editable . $ drifter --help Then you can edit the source and run ``drifter cmd`` Changes ======= v0.0.3 ------ - bug fixes for removing a non-existent VM from Drifterfile - tests v0.0.2 ------ - updated documentation links v0.0.1 ------ - Initial Release


نحوه نصب


نصب پکیج whl drifter-0.0.3:

    pip install drifter-0.0.3.whl


نصب پکیج tar.gz drifter-0.0.3:

    pip install drifter-0.0.3.tar.gz