A Python package for automating calls to WebPIMMS.
AutoPIMMS was created by Elizabeth Lincoln, Rosa Everson, and Christopher Carroll during the Code/Astro: Software Engineering Workshop for Astronomy in June 2021.
Download and install the latest version from PyPI:
pip install autopimms
Installing from source (into the current working directory):
python setup.py install
Coming soon!
"""
Example usage of AutoPIMMS to get the results from WebPIMMS web form.
"""
import autopimms
autopimms.main()