arXiv / zzzArchived_arxiv-external-links

Clearinghouse for relations between arXiv e-prints and external resources
MIT License
4 stars 5 forks source link

Implement validator for URL #20

Open erickpeirson opened 5 years ago

erickpeirson commented 5 years ago

We require a function is_valid(value: str) -> bool in relations/process/validate/url.py that checks whether or not a string is a valid HTTP(S) URL.

0lut commented 5 years ago

Hey, I can take this issue @erickpeirson