This website requires JavaScript.
eeb967f0cd
Merge c1a39a3679
into 3b3e78d901
Javier Maestro
2024-02-26 00:15:51 +0000
c1a39a3679
Add reverse to snapshots()
Javier Maestro
2024-02-26 00:15:12 +0000
3b3e78d901
Before and After methods (#175 )
master
ArztKlein
2022-11-17 15:28:46 +1300
0202efd39d
Add Python 3.11 to setup.cfg classifiers list (#179 )
Rishav Kundu
2022-11-17 07:56:19 +0530
965279dd1c
Add Python 3.11 to setup.cfg classifiers list
Rishav Kundu
2022-11-16 22:45:53 +0530
d51ae12f36
formatting
ArztKlein
2022-07-14 16:42:22 +1200
8cf45af49e
add tests
ArztKlein
2022-07-14 16:39:18 +1200
302c7cd278
Added before and after functions
ArztKlein
2022-07-14 16:19:35 +1200
25c0adacb0
create CONTRIBUTING.md
Akash Mahanty
2022-03-29 11:30:43 +0530
5bd16a42e7
lint
Akash Mahanty
2022-03-29 10:42:57 +0530
57f4be53d5
ignore line 474 beacause 'error: <nothing> not callable'.
Akash Mahanty
2022-03-29 10:24:55 +0530
64a4ce88af
Minor copyediting and also deleted CONTRIBUTORS.md moved content to README.md
Akash Mahanty
2022-03-29 03:39:50 +0530
5407681c34
v3.0.6 (#170 )
3.0.6
Akash Mahanty
2022-03-15 20:33:51 +0530
9765699b7c
v3.0.5 --> v3.0.6
Akash Mahanty
2022-03-15 20:22:05 +0530
7eebc710f6
update secsi and DI section
Akash Mahanty
2022-03-15 20:20:52 +0530
d3398b9eba
incr version to 3.0.6 and change date to todays da
Akash Mahanty
2022-03-15 20:16:12 +0530
eda3c90f72
remove useless external links form the README lead
Akash Mahanty
2022-03-15 20:13:29 +0530
7930cacedf
remove the license section from readme
Akash Mahanty
2022-03-15 20:03:44 +0530
cfd977135d
Update CITATION.cff (#169 )
Akash Mahanty
2022-03-04 11:48:49 +0530
4f967c5d61
Update CITATION.cff
Akash Mahanty
2022-03-04 11:08:44 +0530
7a5e0bfdaf
fix: cff format (#168 )
eggplants
2022-03-04 06:40:27 +0900
db8359179a
fix: cff format
eggplants
2022-03-04 03:28:56 +0900
48dcda8020
add: typed marker (PEP561) (#167 )
eggplants
2022-03-03 22:35:43 +0900
3ed2170a32
add: CITATION.cff (#166 )
eggplants
2022-03-03 22:35:23 +0900
3b31f93cfa
add: typed marker (PEP561)
eggplants
2022-03-03 17:34:59 +0900
d36f74182c
add: CITATION.cff
eggplants
2022-03-03 17:32:44 +0900
d6ef55020c
undo drop python3.6, see #162 (#163 )
3.0.5
Akash Mahanty
2022-02-18 21:54:33 +0530
11db615220
undo drop python3.6, see #162
Akash Mahanty
2022-02-18 21:30:38 +0530
2650943f9d
v3.0.4 (#160 )
3.0.4
Akash Mahanty
2022-02-18 16:05:58 +0530
46f3c71509
update video link
Akash Mahanty
2022-02-18 16:04:06 +0530
4b5092d2b5
v3.0.4
Akash Mahanty
2022-02-18 15:57:53 +0530
df380984ec
update asciinema link
Akash Mahanty
2022-02-18 15:52:55 +0530
67dac04f9d
Update README.md
Akash Mahanty
2022-02-18 14:33:17 +0530
7b2cf0f095
Update README.md
Akash Mahanty
2022-02-18 14:10:48 +0530
4b218d35cb
Cdx based oldest newest and near (#159 )
Akash Mahanty
2022-02-18 13:17:40 +0530
d6341aa710
update test code
Akash Mahanty
2022-02-18 13:13:05 +0530
6a7dde2368
handle the closest parameter derivative methods more efficiently and also handle exceptions gracefully.
Akash Mahanty
2022-02-18 13:05:42 +0530
407d95cc24
implement oldest newest and near methods in the cdx interface class, now cli uses the cdx methods instead of availablity api methods.
Akash Mahanty
2022-02-18 11:38:58 +0530
f990b93f8a
Add sort, use_pagination and closest (#158 )
Akash Mahanty
2022-02-18 00:24:14 +0530
e94da0cc8f
fix save test for archive_url
Akash Mahanty
2022-02-18 00:15:31 +0530
44861230a5
fix codeql warnings, nothing to worry about here.
Akash Mahanty
2022-02-17 23:42:43 +0530
6cd9ae1e09
added tests
Akash Mahanty
2022-02-17 23:28:59 +0530
b541d8dc0e
added cli support for sort, use-pagination and closest
Akash Mahanty
2022-02-17 21:15:05 +0530
0e7255c1d8
add attrs use_pagination and closest, which are can be used to use the pagination API and lookup archive close to a timestamp respectively. And now to get out of infinte blank pages loop just check for two succesive black and not total two blank pages while using the CDX server API.
Akash Mahanty
2022-02-17 21:13:42 +0530
28f4b579f2
create check_for_blocked_site for handling the BlockedSiteError for sites that are blocking wayback machine by their robots.txt policy
Akash Mahanty
2022-02-17 21:07:05 +0530
faa97e5877
add BlockedSiteError for cases when archiving is blocked by site's robots.txt
Akash Mahanty
2022-02-17 21:04:21 +0530
3a44a710d3
add sort param support in CDX API class (#156 )
Akash Mahanty
2022-02-17 12:17:23 +0530
b4adf4a372
add sort param support in CDX API class
Akash Mahanty
2022-02-17 12:08:48 +0530
f63c6adf79
Trigger Build
Akash Mahanty
2022-02-09 17:29:19 +0530
b4d3393ef1
fix: move metadata from __init__.py into setup.cfg (#153 )
eggplants
2022-02-09 20:50:23 +0900
28e742e77c
Merge branch 'master' into fix_metadata
eggplants
2022-02-09 20:42:26 +0900
d325f47c6a
fix: move metadata from __init__.py into setup.cfg
eggplants
2022-02-09 20:41:16 +0900
cd5c3c61a5
fix imports with isort
3.0.3
Akash Mahanty
2022-02-09 16:18:25 +0530
87fb5ecd58
remove latest version funcs from utils, they were unused.
Akash Mahanty
2022-02-09 16:12:30 +0530
5954fcc646
format with black
Akash Mahanty
2022-02-09 15:51:11 +0530
89016d433c
added trove Typing :: Typed and Development Status :: 5 - Production/Stable
Akash Mahanty
2022-02-09 15:47:38 +0530
edaa1d5d54
update value to the new limit.
Akash Mahanty
2022-02-09 15:40:38 +0530
16f94db144
incr version to v3.0.3
Akash Mahanty
2022-02-09 14:33:16 +0530
25eb709ade
improve doc strings and comments and remove useless exceptions.
Akash Mahanty
2022-02-09 14:32:15 +0530
6d233f24fc
apply isort
Akash Mahanty
2022-02-09 11:20:59 +0530
ec341fa8b3
refactor code in cli module
Akash Mahanty
2022-02-09 11:20:10 +0530
cf18090f90
fix typo
Akash Mahanty
2022-02-09 09:52:20 +0530
81162eebd0
issues with HN
Akash Mahanty
2022-02-08 21:28:25 +0530
ca4f79a2e3
+ jfinkhaeuser and rafael (#150 )
Akash Mahanty
2022-02-08 20:34:34 +0530
abd7abf247
+ jfinkhaeuser and rafael
Akash Mahanty
2022-02-08 20:26:17 +0530
27f2727049
add 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 +0530
118dc6c523
add test for wrapper module
Akash Mahanty
2022-02-08 20:08:44 +0530
1216ffbc70
lint and refactor cli module
Akash Mahanty
2022-02-08 20:06:17 +0530
d58a5f0ee5
explicitly exculde some dirs from flake8 check
Akash Mahanty
2022-02-08 18:59:13 +0530
7e7412d9d1
remove deepsource, LGTM is better and has fewer False Postives.
Akash Mahanty
2022-02-08 18:49:44 +0530
70c38c5a60
+ codecov badge
Akash Mahanty
2022-02-08 17:49:05 +0530
f8bf9c16f9
Add tests (#149 )
Akash Mahanty
2022-02-08 17:46:59 +0530
1803803112
make mypy happy
Akash Mahanty
2022-02-08 17:17:43 +0530
2489e97868
make flake 8 happy
Akash Mahanty
2022-02-08 17:03:04 +0530
865a176744
added test for the CLI module
Akash Mahanty
2022-02-08 16:57:44 +0530
7405c4dd74
increase the limit of CDX to 25000 from 5000. 5X increase.
Akash Mahanty
2022-02-08 16:56:48 +0530
512db93960
fix save_urls_on_file
Akash Mahanty
2022-02-08 16:54:07 +0530
a531131deb
enable codecov
Akash Mahanty
2022-02-08 16:51:38 +0530
2bbfee7b2f
replace non-ASCII emojis with GitHub hosted equivalent images (#148 )
Akash Mahanty
2022-02-08 11:43:32 +0530
8304cf3eaf
replace non-ASCII emojis with GitHub hosted equivalent images
Akash Mahanty
2022-02-08 11:31:54 +0530
7317bd7183
Remove blank lines after docstring (#146 )
deepsource-autofix[bot]
2022-02-08 10:14:20 +0530
6971018d6e
Remove blank lines after docstring
deepsource-autofix[bot]
2022-02-08 04:43:49 +0000
e0dfbe0b7d
Fix comparison constant position (#145 )
deepsource-autofix[bot]
2022-02-08 10:06:23 +0530
4683bc80b2
format with black
Akash Mahanty
2022-02-08 10:03:38 +0530
1ee1f77b64
Fix comparison constant position
deepsource-autofix[bot]
2022-02-08 04:28:04 +0000
0b631592ea
Improve pylint score (#142 )
eggplants
2022-02-08 06:42:20 +0900
d3a8f343f8
+ [eggplants](https://github.com/eggplants ) (#143 )
Akash Mahanty
2022-02-08 01:41:10 +0530
40164a2465
+ [eggplants](https://github.com/eggplants )
Akash Mahanty
2022-02-08 01:40:16 +0530
247fe0393b
add: test patterns to deepsource conf
eggplants
2022-02-08 04:35:46 +0900
b4f69f0d43
fix
eggplants
2022-02-08 04:29:09 +0900
261913b7a0
add: flake ignore rule to pip8speaks conf
eggplants
2022-02-08 04:26:19 +0900
2e72bf150a
fix
eggplants
2022-02-08 04:22:11 +0900
99bb782130
fix: test
eggplants
2022-02-08 04:15:47 +0900
6876c786de
fix: errors to improve pylint scores
eggplants
2022-02-08 04:15:32 +0900
97f8b96411
added docstrings, added some static type hints and also lint. (#141 )
Akash Mahanty
2022-02-07 19:40:37 +0530
9033e158b3
add docstrings and lint
Akash Mahanty
2022-02-07 19:36:04 +0530
aa75ae4e7d
add doc strings and lint
Akash Mahanty
2022-02-07 19:04:44 +0530
0602a021fa
lint
Akash Mahanty
2022-02-07 18:50:14 +0530
03deaf43bc
added docstrings and lint with pylint
Akash Mahanty
2022-02-07 18:37:59 +0530
004ff26196
Add .deepsource.toml
DeepSource Bot
2022-02-07 12:55:57 +0000