waybackpy/waybackpy
2022-01-23 01:29:07 +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 make setup.py smarter, now no need to update the URL again and also added more keywords. And in __version__.py updated the __author__ 2022-01-21 23:01:09 +05:30
availability_api.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
cdx_api.py lint waybackpy/cdx_api.py and added some doc strings 2022-01-22 00:11:35 +05:30
cdx_snapshot.py Create separate module for the 3 different APIs also CDX is now CLI supported. 2022-01-02 14:14:45 +05:30
cdx_utils.py Create separate module for the 3 different APIs also CDX is now CLI supported. 2022-01-02 14:14:45 +05:30
cli.py output the file name if known_url and file flag are passed. 2022-01-18 20:14:44 +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 waybackpy/save_api.py : Added doc strings and also lint with black. 2022-01-22 00:41:10 +05:30
utils.py Create separate module for the 3 different APIs also CDX is now CLI supported. 2022-01-02 14:14:45 +05:30
wrapper.py added notice on waybackpy/wrapper.py that the Url class will cease to exist after 2024-01-01 and also removed unused imports. 2022-01-21 23:14:20 +05:30