trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Move algorithm runner code to trompa processing library #27

Open aggelosgkiokas opened 4 years ago

aggelosgkiokas commented 4 years ago

All code related to Trompa Processing Library that is under the trompace/application folder can be removed and moved to the TPL or at least stop it's development in order to avoid developing things twice

alastair commented 4 years ago

Let's talk about this in more detail in person. I think it makes sense to move trompace.client to the TPL - this is the part that actually has code to do with reading configuration files and executing algorithms. The code in trompace.application is a generic interface for sending queries to the CE. My thoughts is that it is better suited to stay in this repository.