معرفی شرکت ها


boolexpr-2.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Boolean Expressions
ویژگی مقدار
سیستم عامل -
نام فایل boolexpr-2.4
نام boolexpr
نسخه کتابخانه 2.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chris Drake
ایمیل نویسنده cjdrake@gmail.com
آدرس صفحه اصلی http://www.boolexpr.org
آدرس اینترنتی https://pypi.org/project/boolexpr/
مجوز Apache 2.0
*********************** Boolean Expressions *********************** .. image:: https://travis-ci.org/cjdrake/boolexpr.svg?branch=master :target: https://travis-ci.org/cjdrake/boolexpr BoolExpr is a C++ library for symbolic Boolean algebra. `Read the docs! <http://www.boolexpr.org>`_ System Dependencies =================== This code is known to compile on Ubuntu Trusty Linux. Install the following dependencies:: sudo apt-get install -y build-essential cmake doxygen Getting Started =============== To get started using the code, first clone the repository and its ``third_party`` dependencies:: git clone --recursive https://github.com/cjdrake/boolexpr cd boolexpr Create a local build directory, and run ``cmake``:: mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Coverage .. make Run Tests ========= After the dependencies have been built, to run the functional test suite:: make do_test To collect code coverage data:: make cover The coverage report will be in ``build/html/index.html``. Build Documentation =================== The documentation uses `Doxygen <http://www.doxygen.org>`_ and `Sphinx <http://www.sphinx-doc.org/en/stable>`_. To build the html version:: pip install sphinx make pyhtml The documentation will be in ``build/python/build/sphinx/html/index.html``. Contributing ============ If you have some idea you would like to see realized, please email me.


نحوه نصب


نصب پکیج whl boolexpr-2.4:

    pip install boolexpr-2.4.whl


نصب پکیج tar.gz boolexpr-2.4:

    pip install boolexpr-2.4.tar.gz