* add: configure files (setup.py->setup.py+setup.cfg+pyproject.toml)
* add: __download_url__
* format with black and isort
* fix: flake8 section in setup.cfg
* add: E501 to flake ignore
* fix: metadata.name does not accept attr
* fix: merge __version__.py into __init__.py
* fix: flake8 errors in tests/
* fix: datetime.datetime -> datetime
* fix: banner
* fix: ignore W605 for banner
* fix: way to install deps in CI
* add: versem to setuptools
* fix: drop python<=3.6 (#126) from package and CI
* added RedirectSaveError - for failed saves if the URL is a permanent redirect.
* check if url is redirect before throwing exceptions, res.url is the redirect url if redirected at all
* update tests and cli errors
* Added some docstrings in utils.py
* renamed some func/meth to better names and added doc strings + lint
* added more docstrings
* more docstrings
* improve docstrings
* docstrings
* added more docstrings, lint
* fix import error
* Update cli.py
* improved tests
* chnages for proper testing
* Type check using isinstance
* Replace elifs with if when used after return
* twitter.com --> www.ibm.com
* fix typo
* test archive urll parser and dunders
* Update test_wrapper.py
* Update wrapper.py
* entry points cli
* Suppress the urllib2/3 Exception
* rm cli code, will create a new cli.py file
* Create cli.py
* update cli entry pts
* Update cli.py
* Update cli.py
* import print_function
* Update cli.py
* Update cli.py
* Delete pypi_uploader.sh
* resolve conflicts with the master
* update the test ; resolve the conflicts
* decrease code complexity
* cli method changed to main
* get is not for just local usage
* get method should be available from interface
* get is used in the interface
* Update cli.py