Metadata-Version: 2.1
Name: aas_job_register_downloader
Version: 1.0
Summary: All the TESS exoplanets!
Home-page: https://github.com/avivajpeyi/aas_job_register_downloader
Author: Avi Vajpeyi
Author-email: avi.vajpeyi@gmail.com
Maintainer: Avi Vajpeyi
Maintainer-email: avi.vajpeyi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev

# AAS Job Register Downloader

The AAS Job register (https://jobregister.aas.org/) has a lot of cool jobs but these are a bit challenging to sift through.

This tries to collect some data from the site and tabulate it. I hope it helps you in your search!

## To use
```
pip install aas_job_register_downloader
download_aas_jobs
```
If you want the job descriptions to be added in the table:
```
download_aas_jobs -v
```


