معرفی شرکت ها


builddevenv-1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Module that makes, in a development context, the creation of dockers containers easier.
ویژگی مقدار
سیستم عامل -
نام فایل builddevenv-1.0
نام builddevenv
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Damien JADEAU
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/djadeau-dvc/BuildDevEnv
آدرس اینترنتی https://pypi.org/project/builddevenv/
مجوز GPL V3
# BuildDevEnv ## Purpose This package has been designed to create easily, with minimalists template files, a development environment in Docker. Note that is has been tested on Windows 10 only with Docker Desktop. ## Requirements The following components are required to execute the package: - Python 3.6 or + - pip installer - Docker Desktop ## Install This package is available from Pypi. In order to install it, execute the following command: `pip install builddevenv` ## Usage Before using the libray, the execution policy of PowerShell must be changed to authorized Python to use Docker API. In PowerShell, execute the following command: `Set-ExecutionPolicy Unrestricted -Force` Once the Powershell execution policy changed, it is then possible to execute the package using the following command line: `python -m builddevenv <template file>` Replace *template-file* by the full name of the file containing the containers configuration. You can find some samples in the package installation folder, under the directory named *sample* ## Unit tests In development mode of this package, it is mandatory to implement unit tests when a feature is added. The unit tests are written in the folder *test*. In order to run the unit tests, set the current directory to the root folder of the project. Then execute the command: `python -m pytest`


نیازمندی

مقدار نام
==4.4.1 docker
==5.4.1 PyYAML


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl builddevenv-1.0:

    pip install builddevenv-1.0.whl


نصب پکیج tar.gz builddevenv-1.0:

    pip install builddevenv-1.0.tar.gz