cMeta (aka cX) is a common meta-framework for unifying, interconnecting and reusing code, data, models, agents, and knowledge across projects and domains.
Project description
cMeta (Common Meta Framework)
cMeta (aka cX) is a common meta-framework for unifying, interconnecting and reusing code, data, models, agents, and knowledge across projects and domains.
License
Apache 2.0
Copyright
Copyright (C) 2025-2026 Grigori Fursin and cTuning Labs.
This project may include minor functionality reused from MLCommons CK/CM, developed by the same author and licensed under the same Apache 2.0 terms.
Installation
Simple PIP
pip install cmeta
cmeta --version
UV + PIP
uv venv
uv pip install cmeta
uv run cmeta --version
UV + GIT
uv venv
uv pip install --force-reinstall git+ssh://git@github.com/ctuninglabs/cmeta.git@main#egg=cmeta
uv run cmeta --version
Command line
cmeta --help
cmeta --version
or
cx --help
cx --version
Python interface
from cmeta import CMeta
cm = CMeta()
r = cm.access({'category':'repo', 'command':'list'})
print (r)
Status
Under active development.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cmeta-0.27.5.tar.gz.
File metadata
- Download URL: cmeta-0.27.5.tar.gz
- Upload date:
- Size: 166.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5490e3e31c6ebc8f09ace10edbeeb2dbfdee08cd0085f931e0af501bdd4134fb
|
|
| MD5 |
27ddcadfe63c71178b82e5cd17a269f2
|
|
| BLAKE2b-256 |
3b331ed211246ca3d1f5ecde3896cae575e334f84979a18855bc812fef69da63
|
File details
Details for the file cmeta-0.27.5-py3-none-any.whl.
File metadata
- Download URL: cmeta-0.27.5-py3-none-any.whl
- Upload date:
- Size: 190.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20acd4cb5545c3131ae0cee287276538f7f681f068a69024bced4e433f70d488
|
|
| MD5 |
b9db541c04e02dda03b32280c7817a67
|
|
| BLAKE2b-256 |
7feb5048b872153e3341ac3530cfb551933e145528e786c2b27f7ace1fb68f6b
|