Evgeny Shvarov · Oct 28, 2022 go to post

Great feature, @Dmitry Maslennikov !

Thank you!

[USER|python-faker]     Reload START (/usr/irissys/mgr/.modules/USER/python-faker/0.0.2/)
[USER|python-faker]     requirements.txt START
[USER|python-faker]     requirements.txt SUCCESS

Is it possible with -v tag to see what packages were installed?

Evgeny Shvarov · Oct 27, 2022 go to post

Yes, @Jose-Tomas Salvador , this was my point.

But 

r = iris.cls('MyPackage.Subpackage.ClassName')._GetParameter('MYPARAM'

Can be converted to:

r = iris.cls(__name__)._GetParameter('MYPARAM'

if you are in the same class.
 

Evgeny Shvarov · Oct 23, 2022 go to post

I see. On the other hand ZPM usage can give you a more exposure amongst active ZPM users as this is a very simple and effective approach to install IRIS software packages.

Evgeny Shvarov · Oct 22, 2022 go to post

Great! What is the format of the files?

Do you support all the elements of Interoperability productions? Can you list it, please?

Evgeny Shvarov · Oct 21, 2022 go to post

It does, but if you are talking about the ObjectScript extension it hangs for me.

Evgeny Shvarov · Oct 21, 2022 go to post

Cool stuff! Is it possible to export production elements to files with the plugin?

Evgeny Shvarov · Oct 21, 2022 go to post

That’s a bit confusing with “%” method names like %New() and %Save() that are supposed to  called as  _New() and _Save() via python , but makes sense. Thank you @Jolyon Smith! 

Evgeny Shvarov · Oct 21, 2022 go to post

I think docker is ideal for upgrading - just change the line of the docker image or just use the latest. 

It may not be the case for production, but for development, docker is a no-brainer IMHO.