8000 GitHub - ABI-Software/mbfxml2ex: A small Python application and library to take MBF Bioscience XML and transform it into ex format.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ABI-Software/mbfxml2ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBF XML 2 Ex

This program converts MBF XML to Ex format suitable for CMLibs-Zinc.

Install

pip install mbfxml2ex

Usage

mbfxml2exconverter /path/to/input.xml

For more information use the help:

mbfxml2exconverter --help

Developing

When developing install the required packages for running the tests with:

pip install .[test]

Then run the tests with:

python -m unittest discover -s tests

from the repository root directory.

To see the coverage statistics for the package run:

coverage run --source=mbfxml2ex -m unittest discover -s tests

For a nice HTML rendering of the coverage statistics run:

coverage html -d html.cover

To view the HTML coverage outpu 6514 t:

python -m http.server 9432 -d html.cover

Then, in a web browser navigate to http://localhost:9432

About

A small Python application and library to take MBF Bioscience XML and transform it into ex format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0