| Name | jacobi-motion JSON |
| Version |
1.1.11
JSON |
| download |
| home_page | None |
| Summary | Next-Generation Motion Planning. |
| upload_time | 2025-10-17 23:35:29 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| 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.
- 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.
- websocketpp
Copyright (c) 2014, Peter Thorson. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of the WebSocket++ Project 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 PETER THORSON 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.
- coal
Software License Agreement (BSD License)
Copyright (c) 2008-2014, Willow Garage, Inc.
Copyright (c) 2014-2015, Open Source Robotics Foundation
Copyright (c) 2014-2023, CNRS
Copyright (c) 2018-2024, INRIA
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of Open Source Robotics Foundation 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 OWNER 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. |
| keywords |
robotics
motion-planning
trajectory-generation
obstacle-avoidance
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Jacobi Motion Library
This is the **Jacobi Motion Library** for robot motion planning. It provides a clean API for efficient algorithms that compute time-optimized, jerk-limited robot arm trajectories in milliseconds.
For instructions regrading installation, getting started, and for general documentation we refer to [docs.jacobirobotics.com](https://docs.jacobirobotics.com).
Raw data
{
"_id": null,
"home_page": null,
"name": "jacobi-motion",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "robotics, motion-planning, trajectory-generation, obstacle-avoidance",
"author": null,
"author_email": "Lars Berscheid <lars.berscheid@jacobirobotics.com>",
"download_url": null,
"platform": null,
"description": "# Jacobi Motion Library\n\nThis is the **Jacobi Motion Library** for robot motion planning. It provides a clean API for efficient algorithms that compute time-optimized, jerk-limited robot arm trajectories in milliseconds.\n\nFor instructions regrading installation, getting started, and for general documentation we refer to [docs.jacobirobotics.com](https://docs.jacobirobotics.com).",
"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 - 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.\n \n \n - websocketpp\n \n Copyright (c) 2014, Peter Thorson. 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 * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the WebSocket++ Project nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL PETER THORSON BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n \n - coal\n \n Software License Agreement (BSD License)\n \n Copyright (c) 2008-2014, Willow Garage, Inc.\n Copyright (c) 2014-2015, Open Source Robotics Foundation\n Copyright (c) 2014-2023, CNRS\n Copyright (c) 2018-2024, INRIA\n 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\n are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of Open Source Robotics Foundation nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\n FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\n INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\n BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\n ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.",
"summary": "Next-Generation Motion Planning.",
"version": "1.1.11",
"project_urls": {
"documentation": "https://docs.jacobirobotics.com",
"homepage": "https://www.jacobirobotics.com",
"issues": "https://issues.jacobirobotics.com"
},
"split_keywords": [
"robotics",
" motion-planning",
" trajectory-generation",
" obstacle-avoidance"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cd1627e29215c8e0c85720a0462a867e912fbb4f9d195289964965990d3b662e",
"md5": "74f164ffb448f889a4369ed764ab50d9",
"sha256": "35c8616f0ce2b16b7c67bf6df7b6d9b1deebe2fecc965d66a5a294b16ae5b484"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "74f164ffb448f889a4369ed764ab50d9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 5766011,
"upload_time": "2025-10-17T23:35:29",
"upload_time_iso_8601": "2025-10-17T23:35:29.229215Z",
"url": "https://files.pythonhosted.org/packages/cd/16/27e29215c8e0c85720a0462a867e912fbb4f9d195289964965990d3b662e/jacobi_motion-1.1.11-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a9ce9dd5b015b6164f5c53b34a019479d1f9a683aeda191c9c0bda9ecc9248e",
"md5": "9d92e351231995489c2ee71c7b7bc275",
"sha256": "cca5658276aeabca162e538fb65042f3ea13fb42408eaacec04ccd21ef7bc9fe"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "9d92e351231995489c2ee71c7b7bc275",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 5563089,
"upload_time": "2025-10-17T23:35:19",
"upload_time_iso_8601": "2025-10-17T23:35:19.432541Z",
"url": "https://files.pythonhosted.org/packages/5a/9c/e9dd5b015b6164f5c53b34a019479d1f9a683aeda191c9c0bda9ecc9248e/jacobi_motion-1.1.11-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90c41f441b4294633ed6ad8d605c5967fb46686024a93fec5b9def43744813d5",
"md5": "91a6a7e1fd4c19fb89ac64a3cc4a46f6",
"sha256": "5555d2580aae01445a80664c8d6554deb114c0c62545c76b10ec1b6530f3d561"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "91a6a7e1fd4c19fb89ac64a3cc4a46f6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 6035309,
"upload_time": "2025-10-17T23:35:24",
"upload_time_iso_8601": "2025-10-17T23:35:24.615137Z",
"url": "https://files.pythonhosted.org/packages/90/c4/1f441b4294633ed6ad8d605c5967fb46686024a93fec5b9def43744813d5/jacobi_motion-1.1.11-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4ba8e676c5be6980ba625df98fcc8d551da472cb69bd0d005a52f94adc93e50",
"md5": "e2a4b7d91e36048b3146ec31d90a8bec",
"sha256": "b9acb1d73d1d558237caa4cddc4ffb9bbd40fca4388ecc7bce511af2186cf782"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e2a4b7d91e36048b3146ec31d90a8bec",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 5767330,
"upload_time": "2025-10-17T23:35:30",
"upload_time_iso_8601": "2025-10-17T23:35:30.770333Z",
"url": "https://files.pythonhosted.org/packages/c4/ba/8e676c5be6980ba625df98fcc8d551da472cb69bd0d005a52f94adc93e50/jacobi_motion-1.1.11-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b45ff3c8c3947a063a0113a8c9a2bce50110fcb82dfacfdd163d991d048caa11",
"md5": "26bb5aa1d1b9adb9017a763dc2fd63dd",
"sha256": "c98531e15e5347d95fb71a03e455e5d8ce4af866aee97d7353a3255c745cf6e0"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "26bb5aa1d1b9adb9017a763dc2fd63dd",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 5565213,
"upload_time": "2025-10-17T23:35:21",
"upload_time_iso_8601": "2025-10-17T23:35:21.386520Z",
"url": "https://files.pythonhosted.org/packages/b4/5f/f3c8c3947a063a0113a8c9a2bce50110fcb82dfacfdd163d991d048caa11/jacobi_motion-1.1.11-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc6ec7d3d1715ee85ff61e93e5bfd206c1d7e578e4e636a28ec1a9e1f6e81c16",
"md5": "d619d9da0c258b7f990957ededa7aa82",
"sha256": "6fffa071908040d838463c112cfd82a9841a9e8c025d665fdf4953012392cf86"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d619d9da0c258b7f990957ededa7aa82",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 6036878,
"upload_time": "2025-10-17T23:35:26",
"upload_time_iso_8601": "2025-10-17T23:35:26.129062Z",
"url": "https://files.pythonhosted.org/packages/bc/6e/c7d3d1715ee85ff61e93e5bfd206c1d7e578e4e636a28ec1a9e1f6e81c16/jacobi_motion-1.1.11-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "801aefb7ea413312d06521282bcd439a72d1ae724e39e0ab302f4d050a1c0d7c",
"md5": "01ffd508d16120c5b855947b438e8681",
"sha256": "153c7da4f05b1806ca55836386532cbacbe8599ddd041a85c2cc9cfc66c73358"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "01ffd508d16120c5b855947b438e8681",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 5771630,
"upload_time": "2025-10-17T23:35:32",
"upload_time_iso_8601": "2025-10-17T23:35:32.007505Z",
"url": "https://files.pythonhosted.org/packages/80/1a/efb7ea413312d06521282bcd439a72d1ae724e39e0ab302f4d050a1c0d7c/jacobi_motion-1.1.11-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "06d854cd0bc9621f0176d678bddac50291ee13cb4ada15a436dc485ddf9e4dc6",
"md5": "46e29515b2d002818e7d64c9f4ff90e1",
"sha256": "c00a0e97df80d9b05b908ef4ad51f81f5da50717dd1ead3996d82e2dcba7fd79"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "46e29515b2d002818e7d64c9f4ff90e1",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 5558609,
"upload_time": "2025-10-17T23:35:23",
"upload_time_iso_8601": "2025-10-17T23:35:23.083146Z",
"url": "https://files.pythonhosted.org/packages/06/d8/54cd0bc9621f0176d678bddac50291ee13cb4ada15a436dc485ddf9e4dc6/jacobi_motion-1.1.11-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c4178f790aa35eb5766335c6d101572d673ea37dc3ae7606d54d8f5182d6ea6",
"md5": "e4dadc742d80fe4e9f798d9e0bef3fa0",
"sha256": "4c785ad7aea5c90fa7420d35d30df72f0a9ccb67b0b80c012c9d46278f29d1da"
},
"downloads": -1,
"filename": "jacobi_motion-1.1.11-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "e4dadc742d80fe4e9f798d9e0bef3fa0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 6036111,
"upload_time": "2025-10-17T23:35:27",
"upload_time_iso_8601": "2025-10-17T23:35:27.958169Z",
"url": "https://files.pythonhosted.org/packages/0c/41/78f790aa35eb5766335c6d101572d673ea37dc3ae7606d54d8f5182d6ea6/jacobi_motion-1.1.11-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-17 23:35:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "jacobi-motion"
}