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 trex-py

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 trex 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-50x 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.7-cp314-cp314-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rx_pro-0.1.7-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

rx_pro-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

File details

Details for the file rx_pro-0.1.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rx_pro-0.1.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60f49c67d2f4f495574ba2a4abc847674f71a1bc47dcdf7cc242ead9dc71ba2c
MD5 b3a23aa6d3b04c64df70fd81582da878
BLAKE2b-256 b3906a5981e25d1635cb5da2f62bdcaac4163a6a45babda27ac4f5478cbd9d2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rx_pro-0.1.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on stherrien/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.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rx_pro-0.1.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, 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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fef0f6d5564adb6c52ce1efbadfb8240eeee3d0ff6e3c0f438263891f0c9ea20
MD5 225ea0c49ac8e6ae0814523466029cb5
BLAKE2b-256 097222d03135872e8fca97268255388b7c7191bd9d5d1c34dfeabf7cf8891db8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rx_pro-0.1.7-cp312-cp312-win_amd64.whl:

Publisher: release.yml on stherrien/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.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rx_pro-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5eb76c6d11dd7e71afa5755bc3a403ae339148883f130286979f8a2c15fedf46
MD5 edf8380412b04b8705a04245a69e80b4
BLAKE2b-256 41db47ea15f69d5d537a179ecf4fe61b15d63a23a7cb669d59efb9b8bd67a825

See more details on using hashes here.

Provenance

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

Publisher: release.yml on stherrien/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