qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Move independent code into separate repositories #105

Open thilokru opened 1 year ago

thilokru commented 1 year ago

This project contains code associated with this project, which it uses indirectly (switchbox is accessed via the network), but doesn't depend on.

I propose moving the services in qkit/services into seperate repositories, as well as creating seperate packages for them, such that, for example, the switchbox server can be installed using pip install qkit-switchbox-server. The driver would remain in this project.

I propose the following repositories:

Further, qdepokit should be moved into the corrseponding folders in qkit itself (measure, and future templates for notebooks)

The proposed changes would make the services directory obsolete.