1 مستودع
Scripts execute in isolated environments with automatic dependency resolution and Python version management.
Distinct from Python Scripting Environments: Distinct from Python Scripting Environments: focuses on automatic dependency resolution and version management at script execution time, not just providing a runtime.
Explore 1 awesome GitHub repository matching development tools & productivity · Dependency-Aware Script Runners. Refine with filters or upvote what's useful.
Hatch is a unified tool for managing Python environments, building packages, scaffolding projects, and installing Python versions. It provides a single command-line interface for automating common development workflows, including running scripts, tests, and static analysis with automatic dependency resolution and configuration. The tool manages project settings, dependencies, and build instructions through a declarative TOML configuration file, ensuring reproducibility across environments. It creates and manages isolated virtual environments across all major shells, installs and manages multi
Runs scripts in isolated environments with automatic dependency resolution and Python version management.