This is an implementation of the MtconnectTranspiler with the purpose of providing tools to generate Python files from the object-oriented model.
In MtconnectTranspiler.Sinks.Python.Example/Properties/launchSettings.json you can edit program arguments.
First argument is the directory to place the generated output. The second directory is an optional argument
Example: "commandLineArgs": "\"$(SolutionDir)my_output\" \"/path/to/my/model/MTConnectSysMLModel.xml\""
build:pip install buildtwine:pip install twine
python -m buildOutput is written to dist/.
https://test.pypi.org/help/#apitoken shows how to setup PyPI API tokens for uploading
python -m twine upload --repository testpypi dist/*python -m twine upload dist/*