Metadata-Version: 2.4
Name: rubik-model
Version: 1.0.4
Summary: DEPRECATED: This package has been renamed to cube-model.
Author: Yitzchak Gale
Author-email: gale@sefer.org
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cube-model (>=1.0.3)
Project-URL: Homepage, https://github.com/ygale/cube-model
Project-URL: Repository, https://github.com/ygale/cube-model
Description-Content-Type: text/markdown

# rubik-model

This project was renamed because "Rubik" is a registered trademark.

The package has been moved to [cube-model](https://pypi.org/project/cube-model/).

## Migration

Replace your dependency:

```
pip uninstall rubik-model
pip install cube-model
```

Update your imports:

```python
# Before
from rubik_model import ...

# After
from cube_model import ...
```

