Skip to main content

A blazing-fast Python package manager written in Rust

Project description

Pro Python Package

A blazing-fast Python package manager written in Rust.

Installation

pip install rx-pro

CLI Usage

# Initialize a new project
rx init my-project

# Add dependencies
rx add requests numpy pandas

# Install dependencies
rx sync

# Run commands
rx run python main.py

# Build wheel
rx build

# Security audit
rx audit

Python API

from pro import resolve, sync, build, audit

# Resolve dependencies
packages = resolve(["requests>=2.28", "numpy"])
for name, version, url in packages:
    print(f"{name}=={version}")

# Sync project to venv
count = sync("./my-project")
print(f"Installed {count} packages")

# Build wheel and sdist
result = build("./my-project", "./dist")
print(f"Wheel: {result['wheel']}")
print(f"Sdist: {result['sdist']}")

# Security audit
vulnerabilities = audit("./my-project")
for pkg, ver, cve, severity, description in vulnerabilities:
    print(f"{pkg}=={ver}: {cve} ({severity})")
    print(f"  {description}")

Features

  • 10-100x faster than Poetry
  • Native Rust build backend - no Python subprocess
  • WebAssembly plugins for extensibility
  • Full monorepo support with workspaces
  • Security audit with OSV database
  • Docker integration for deployment

Documentation

See the full documentation for more details.

License

Dual-licensed under MIT and Apache 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rx_pro-0.1.21-cp38-abi3-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8+Windows x86-64

rx_pro-0.1.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ x86-64

rx_pro-0.1.21-cp38-abi3-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

File details

Details for the file rx_pro-0.1.21-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: rx_pro-0.1.21-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rx_pro-0.1.21-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2e8de21e85e53ae6a07ee66d8e5d4c1c1d56daa77421bca765239473c9fc71f4
MD5 803d4c7a66a6519053eb4bae16498307
BLAKE2b-256 28c5de1f2a0a4edc15be9e9e6ac91119c90d1ad73c453be5c3049fcd31cf200f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rx_pro-0.1.21-cp38-abi3-win_amd64.whl:

Publisher: release.yml on get-rx/rx-pro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rx_pro-0.1.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rx_pro-0.1.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41e8e73034a60fc5c7a9908e47bf9cb40373f42545773a421335be579574ae6a
MD5 8849e34dda73dedd41574e2539ddc36b
BLAKE2b-256 66d31e2c0cb85d86d0e12fc2d382a729e85fc31c2f2df906c373d7c9613d7f9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rx_pro-0.1.21-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on get-rx/rx-pro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rx_pro-0.1.21-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rx_pro-0.1.21-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ea59a7ca619d4241dcdfdd551609d7b24df4518eb5c5c7732bc1e90f1d891a
MD5 25afbb3b90e6f178d0b037544444b276
BLAKE2b-256 9c11c8ebafffcc6b67c0ef8c8aad0593f65cac106044eb18cc37190f446d7ffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rx_pro-0.1.21-cp38-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on get-rx/rx-pro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page