skillfed

cua-core

Core functionality for Cua including telemetry and shared utilities

cua-core v0.3.1 155.7K downloads/30d#10,805 on PyPI
License unclear Active released

What it is and what it does

Cua Core is a foundational package for the Cua ecosystem that bundles shared utilities, helper functions, and core infrastructure components used across other Cua modules. It includes a privacy-focused telemetry system designed for transparent usage analytics, allowing the ecosystem to track how its tools are used while respecting user privacy.

The package has low install friction—it depends only on posthog for its telemetry capabilities—and is actively maintained with support for current Python versions. It is primarily intended as a dependency for other Cua packages rather than as a standalone tool, though developers working within the Cua ecosystem may import its utilities directly.

Use it for:

  • Use as a dependency when building or extending other Cua ecosystem packages that need shared utilities.
  • Access privacy-respecting telemetry infrastructure for tracking usage patterns in Cua-based applications.
  • Leverage common helper functions and core infrastructure to avoid duplication across modules.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Cua Core provides shared utilities, helper functions, and core infrastructure for the Cua ecosystem, including a privacy-focused telemetry system for usage analytics.

Yes, if you are actively using or developing within the Cua ecosystem. The package has low install friction, no known vulnerabilities, and active maintenance. However, verify the license before use in proprietary projects, as it is currently unclear. If you are not part of the Cua ecosystem, this package is unlikely to be useful on its own.

Install

cua-core on PyPI

pip

pip install cua-core

uv

uv add cua-core

poetry

poetry add cua-core

Installing cua-core

Before you install

Low install friction with a single runtime dependency (posthog). The package is actively maintained and supports current Python versions.

License in practice

License treatment is unclear—no SPDX identifier or raw license text is available in the metadata. Verify the actual license before use in proprietary or copyleft-sensitive projects.

Quickstart

pip install cua-core

import cua_core
# Use shared utilities and telemetry from the ecosystem

Requires Python 3.11 or later; posthog is a required runtime dependency.

Verify before relying

  • What specific shared utilities and helper functions does cua-core expose for direct use?
  • How is the privacy-focused telemetry system configured and what data does it collect?
  • What is the actual license of this package (SPDX identifier or text)?
  • Is cua-core intended as a public API or primarily for internal ecosystem use?

Package facts

License not declared (unclear)
Python support supports the current Python release (<3.14,>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 1 — posthog
Maintenance actively maintained — 121 days since the last release
First released
Downloads 155,673/month — #10,805 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cua_core-0.3.1-py3-none-any.whl

Tags

cua ecosystem utilitiesprivacy telemetry analyticsshared core functionalitycua infrastructuretransparent usage tracking
cua-ecosystemtelemetryshared-utilities

More Software Development packages