معرفی شرکت ها


foodx-devops-tools-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Foodx DevOps pipeline utilities.
ویژگی مقدار
سیستم عامل -
نام فایل foodx-devops-tools-0.9.0
نام foodx-devops-tools
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده FoodX Technologies
ایمیل نویسنده support@foodxtech.com
آدرس صفحه اصلی https://github.com/Food-X-Technologies/foodx_devops_tools
آدرس اینترنتی https://pypi.org/project/foodx-devops-tools/
مجوز -
foodx_devops_tools ================== Foodx DevOps pipeline utilities. .. contents:: .. section-numbering:: Installation ------------ The ``foodx_devops_tools`` package is available from PyPI. Installing into a virtual environment is recommended. .. code-block:: python3 -m venv .venv; .venv/bin/pip install foodx_devops_tools Developers ---------- The first time you clone this project use the following command to set up the virtual environment for the project. Ensure that you have Python3, git and the Python package venv installed on your system. Note that while ``venv`` is in the Python standard library, in Ubuntu it is not installed with the standard Python 3 apt package so you must explicitly install it with ``sudo apt install python3-venv``. .. code-block:: git clone <foodx_devops_tools repo url> cd foodx_devops_tools python3 -m venv .venv; .venv/bin/pip install build_harness; .venv/bin/build-harness install Run the same static analysis as the pipeline using the ``build-harness`` utility: .. code-block:: # apply PEP-8 formatting to the code (mandatory as the pipeline will fail if not PEP-8 compliant formatting) build-harness formatting # apply formatting and then do additional static checks using flake8, mypy and pydocstyle build-harness static-analysis # run unit tests - for this project the test dir specification is necessary to avoid running manual tests build-harness unit-test --test-dir tests/ci # generate unit test coverage report build-harness unit-test --test-dir tests/ci --coverage-html Examine the ``.gitlab-ci.yml`` file for more examples of using the ``build-harness`` utility.


نیازمندی

مقدار نام
=0.7.0 aiofiles
=4.4.0 ansible
=6.0.0b4 azure-devops
=8.1.2 click
=1.0.1 deepmerge
=3.1.1 jinja2
=1.9.0 pydantic
=0.17.20 ruamel.yaml
=1.0 build_harness
=2.17.0 pre_commit
=1.5.2 pyjson5
=0.1.9 types-aiofiles
=4.5.0 sphinx
=1.0 sphinx_rtd_theme
=0.13.0 asynctest
=7.1.1 pytest
=0.18.3 pytest-asyncio
=3.0 pytest-cov
=3.7.0 pytest-mock


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

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


نحوه نصب


نصب پکیج whl foodx-devops-tools-0.9.0:

    pip install foodx-devops-tools-0.9.0.whl


نصب پکیج tar.gz foodx-devops-tools-0.9.0:

    pip install foodx-devops-tools-0.9.0.tar.gz