/jxl2txt

Python script to convert Trimble JobXML files using XSLT

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

jxl2txt

jxl2txt is a Python script to convert Trimble JobXML files to various kinds of text using XSLT stylesheets.

Python Package Conda Package Documentation Status

Installation

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

Examples

To do

License

BSD

Documentation

Latest html