Registry / ai-ml / chalkpy-rs

chalkpy-rs

JSON →
library0.1.1pypypiunverified

Native Rust extension package for the chalkpy feature store and AI platform. Provides Rust-accelerated implementations for performance-critical operations. Version 0.1.1, actively developed with monthly releases.

pip install chalkpy-rs
INSTALL
IMPORT
SIG · CHALKPY-RS
C
chalkpy-rs
ai-mlpythonv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

_chalkpy_rs
import chalkpy_rs
import chalkpy_rs as not_used
Direct import of the native module; typically not used directly, it's imported by chalkpy internally.

Import the native Rust extension and verify it's available. The actual functionality is accessed via chalkpy's high-level API.

import chalkpy_rs from chalk.client import ChalkClient client = ChalkClient(api_key=os.environ.get('CHALK_API_KEY', '')) print(chalkpy_rs.__version__)
Debug
Known issues
breakingThis package replaces the older 'chalkpy-native' package. Projects depending on 'chalkpy-native' must switch to 'chalkpy-rs' and update their requirements.
fix
Replace 'chalkpy-native' with 'chalkpy-rs' in requirements and imports. Import syntax remains the same: `import chalkpy_rs`.
affects: <=0.1.0
gotchaThe 'chalkpy-rs' package is a Rust extension and may require a Rust toolchain during installation if a pre-built wheel is not available for your platform.
fix
Install from PyPI; if a wheel is missing, install Rust via rustup and then install the package again.
affects: >=0.1.0
deprecatedPython 3.10 support is deprecated; future versions will require Python >=3.11.
fix
Upgrade to Python 3.11 or higher.
affects: >=0.1.1
Upgrade
Version history
0.1.1latest on PyPI · released May 14, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

chalkpy-rs — pip install chalkpy-rs · libregistry