Metadata-Version: 2.4
Name: wds-astropy-table
Version: 0.2.0
Summary: A simple package to parse the WDS catalog into an astropy table
Author-email: Adam Brown <adamarthurryan@gmail.com>
License-Expression: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: numpy
Dynamic: license-file

A simple package to parse the WDS catalog into an astropy table.

Retrieve the `wdsweb_summ2.txt` file from the  https://crf.usno.navy.mil/wdstext website.

Call `wds_astropy_table.parse_wdsweb(filename)` with the path to said file. An astropy table will be returned.
