A Python library for working with AAVSO data.
Project description
pyaavso is a Python library for working with AAVSO (American Association of Variable Star Observers) data. The library is compatible with both Python 2.7 and 3.3+.
Features
reading and writing variable star observations in AAVSO’s Visual File Format
downloading all observation data for a given observer
Installation
Use pip to install latest release available at PyPI:
pip install pyaavso
Usage
The following code uses VisualFormatWriter to report a single observation of SS Cyg between the outbursts.
>>> from pyaavso.formats import VisualFormatWriter >>> observer_code = 'XYZ' >>> with open('data.txt', 'wb') as fp: ... writer = VisualFormatWriter(fp, observer_code) ... writer.writerow({ ... 'name': 'SS CYG', ... 'date': '2450702.1234', ... 'magnitude': '<11.0', ... 'comp1': '110', ... 'chart': '070613', ... })
The data.txt file can be now submitted to AAVSO.
Resources
License
pyaavso 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
Built Distribution
File details
Details for the file pyaavso-0.2.tar.gz
.
File metadata
- Download URL: pyaavso-0.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cebca3e23cccaaa7c06c13ea1bbe34472e4dfaf481782371f4c63e327ddf24e |
|
MD5 | 5d4a9a9f3b40197d397f7b9a6d448b6d |
|
BLAKE2b-256 | 9666740951842b68299e74a93edb5721bb0b701ad4a5ea4cc7ba713bb899e78d |
File details
Details for the file pyaavso-0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyaavso-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8173915c8477095a5a932fbf5b00778010b985ef06384c8d2b61f1e0050d8162 |
|
MD5 | b85985de497eccaede468eecfe0c732f |
|
BLAKE2b-256 | 49ed05ce9acd12aaa7d15db662cb0a592d1fdb935b177029594bcc316d96ded2 |