kinfer 0.5.4__cp312-cp312-manylinux_2_28_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,63 @@
1
+ Metadata-Version: 2.4
2
+ Name: kinfer
3
+ Version: 0.5.4
4
+ Summary: Tool to make it easier to run a model on a real robot
5
+ Home-page: https://github.com/kscalelabs/kinfer.git
6
+ Author: K-Scale Labs
7
+ Requires-Python: >=3.11
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: onnx
11
+ Requires-Dist: onnxruntime==1.20.0
12
+ Requires-Dist: pydantic
13
+ Requires-Dist: matplotlib
14
+ Requires-Dist: numpy
15
+ Requires-Dist: pathlib
16
+ Provides-Extra: dev
17
+ Requires-Dist: black; extra == "dev"
18
+ Requires-Dist: darglint; extra == "dev"
19
+ Requires-Dist: mypy; extra == "dev"
20
+ Requires-Dist: pytest; extra == "dev"
21
+ Requires-Dist: ruff; extra == "dev"
22
+ Requires-Dist: types-tensorflow; extra == "dev"
23
+ Provides-Extra: pytorch
24
+ Requires-Dist: torch; extra == "pytorch"
25
+ Provides-Extra: jax
26
+ Requires-Dist: tensorflow; extra == "jax"
27
+ Requires-Dist: tf2onnx>=1.16.0; extra == "jax"
28
+ Requires-Dist: jax; extra == "jax"
29
+ Requires-Dist: equinox; extra == "jax"
30
+ Requires-Dist: numpy<2; extra == "jax"
31
+ Provides-Extra: all
32
+ Requires-Dist: black; extra == "all"
33
+ Requires-Dist: darglint; extra == "all"
34
+ Requires-Dist: mypy; extra == "all"
35
+ Requires-Dist: pytest; extra == "all"
36
+ Requires-Dist: ruff; extra == "all"
37
+ Requires-Dist: types-tensorflow; extra == "all"
38
+ Requires-Dist: torch; extra == "all"
39
+ Requires-Dist: tensorflow; extra == "all"
40
+ Requires-Dist: tf2onnx>=1.16.0; extra == "all"
41
+ Requires-Dist: jax; extra == "all"
42
+ Requires-Dist: equinox; extra == "all"
43
+ Requires-Dist: numpy<2; extra == "all"
44
+ Dynamic: author
45
+ Dynamic: description
46
+ Dynamic: description-content-type
47
+ Dynamic: home-page
48
+ Dynamic: license-file
49
+ Dynamic: provides-extra
50
+ Dynamic: requires-dist
51
+ Dynamic: requires-python
52
+ Dynamic: summary
53
+
54
+ # kinfer
55
+
56
+ This package is designed to support running real-time robotics models.
57
+
58
+ For more information, see the documentation [here](https://docs.kscale.dev/docs/k-infer).
59
+
60
+ To enable logging, set your log path in the environment variable `KINFER_LOG_PATH`. For example,
61
+ ```
62
+ export KINFER_LOG_PATH=/home/dpsh/kinfer-logs
63
+ ```
@@ -0,0 +1,26 @@
1
+ kinfer/__init__.py,sha256=i5da6ND827Cgn8PFKzDCmEBk14ptQasLa_9fdof4Y9c,398
2
+ kinfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ kinfer/requirements.txt,sha256=e8RzCNVZGJ9Jb874Eom0psUCOqp0wGf8LJZ86ysto0w,127
4
+ kinfer/rust_bindings.cpython-312-x86_64-linux-gnu.so,sha256=-OCe1YQ_TE4KRl5vpPiLPMTF3wdVx4QwHPmIgc7kRDU,2369072
5
+ kinfer/rust_bindings.pyi,sha256=lPGHMDsydr4Ue-CNHRjQtJWmq5sE5daVN8PbxJgOZY4,2048
6
+ kinfer/export/__init__.py,sha256=6a8cClA2H3AAjAhY6ucmxEnfCRZ30FDn2L7SArCu7nY,56
7
+ kinfer/export/jax.py,sha256=zB3HJ_Ao-UtBKpFddywHUQstBpvc5OG4DOJk79VTczE,1423
8
+ kinfer/export/pytorch.py,sha256=nRo9TKClRhPcLJQDR3oHNCbTYjf_3gLBxGfzZBScPxc,1303
9
+ kinfer/export/serialize.py,sha256=QjsvTn7cIRroZXXONXQUrEd1tR69oLrszojuKoK-Xuk,3208
10
+ kinfer/rust/Cargo.toml,sha256=NoWaLluRJHV6mOCeVXk8q8Pb4028Z3ZPqLspBMHAPTQ,703
11
+ kinfer/rust/src/lib.rs,sha256=25LuAdONp9c3lI0_g2kAf73yrtzbYc9GtJjm1zl9IwU,120
12
+ kinfer/rust/src/logger.rs,sha256=5Uvv60zp6HV4zmaD9bA1vENDtE19uYrRzA-xRY26bl8,4124
13
+ kinfer/rust/src/model.rs,sha256=WluovJlgKSrAlAOkKlhhiVnD-OhN9E6xznZRPn2LFFI,12176
14
+ kinfer/rust/src/runtime.rs,sha256=7BRZmyMoV6FvYs2_XnLk0DFrxt7qgz35loCUJRSsuxM,3448
15
+ kinfer/rust/src/types.rs,sha256=wNLlXXmGmcE7uF4tKuZ7ChRy9-PI-JWq2iuh7diQS_g,3187
16
+ kinfer/rust_bindings/Cargo.toml,sha256=i1RGB9VNd9Q4FJ6gGwjZJQYo8DBBvpVWf3GJ95EfVgM,637
17
+ kinfer/rust_bindings/pyproject.toml,sha256=jLcJuHCnQRh9HWR_R7a9qLHwj6LMBgnHyeKK_DruO1Y,135
18
+ kinfer/rust_bindings/rust_bindings.pyi,sha256=lPGHMDsydr4Ue-CNHRjQtJWmq5sE5daVN8PbxJgOZY4,2048
19
+ kinfer/rust_bindings/src/lib.rs,sha256=f5TBqP6tYmb3vXQiisCsxAPB37_mtoaZSFvc_FlOeKY,14473
20
+ kinfer/rust_bindings/src/bin/stub_gen.rs,sha256=hhoVGnaSfazbSfj5a4x6mPicGPOgWQAfsDmiPej0B6Y,133
21
+ kinfer/scripts/plot_ndjson.py,sha256=eg-wwuDLRDcuVdr1Jc5W4yeJG5Bf--UjaK6kk9XoC4w,6179
22
+ kinfer-0.5.4.dist-info/METADATA,sha256=Da03N1PNxRcIrOj0ub_N19j9v8n0siXLjxW5ZCtsiOQ,1983
23
+ kinfer-0.5.4.dist-info/WHEEL,sha256=VXvNKn6nFeCM45GEUrNLJOO_J_e-cNJphGt9rWFxyE0,113
24
+ kinfer-0.5.4.dist-info/top_level.txt,sha256=6mY_t3PYr3Dm0dpqMk80uSnArbvGfCFkxOh1QWtgDEo,7
25
+ kinfer-0.5.4.dist-info/RECORD,,
26
+ kinfer-0.5.4.dist-info/licenses/LICENSE,sha256=Qw-Z0XTwS-diSW91e_jLeBPX9zZbAatOJTBLdPHPaC0,1069
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-manylinux_2_28_x86_64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 K-Scale Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ kinfer