Added new module to configure the keycloak server subsystem. from this release onward the package will also be available on pypi, to install the lastest version, `pip install -U jyboss`.
* implemented configuration of all aspects of the keycloak-server subsystem
* add xmlunit to the testing classpath so we can check server config files with xpath expressions
* moving filesystem interaction in tests to pathlib
* updated expression matcher to cater for more complex expression values
* added function to update attributes of type list
* added function to update attributes of type object
* refactored conversion from and to DMR value types and removed arg dispatcher
* fixed small bug in disconnect context management