I am interested in any progress to make this easier for users.
I don't know much about the Python packaging system -- and have been unable to find good documentation and tutorials. So I'd love for someone who understands this stuff to take the lead.
One caution -- I've heard that the Python packaging systems require any binary components (which the vsp API for Python is one) need to be compiled for many/most of the platforms that they support. Right now, we are only set up for Intel Windows/Linux/MacOS -- I believe that working for inclusion in mainstream packaging system may greatly increase the number of platforms we need to build for.
Also, just as a note. We moved away from Travis CI because of their change in billing structure about a year ago. We now do our builds using GitHub Actions.
Rob