waybackpy/waybackpy/__version__.py

11 lines
394 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
2020-05-07 15:46:26 +02:00
__title__ = "waybackpy"
__description__ = "A Python library that interfaces with the Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
2020-05-07 15:46:26 +02:00
__url__ = "https://akamhy.github.io/waybackpy/"
2020-07-20 07:10:37 +02:00
__version__ = "2.1.2"
2020-05-07 15:46:26 +02:00
__author__ = "akamhy"
__author_email__ = "akash3pro@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2020 akamhy"