mbfxml2ex


Namembfxml2ex JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/ABI-Software/mbfxml2ex
SummaryPython client for generating Ex format model descriptions from MBF XML.
upload_time2024-03-08 04:42:00
maintainer
docs_urlNone
authorAuckland Bioengineering Institute
requires_python
licenseApache Software License
keywords mbf cmlibs zinc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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::

  nosetests

from the repository root directory.

To see the coverage statistics for the package run::

  nosetests --with-coverage --cover-package=mbfxml2ex

For a nice HTML rendering of the coverage statistics run::

  nosetests --with-coverage --cover-package=mbfxml2ex --cover-html

To view the HTML coverage output::

  cd cover
  python -m http.server 9432

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ABI-Software/mbfxml2ex",
    "name": "mbfxml2ex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MBF CMLibs Zinc",
    "author": "Auckland Bioengineering Institute",
    "author_email": "h.sorby@auckland.ac.nz",
    "download_url": "",
    "platform": null,
    "description": "\nMBF XML 2 Ex\n============\n\nThis program converts MBF XML to Ex format suitable for CMLibs-Zinc.\n\n\nInstall\n-------\n\n::\n\n  pip install mbfxml2ex\n\nUsage\n-----\n\n::\n\n  mbfxml2exconverter /path/to/input.xml\n\nFor more information use the help::\n\n  mbfxml2exconverter --help\n\nDeveloping\n----------\n\nWhen developing install the required packages for running the tests with::\n\n  pip install .[test]\n\nThen run the tests with::\n\n  nosetests\n\nfrom the repository root directory.\n\nTo see the coverage statistics for the package run::\n\n  nosetests --with-coverage --cover-package=mbfxml2ex\n\nFor a nice HTML rendering of the coverage statistics run::\n\n  nosetests --with-coverage --cover-package=mbfxml2ex --cover-html\n\nTo view the HTML coverage output::\n\n  cd cover\n  python -m http.server 9432\n\nThen, in a web browser navigate to http://localhost:9432\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Python client for generating Ex format model descriptions from MBF XML.",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/ABI-Software/mbfxml2ex"
    },
    "split_keywords": [
        "mbf",
        "cmlibs",
        "zinc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cba7b6712b901431e826bc2910d26d9f0263687c33353fd4e1a27d3178dcb926",
                "md5": "9a677252e470f95538f064e059a2b491",
                "sha256": "ea371c4a23a721628b3d98951bf69da7ffaa90ea4224cfdc8c8d0874a0557c6b"
            },
            "downloads": -1,
            "filename": "mbfxml2ex-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a677252e470f95538f064e059a2b491",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19804,
            "upload_time": "2024-03-08T04:42:00",
            "upload_time_iso_8601": "2024-03-08T04:42:00.042842Z",
            "url": "https://files.pythonhosted.org/packages/cb/a7/b6712b901431e826bc2910d26d9f0263687c33353fd4e1a27d3178dcb926/mbfxml2ex-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 04:42:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ABI-Software",
    "github_project": "mbfxml2ex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mbfxml2ex"
}
        
Elapsed time: 0.21498s