Urlchecker Python Release v0.0.31
What's Changed
- Bug/files default by @vsoch in #30
- [WIP] start of work to refactor checker by @vsoch in #31
- Adding default to save relative paths by @vsoch in #36
- Update regex to support urls with {*} by @SuperKogito in #34
- adding white_listed to results save by @vsoch in #40
- adding fix for trailing } on urls by @vsoch in #43
- Add my funding id by @SuperKogito in #44
- adding support for file patterns by @vsoch in #47
- updating whitelist to be excluded to be more consistent with include by @vsoch in #51
- Docker: stretch -> buster by @ax3l in #58
- Test: Add .gov Domains (NERSC, OLCF) by @ax3l in #59
- Add filenames for failed URL checks by @mrmundt in #61
- Bug Fix:
verbose
option - Print only failed files by @mrmundt in #62 - testing multiprocessing for faster finds! by @vsoch in #63
- ensure we do not fail if no urls to check to close #84 by @vsoch in #67
- only look for urls if a filename is provided on init of UrlCheckerResult by @vsoch in #68
- Add type hints + More tests + Better docs by @SuperKogito in #69
- Fixing funding.yaml by @vsoch in #75
- Better method to derive User-Agent strings by @vsoch in #76
- first shot at adding web drivers for hard urls! by @vsoch in #77
New Contributors
- @SuperKogito made their first contribution in #34
- @ax3l made their first contribution in #58
- @mrmundt made their first contribution in #61
Full Changelog: 0.0.16...0.0.31