HandsON-BuildHat-API 1.0__tar.gz → 1.0.2__tar.gz
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.
- {handson_buildhat_api-1.0/src/HandsON_BuildHat_API.egg-info → handson_buildhat_api-1.0.2}/PKG-INFO +2 -2
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/README.md +1 -1
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/pyproject.toml +1 -1
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2/src/HandsON_BuildHat_API.egg-info}/PKG-INFO +2 -2
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/LICENSE +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/setup.cfg +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API/SpikePI.py +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API/__init__.py +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API.egg-info/SOURCES.txt +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API.egg-info/dependency_links.txt +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API.egg-info/requires.txt +0 -0
- {handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API.egg-info/top_level.txt +0 -0
{handson_buildhat_api-1.0/src/HandsON_BuildHat_API.egg-info → handson_buildhat_api-1.0.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HandsON-BuildHat-API
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A third-party API for controlling LEGO SPIKE devices
|
|
5
5
|
Author-email: HandsON Technology <caffeine.reload@gmail.com>
|
|
6
6
|
License: Proprietary - Personal/Educational Use Only
|
|
@@ -37,7 +37,7 @@ HandsON Build Hat API
|
|
|
37
37
|
모든 API는 기존 Spike Legacy와 문법적으로 동일
|
|
38
38
|
|
|
39
39
|
```python
|
|
40
|
-
from
|
|
40
|
+
from HandsON_BuildHat_API import ColorSensor, Motor
|
|
41
41
|
|
|
42
42
|
motor = Motor('A')
|
|
43
43
|
colorsensor = ColorSensor('B')
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "HandsON-BuildHat-API"
|
|
7
|
-
version = "1.0"
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "A third-party API for controlling LEGO SPIKE devices"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name="HandsON Technology", email="caffeine.reload@gmail.com" }
|
{handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2/src/HandsON_BuildHat_API.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HandsON-BuildHat-API
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A third-party API for controlling LEGO SPIKE devices
|
|
5
5
|
Author-email: HandsON Technology <caffeine.reload@gmail.com>
|
|
6
6
|
License: Proprietary - Personal/Educational Use Only
|
|
@@ -37,7 +37,7 @@ HandsON Build Hat API
|
|
|
37
37
|
모든 API는 기존 Spike Legacy와 문법적으로 동일
|
|
38
38
|
|
|
39
39
|
```python
|
|
40
|
-
from
|
|
40
|
+
from HandsON_BuildHat_API import ColorSensor, Motor
|
|
41
41
|
|
|
42
42
|
motor = Motor('A')
|
|
43
43
|
colorsensor = ColorSensor('B')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{handson_buildhat_api-1.0 → handson_buildhat_api-1.0.2}/src/HandsON_BuildHat_API/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|