معرفی شرکت ها


ConanTools-0.4.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Helpers and tools that make working with conan more convenient.
ویژگی مقدار
سیستم عامل -
نام فایل ConanTools-0.4.3
نام ConanTools
نسخه کتابخانه 0.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mario Werner
ایمیل نویسنده nioshd@gmail.com
آدرس صفحه اصلی https://github.com/niosHD/ConanTools
آدرس اینترنتی https://pypi.org/project/ConanTools/
مجوز MIT
Helpers and tools that make working with `conan <https://conan.io>`_ (e.g., scripting) more convenient. The classes in this package provide an API for (a subset) of the conan features based on wrapping the conan command line tool. We opted for this approach because the internal conan API, as opposed to the command line tool, is `not stable at the moment <https://github.com/conan-io/conan/issues/3720>`_. Installation ~~~~~~~~~~~~ ConanTools releases are automatically deployed to PyPI as `ConanTools <https://pypi.org/project/ConanTools/>`_ . Subsequently, acquiring an up-to-date version for usage within python scripts is possible using the following command: .. code-block:: bash $ pip3 install ConanTools Alternatively, for usage within a conanfile.py using `python_requires <https://docs.conan.io/en/latest/reference/conanfile/other.html#python-requires>`_, ConanTools are also provided as conan package on `Bintray <https://bintray.com/nioshd/conan/ConanTools%3Anioshd>`_. Adding the remote and downloading version 0.3.5 is achieved using the following commands: .. code-block:: bash $ conan remote add bt_nioshd "https://api.bintray.com/conan/nioshd/conan" $ conan download -r bt_nioshd ConanTools/0.3.5@nioshd/stable Building the Sphinx Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When Sphinx is installed (i.e., ``pip3 install sphinx sphinx-autodoc-typehints``), the HTML API documentation for this package can be built via the following ``sphinx-build`` invocation: .. code-block:: bash $ sphinx-build doc doc/_build/html Alternatively, the ``sphinx`` command on the setup.py file can be used. .. code-block:: bash $ python3 ./setup.py sphinx Either way, the API documentation gets automatically generated by executing ``sphinx-apidoc`` first. The resulting HTML output can be found in the ``doc/_build/html`` directory.


نیازمندی

مقدار نام
xtr sphinx;
xtr sphinx-autodoc-typehints;


نحوه نصب


نصب پکیج whl ConanTools-0.4.3:

    pip install ConanTools-0.4.3.whl


نصب پکیج tar.gz ConanTools-0.4.3:

    pip install ConanTools-0.4.3.tar.gz