mbfxml2ex


Namembfxml2ex JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/ABI-Software/mbfxml2ex
SummaryPython client for generating Ex format model descriptions from MBF XML.
upload_time2024-07-23 10:14:07
maintainerNone
docs_urlNone
authorAuckland Bioengineering Institute
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "MBF CMLibs Zinc",
    "author": "Auckland Bioengineering Institute",
    "author_email": "h.sorby@auckland.ac.nz",
    "download_url": null,
    "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.3",
    "project_urls": {
        "Homepage": "https://github.com/ABI-Software/mbfxml2ex"
    },
    "split_keywords": [
        "mbf",
        "cmlibs",
        "zinc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51e66641ddeec5179c15441255d2f45d9f88e50e5154142b78f6d298e4e03ef3",
                "md5": "bf408cd9ae3ecaa04e0eb9e5edcd69b8",
                "sha256": "9268771be13c6d9cc072a358bafd460fa5e43fdceaadfea39396f8f7a9e9dd6a"
            },
            "downloads": -1,
            "filename": "mbfxml2ex-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf408cd9ae3ecaa04e0eb9e5edcd69b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19986,
            "upload_time": "2024-07-23T10:14:07",
            "upload_time_iso_8601": "2024-07-23T10:14:07.321237Z",
            "url": "https://files.pythonhosted.org/packages/51/e6/6641ddeec5179c15441255d2f45d9f88e50e5154142b78f6d298e4e03ef3/mbfxml2ex-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 10:14:07",
    "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.29990s