معرفی شرکت ها


fild-0.0.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Library to describe contracts and generate data
ویژگی مقدار
سیستم عامل -
نام فایل fild-0.0.6
نام fild
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Elena Kulgavaya
ایمیل نویسنده elena.kulgavaya@gmail.com
آدرس صفحه اصلی https://github.com/elenakulgavaya/fild
آدرس اینترنتی https://pypi.org/project/fild/
مجوز -
# FILD FILD is a library for contract testing. FILD allows to store descriptive structure of the API and use it further for generating test data based on Faker. The basic type for usage is Field, any other types should inherit from. Field supports the description of the API parameter within the following:\ `name`: key in json\ `required`: identifies the necessity of presense of the key in the resulting json.\ `allow_none`: should be true if the value can be null in the json.\ `default`: default value to be used in regular generation. Can either be the value or the callable to generate. Abstract method `generate_value` is used to specify the rules based on which the value should be generated. When defining new type, inherited from Field, the method should be overriden to describe the generation procedure. Library supports multi-level hierarchy with Arrays and Dictionaries. Library also provides some dict operating methods.\ `filter_dict`: allows to apply value/callable filter to dict by values\ `merge_with_updates`: merges two dicts with either overriding or only adding values to the target dictionary.\ `normalize`: sorts lists - both top level and embeded - to represent the desired order.


نیازمندی

مقدار نام
==11.3.0 Faker
==2021.3 pytz


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

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


نحوه نصب


نصب پکیج whl fild-0.0.6:

    pip install fild-0.0.6.whl


نصب پکیج tar.gz fild-0.0.6:

    pip install fild-0.0.6.tar.gz