Metadata-Version: 2.4
Name: ontocubes
Version: 0.1.1
Summary: Universal ontological cube framework - represent any entity as a 5-layer cube. COMING SOON.
Project-URL: Homepage, https://github.com/lifeaitools/ontocubes
Author-email: LifeAiTools <dev@lifeaitools.com>
License-Expression: MIT
Keywords: cubes,entity-modeling,knowledge-representation,ontology
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ontocubes

**Status: Coming Soon**

Universal ontological cube framework for representing any entity as a 5-layer cube.

## Concept

OntoCubes will provide a unified model where **any entity** can be represented as a cube with 5 layers:

| Layer | Purpose |
|-------|---------|
| **Temporal** | Identity & versioning |
| **Typology** | Type hierarchy |
| **Ontology** | Semantic classification |
| **Causality** | Parent/ancestry chain |
| **Individuality** | Actual data |

## Status

This package is currently in development. The name has been reserved on PyPI.

**Full release coming soon.**

## License

MIT
