Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Rust-based Python packages #798

Open
a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Open

Support Rust-based Python packages #798

a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Labels
cargo Related to support of Rust and Cargo pip Pull requests/issues related to our pip handling module python Pull requests that update Python code

Comments

@a-ovchinnikov
Copy link
Collaborator

Certain packages (like cryptography and pydantic-core) require Rust support to
be built from sources. Pip package manager should be amended to detect such packages
and to invoke Rust package manager to vendor dependencies for them and to collect
all necessary crates. Further, the output of Rust PM must be made available to pip.
Given that a) all crates are collected and are present in a known location
and b) Cargo and Rust are both present in a build system pip should be able to
build such packages as usual.

@a-ovchinnikov a-ovchinnikov added pip Pull requests/issues related to our pip handling module python Pull requests that update Python code cargo Related to support of Rust and Cargo labels Jan 24, 2025
@a-ovchinnikov a-ovchinnikov added this to the Implement Rust support milestone Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cargo Related to support of Rust and Cargo pip Pull requests/issues related to our pip handling module python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant