A group of functions written to query and record data from various astronomical websites.
It is meant to save the user's (and the queried website's) time by localing at the local library created from previous queries first before querying the websites.
This is an important step in making a script automatically updates any data.
It should be written to work with everything greater than Python 3.7, so treat yourself to the latest version of Python.
https://www.python.org/downloads/
python --version
To make sure you are using python 3.7 or greater. You me need python3 on you system. python3 --version
python -m venv venv
This way you can keep your system python clean and not have to worry about
what we install here. Just delete the venv folder when you are done. As
a bonus, after activation you can use python
instead of python3
in the terminal.
source venv/bin/activate
venv\Scripts\activate.bat
pip install .
pip install autostar