Metadata-Version: 2.4
Name: rym-cx
Version: 0.1.2
Summary: A sandbox for indexing.
Project-URL: Homepage, https://github.com/muppetjones/rym-py/tree/main/rym-cx
Project-URL: Bug Tracker, https://github.com/muppetjones/rym-py/issues
Project-URL: Documentation, https://muppetjones.github.io/rym-py/rym-cx
Author-email: Stephen Bush <2041619+muppetjones@users.noreply.github.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# rym-cx

[![PyPI - Version](https://img.shields.io/pypi/v/rym-token.svg)](https://pypi.org/project/rym-cx)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rym-token.svg)](https://pypi.org/project/rym-cx)
[![License: MIT](https://img.shields.io/badge/license-MIT-C06524)](https://github.com/muppetjones/rym-py/blob/main/LICENSE.txt)

> [!IMPORTANT]  
> This is a WIP and is not intended for general use.

An ECS implementation in python. This package is a proof of concept and is not
intended to provide a fully featured ECS. For a description of the goals and concepts
used in this project, see the [design docs](/docs/design).

## Testing

Run one of the following to execute tests:

```shell
pdm test
```

```shell
python -m unittest discover -vv tests.rym.cx
```
