Metadata-Version: 2.1
Name: ravf
Version: 1.0.0
Summary: Raw Astro Video Format - File format designed to store raw frames from a camera in realtime primarily for Occultations
Home-page: https://github.com/ChasinSpin/ravf
Author: ChasinSpin
Author-email: 
Project-URL: Bug Tracker, https://github.com/ChasinSpin/ravf/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Raw Astro Video Format (RAVF) Package

## Introduction

Python implementation of a reader/writer for the Raw Astro Video Format.

Specification: [RawAstroVideoFormat.md](https://github.com/ChasinSpin/ravf/blob/main/docs/RawAstroVideoFormat.md)

RAVF is loosely based on the [Astro Digital Video](http://www.hristopavlov.net/adv/index.html) specification with an emphasis on writing in a variety of raw formats natively on CPU-bound hardware, where the goal is to get the data written quickly at higher frame rates sometimes needed for occultations.

Install:

	pip install ravf

Upgrade:

	pip install --upgrade --force-reinstall ravf
