jacobi-motion


Namejacobi-motion JSON
Version 0.0.30 PyPI version JSON
download
home_pagehttps://www.jacobirobotics.com
SummaryNext-Generation Motion Planning.
upload_time2024-04-30 10:31:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (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. - hpp-fcl 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 cloud version of 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": "https://www.jacobirobotics.com",
    "name": "jacobi-motion",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "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 cloud version of 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).\n",
    "bugtrack_url": null,
    "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.   - hpp-fcl  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.",
    "summary": "Next-Generation Motion Planning.",
    "version": "0.0.30",
    "project_urls": {
        "Documentation": "https://docs.jacobirobotics.com",
        "Homepage": "https://www.jacobirobotics.com"
    },
    "split_keywords": [
        "robotics",
        " motion-planning",
        " trajectory-generation",
        " obstacle-avoidance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4faeb913a00568ab6d7a50b7892dd5c5f35f2014d1b0ebbcff3cc53c2ee5944f",
                "md5": "7a5366b962627c15efb9fb829791f9b5",
                "sha256": "0969132b24e95cd9150d7fdcc83629e1f22c343c28f5661bbe52890fd8f0988c"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp310-cp310-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a5366b962627c15efb9fb829791f9b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4095474,
            "upload_time": "2024-04-30T10:31:56",
            "upload_time_iso_8601": "2024-04-30T10:31:56.693745Z",
            "url": "https://files.pythonhosted.org/packages/4f/ae/b913a00568ab6d7a50b7892dd5c5f35f2014d1b0ebbcff3cc53c2ee5944f/jacobi_motion-0.0.30-cp310-cp310-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "218f112a63daababced5884564fb5701638d9585ed2eb9f48438d67aec51d3c3",
                "md5": "05d27347a1f195717a18717ccc3bd55f",
                "sha256": "c1966991f6bc1f832cfc802a384465b3ab0158299cf3573b3ea560046f4744d9"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "05d27347a1f195717a18717ccc3bd55f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4142613,
            "upload_time": "2024-04-30T10:31:46",
            "upload_time_iso_8601": "2024-04-30T10:31:46.719463Z",
            "url": "https://files.pythonhosted.org/packages/21/8f/112a63daababced5884564fb5701638d9585ed2eb9f48438d67aec51d3c3/jacobi_motion-0.0.30-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac7efd25cbe6cf5dd201647ded6814fb7fd0cc9e11a1c3d7d32c9e3f6a717b37",
                "md5": "7b3c522fdcb61951a7ace15058cd187b",
                "sha256": "78a367c95c511cfd6f8ae5065d0145f9942c448abacdce012a48532fd2d4d8c4"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7b3c522fdcb61951a7ace15058cd187b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3874332,
            "upload_time": "2024-04-30T10:31:28",
            "upload_time_iso_8601": "2024-04-30T10:31:28.771106Z",
            "url": "https://files.pythonhosted.org/packages/ac/7e/fd25cbe6cf5dd201647ded6814fb7fd0cc9e11a1c3d7d32c9e3f6a717b37/jacobi_motion-0.0.30-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10d71efbd17632f05814476ec77858a8711d811f5b3f6904c9639c86521a6dae",
                "md5": "939b3e400e0ea2e1e6b50825662badec",
                "sha256": "a1a6c82bb77c1a64d8bd25ef5acb79b9359ba4ef2e34404d0996a1926e920ac2"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "939b3e400e0ea2e1e6b50825662badec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4265761,
            "upload_time": "2024-04-30T10:31:39",
            "upload_time_iso_8601": "2024-04-30T10:31:39.300885Z",
            "url": "https://files.pythonhosted.org/packages/10/d7/1efbd17632f05814476ec77858a8711d811f5b3f6904c9639c86521a6dae/jacobi_motion-0.0.30-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcb8d35acdfd02acf57c09fc2d0dd4df4f26b307d8fc15cab50b355cde682c67",
                "md5": "4d3b622aeb3f8621b2df2b8ac26f6aa1",
                "sha256": "0042246d39a8de484c65e116a4b51b4baa78fee8348137dd0d030fe31e18da90"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp311-cp311-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d3b622aeb3f8621b2df2b8ac26f6aa1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4096723,
            "upload_time": "2024-04-30T10:31:58",
            "upload_time_iso_8601": "2024-04-30T10:31:58.963482Z",
            "url": "https://files.pythonhosted.org/packages/dc/b8/d35acdfd02acf57c09fc2d0dd4df4f26b307d8fc15cab50b355cde682c67/jacobi_motion-0.0.30-cp311-cp311-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a26311d69e738321f21fce18c47ded7b06234a940974b8c65098db9bf133e2fd",
                "md5": "8ef9b4f1b2113e773c4b1fb29b49ba42",
                "sha256": "daedc108c94f711d56f4352549f6925ac36a599efeea771b267858107616c864"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8ef9b4f1b2113e773c4b1fb29b49ba42",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4144077,
            "upload_time": "2024-04-30T10:31:48",
            "upload_time_iso_8601": "2024-04-30T10:31:48.973394Z",
            "url": "https://files.pythonhosted.org/packages/a2/63/11d69e738321f21fce18c47ded7b06234a940974b8c65098db9bf133e2fd/jacobi_motion-0.0.30-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "483a0c30952c745011e8dbecafc50953f8ae4baccd0fc78d558aa1b6447e8fd3",
                "md5": "f346fd65f14251a845d90999dcaf56c6",
                "sha256": "61976716333737ac2dcaf844003f57be8505ca0f3cc249c9cb202a483e56111c"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f346fd65f14251a845d90999dcaf56c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3875390,
            "upload_time": "2024-04-30T10:31:30",
            "upload_time_iso_8601": "2024-04-30T10:31:30.846610Z",
            "url": "https://files.pythonhosted.org/packages/48/3a/0c30952c745011e8dbecafc50953f8ae4baccd0fc78d558aa1b6447e8fd3/jacobi_motion-0.0.30-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1da2de0d70a0557f8ce1f3288999b94f6adc4dc08eb99aa88f5d2874db3782f0",
                "md5": "1cbad433469f4025c560ac495dc776e0",
                "sha256": "4102419abc25d6c9ab7299f3927bf86c260e6ebad36bbec96f1566105775f7ac"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1cbad433469f4025c560ac495dc776e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4268733,
            "upload_time": "2024-04-30T10:31:41",
            "upload_time_iso_8601": "2024-04-30T10:31:41.254860Z",
            "url": "https://files.pythonhosted.org/packages/1d/a2/de0d70a0557f8ce1f3288999b94f6adc4dc08eb99aa88f5d2874db3782f0/jacobi_motion-0.0.30-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0aeda36d039b6bd972b75de607c4c75b6518e487f238d24524f3b637440129",
                "md5": "b67ee041c6639dc5d2dcfa5fde33c59b",
                "sha256": "1f6791e636ee6804efc5d613fc3ac20da9e2ffa905f67732a07658de93041e21"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp312-cp312-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b67ee041c6639dc5d2dcfa5fde33c59b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4103650,
            "upload_time": "2024-04-30T10:32:00",
            "upload_time_iso_8601": "2024-04-30T10:32:00.859675Z",
            "url": "https://files.pythonhosted.org/packages/5a/0a/eda36d039b6bd972b75de607c4c75b6518e487f238d24524f3b637440129/jacobi_motion-0.0.30-cp312-cp312-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70a3ce6df7c7b1437cbd61791c719e7e62e9114d8708a02eec6943b187efc7b7",
                "md5": "4be099c2e291e91120f87750bf5d8d90",
                "sha256": "e2786880fd7a099e5d39133377126867cff54cccc5fc9eed29c83f70647be267"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4be099c2e291e91120f87750bf5d8d90",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4147185,
            "upload_time": "2024-04-30T10:31:51",
            "upload_time_iso_8601": "2024-04-30T10:31:51.088256Z",
            "url": "https://files.pythonhosted.org/packages/70/a3/ce6df7c7b1437cbd61791c719e7e62e9114d8708a02eec6943b187efc7b7/jacobi_motion-0.0.30-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28f48034c94fb9e0cdde22b89592009a3b722f58c07d6055a8d3d877c5afd82e",
                "md5": "d24a8d417b246c606e9d8a06568fa3ee",
                "sha256": "010d713e3963fa3f6c4b83e7c5aea5ca64b7c0229d44a2e55ceb188f3285a3ab"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d24a8d417b246c606e9d8a06568fa3ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 3872609,
            "upload_time": "2024-04-30T10:31:32",
            "upload_time_iso_8601": "2024-04-30T10:31:32.746592Z",
            "url": "https://files.pythonhosted.org/packages/28/f4/8034c94fb9e0cdde22b89592009a3b722f58c07d6055a8d3d877c5afd82e/jacobi_motion-0.0.30-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a7cba3f5993107f89b191610ac76c4aca23eb7b715ec91b8e329a0ad4bef555",
                "md5": "18c0d908926f54e074e4991a8004194d",
                "sha256": "cbbbac102d9cecae85780c6fec74174e080959dd8fbaf8f80b4da682780cfa2a"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18c0d908926f54e074e4991a8004194d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4266688,
            "upload_time": "2024-04-30T10:31:42",
            "upload_time_iso_8601": "2024-04-30T10:31:42.795465Z",
            "url": "https://files.pythonhosted.org/packages/7a/7c/ba3f5993107f89b191610ac76c4aca23eb7b715ec91b8e329a0ad4bef555/jacobi_motion-0.0.30-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb79491707320cb80661c15a1bf4f55a4591a807e23d460506edcc15b3a662a6",
                "md5": "2a218d3c746ae3c56f55ba46e1d2c754",
                "sha256": "b7ea4ea754566250166166c7b6c8bf3059ad23af11a327d46b223a448084c7cd"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp38-cp38-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a218d3c746ae3c56f55ba46e1d2c754",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4095301,
            "upload_time": "2024-04-30T10:31:53",
            "upload_time_iso_8601": "2024-04-30T10:31:53.333486Z",
            "url": "https://files.pythonhosted.org/packages/cb/79/491707320cb80661c15a1bf4f55a4591a807e23d460506edcc15b3a662a6/jacobi_motion-0.0.30-cp38-cp38-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75c8a4de7edd1a9c3e6c1c754a30bf975eca2753bf0ebae780759fd2e6fd9df9",
                "md5": "09f03cc47497725e31d077404f73fbad",
                "sha256": "1f5df1b40f6996446556c163cdaa247260f9db11107bc1939d888437250fe3bf"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp38-cp38-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "09f03cc47497725e31d077404f73fbad",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3873968,
            "upload_time": "2024-04-30T10:31:25",
            "upload_time_iso_8601": "2024-04-30T10:31:25.296049Z",
            "url": "https://files.pythonhosted.org/packages/75/c8/a4de7edd1a9c3e6c1c754a30bf975eca2753bf0ebae780759fd2e6fd9df9/jacobi_motion-0.0.30-cp38-cp38-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be0d43d03014da74b5582c57c4a0e6257b79f8b6bdfd69d5c2d10af62f4f1c0a",
                "md5": "0662c03bc730efebed9e732c6cae1220",
                "sha256": "5b3aeb4180d0af51eddbd5c69c96ba6c5b747ffc6553ce85dc1041d533cbdbe7"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0662c03bc730efebed9e732c6cae1220",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4266401,
            "upload_time": "2024-04-30T10:31:35",
            "upload_time_iso_8601": "2024-04-30T10:31:35.743216Z",
            "url": "https://files.pythonhosted.org/packages/be/0d/43d03014da74b5582c57c4a0e6257b79f8b6bdfd69d5c2d10af62f4f1c0a/jacobi_motion-0.0.30-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbefbd6713355dbe3d791ce74d890577463aefc788e6b539b918074ede1d0576",
                "md5": "80c2b45fe8b67b4353271665bd85a186",
                "sha256": "2fcf8a45171f34680326a6bf1b1787c1cff8cd41a4496e4492c5c76a08c3ba64"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp39-cp39-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80c2b45fe8b67b4353271665bd85a186",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4095551,
            "upload_time": "2024-04-30T10:31:55",
            "upload_time_iso_8601": "2024-04-30T10:31:55.152562Z",
            "url": "https://files.pythonhosted.org/packages/cb/ef/bd6713355dbe3d791ce74d890577463aefc788e6b539b918074ede1d0576/jacobi_motion-0.0.30-cp39-cp39-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec2d7d90b261ec40f7094a1131a67d0b06f969d80842c8699fa67799f4758914",
                "md5": "85394ab2c4b2dc359f67de95dbf7c887",
                "sha256": "d247aa5132b2b2647e9413dba0c2bf9ce0ae1f16352fc46cd4ecb8c8b0e14281"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "85394ab2c4b2dc359f67de95dbf7c887",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4142766,
            "upload_time": "2024-04-30T10:31:44",
            "upload_time_iso_8601": "2024-04-30T10:31:44.819485Z",
            "url": "https://files.pythonhosted.org/packages/ec/2d/7d90b261ec40f7094a1131a67d0b06f969d80842c8699fa67799f4758914/jacobi_motion-0.0.30-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c77661af164bb3efc7e4fbbdd065338d49db57bf8a631b03ed9eca0f9551618",
                "md5": "0ed20df5d5b40fc0e6fa8196048a576c",
                "sha256": "de91ed2614560f6dfe01620ba38e8c1cee6bf18426d1f62fab8d5e0348c5f98f"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0ed20df5d5b40fc0e6fa8196048a576c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3874284,
            "upload_time": "2024-04-30T10:31:27",
            "upload_time_iso_8601": "2024-04-30T10:31:27.010128Z",
            "url": "https://files.pythonhosted.org/packages/1c/77/661af164bb3efc7e4fbbdd065338d49db57bf8a631b03ed9eca0f9551618/jacobi_motion-0.0.30-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc5ba8eb64dc53d9edc974a7cebc411cf782a9e091002905c1b1f6ea2089ea70",
                "md5": "e10ac2cbfb056853f74d23adb1adb9e1",
                "sha256": "966e75eef2ecd0d82acea548ab7c1469c69d714ee576563e558df755d0c65d58"
            },
            "downloads": -1,
            "filename": "jacobi_motion-0.0.30-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e10ac2cbfb056853f74d23adb1adb9e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4266270,
            "upload_time": "2024-04-30T10:31:37",
            "upload_time_iso_8601": "2024-04-30T10:31:37.346024Z",
            "url": "https://files.pythonhosted.org/packages/dc/5b/a8eb64dc53d9edc974a7cebc411cf782a9e091002905c1b1f6ea2089ea70/jacobi_motion-0.0.30-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 10:31:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jacobi-motion"
}
        
Elapsed time: 0.24916s