update readme for newer oop and some test changes (#12)

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* docstrings

* user agent ; more variants

* description update

* Update __init__.py

* # -*- coding: utf-8 -*-

* Update test_1.py

* update docs for get()

* Update README.md
This commit is contained in:
Akash
2020-07-18 16:22:09 +05:30
committed by GitHub
parent 700b60b5f8
commit 0ad27f5ecc
5 changed files with 85 additions and 124 deletions

View File

@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
__title__ = "waybackpy"
__description__ = "A python wrapper for Internet Archive's Wayback Machine API. Archive pages and retrieve archived pages easily."
__description__ = "A Python library 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.0.0"
__author__ = "akamhy"