cmlibs.exporter


Namecmlibs.exporter JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/CMLibs-Bindings/cmlibs.exporter
SummaryCMLibs Export functions.
upload_time2024-04-29 02:48:52
maintainerNone
docs_urlNone
authorHugh Sorby
requires_pythonNone
licenseApache Software License
keywords
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[thumbnail_hardware]'

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

  pip install 'cmlibs.exporter[thumbnail_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'

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-Bindings/cmlibs.exporter",
    "name": "cmlibs.exporter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Hugh Sorby",
    "author_email": "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[thumbnail_hardware]'\n\nTo install the thumbnail exporter with support for software rendering install *cmlibs.exporter* with::\n\n  pip install 'cmlibs.exporter[thumbnail_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\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 Export functions.",
    "version": "0.6.3",
    "project_urls": {
        "Homepage": "https://github.com/CMLibs-Bindings/cmlibs.exporter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "151ff1e219ac80e3663d5da256cd5312caa4e683c6cf6ec8b15e09d1da3ad401",
                "md5": "e940cb9ce642c2744f69251cadff1cbd",
                "sha256": "62e9a2d7293341cd506641bc4e986eac02f6552861841bfb0697f602d06da64c"
            },
            "downloads": -1,
            "filename": "cmlibs.exporter-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e940cb9ce642c2744f69251cadff1cbd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 19299,
            "upload_time": "2024-04-29T02:48:52",
            "upload_time_iso_8601": "2024-04-29T02:48:52.066588Z",
            "url": "https://files.pythonhosted.org/packages/15/1f/f1e219ac80e3663d5da256cd5312caa4e683c6cf6ec8b15e09d1da3ad401/cmlibs.exporter-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 02:48:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CMLibs-Bindings",
    "github_project": "cmlibs.exporter",
    "github_not_found": true,
    "lcname": "cmlibs.exporter"
}
        
Elapsed time: 0.22299s