This is a wraper for the rdmlpython python library to handle RDML files.
pip install twine
pip install wheel
git clone --recursive https://github.com/RDML-consortium/rdmlpython.git rdmlpython
python setup.py bdist_wheel --universal
twine upload dist/*
git submodule update --recursive --remote
rm -rf rdmlpython.egg-info dist build
python setup.py bdist_wheel --universal
twine upload dist/*