Metadata-Version: 2.3
Name: cosmic-reach
Version: 0.1.2
Summary: THIS PROJECT IS NOT AFFILIATED WITH OR SUPPORTED BY COSMIC REACH / FINALFOREACH! This is a python implementaion of Cosmic Reach's protocol.
License: GPL-3.0
Author: JoJoJux
Author-email: info@jojojux.de
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dataclasses-json (>=0.6.7,<0.7.0)
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# `comsic-reach` python library

![PyPI - Version](https://img.shields.io/pypi/v/cosmic-reach)

> [!IMPORTANT]
> THIS PROJECT IS NEITHER AFFILIATED WITH, NOR SUPPORTED BY COSMIC REACH AND/OR FINALFOREACH

## What this is

This Library allows you to interact with Cosmic Reach in multiple ways.

- A protocol implementation including a serializer and deserializer
- A basic client and server implementation to send packages
- A client implementation with very basic functionality to interact with the Server and other players
- An API to download binaries from CRArchive

## Features

- [x] CR Archive API
- [x] CR Protocol Types
- [x] CR Protocol Serializing and Deserializing
- [x] Client and Server base (no functionality, only raw packets)
- [ ] Basic client  
      (Started)
- [ ] CRBin (De-)Serializer
- [ ] CR data mod types
- [ ] CR Version diff viewer
- [ ] Basic server

> [!NOTE]
> Some of these features may be moved to / created in a different library in the future to avoid bloat.

## Version Compatability

This library will only ever support the latest version of Cosmic Reach. If you are using an older version, you will either have to update to the latest version or use an older version of this library, if availible.

## Disclaimer

> [!WARNING]
> You are using this program at your own risk, I/we do not provide warranty!
> This project is neither extensively and frequently tested in regards of both securety and functionality, nor do we ensure or indicate that there would be future support.
> (_This was inserted because of the EU Cyber Resilience Act_)

