Expand description
scoop - Python virtual environment manager powered by uv
Provides pyenv-style workflow for managing Python virtual environments using uv as the backend for blazing fast operations.
Re-exports§
pub use error::Result;pub use error::ScoopError;
Modules§
- cli
- CLI module
- config
- Configuration management
- core
- Core business logic
- error
- Error types for scoop
- i18n
- Internationalization support
- output
- Output utilities
- paths
- Path utilities for scoop
- shell
- Shell integration module
- uv
- uv client module
- validate
- Validation utilities for scoop
Macros§
- file_
resolution_ check - Generate file-based resolution script for the auto-activate hook.
- scoop_
version_ check - Generate SCOOP_VERSION priority check script for the auto-activate hook.