Open
Description
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:
- Add a requirements.txt file compatible with uv's syntax (if not already present)
- Update the project's documentation to include uv installation instructions
- Add a pyproject.toml file with proper configuration for uv
- Include uv-specific lockfile support (.uv.lock)
- 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