Skip to main content

A Python library for working with AAVSO data.

Project description

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

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

Author

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


Download files

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

Source Distribution

pyaavso-0.2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

pyaavso-0.2-py2.py3-none-any.whl (15.9 kB view details)

Uploaded Python 2 Python 3

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

Hashes for pyaavso-0.2.tar.gz
Algorithm Hash digest
SHA256 9cebca3e23cccaaa7c06c13ea1bbe34472e4dfaf481782371f4c63e327ddf24e
MD5 5d4a9a9f3b40197d397f7b9a6d448b6d
BLAKE2b-256 9666740951842b68299e74a93edb5721bb0b701ad4a5ea4cc7ba713bb899e78d

See more details on using hashes here.

File details

Details for the file pyaavso-0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyaavso-0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8173915c8477095a5a932fbf5b00778010b985ef06384c8d2b61f1e0050d8162
MD5 b85985de497eccaede468eecfe0c732f
BLAKE2b-256 49ed05ce9acd12aaa7d15db662cb0a592d1fdb935b177029594bcc316d96ded2

See more details on using hashes here.

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