isitup
isitup copied to clipboard
Check whether a website is up or down.
I stumbled upon this coming from https://github.com/sindresorhus/is-up-cli which inspired this project. The nice thing about is-up-cli is that it returns a specific error code when the site is down and...
This implements #3 . One of the tests fails, but it looks like the test fails due to a change in isitup.org's API. It is unrelated to this change and...
Fixes a buildtime error while using setuptool ``` AttributeError: module 'pypandoc' has no attribute 'convert' ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel ``` https://github.com/man-group/pytest-plugins/issues/87#issuecomment-1123830409