1 Repo
Run Python scripts while automatically resolving and installing their specific dependencies and Python version requirements.
Distinct from Script Dependency Managers: Distinct from Script Dependency Managers: focuses on Python-specific dependency resolution and version management at script execution time, not general system-level tool dependencies.
Explore 1 awesome GitHub repository matching development tools & productivity · Python Script Dependency Resolvers. 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
Executes Python scripts while automatically resolving and installing their specific dependencies and Python version requirements.