- Major changes
* Removed the incomplete documentation from the
'README.md' file.
* Worked out the proper import arrangements. Removed the
'readabs.py' file. Expanded '__init__.py'
* Removed the generate_catalogue_map.py and rewrote the
abs_catalogue.py to dunamically download the catalogue.
* Started using pdoc3 to automate the generation of API
documents. API comments are a work in progress, and
there is no guarantee I will stick with pdoc3.
- Minor changes
* Added __all__ to __init__.py, to allow for wildcard
imports
* Applied mypy and pylint to the package. Down to zero
mypy issues and one pylint issue.
---