Python library for generating MBF XML formatted data from Zinc models written in the EXF format.
Project description
This program converts EXF formatted files from CMLibs.Zinc to MBF XML.
Install
pip install exf2mbfxml
Usage
exf2mbfxmlconverter /path/to/input.exf
For more information use the help:
exf2mbfxmlconverter --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=exf2mbfxml -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 output:
python -m http.server 9432 -d html.cover
Then, in a web browser navigate to http://localhost:9432
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exf2mbfxml-0.1.2-py3-none-any.whl.
File metadata
- Download URL: exf2mbfxml-0.1.2-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c23facae057c88f9f82151dbaca4d1953bce71686e6c4cf877a1312ee5e1cae
|
|
| MD5 |
15d859756e3c5d517701a67cc5c7dc7c
|
|
| BLAKE2b-256 |
bbc08f6882120e97c9970c9ee5ad63b5ffb213059ab87619495ea1d0b9c9dfc4
|