-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cff-version: 1.2.0 | ||
message: 'If you use this software, please cite it as below.' | ||
title: waybackpy | ||
abstract: 'Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and retrieve archived pages easily.' | ||
version: 3.0.5 | ||
date-released: 2021-02-22 | ||
type: software | ||
authors: | ||
- given-names: Akash Mahanty | ||
name-particle: Akash | ||
family-names: Mahanty | ||
name-suffix: Mr. | ||
email: [email protected] | ||
keywords: | ||
- Archive Website | ||
- Wayback Machine | ||
- Internet Archive | ||
- Wayback Machine CLI | ||
- Wayback Machine Python | ||
- Internet Archiving | ||
- Availability API | ||
- CDX API | ||
- savepagenow | ||
license: MIT | ||
repository-code: 'https://github.com/akamhy/waybackpy' |