Complete rewrite of PyXenon
What happened
PyXenon is now a client to the Xenon-GRPC package. We took this step because the different Java-Python bridges (pyjnius, jpype) were giving problems in multi-threaded environments. We now use Google's GRPC to communicate between Python and the Java implementation of Xenon. The Xenon-GRPC JAR file (including Xenon) is included in this distribution.
Documentation
The new API is documented at [ReadTheDocs](http://pyxenon.readthedocs.io), it also contains many examples.
Versioning
At the same time Xenon underwent a redesign, culminating in the release of Xenon 2.0, now 2.2. Since Xenon-GRPC (including Xenon) is included in this distribution, we keep PyXenon version numbers in sync with Xenon. If changes happen to PyXenon without a new release of Xenon, a suffix is added.