Skip to main content

A Python library for reading variable star data from GCVS.

Project description

Requirements Status Latest PyPI version Number of PyPI downloads Supported Python versions Wheel Status https://travis-ci.org/zsiciarz/pygcvs.svg?branch=master https://coveralls.io/repos/zsiciarz/pygcvs/badge.png?branch=master

A Python library for reading variable star data from the General Catalog of Variable Stars.

Installation

Use pip to install latest release available at PyPI:

pip install pygcvs

Usage

Download the iii.dat file from GCVS and point the read_gcvs function at its location. The function returns a generator which yields a single star data dictionary at a time. See below:

>>> import pygcvs
>>> for star in pygcvs.read_gcvs('iii.dat'):
...     print(star['name'])
R AND
S AND
#...
V0515 VUL
V0516 VUL

Resources

Author

License

pygcvs is free software, licensed under the MIT/X11 License. A copy of the license is provided with the source code in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygcvs-0.1.4.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pygcvs-0.1.4-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page