issues
search
python-validators
/
validators
Python Data Validation for Humans™.
MIT License
977
stars
155
forks
source link
feat: adds `hostname` validator
#240
Closed
yozachar
closed
1 year ago
yozachar
commented
1 year ago
hostname can be
a simple alpha-numeral, in the context of system names
an ip address, in the context of URLs
a domain name, in the context of URLs
in all the above cases, it can be with or without port number
adds tests, update docs
Related items
PRs
Closes #220
Related items
PRs