skillfed

chalkpy-rs

Native Rust extension package for chalkpy

chalkpy-rs v0.1.1 566.4K downloads/30d#5,972 on PyPI
License unclear Active released

What it is and what it does

chalkpy-rs is a native Rust extension package that serves as the compiled backend for chalkpy. It is distributed as a Python package named chalkpy-rs and provides the top-level import module chalk_rs. The package has no runtime dependencies and is available as pre-built wheels across Python versions 3.10 through 3.14 on macOS, Linux, and Windows platforms.

This is a specialized dependency package typically installed as a transitive requirement when using chalkpy rather than directly by end users. The medium install friction reflects the need to match compiled wheels to your Python version and architecture, though the broad wheel coverage minimizes compatibility issues on common platforms.

Use it for:

  • Installed as a compiled dependency when using chalkpy for feature engineering workflows
  • Providing native-code performance acceleration for chalk-based computations
  • Supporting chalkpy-based machine learning pipelines that require compiled backend performance

Worth the install?

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

Provides a native Rust extension package that serves as the compiled backend for chalkpy, distributed under the import name chalk_rs.

Yes, if you are using chalkpy. Install it as a dependency of chalkpy rather than directly unless you have a specific reason to use it standalone. The package is actively maintained with no known vulnerabilities and supports current Python versions. License status is unclear, so verify licensing terms before use in proprietary projects.

Install

chalkpy-rs on PyPI

pip

pip install chalkpy-rs

uv

uv add chalkpy-rs

poetry

poetry add chalkpy-rs

Installing chalkpy-rs

Before you install

Medium install friction due to compiled wheels; actively maintained with recent release and broad platform coverage across macOS, Linux, and Windows.

Quickstart

pip install chalkpy-rs

Requires Python 3.10 or later and less than 3.15; pre-built wheels available for macOS (x86_64, arm64), Linux (x86_64, aarch64), and Windows (x86_64)

Verify before relying

  • What specific functionality this package provides and its intended use cases beyond serving as a chalkpy dependency
  • Whether chalk_rs can be used standalone or only as a transitive dependency
  • License terms, as license_treatment is marked unclear

Package facts

License not declared (unclear)
Python support supports the current Python release (<3.15,>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 92 days since the last release
First released
Downloads 566,423/month — #5,972 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: chalkpy_rs-0.1.1-cp310-cp310-macosx_10_13_x86_64.whl; chalkpy_rs-0.1.1-cp310-cp310-macosx_11_0_arm64.whl; chalkpy_rs-0.1.1-cp310-cp310-manylinux_2_28_aarch64.whl; chalkpy_rs-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl; chalkpy_rs-0.1.1-cp310-cp310-win_amd64.whl; chalkpy_rs-0.1.1-cp311-cp311-macosx_10_13_x86_64.whl; chalkpy_rs-0.1.1-cp311-cp311-macosx_11_0_arm64.whl; chalkpy_rs-0.1.1-cp311-cp311-manylinux_2_28_aarch64.whl; chalkpy_rs-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl; chalkpy_rs-0.1.1-cp311-cp311-win_amd64.whl; chalkpy_rs-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl; chalkpy_rs-0.1.1-cp312-cp312-macosx_11_0_arm64.whl; chalkpy_rs-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl; chalkpy_rs-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl; chalkpy_rs-0.1.1-cp312-cp312-win_amd64.whl; chalkpy_rs-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl; chalkpy_rs-0.1.1-cp313-cp313-macosx_11_0_arm64.whl; chalkpy_rs-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl; chalkpy_rs-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl; chalkpy_rs-0.1.1-cp313-cp313-win_amd64.whl

Programming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Rust

Tags

rust extension for pythonnative compiled python modulechalkpy rust backendhigh-performance python bindingcompiled extension package
rust-extensioncompiled-binary

More Software Development packages