cmlibs.exporter


Namecmlibs.exporter JSON
Version 0.9.0 PyPI version JSON
download
home_pageNone
SummaryExport CMLibs Zinc data to common mesh formats.
upload_time2025-07-23 04:50:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords export cmlibs zinc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
===============
CMLibs Exporter
===============

CMLibs exporter classes.  This software can be found on PyPi and installed with the following command::

  pip install cmlibs.exporter

When using the thumbnail exporter there are additional requirements for hardware or software rendering.
To install the thumbnail exporter with support for hardware rendering install *cmlibs.exporter* with::

  pip install 'cmlibs.exporter[opengl_hardware]'

To install the thumbnail exporter with support for software rendering install *cmlibs.exporter* with::

  pip install 'cmlibs.exporter[opengl_software]'

To force the use of the software renderer even when hardware rendering is available, set an environment variable like so::

  OC_EXPORTER_RENDERER=osmesa

either in the environment the exporter is run in or before calling the export thumbnail method.

Distribution
============

This software uses regex to extract the version number information from the package. The version number for this package is stored in 'src/cmlibs/exporter/__init__.py'

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cmlibs.exporter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Export, CMLibs, Zinc",
    "author": null,
    "author_email": "Hugh Sorby <h.sorby@auckland.ac.nz>",
    "download_url": null,
    "platform": null,
    "description": "\n===============\nCMLibs Exporter\n===============\n\nCMLibs exporter classes.  This software can be found on PyPi and installed with the following command::\n\n  pip install cmlibs.exporter\n\nWhen using the thumbnail exporter there are additional requirements for hardware or software rendering.\nTo install the thumbnail exporter with support for hardware rendering install *cmlibs.exporter* with::\n\n  pip install 'cmlibs.exporter[opengl_hardware]'\n\nTo install the thumbnail exporter with support for software rendering install *cmlibs.exporter* with::\n\n  pip install 'cmlibs.exporter[opengl_software]'\n\nTo force the use of the software renderer even when hardware rendering is available, set an environment variable like so::\n\n  OC_EXPORTER_RENDERER=osmesa\n\neither in the environment the exporter is run in or before calling the export thumbnail method.\n\nDistribution\n============\n\nThis software uses regex to extract the version number information from the package. The version number for this package is stored in 'src/cmlibs/exporter/__init__.py'\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Export CMLibs Zinc data to common mesh formats.",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://cmlibs.org",
        "Repository": "https://github.com/CMLibs-Python/cmlibs.exporter"
    },
    "split_keywords": [
        "export",
        " cmlibs",
        " zinc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87a660ed88acb24b02bfa5e1d65b8aac14893ac42318b7bc11901b759d857ee7",
                "md5": "aae99f3f844ac0cc9b785d7ed33b4f55",
                "sha256": "687224dddbf1c23435a01e391333f7765d2ea9c3225417adc14a56d8e9f4808a"
            },
            "downloads": -1,
            "filename": "cmlibs_exporter-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aae99f3f844ac0cc9b785d7ed33b4f55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26959,
            "upload_time": "2025-07-23T04:50:57",
            "upload_time_iso_8601": "2025-07-23T04:50:57.078258Z",
            "url": "https://files.pythonhosted.org/packages/87/a6/60ed88acb24b02bfa5e1d65b8aac14893ac42318b7bc11901b759d857ee7/cmlibs_exporter-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 04:50:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CMLibs-Python",
    "github_project": "cmlibs.exporter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cmlibs.exporter"
}
        
Elapsed time: 2.20528s