durandtibo/pip-install-package
'Find the closest valid version given the package name and target version, and python version, and install it by using pip'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-name | The package name | yes | — |
| package-version | The package target version | yes | — |
| python-version | The python version | yes | — |
| pip-args | Optional pip arguments | no | "" |
Outputs
| name | description |
|---|---|
| closest-valid-version | The closest valid package version given the input package version |