Packing GH python component

Hi,

we are considering using the new python 3 API with grasshopper for some of the custom work we are doing, I was wondering if there is a quick way to distribute the python components in one single package, similar to the .gha that can be built with C#. I checked the docs but could not find anything that helped me. Can somebody point me to a guide or similar? Thanks a lot

Alberto

It’s pretty easy to manually create userobjects, and zip them. The compas-dev’s framework does more of it you.

It’s trickier to create userobjects from other code alone. But it is possible.

Thanks @James_Parrott!

This sounds like a good solution for the thing we have in mind. Thanks for pointing this project out, it looks like a great tool we can use.

Cheers
Alberto