KMLPipePy

View on PyPIReverse Dependencies (0)

1.2.3 KMLPipePy-1.2.3-py3-none-any.whl

Wheel Details

Project: KMLPipePy
Version: 1.2.3
Filename: KMLPipePy-1.2.3-py3-none-any.whl
Download: [link]
Size: 44747
MD5: 096174a515f9bf1dbf6531882512758d
SHA256: 721537b960dc0f7aebc63c7b0c24d90d8c2020b020990f12793065d4cec3d6f7
Uploaded: 2024-02-03 00:15:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: KMLPipePy
Version: 1.2.3
Summary: Official Python library for the Kinetix ML API
Author-Email: Maxwell Stone <maxwell[at]kinetixml.com>, Sammy Taubman <sammy[at]kinetixml.com>
Project-Url: Homepage, https://github.com/kinetix-ml/kml-pipe-py
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: kinetix,ml,api,python,library,wrapper,client
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: tensorflow-hub
Requires-Dist: tensorflow
Requires-Dist: roboflow
Requires-Dist: torch
Requires-Dist: chardet
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
main.py sha256=XG6MIVPpdLM4Y-TjyYeCcPEtZBhpffS1DBbJvbpo2SI 603
KMLPipePy/CVNodeProcess.py sha256=DkO0IYUaH8SylHY8MshXo4kW8Le0byR-qiuNTF4cT24 602
KMLPipePy/__init__.py sha256=D0NuEk9ouAr8LqMAKODe7l10YqfboJMOWagTO4f5MIE 2953
KMLPipePy/api.py sha256=HQ54rvICLEJu3U-IqToSxpbroIv7WEtk1magCPg81Rs 2439
KMLPipePy/base_structs.py sha256=M1SMpYisRbUEhlxC3CsGGDEybS54APeWnBWta0zVpgA 1246
KMLPipePy/types.py sha256=x4O6CHS-ewcGSp4lw5kUWONE8LS-82uXuVxV3wH2uMs 2579
KMLPipePy/operations/__init__.py sha256=lJ1VUJSYM_ItpUizWQoENV1H1e2saxJiZoBLtvRsCnM 3910
KMLPipePy/operations/addInputs.py sha256=E6Bx_u7e-Oi2v88L95m7VJH-RTIFohnPgkKMryTa-R4 548
KMLPipePy/operations/calcJointAngles.py sha256=pmWuroJ2FGJT4LDgr0vSKye_4xWc7M3HAuQsDcPrWiY 2484
KMLPipePy/operations/calcKeyPointVelocities.py sha256=GkA-fP6lqsocCS9rUcxrc9XfjlP2MPzu8hwS4JMfUeE 958
KMLPipePy/operations/clamp.py sha256=jFAGi9Z-zEKbrdKFFE39fWICXK3xZ75Xyji6EgsNRx0 578
KMLPipePy/operations/compareEmbeddings.py sha256=zHKFwGg4_RY-rW-qnVljtxVfWtBy-PC06icnqUTaOC8 696
KMLPipePy/operations/compareKPFrames.py sha256=_l76UCUNGw0e6QlP_Iz5YDDMaKm7d-fswpneCyiw3Js 850
KMLPipePy/operations/conditional.py sha256=BqSq7jq4es6fqCuzN3Q1_y4LtuLmv_jtMOsdboPm2qM 631
KMLPipePy/operations/constant.py sha256=l1gGU0f6zNk6SkHGZOZFD9lx6M79h2cELmr78wzPvKE 354
KMLPipePy/operations/createCrop.py sha256=5XhQNP5tRA2NjgOrF3goVyr2KiLsx7ZqXy5o5WpEoRA 1221
KMLPipePy/operations/createKeyPoint.py sha256=wICAQ2QUxRBo7OsNbF2tDi4M44qbxPX_Y0XiHLUMPvw 742
KMLPipePy/operations/createLabel.py sha256=6AcLbvgfBrGjakfc4gQCnHUYKmUQxy2beY5pu6xsBYE 583
KMLPipePy/operations/crop.py sha256=a3yiw_fqEK7oC8KCSY2OkrB-F-rB-emsXKG9R2Yn4NY 851
KMLPipePy/operations/cropBBoxes.py sha256=U-mw1rcBLx9zIGs9pU181gp5ln68X8njyLOESX-N97g 972
KMLPipePy/operations/deconstructKeyPoint.py sha256=B2d8ziCn1WZTkvvxyXR2Vhj4QcWVDKMlUI7dV8YtY64 656
KMLPipePy/operations/divideInputs.py sha256=lge4NgWvOWRSjoAZknMoTcC10B-s5JfYvB2xWsbSh74 558
KMLPipePy/operations/drawBBoxFrame.py sha256=dqY1GNeYq4S7nmgJ7xDPBvBACPYVW5v9M3MbdJcw9Ns 606
KMLPipePy/operations/drawKeyPoints.py sha256=wyiOWXr75fAYpjqVO7HoEYjmhaZx1w55Nw3flWo0Wn8 1004
KMLPipePy/operations/drawLabel.py sha256=gsJV-33RHarvGWNIZPfVVjPy6ffu5YOQc0eE-D5bHlc 599
KMLPipePy/operations/drawLabels.py sha256=SGa1Oa_FYTtFSBkhYh9e_8HSYsI9qOzIKmbg0sy8boA 641
KMLPipePy/operations/faceMeshDetection.py sha256=v3UbpKfgSP_izv9ZJeJD-NiCtDoCtlIskWS0s92Ha1E 1975
KMLPipePy/operations/getKeyPoint.py sha256=OpP7OFm-847A-EXngLXz2aMRopKya_Gzqb7S-FTCjxg 552
KMLPipePy/operations/getVecValue.py sha256=jCyTxMcf3EhJKZVYuGWsjSBWOI1Lo_g1y3N2RhhTGuE 504
KMLPipePy/operations/kpDist.py sha256=7FflD5CwmcwC3XJcAoeCJVhZj7_1iF1dmbz_7oAE8cA 621
KMLPipePy/operations/multiplyInputs.py sha256=r8HwK288HWCL3RGFbLwSthzhl25wbRzugsJHEEWIc20 560
KMLPipePy/operations/normKeyPoints.py sha256=bqoe0WbxZx6dmVAF6LPaovdfKn-f2_XpdxnUzn9cszo 866
KMLPipePy/operations/normKeyPointsSize.py sha256=9_TioTVSmME11uRwxVQkn2swMA1jnbZyxWJ3Vyp9ik0 1396
KMLPipePy/operations/pose2D.py sha256=Fa964f2YXosPZKp8zj-tEj7TxyVTbxr1sIk3TH1sEbc 1716
KMLPipePy/operations/roboflowClassificationAPI.py sha256=qbsMA2HJ5vmjOiO-P5togQ7mTl9zxOAJCB5_pWcJozY 1502
KMLPipePy/operations/roboflowDetect.py sha256=x0vLN1CFpCc0DFaYHP78JoIoEeQ5wkLlEAz7HLvmkCY 1168
KMLPipePy/operations/roboflowEmbedImages.py sha256=aGMq7y_rSvcy33XxeCc0k2-3GmLycPVdrSuvDqh_ElM 1345
KMLPipePy/operations/roboflowEmbedText.py sha256=KU7dj_r2A6l09Y3DxZgDLvAv-fKilSEtPblqQOOWwwA 1103
KMLPipePy/operations/round.py sha256=OVVK3R2BX4JaIY43D_x1zt9YLqElb4_TbyPrqdwSGSI 447
KMLPipePy/operations/rtmPose2DBody.py sha256=uS7FHSQDvcml0loOuIpiDWXeNdMM6GDZPxDXrmuF91w 2095
KMLPipePy/operations/rtmPose2DWholeBody.py sha256=kbtLfQANI8wiBxZhr0BSlgm5WpU8TcyeJdereEpfK7g 1931
KMLPipePy/operations/setKeyPoint.py sha256=v3FJFDPyZPNFU2fSI8EuTQjp2pJdkg2qYrQetUWAK1g 732
KMLPipePy/operations/setVecValue.py sha256=f9GmNW7oTsAG-_N1mnL5r1xEwsjSrgD-FKRGoVdq45k 590
KMLPipePy/operations/smoothKeyPoints.py sha256=MkkS6mUkpIPLgApw7Z6QSNK7qzRQTmu3e_qZP_ydbiw 2727
KMLPipePy/operations/smoothVecs.py sha256=po0cRjbN-euR93WUPy8f69qApTeVETEBehvE3XwffcM 1352
KMLPipePy/operations/subtractInputs.py sha256=M31H6awQeEDgDx5G_26qqKh4iryuM3m2EvEba-0c1lg 553
KMLPipePy/operations/switch.py sha256=5nmNw8f7mR8xyf_GnieVsUxaJ_YEJdDC7ea2BTf_nIY 544
KMLPipePy/operations/threeKPAngle.py sha256=xIE3PzgsFYqBxsXtkMbvq0rhFiNz-CXo9mClwLD-y3g 724
KMLPipePy/operations/utils.py sha256=2gsWJUksr6BAYBwHHOxvMOVJTIqtr49O5vHy0zfWeo8 1844
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_drawing_nodes.py sha256=JchMcdScQnCHg6DSRpO8orRKooKFwoUDJ6n9akoeH9A 3192
tests/test_kp_nodes.py sha256=uD5J60-B4g-hr2tYu3L9xAlOyNFw13W_nakL8gIc_Qo 6749
tests/test_logic_nodes.py sha256=C6VF3nsQDE2ZmHp0R2iD3ZcG0DDaidTGIGwSG3c3xtI 1868
tests/test_math_nodes.py sha256=IdlJiRK-nb2LCsSQVyL61Tq1Tf_wVpfIt9kpLwb9PKk 3406
tests/test_model_nodes.py sha256=GqlCjuZmb6fs853vMlTg-K35fNo6L3DOZHTrV9VhB0k 1869
tests/test_rtmpose.py sha256=5mLTnbqCtKvUylHvgYVp0HyixUBTi0KaPXCZBYyqNSE 2307
tests/test_vec_nodes.py sha256=RfEbriOfvCQHCJkgGg7AXtA57h-CKjJ_WF8UMS8Dag0 2385
KMLPipePy-1.2.3.dist-info/LICENSE sha256=z72U6pv-bQgJ_Svr4uCXnMjemsp38aSerhHEdEAOMJ4 7632
KMLPipePy-1.2.3.dist-info/METADATA sha256=fM_VmYz1pwTPrOsXMUY8uu22tQ3MCOeaVlHYXPvfZS4 9941
KMLPipePy-1.2.3.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
KMLPipePy-1.2.3.dist-info/top_level.txt sha256=4t71QlMHynFgkLAvloRnmFVsZJaMcRBfieV0vS-cm3Y 21
KMLPipePy-1.2.3.dist-info/RECORD

top_level.txt

KMLPipePy
main
tests