معرفی شرکت ها


fai-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

FAI script integration lib
ویژگی مقدار
سیستم عامل -
نام فایل fai-0.1.0
نام fai
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Maximilian Stein
ایمیل نویسنده m@steiny.biz
آدرس صفحه اصلی https://github.com/st31ny/pyfai
آدرس اینترنتی https://pypi.org/project/fai/
مجوز MIT
================ FAI Python Lib ================ .. image:: https://readthedocs.org/projects/fai/badge/?version=master :target: https://fai.readthedocs.io/en/master/?badge=master :alt: Documentation Status ------------------------------------- Library for FAI customization scripts ------------------------------------- This Python lib eases the implementation of FAI_ customization scripts with a high level of abstraction and resonable error handling. It is meant to be ``import``'ed in scripts run by ``fai-do-scripts(1)`` during an FAI installation or softupdate. .. _FAI: https://fai-project.org/ Documentation ============= The compiled documentation can be `found on Read the Docs <rtd_>`_. The documentation is based on Sphinx and can be built using make_: ``make doc``. Documentation sources are in the ``docs/`` directory. .. _rtd: https://fai.readthedocs.io Tests ===== Tests reside in the ``tests/`` directory and are based on pytest_ and can be run easily using make_: ``make test`` .. _pytest: https://docs.pytest.org/ Formatting ========== The code is formatted with yapf_. Simply use make_ to format the code in place: ``make format``. .. _yapf: https://pypi.org/project/yapf/ Code Check ========== With the make_ command ``make check`` the code base is tested (including documentation), analyzed with pylint_, and the code formatting verified. Pylint messages should be fixed or directly suppressed in the code if necessary. A suppression should have a comment explaining briefly why the construct is ok (e.g., "false positive"). Consider using ``make check`` as pre-commit hook. .. _pylint: https://pylint.pycqa.org/en/latest/ .. _make: Makefile ======== A ``Makefile`` is provided to ease testing and building Python packages. Run ``make help`` for usage hints. Packaging and Releasing ======================= This lib uses PEP 517/PEP 518-compatible packaging based on setuptools. All project settings should normally go into ``setup.cfg``, while ``setup.py`` is mainly provided for compatibility. The build system configuration resides in ``pyproject.toml``. Each released version is tagged with a tag of the form ``release/x.y.z`` with ``x``, ``y``, and ``z`` being major, minor, and patch version, respectively, as defined by `Semantic Versioning`_. .. _Semantic Versioning: http://semver.org/


نیازمندی

مقدار نام
- yapf
- pylint
- pytest
- pytest-mock
- sphinx
- sphinx-paramlinks
- sphinx-autodoc-typehints
- toml
- setuptools-scm[toml]


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

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


نحوه نصب


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

    pip install fai-0.1.0.whl


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

    pip install fai-0.1.0.tar.gz