v0.0.2 - Numerous Minor Changes
Fixing a bug seems to have sped up the algorithm (item 7).
- Logs runtime and number of web page requests.
- Add Pendulum library to print out an English runtime message.
- Correct spelling errors.
- Rename
__VERSION__
to__version__
- Add url and license to the schema output.
- Add unit testing for URLTest Class.
- Fixed bug in
URLTest.is_same_domain()
, the same domain names with different letter cases were returning false. Now, WWW.EXAMPLE.COM and www.example.com, will return True for theis_same_domain()
function.