12 lines
406 B
Python
12 lines
406 B
Python
__title__ = "waybackpy"
|
|
__description__ = (
|
|
"Python package that interfaces with the Internet Archive's Wayback Machine APIs. "
|
|
"Archive pages and retrieve archived pages easily."
|
|
)
|
|
__url__ = "https://akamhy.github.io/waybackpy/"
|
|
__version__ = "3.0.1"
|
|
__author__ = "Akash Mahanty"
|
|
__author_email__ = "akamhy@yahoo.com"
|
|
__license__ = "MIT"
|
|
__copyright__ = "Copyright 2020-2022 Akash Mahanty et al."
|