xcomponent/ReactiveXComponent.py

Python API should install as a standard python package

Opened this issue · 0 comments

Python XC API should be installable with 'pip install' like any standard python module. It should not pack all its dependencies, but rather list them for pip to install only if necessary.
It would be easier if it did not use 'virtualenv', having to do dev_up/dev_down every time is a pain.