Deepwalker / trafaret

Ultimate transformation library that supports validation, contexts and aiohttp.
http://trafaret.readthedocs.org/en/latest/
BSD 2-Clause "Simplified" License
177 stars 31 forks source link

Rename StrBool to ToBool #94

Closed sonerayberk closed 5 years ago

sonerayberk commented 5 years ago

StrBool deals not only with yes, no and other string values, but also with integer values, so decided to have instead StrBoolToBool trafaret. The same for Int/ToInt, Date/ToDate etc trafarets.

Arfey commented 5 years ago

👍

Deepwalker commented 5 years ago

Cool! Tnx a lot!