Files
waybackpy/waybackpy/__version__.py
Akash Mahanty d98c4f32ad v2.3.3
2021-01-05 01:48:54 +05:30

12 lines
400 B
Python

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