xovis-sdk 0.0.1

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.
Files changed (3) hide show
  1. package/__init__.py +0 -0
  2. package/package.json +16 -0
  3. package/setup.py +0 -0
package/__init__.py ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "xovis-sdk",
3
+ "version": "0.0.1",
4
+ "description": "Unofficial community SDK for Xovis Hardware and HUB",
5
+ "keywords": [
6
+ "xovis",
7
+ "api"
8
+ ],
9
+ "license": "MIT",
10
+ "author": "Xovis Open SDK Team",
11
+ "type": "module",
12
+ "main": "index.js",
13
+ "scripts": {
14
+ "test": "echo \"Error: no test specified\" && exit 1"
15
+ }
16
+ }
package/setup.py ADDED
File without changes