Metadata-Version: 2.4
Name: spacecan
Version: 0.8.0
Summary: Python implementation of SpaceCAN protocol
Author-email: LibreCube <info@librecube.org>
License: MIT License
Project-URL: Homepage, https://gitlab.com/librecube/lib/python-spacecan
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: python-can
Dynamic: license-file

# Python SpaceCAN, Version 0.8

SpaceCAN is a highly reliable onboard command and monitoring bus for use in satellites, drones, rovers, and other mobile robotic systems.

This Python package implements the [SpaceCAN protocol](https://librecube.gitlab.io/standards/spacecan/).

## Getting Started

Install via pip:

```
pip install spacecan
```

See the [examples](./examples/index.md) for how to make use of this module.

Refer to the [Operation Guide](docs/operation/index.md) for more details.

Refer to the [Configuration Guide](docs/configuration/index.md) on how to configure your SpaceCAN network.

## License

The project is licensed under the MIT license. See the [LICENSE](./LICENSE.txt) file for details.

## Contact

Visit the LibreCube website (https://librecube.org/) or send us an email (info@librecube.org).
