encode / typesystem

Data validation, serialization, deserialization & form rendering. 🔢
https://www.encode.io/typesystem/
BSD 3-Clause "New" or "Revised" License
541 stars 44 forks source link

add `Password` field #109

Closed aminalaee closed 3 years ago

aminalaee commented 3 years ago

Closes #54 .

Add Password field. Basically the same as String field but has different representation in HTML.

password = typesystem.Password()