========
pyembree
========
Python Wrapper for Embree
Installation
------------
You can install pyembree (and embree) via ``pip``
.. code-block:: bash
$ pip install pyembree
Suppressing Errors
------------------
Creating multiple scenes produces some harmless error messages:
::
ERROR CAUGHT IN EMBREE
ERROR: Invalid operation
ERROR MESSAGE: b'already initialized'
These can be suppressed with:
.. code-block:: python
import logging
logging.getLogger('pyembree').disabled = True
Raw data
{
"_id": null,
"home_page": "https://github.com/adam-grant-hendry/pyembree",
"name": "pyembree",
"maintainer": "Adam Hendry",
"docs_url": null,
"requires_python": ">=3.8,<3.9",
"maintainer_email": "adam.grant.hendry@gmail.com",
"keywords": "",
"author": "Anthony Scopatz",
"author_email": "scopatz@gmail.com",
"download_url": "",
"platform": null,
"description": "========\npyembree\n========\nPython Wrapper for Embree\n\nInstallation\n------------\nYou can install pyembree (and embree) via ``pip``\n\n.. code-block:: bash\n\n $ pip install pyembree\n\nSuppressing Errors\n------------------\n\nCreating multiple scenes produces some harmless error messages:\n::\n\n ERROR CAUGHT IN EMBREE\n ERROR: Invalid operation\n ERROR MESSAGE: b'already initialized'\n\nThese can be suppressed with:\n\n.. code-block:: python\n\n import logging\n logging.getLogger('pyembree').disabled = True\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Python wrapper for Intel Embree 2.17.7",
"version": "0.2.11",
"project_urls": {
"Homepage": "https://github.com/adam-grant-hendry/pyembree"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9b31577e0b0584730b94175050b32cd7723cf5d196dec78d42c66b01c49b2191",
"md5": "f27fd196bc892b4b8b17b3bfa320fad7",
"sha256": "b6544ebba207acaa70445e9aa44b604725067944650ece6f2b507cfaba4987a7"
},
"downloads": -1,
"filename": "pyembree-0.2.11-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f27fd196bc892b4b8b17b3bfa320fad7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8,<3.9",
"size": 10687423,
"upload_time": "2022-04-28T16:46:47",
"upload_time_iso_8601": "2022-04-28T16:46:47.628076Z",
"url": "https://files.pythonhosted.org/packages/9b/31/577e0b0584730b94175050b32cd7723cf5d196dec78d42c66b01c49b2191/pyembree-0.2.11-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "86541f8d3a282ace193c45addaa4726c81f1d330a34a38bf70bd3caedeb8b879",
"md5": "863a18238dd1ce54275ecbab7b315868",
"sha256": "763440db4df6683ffac0abca36154192112c2c28c377dcff3f6234bb7f12826f"
},
"downloads": -1,
"filename": "pyembree-0.2.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "863a18238dd1ce54275ecbab7b315868",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8,<3.9",
"size": 16957842,
"upload_time": "2022-04-28T16:43:26",
"upload_time_iso_8601": "2022-04-28T16:43:26.496758Z",
"url": "https://files.pythonhosted.org/packages/86/54/1f8d3a282ace193c45addaa4726c81f1d330a34a38bf70bd3caedeb8b879/pyembree-0.2.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b11c8acfacd2019b44cd8806eb533094f9b01b2d26f2700b7be99a0d214c94a5",
"md5": "fb2da0002bf7bfb31385ee5d5302a922",
"sha256": "287961823ba023adce3ef473fc7147a1f1ab2fb8fd248c7aa01c83b93300c1f6"
},
"downloads": -1,
"filename": "pyembree-0.2.11-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "fb2da0002bf7bfb31385ee5d5302a922",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8,<3.9",
"size": 13446167,
"upload_time": "2022-04-28T16:47:50",
"upload_time_iso_8601": "2022-04-28T16:47:50.201692Z",
"url": "https://files.pythonhosted.org/packages/b1/1c/8acfacd2019b44cd8806eb533094f9b01b2d26f2700b7be99a0d214c94a5/pyembree-0.2.11-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-04-28 16:46:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adam-grant-hendry",
"github_project": "pyembree",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyembree"
}