cmlibs.importer


Namecmlibs.importer JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/CMLibs-Python/cmlibs.importer
SummaryCMLibs Import functions.
upload_time2024-03-12 22:39:32
maintainer
docs_urlNone
authorHugh Sorby
requires_python
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
===============
CMLibs Importer
===============

CMLibs importer is a library for importing data into Zinc.  This software can be found on PyPi and installed with the following command::

  pip install cmlibs.importer

To support import of common mesh types: stl, obj, ply, and dxf install additional requirements with::

  pip install cmlibs.importer['common']

To support import of svg files install additional requirements with::

  pip install cmlibs.importer['svg']

To support import of MBF XML files install additional requirements with::

  pip install cmlibs.importer['mbfxml']

To support import of all supported formats install with::

  pip install cmlibs.importer['all']

License
=======

::


   Copyright 2021 University of Auckland

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CMLibs-Python/cmlibs.importer",
    "name": "cmlibs.importer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Hugh Sorby",
    "author_email": "h.sorby@auckland.ac.nz",
    "download_url": "",
    "platform": null,
    "description": "\n===============\nCMLibs Importer\n===============\n\nCMLibs importer is a library for importing data into Zinc.  This software can be found on PyPi and installed with the following command::\n\n  pip install cmlibs.importer\n\nTo support import of common mesh types: stl, obj, ply, and dxf install additional requirements with::\n\n  pip install cmlibs.importer['common']\n\nTo support import of svg files install additional requirements with::\n\n  pip install cmlibs.importer['svg']\n\nTo support import of MBF XML files install additional requirements with::\n\n  pip install cmlibs.importer['mbfxml']\n\nTo support import of all supported formats install with::\n\n  pip install cmlibs.importer['all']\n\nLicense\n=======\n\n::\n\n\n   Copyright 2021 University of Auckland\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "CMLibs Import functions.",
    "version": "0.5.3",
    "project_urls": {
        "Homepage": "https://github.com/CMLibs-Python/cmlibs.importer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6472a0d286dfecba50ede8dcf1f0bf102183fed187ee90ec9282d5b1b930b7dc",
                "md5": "014536b3137a2f17477efc8ce1be5aad",
                "sha256": "a1f738ceb8b1745ca7695d3552d0c79609a47af79188d38254e421e95b42edd6"
            },
            "downloads": -1,
            "filename": "cmlibs.importer-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "014536b3137a2f17477efc8ce1be5aad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19449,
            "upload_time": "2024-03-12T22:39:32",
            "upload_time_iso_8601": "2024-03-12T22:39:32.328342Z",
            "url": "https://files.pythonhosted.org/packages/64/72/a0d286dfecba50ede8dcf1f0bf102183fed187ee90ec9282d5b1b930b7dc/cmlibs.importer-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 22:39:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CMLibs-Python",
    "github_project": "cmlibs.importer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cmlibs.importer"
}
        
Elapsed time: 0.18803s