8000 Integrate UV Package Manager Support · Issue #37 · fmperf-project/fmperf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Integrate UV Package Manager Support #37
Open
@wangchen615

Description

@wangchen615

Description:

I'd like to propose adding support for the uv package manager to the fmperf project.
UV is a fast, reliable Python package installer and resolver written in Rust that offers:

  • Significantly faster installation times than pip (up to 10-100x)
  • Improved dependency resolution
  • Better compatibility with modern Python packaging standards
  • Direct support for both requirements.txt and pyproject.toml

Proposed Changes:

  1. Add a requirements.txt file compatible with uv's syntax (if not already present)
  2. Update the project's documentation to include uv installation instructions
  3. Add a pyproject.toml file with proper configuration for uv
  4. Include uv-specific lockfile support (.uv.lock)
  5. Possibly create uv-specific scripts in the project for common operations

Benefits:

  • Faster installation for developers and users
  • Improved dependency resolution
  • Better compatibility with modern Python packaging tools
  • Enhanced development experience

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0