ypcrts / fqdn

RFC-compliant FQDN validation and manipulation for Python.
http://fqdn.readthedocs.io/
Mozilla Public License 2.0
30 stars 11 forks source link

Add label matching according to RFC 1123 #43

Open kiarashazarnia opened 2 years ago

kiarashazarnia commented 2 years ago

This feature could be helpful to check the RFC 1123 Label standard.

One of the major use-cases is checking strings to be valid for Kubernetes Namespace.

Thanks for your attention. I hope it will be helpful for you folks.

swaeberle commented 1 year ago

I think this would be also helpful when validating a single hostname (without any domain) for RFC1123 conformance.