ravf


Nameravf JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/ChasinSpin/ravf
SummaryRaw Astro Video Format - File format designed to store raw frames from a camera in realtime primarily for Occultations
upload_time2023-09-28 18:36:50
maintainer
docs_urlNone
authorChasinSpin
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChasinSpin/ravf",
    "name": "ravf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "ChasinSpin",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5f/39/120672366872937a6df096f7078b3041804c34d4f3a8506c51e6b0d89193/ravf-1.0.0.tar.gz",
    "platform": null,
    "description": "# Raw Astro Video Format (RAVF) Package\n\n## Introduction\n\nPython implementation of a reader/writer for the Raw Astro Video Format.\n\nSpecification: [RawAstroVideoFormat.md](https://github.com/ChasinSpin/ravf/blob/main/docs/RawAstroVideoFormat.md)\n\nRAVF 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.\n\nInstall:\n\n\tpip install ravf\n\nUpgrade:\n\n\tpip install --upgrade --force-reinstall ravf\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Raw Astro Video Format - File format designed to store raw frames from a camera in realtime primarily for Occultations",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/ChasinSpin/ravf/issues",
        "Homepage": "https://github.com/ChasinSpin/ravf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f39120672366872937a6df096f7078b3041804c34d4f3a8506c51e6b0d89193",
                "md5": "c53b97ea978d45b687ec35d32d397f6f",
                "sha256": "ffe1feeb86f4b9b9754d0f150b8c70e3291f8760030017257410e7960ad3095d"
            },
            "downloads": -1,
            "filename": "ravf-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c53b97ea978d45b687ec35d32d397f6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8849,
            "upload_time": "2023-09-28T18:36:50",
            "upload_time_iso_8601": "2023-09-28T18:36:50.554215Z",
            "url": "https://files.pythonhosted.org/packages/5f/39/120672366872937a6df096f7078b3041804c34d4f3a8506c51e6b0d89193/ravf-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 18:36:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChasinSpin",
    "github_project": "ravf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ravf"
}
        
Elapsed time: 0.27175s