Shared dependency groups + foundational utilities for PymergeticOS
Project description
pymergetic-common
pymergetic-common is the PymergeticOS foundation package.
It centralizes:
- Python dependency groups (extras) used across Pymergetic packages
- Shared low-level Python utilities (e.g., header/impl wiring)
C++ extension builds use pymergetic-easybind via the easybind extra below.
Dependency groups (extras)
Install with pip install pymergetic-common[GROUP] or uv pip install -e "packages/common[GROUP]".
| Extra | Purpose |
|---|---|
config |
pydantic, pydantic-settings, pyyaml (included in base install) |
console |
fire, rich, textual |
objects |
pyzmq |
pki |
cryptography |
builder |
pyinstaller |
nanobind |
nanobind~=… pin |
bind |
nanobind + scikit-build stack (no pymergetic-easybind — for building easybind itself) |
easybind |
bind + pymergetic-easybind~=… — C++ extension consumer stack |
test |
pytest, pytest-asyncio |
release |
build, twine |
all |
all of the above |
dev |
alias for all |
Other packages should re-export these groups instead of duplicating pins, e.g.:
[project.optional-dependencies]
dev = ["pymergetic-common[dev]"]
C++ extension packages (cppdantic, synapse, axon): use pymergetic-common[easybind].
os-sdk workspace install
From the os-sdk repo root:
uv sync
Or:
./scripts/dev-install.sh
Standalone package install:
uv pip install -e "packages/common[dev]"
Releasing
Versioning, tagging, and PyPI CI mirror pymergetic-easybind. See RELEASING.md.
pymergetic-release-tag --project-root packages/common --dry-run
pymergetic-release-tag --project-root packages/common
Dev CLIs (install pymergetic-common[release] from PyPI, or uv sync in os-sdk). Use --project-root when not cd'd into the package repo:
pymergetic-release-tag— nextv*tag + pushpymergetic-pin-pyproject— bump{distribution}~=…pinspymergetic-wait-pypi— poll until a pinned release is on PyPI
Implementation: pymergetic.common.devtools. See RELEASING.md.
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 pymergetic_common-0.0.1.tar.gz.
File metadata
- Download URL: pymergetic_common-0.0.1.tar.gz
- Upload date:
- Size: 47.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99410b51a4b431d0423e36f10919906c0fe59ea44336c9e507f8270ba020ad01
|
|
| MD5 |
37bda1081196f429dba3af56969508da
|
|
| BLAKE2b-256 |
9882a231011ac40aaa8dd7f83144d69438c85eb96fac0ec418a1ccb671c8e710
|
File details
Details for the file pymergetic_common-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pymergetic_common-0.0.1-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ebe86123b9cd4610a60d75aedb7b0e3c9097199d8e0a7e1683372a9f729511
|
|
| MD5 |
2b118a13b2dca819d8525a1d0be13380
|
|
| BLAKE2b-256 |
d1c0426266fc6bad24cd287f607161032237110f306ea4da7a6dcfcef5d950c0
|