https://github.com/dynamods/dsironpython3
unoffical ironpython3 engine package/extension for dynamo
https://github.com/dynamods/dsironpython3
Last synced: 8 months ago
JSON representation
unoffical ironpython3 engine package/extension for dynamo
- Host: GitHub
- URL: https://github.com/dynamods/dsironpython3
- Owner: DynamoDS
- License: apache-2.0
- Created: 2023-03-29T21:56:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T13:23:48.000Z (about 1 year ago)
- Last Synced: 2025-10-13T07:04:04.242Z (8 months ago)
- Language: C#
- Size: 53.7 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSIronPython3
unoffical ironpython3 engine package/extension for dynamo leveraging dynamic python engine loading in Dynamo 2.18+
This dynamo package contains the ironPython3 engine and stdlib.
⚠️⚠️ This is not an Autodesk offically supported package! Please report bugs to this repo/forum only. ⚠️⚠️
Pull requsts will be reviewed when possible.
### How to publish a new version
We currently can't use the release PR option when making releases on mirrored repositories. There is a propsed follow-up improvment filed that would allow CILibrary to create a PR against the public repository instead (DYN-8724). But until that is done, our release process will be:
- Create a release branch on the internal repository
- Build the branch to publish
- Manually create a PR on the public repository with the changes introduced by the release branch (the updated version number in the pipeline file).
- Review and merge this PR
- Delete the release branch on the internal repository