You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use arcor2.rest in different projects. It is quite versatile and handy and, in contrast to everything else that exists (up to my knowledge), supports typing and dataclasses, which makes development less error-prone. Unfortunately, there is a lot of stuff in arcor2, which leads to many dependencies, so it makes sense to make arcor2.rest into arcor2_rest - to make it usable in different projects without the need to install a lot of stuff. I haven't done an analysis yet, but it will probably be necessary to create also arcor2_exceptions, etc., to allow this.
The text was updated successfully, but these errors were encountered:
@martincervinka Is that ok for Kinali? Do you have any other suggestions regarding the rest module or splitting arcor2 into more packages?
ZdenekM
changed the title
More rest module into a separate package with minimal dependencies
Move rest module into a separate package with minimal dependencies
Apr 11, 2024
We would like to use
arcor2.rest
in different projects. It is quite versatile and handy and, in contrast to everything else that exists (up to my knowledge), supports typing and dataclasses, which makes development less error-prone. Unfortunately, there is a lot of stuff inarcor2
, which leads to many dependencies, so it makes sense to makearcor2.rest
intoarcor2_rest
- to make it usable in different projects without the need to install a lot of stuff. I haven't done an analysis yet, but it will probably be necessary to create alsoarcor2_exceptions
, etc., to allow this.The text was updated successfully, but these errors were encountered: