robofit / arcor2

Solution for end-user programming of (collaborative) robots using Augmented Reality. From AR to Python and back!
GNU Lesser General Public License v3.0
15 stars 16 forks source link

Move rest module into a separate package with minimal dependencies #824

Open ZdenekM opened 1 year ago

ZdenekM commented 1 year ago

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.

ZdenekM commented 1 year ago

@martincervinka Is that ok for Kinali? Do you have any other suggestions regarding the rest module or splitting arcor2 into more packages?