معرفی شرکت ها


deliveryboy-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل deliveryboy-0.1.0
نام deliveryboy
نسخه کتابخانه 0.1.0
نگهدارنده ['Andreas Hasenkopf']
ایمیل نگهدارنده ['andi@hasenkopf2000.net']
نویسنده Andreas Hasenkopf
ایمیل نویسنده andi@hasenkopf2000.net
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/deliveryboy/
مجوز MIT
# DeliveryBoy DeliveryBoy is a lightweight and transparent intermediary for executing a Python callable in a new Python process such that a developer using this intermediary does not have to care. The new Python process is started by a transport command yield a wide range of applications, e.g.: - Execution as a different user by `sudo`. - Execution on a remote host by `ssh`. - Execution on a HPC cluster by `bsub` (in case of LSF). The base assumptions for this implementation are: - On the target host a compatible version of Python is installed. - On the target host the Python environment contains the deliveryboy package. - The Python environment on the source and target hosts are identical (aka. same modules installed). - Only the callable, module names for modules in the (virtual) environment and modules from outside the environment need to be transported. See also the [documentation](https://deliveryboy.readthedocs.io/en/latest/index.html). ## State of the project The simple demonstrator examples are working with Python 3, but not all features have been implemented and tested, yet. ## Contributing Please feel free to contribute by suggesting additional features, fixing bugs or implementing missing features. ## Acknowledgement This project was inspired by: - [sudo.py](https://gist.github.com/barneygale/8ff070659178135b10b5e202a1ecaa3f) by [Barney Gale](https://gist.github.com/barneygale) - flowGuide2 by [Anselm Kruis](https://github.com/akruis)


نیازمندی

مقدار نام
- dill


نحوه نصب


نصب پکیج whl deliveryboy-0.1.0:

    pip install deliveryboy-0.1.0.whl


نصب پکیج tar.gz deliveryboy-0.1.0:

    pip install deliveryboy-0.1.0.tar.gz