Metadata-Version: 2.1
Name: space-packet-parser
Version: 4.0.2
Summary: A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
Home-page: https://github.com/medley56/space_packet_parser
License: BSD-3-Clause
Keywords: ccsds,xtce,space data systems,space packet protocol,packet parsing,lasp,university of colorado,data processing,data extraction,data manipulation,data transformation,data encoding,data decoding,packet inspection,binary data,python
Author: Gavin Medley
Author-email: gavin.medley@lasp.colorado.edu
Maintainer: Gavin Medley
Maintainer-email: gavin.medley@lasp.colorado.edu
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bitstring (>=3.0.0,<5)
Project-URL: Repository, https://github.com/medley56/space_packet_parser
Description-Content-Type: text/markdown

# Space Packet Parser - a configurable parser for CCSDS telemetry packets
This is a package for decoding CCSDS telemetry packets according to an XTCE or CSV packet structure definition. 
It is based on the UML model of the XTCE spec and aims to support all but the most esoteric elements of the 
XTCE telemetry packet specification.

Resources:
- [XTCE (Green Book - Informational Report)](https://public.ccsds.org/Pubs/660x2g2.pdf)
- [XTCE Element Description (Green Book - Informational Report)](https://public.ccsds.org/Pubs/660x1g2.pdf)
- [XTCE (Blue Book - Recommended Standard)](https://public.ccsds.org/Pubs/660x0b2.pdf)

## Installation
```bash
pip install space_packet_parser
```

