1config BR2_PACKAGE_PYTHON_TYPEPY 2 bool "python-typepy" 3 select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime 4 help 5 A Python library for variable type 6 checker/validator/converter at a run time. 7 8 https://github.com/thombashi/typepy 9