Name | jacobi-simulated-driver JSON |
Version |
0.0.46
JSON |
| download |
home_page | https://www.jacobirobotics.com |
Summary | Driver for Simulated Robots. |
upload_time | 2025-02-15 11:37:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Copyright (c) 2022-2024 Jacobi Robotics Inc.
---
License Attributions
This software depends on included third-party libraries that require reproduction of the license text in our distributions.
- Boost
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
- pybind11
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Please also refer to the file .github/CONTRIBUTING.md, which clarifies licensing of
external contributions to this project including patches, pull requests, etc.
- uWebSockets
Copyright [Year ???] [Copyright Holder ???]
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. |
keywords |
robotics
robot-driver
driver
studio
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Jacobi Simulated Driver
This is the Python version of the **Jacobi Simulated Driver** to be used in conjunction with the Jacobi Motion Library.
For instructions regarding installation, getting started, and for general documentation we refer to [docs.jacobirobotics.com](https://docs.jacobirobotics.com).
Raw data
{
"_id": null,
"home_page": "https://www.jacobirobotics.com",
"name": "jacobi-simulated-driver",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "robotics, robot-driver, driver, studio",
"author": null,
"author_email": "Jacobi Robotics <lars.berscheid@jacobirobotics.com>",
"download_url": null,
"platform": null,
"description": "# Jacobi Simulated Driver\n\nThis is the Python version of the **Jacobi Simulated Driver** to be used in conjunction with the Jacobi Motion Library.\n\nFor instructions regarding installation, getting started, and for general documentation we refer to [docs.jacobirobotics.com](https://docs.jacobirobotics.com).\n",
"bugtrack_url": null,
"license": "Copyright (c) 2022-2024 Jacobi Robotics Inc.\n \n \n ---\n \n \n License Attributions\n \n This software depends on included third-party libraries that require reproduction of the license text in our distributions.\n \n \n - Boost\n \n Boost Software License - Version 1.0 - August 17th, 2003\n \n Permission is hereby granted, free of charge, to any person or organization\n obtaining a copy of the software and accompanying documentation covered by\n this license (the \"Software\") to use, reproduce, display, distribute,\n execute, and transmit the Software, and to prepare derivative works of the\n Software, and to permit third-parties to whom the Software is furnished to\n do so, all subject to the following:\n \n The copyright notices in the Software and this entire statement, including\n the above license grant, this restriction and the following disclaimer,\n must be included in all copies of the Software, in whole or in part, and\n all derivative works of the Software, unless such copies or derivative\n works are solely in the form of machine-executable object code generated by\n a source language processor.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT\n SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE\n FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,\n ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n \n \n - pybind11\n \n Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n 1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n \n 3. Neither the name of the copyright holder nor the names of its contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n Please also refer to the file .github/CONTRIBUTING.md, which clarifies licensing of\n external contributions to this project including patches, pull requests, etc.\n \n \n - uWebSockets\n \n Copyright [Year ???] [Copyright Holder ???]\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.",
"summary": "Driver for Simulated Robots.",
"version": "0.0.46",
"project_urls": {
"Documentation": "https://docs.jacobirobotics.com",
"Homepage": "https://www.jacobirobotics.com"
},
"split_keywords": [
"robotics",
" robot-driver",
" driver",
" studio"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2be892da6c028582e9107b593cb5769550808d3aa554b4b927ae6e1a4682038c",
"md5": "743cfdcf31abdbdab3240d72b99ef8d5",
"sha256": "3264f4f93f9dba4ca2a5af5f2502a75549dd531634e5f1bbd066532cc71cbc06"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "743cfdcf31abdbdab3240d72b99ef8d5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 291881,
"upload_time": "2025-02-15T11:37:35",
"upload_time_iso_8601": "2025-02-15T11:37:35.700193Z",
"url": "https://files.pythonhosted.org/packages/2b/e8/92da6c028582e9107b593cb5769550808d3aa554b4b927ae6e1a4682038c/jacobi_simulated_driver-0.0.46-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "034fcf17c1099ed12d551ff4a2fad99a2faff2c857a77af031f43a6db60b878a",
"md5": "f11c73b45c960e90ff86264d6f4916c7",
"sha256": "7b888c6f1ce33fcad551312b22aa629141c131428648eb76b731208034e900f8"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "f11c73b45c960e90ff86264d6f4916c7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 418722,
"upload_time": "2025-02-15T11:37:26",
"upload_time_iso_8601": "2025-02-15T11:37:26.254754Z",
"url": "https://files.pythonhosted.org/packages/03/4f/cf17c1099ed12d551ff4a2fad99a2faff2c857a77af031f43a6db60b878a/jacobi_simulated_driver-0.0.46-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b51b3be0e41ee15455e224eab8c968e3cdc9d22abf3b7c80edb9ed5b036da666",
"md5": "bbf9f7dcc9d91d307ebf02ea573e4580",
"sha256": "b6450a67dbf95925101fd8bb8c38a989958033ced7be84ed5e3fc6358f173269"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "bbf9f7dcc9d91d307ebf02ea573e4580",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 293174,
"upload_time": "2025-02-15T11:37:37",
"upload_time_iso_8601": "2025-02-15T11:37:37.477002Z",
"url": "https://files.pythonhosted.org/packages/b5/1b/3be0e41ee15455e224eab8c968e3cdc9d22abf3b7c80edb9ed5b036da666/jacobi_simulated_driver-0.0.46-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aebc54b838be52bc139ced20280b112680f83ecc04b449aafb944221a3aa719d",
"md5": "18c221d5c4e0433722b575acf4566e60",
"sha256": "4d2f137303fec528d21f5cd360137d69d7479c9619aa8f952adbf3343c0e9c77"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "18c221d5c4e0433722b575acf4566e60",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 420438,
"upload_time": "2025-02-15T11:37:27",
"upload_time_iso_8601": "2025-02-15T11:37:27.569916Z",
"url": "https://files.pythonhosted.org/packages/ae/bc/54b838be52bc139ced20280b112680f83ecc04b449aafb944221a3aa719d/jacobi_simulated_driver-0.0.46-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f43d2c152b4c10be71f3919ea7e0861e59509118344f010be7c82e55fc793274",
"md5": "3d893847ec472b1c75d050911294bb42",
"sha256": "54d1fabac6ab902e73eaeb05d5377b71b75df9f483f345f1ad698a10f020b49c"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3d893847ec472b1c75d050911294bb42",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 293622,
"upload_time": "2025-02-15T11:37:38",
"upload_time_iso_8601": "2025-02-15T11:37:38.655113Z",
"url": "https://files.pythonhosted.org/packages/f4/3d/2c152b4c10be71f3919ea7e0861e59509118344f010be7c82e55fc793274/jacobi_simulated_driver-0.0.46-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e58263b70b521aa2b73d868453f10d0e8fd309312b72ba0fea0deaa0e0ebce4",
"md5": "c97e1b1d704acce269fc6babd7678523",
"sha256": "fb0e1f836923f837ca7d79eb4ad7485327eaba5555f4ee38dc73230ad345da22"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "c97e1b1d704acce269fc6babd7678523",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 418476,
"upload_time": "2025-02-15T11:37:30",
"upload_time_iso_8601": "2025-02-15T11:37:30.877007Z",
"url": "https://files.pythonhosted.org/packages/8e/58/263b70b521aa2b73d868453f10d0e8fd309312b72ba0fea0deaa0e0ebce4/jacobi_simulated_driver-0.0.46-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc77720d7463af0d82f84321031917e90f56e47524d377fc17cec743dcfcc9fe",
"md5": "5436c07fcc87722b39db1f384da9c11e",
"sha256": "14003bc290f1bd6ce57bd8bcaf67561a8f822a7aa51b6ea8651feb6a5ad3ad35"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5436c07fcc87722b39db1f384da9c11e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 291771,
"upload_time": "2025-02-15T11:37:32",
"upload_time_iso_8601": "2025-02-15T11:37:32.021051Z",
"url": "https://files.pythonhosted.org/packages/bc/77/720d7463af0d82f84321031917e90f56e47524d377fc17cec743dcfcc9fe/jacobi_simulated_driver-0.0.46-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96f1a4608dd6feb316db24643c085e593e02dac1982681ca9d8707cb62fee49d",
"md5": "9d3a5dec17085c887b3a5e1c85d59aa4",
"sha256": "5b6a55e621f3d1b3f799688ead3eae1f8d70b0345b2a1d2acc5296fb82edcac8"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "9d3a5dec17085c887b3a5e1c85d59aa4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 418307,
"upload_time": "2025-02-15T11:37:29",
"upload_time_iso_8601": "2025-02-15T11:37:29.424409Z",
"url": "https://files.pythonhosted.org/packages/96/f1/a4608dd6feb316db24643c085e593e02dac1982681ca9d8707cb62fee49d/jacobi_simulated_driver-0.0.46-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "072d8fef051fbd66c6d325ec52376c8ed12e7cabb3ded85f9c60b43d93b8120e",
"md5": "dcc108cc9aebcd013077620553fda6b5",
"sha256": "4ac85664bdb3ad31ffcee4a6e92a2a5f9b19b65721d42dc72049fc5953136271"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "dcc108cc9aebcd013077620553fda6b5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 291994,
"upload_time": "2025-02-15T11:37:33",
"upload_time_iso_8601": "2025-02-15T11:37:33.577615Z",
"url": "https://files.pythonhosted.org/packages/07/2d/8fef051fbd66c6d325ec52376c8ed12e7cabb3ded85f9c60b43d93b8120e/jacobi_simulated_driver-0.0.46-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "07a55874b93eb5df566a4c88e033366ec7257e49f05dd77e81456613b7a2f3ce",
"md5": "435c21aac189837156d5e648711e851a",
"sha256": "a2e370192d471ad43850f2d478cf9dec037b09f27be57a9135652d2b96b09080"
},
"downloads": -1,
"filename": "jacobi_simulated_driver-0.0.46-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "435c21aac189837156d5e648711e851a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 419031,
"upload_time": "2025-02-15T11:37:40",
"upload_time_iso_8601": "2025-02-15T11:37:40.594997Z",
"url": "https://files.pythonhosted.org/packages/07/a5/5874b93eb5df566a4c88e033366ec7257e49f05dd77e81456613b7a2f3ce/jacobi_simulated_driver-0.0.46-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-15 11:37:35",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "jacobi-simulated-driver"
}