PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. In concept it is similar to JAXB for Java and CodeSynthesis XSD for C++.
PyXB is a pure Python package that generates Python code for classes that correspond to data structures defined by XMLSchema. In concept it is similar to JAXB for Java and CodeSynthesis XSD for C++.
To install py37-pyxb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-pyxb
To see what files were installed by py37-pyxb, run:
port contents py37-pyxb
To later upgrade py37-pyxb, run:
sudo port selfupdate && sudo port upgrade py37-pyxb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.