Metadata-Version: 2.1
Name: packetraven
Version: 1.0.0
Summary: Balloon payload telemetry over APRS
Home-page: https://github.com/UMDBPP/PacketRaven.git
Author: Zach Burnett, Quinn Kupec
Author-email: zrb@umd.edu
License: MIT
Description: # PacketRaven 
        
        [![tests](https://github.com/UMDBPP/packetraven/workflows/tests/badge.svg)](https://github.com/UMDBPP/packetraven/actions?query=workflow%3Atests)
        [![build](https://github.com/UMDBPP/packetraven/workflows/build/badge.svg)](https://github.com/UMDBPP/packetraven/actions?query=workflow%3Abuild)
        
        ### Balloon payload telemetry over APRS
        PacketRaven is a new version of Link-TLM written in Python
        
        #### Features:
        - APRS packet parsing over serial
        - log to file
        - plotting
        
        #### Installation:
        ```bash
        pip install packetraven
        ```
        
        ###### starting CLI:
        ```bash
        packetraven
        ```
        
        ###### starting GUI:
        ```bash
        packetraven_gui
        ```
        
        #### In-progress Features
        - altitude plot with `matplotlib`
        - flight track plot with `cartopy`
        - live track prediction
        - Iridium telemetry and commands
        - live chase navigation
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
