akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
452 stars 32 forks source link

CITATION.cff #165

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

GitHub docs says:

You can add a CITATION.cff file to the root of a repository to let others know how you would like them to cite your work. The citation file format is plain text with human- and machine-readable citation information.

CFF Schema Reference: https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md

CFF Schema: https://github.com/citation-file-format/citation-file-format/blob/main/schema.json

CFF Generator: https://citation-file-format.github.io/cff-initializer-javascript

eggplants commented 2 years ago
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
doi: ... blur blur blur ...
date-released: 2021-02-22
type: software
authors:
  - given-names: Akash Mahanty
    name-particle: Akash
    family-names: Mahanty
    name-suffix: Mr.
    email: akamhy@yahoo.com
    orcid: ... blur blur blur ...
    affiliation: ... blur blur blur ...
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'