+ jfinkhaeuser and rafael (#150)
Akash Mahanty
2022-02-08 20:34:34 +05:30
27f2727049add cli alias for --start-timestamp(--from) and --end-timestamp(--to) to conform with the CDX API docs.
Akash Mahanty
2022-02-08 20:12:19 +05:30
118dc6c523add test for wrapper module
Akash Mahanty
2022-02-08 20:08:44 +05:30
1216ffbc70lint and refactor cli module
Akash Mahanty
2022-02-08 20:06:17 +05:30
d58a5f0ee5explicitly exculde some dirs from flake8 check
Akash Mahanty
2022-02-08 18:59:13 +05:30
7e7412d9d1remove deepsource, LGTM is better and has fewer False Postives.
Akash Mahanty
2022-02-08 18:49:44 +05:30
b8b9bc098ftests/test_utils.py: test latest_version_pypi and latest_version_github of waybackpy.utils
Akash Mahanty
2022-01-30 20:02:17 +05:30
946c28eddfwaybackpy/cli.py: Added help text, fix bug in the cdx_print parameter and lots of other stuff
Akash Mahanty
2022-01-30 20:00:50 +05:30
004027f73bwaybackpy/utils.py : Add a new function(latest_version_github) to fetch the latest release from github api and renamed latest_version to latest_version_pypi as now we have two functions to get the latest release.
Akash Mahanty
2022-01-30 13:28:13 +05:30
8b7603e241the test is faulty as it fails when we increment the version on dunder version file but did not upstreamed the code to PyPi.
Akash Mahanty
2022-01-26 01:51:24 +05:30
5ea1d3ba4fReplace NON-ASCII character figlet with ASCII character figlet.
Akash Mahanty
2022-01-26 01:46:42 +05:30
50e176e2ba.github/workflows/build_test.yml : change python versions from '3.4', '3.8', '3.10' to '3.6', '3.10' as 3.4 not found by GitHub.
Akash Mahanty
2022-01-25 13:56:49 +05:30
4007859c92Install dependencies for build test in CI : setuptools wheel
Akash Mahanty
2022-01-25 13:35:58 +05:30
d8bd6c628dAdd build test to CI
Akash Mahanty
2022-01-25 13:30:16 +05:30
Update setup.py
Rafael de Almeida
2022-01-24 21:23:31 -03:00
06095202feBUG FIX : forgot to use the endpoint from the instance and also assign payload to param. Bug caught by the flake8 in the CI tests.
Akash Mahanty
2022-01-24 23:35:48 +05:30
06fc7855bfwaybackpy/cdx_api.py : deafult user agent is now DEFAULT_USER_AGENT, get_response now take url and headers as arguments and request url is generated by full_url function. max_tries added as parameter for the WaybackMachineCDXServerAPI class with default value of 3.
Akash Mahanty
2022-01-24 23:20:49 +05:30
c49fe971fdupdate the older deprecation not for Url class, the newer date is now 2025 instead of 2024.
Akash Mahanty
2022-01-24 23:15:59 +05:30
d6783d5525added tests for cdx_utils.py
Akash Mahanty
2022-01-24 23:05:47 +05:30
9262f5da21improve functions get_total_pages, get_response and lint check_filters, check_collapses and check_match_type
Akash Mahanty
2022-01-24 22:57:20 +05:30
d1a1cf2546added 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.
Akash Mahanty
2022-01-24 17:50:36 +05:30