معرفی شرکت ها


dynamic_pytables_where_condition-1.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python library that dynamically constructs a PyTables where condition from the supplied keyword arguments.
ویژگی مقدار
سیستم عامل -
نام فایل dynamic_pytables_where_condition-1.1.1
نام dynamic_pytables_where_condition
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Petar Maric
ایمیل نویسنده petarmaric@uns.ac.rs
آدرس صفحه اصلی https://github.com/petarmaric/dynamic_pytables_where_condition
آدرس اینترنتی https://pypi.org/project/dynamic_pytables_where_condition/
مجوز BSD
About ===== Python library that dynamically constructs a PyTables where condition from the supplied keyword arguments. This work is a part of the investigation within the research project [ON174027]_, supported by the Ministry for Science and Technology, Republic of Serbia. This support is gratefully acknowledged. References ---------- .. [ON174027] "Computational Mechanics in Structural Engineering" Installation ============ To install dynamic_pytables_where_condition run:: $ pip install dynamic_pytables_where_condition Usage examples ============== Quick start:: >>> from dynamic_pytables_where_condition import construct_where_condition >>> construct_where_condition() '' >>> construct_where_condition(t_b_min=4.0, t_b_max=8.0, a_min=2000.0) '(a >= 2000.0) & (t_b <= 8.0) & (t_b >= 4.0)' >>> construct_where_condition(t_b_fix=4.0, t_b_max=None, a_min=None) '(t_b == 4.0)' Please see the `fsm_modal_analysis`_ source code for more examples. .. _`fsm_modal_analysis`: https://github.com/petarmaric/fsm_modal_analysis Contribute ========== If you find any bugs, or wish to propose new features `please let us know`_. If you'd like to contribute, simply fork `the repository`_, commit your changes and send a pull request. Make sure you add yourself to `AUTHORS`_. .. _`please let us know`: https://github.com/petarmaric/dynamic_pytables_where_condition/issues/new .. _`the repository`: https://github.com/petarmaric/dynamic_pytables_where_condition .. _`AUTHORS`: https://github.com/petarmaric/dynamic_pytables_where_condition/blob/master/AUTHORS


نحوه نصب


نصب پکیج whl dynamic_pytables_where_condition-1.1.1:

    pip install dynamic_pytables_where_condition-1.1.1.whl


نصب پکیج tar.gz dynamic_pytables_where_condition-1.1.1:

    pip install dynamic_pytables_where_condition-1.1.1.tar.gz