// pypi

Python libraries

Shared utilities extracted from real production tooling. Pip-installable, no extras required.

oj-toolkit

Shared utilities for ownjoo Python projects

Centralized shared utilities: standardized logging config, type validation, jmespath-powered data digging, colored console tables/boxes, and async helpers.

pip install oj-toolkit
View on PyPI

oj-persistence

Pluggable, thread-safe persistence

Thread-safe persistence management with pluggable storage backends — swap SQLite, filesystem, or custom backends without touching call sites.

pip install oj-persistence
View on PyPI

oj-io-chains

Async pub/sub data pipelines

Lightweight async data pipelines using a publisher/subscriber pattern — compose data-processing stages without a heavyweight framework.

pip install oj-io-chains
View on PyPI