jetson-examples 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.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.
- {jetson_examples-0.0.1.dist-info → jetson_examples-0.0.2.dist-info}/METADATA +2 -2
- jetson_examples-0.0.2.dist-info/RECORD +9 -0
- jetson_examples-0.0.1.dist-info/RECORD +0 -9
- {jetson_examples-0.0.1.data → jetson_examples-0.0.2.data}/data/scripts/run.sh +0 -0
- {jetson_examples-0.0.1.dist-info → jetson_examples-0.0.2.dist-info}/LICENSE +0 -0
- {jetson_examples-0.0.1.dist-info → jetson_examples-0.0.2.dist-info}/WHEEL +0 -0
- {jetson_examples-0.0.1.dist-info → jetson_examples-0.0.2.dist-info}/entry_points.txt +0 -0
- {jetson_examples-0.0.1.dist-info → jetson_examples-0.0.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: jetson-examples
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: run AI on Jetson, all you need is reComputer
|
5
5
|
Author-email: luozhixin <zhixin.luo@seeed.cc>
|
6
6
|
Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
|
@@ -26,7 +26,7 @@ License-File: LICENSE
|
|
26
26
|
## Install
|
27
27
|
|
28
28
|
```sh
|
29
|
-
pip install
|
29
|
+
pip install jetson-examples
|
30
30
|
```
|
31
31
|
|
32
32
|
- [more installation methods](./docs/install.md)
|
@@ -0,0 +1,9 @@
|
|
1
|
+
jetson_examples-0.0.2.data/data/scripts/run.sh,sha256=URYwn-EKgLolwNorU-d_LlaZC925sYg7nZO-guOcAsQ,5617
|
2
|
+
reComputer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
reComputer/main.py,sha256=K-ZpxttBOmEdLKyy6fIN8K4EMJ48dVIN88WvbWioB4Q,1109
|
4
|
+
jetson_examples-0.0.2.dist-info/LICENSE,sha256=ac_LOi8ChcJhymEfBulX98Y06wTI2IMcQnqCXZ5yay4,1066
|
5
|
+
jetson_examples-0.0.2.dist-info/METADATA,sha256=0KWbVkJD9CZt3yDzfPD-F5Ma7NJwA9khUiIaoDnfwa4,2751
|
6
|
+
jetson_examples-0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
+
jetson_examples-0.0.2.dist-info/entry_points.txt,sha256=5-OdcBifoDjVXE9KjNoN6tQa8l_XSXhdbBEgL2hxeDM,58
|
8
|
+
jetson_examples-0.0.2.dist-info/top_level.txt,sha256=SI-liiUOkoGwOJfMP7d7k63JKgdcbiEj6DEC8QIKI90,11
|
9
|
+
jetson_examples-0.0.2.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
jetson_examples-0.0.1.data/data/scripts/run.sh,sha256=URYwn-EKgLolwNorU-d_LlaZC925sYg7nZO-guOcAsQ,5617
|
2
|
-
reComputer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
reComputer/main.py,sha256=K-ZpxttBOmEdLKyy6fIN8K4EMJ48dVIN88WvbWioB4Q,1109
|
4
|
-
jetson_examples-0.0.1.dist-info/LICENSE,sha256=ac_LOi8ChcJhymEfBulX98Y06wTI2IMcQnqCXZ5yay4,1066
|
5
|
-
jetson_examples-0.0.1.dist-info/METADATA,sha256=K3QgJ1VeZ_wPKNc3Pb_GtGV4WoilakN8vbs8uHY9aX4,2746
|
6
|
-
jetson_examples-0.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
-
jetson_examples-0.0.1.dist-info/entry_points.txt,sha256=5-OdcBifoDjVXE9KjNoN6tQa8l_XSXhdbBEgL2hxeDM,58
|
8
|
-
jetson_examples-0.0.1.dist-info/top_level.txt,sha256=SI-liiUOkoGwOJfMP7d7k63JKgdcbiEj6DEC8QIKI90,11
|
9
|
-
jetson_examples-0.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|