Metadata-Version: 2.3
Name: ccsds
Version: 0.1.0b19
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: pytest ; extra == 'test'
Provides-Extra: test
License-File: LICENSE.txt
Keywords: ccsds,spacepacket,framing,cadu
Author: Bruce Flynn <brucef@ssec.wisc.edu>
Author-email: Bruce Flynn <brucef@ssec.wisc.edu>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/bmflynn/ccsds-rs

# ccsds Python bindings

[![Actions Status](https://img.shields.io/github/actions/workflow/status/bmflynn/ccsdspy/CI.yml?branch=main&logo=github&style=flat-square)](https://github.com/bmflynn/ccsdspy/actions)

> [!WARNING]
> This project is very much in development, and the API is very likely to change in ways that will 
> things. If you have comments or suggestions regarding the API feel free to file an issue.

`ccsds` provides Python bindnigs for the [ccsds](https://github.com/bmflynn/ccsds-rs/lib)
Rust bindings using [pyo3](https://pyo3.rs).


## Related

* [spacecraftsdb](https://github.com/bmflynn/spacecraftsdb): JSON Spacecraft metadata database
* [spacecrafts-rs](https://github.com/bmflynn/spacecrafts-rs): Rust crate interfacing with `spacecraftsdb`
* [ccsds-rs](https://github.com/bmflynn/ccsds-rs): Rust crate for CCSDS spacecraft frame & spacepacket decoding

