thekaushikls/Make-GhPy
GitHub Action to compile IronPython files into Grasshopper-Python (GhPy) plugin.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Root folder for python source. | yes | — |
| package-name | Name of the compiled binary / plugin. | yes | — |
| version | Version tag to add with name. | yes | — |
| type | Extension type of the package. Defaults to ".ghpy" | no | ghpy |
| ironpython | If true, installs IronPython v2.7.12 internally. | no | false |
Outputs
| name | description |
|---|---|
| name | Name of the compiled package. |
| full-name | Full name of the compiled package. |
| build | Location of the compiled package. |