A Python library for reading variable star data from GCVS.
Project description
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygcvs-1.1.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file pygcvs-1.1.tar.gz
.
File metadata
- Download URL: pygcvs-1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0462a0bc33c9b63e050b0356c4a03b7b23f395c5b1bf24a4140268486adbc3bc |
|
MD5 | 0fd66602fc3360a13cacb711c847350c |
|
BLAKE2b-256 | ebda45f7ddedc485364c2f3e34c6c8705d05630be5e5b64e137f2b6bb15c3559 |
Provenance
File details
Details for the file pygcvs-1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pygcvs-1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d16f6f46fa6459c3ddd956e8151b556a259cee436fbbf9f10a313ead1bfc21c8 |
|
MD5 | 5f44c012d63e4372505dc5ce5fe7dafd |
|
BLAKE2b-256 | ae028654c5f1302200ad0f17029a5d7d842e22edd19019bf9e0bd4bb3e612f07 |