jxl2txt is a Python script to convert Trimble JobXML files to various kinds of text using XSLT stylesheets.
To install from the Python Package Index:
pip install jxl2txt
To install from Anaconda Cloud:
If you are starting from scratch the first thing to do is install the Anaconda Python distribution, add the necessary channels to obtain the dependencies and install jxl2txt.
conda config --append channels conda-forge
conda install jxl2txt -c mrahnis
To install from the source distribution execute the setup script in the jxl2txt directory:
python setup.py install
To do
BSD
Latest html