lojoja/Setup Python Environment
Configure python environment with python, poetry/uv, caching, and project dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Whether to cache project dependencies. | no | true |
| package_manager | The package manager to use ("poetry" or "uv"). | no | uv |
| python_version | The python version to use in SemVer range syntax. | no | 3.13 |
| working_directory | The directory to execute commands in. | no | . |
Outputs
| name | description |
|---|---|
| python_version | The installed python version. |