waybackpy/waybackpy
2022-01-26 01:46:42 +05:30
..
__init__.py Create separate module for the 3 different APIs also CDX is now CLI supported. 2022-01-02 14:14:45 +05:30
__version__.py v3.0.0 --> v3.0.1 2022-01-25 19:52:10 +05:30
availability_api.py updated tests for availability_api.py and also added max_tries(default value is 3) with delay (sleep) between successive API calls. The dealy actually improves the performace of the availability_api interface. 2022-01-23 15:05:10 +05:30
cdx_api.py BUG FIX : forgot to use the endpoint from the instance and also assign payload to param. Bug caught by the flake8 in the CI tests. 2022-01-24 23:35:48 +05:30
cdx_snapshot.py added tests for cdx_snapshot.py at tests/test_cdx_snapshot.py 2022-01-24 16:29:44 +05:30
cdx_utils.py improve functions get_total_pages, get_response and lint check_filters, check_collapses and check_match_type 2022-01-24 22:57:20 +05:30
cli.py Replace NON-ASCII character figlet with ASCII character figlet. 2022-01-26 01:46:42 +05:30
exceptions.py created pytest.ini, added test for waybackpy/availability_api.py, new exceptions all of which inherit from the main WaybackError and created requirements-dev.txt 2022-01-23 01:29:07 +05:30
save_api.py fix bug with the third matching case of the archive_url_parser, caught while writing more tests fo the save API interface. 2022-01-24 13:31:30 +05:30
utils.py added tests for utils.py at tests/test_utils.py also changed a keyword argument from headers to user_agent for latest_version of utils.py with the usual default vaule. 2022-01-24 17:50:36 +05:30
wrapper.py update the older deprecation not for Url class, the newer date is now 2025 instead of 2024. 2022-01-24 23:15:59 +05:30