Socket
Socket
Sign inDemoInstall

jxl2txt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxl2txt

Python library to convert Trimble JobXML files using XSLT


Maintainers
1

======== jxl2txt

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

.. image:: https://travis-ci.org/mrahnis/jxl2txt.svg?branch=master :target: https://travis-ci.org/mrahnis/jxl2txt

.. image:: https://ci.appveyor.com/api/projects/status/9st7tu5v9hhlg306?svg=true :target: https://ci.appveyor.com/project/mrahnis/jxl2txt

.. image:: https://readthedocs.org/projects/jxl2txt/badge/?version=latest :target: http://jxl2txt.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

Installation

.. image:: https://img.shields.io/pypi/v/jxl2txt.svg :target: https://pypi.python.org/pypi/jxl2txt/

.. image:: https://anaconda.org/mrahnis/jxl2txt/badges/version.svg :target: https://anaconda.org/mrahnis/jxl2txt

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.

.. code-block:: console

$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_

.. _Python 2.7 or 3.x: http://www.python.org .. _lxml: http://lxml.de .. _Click: http://click.pocoo.org

.. _html: http://jxl2xml.readthedocs.org/en/latest/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc