things.py:基于Python的底层API

时间:2024-04-15 08:12:16
【文件属性】:

文件名称:things.py:基于Python的底层API

文件大小:34KB

文件格式:ZIP

更新时间:2024-04-15 08:12:16

Python

物联网Python API 一个简单的Python 3库,用于读取数据。 在可以找到其他一些语言的实现。 目录 安装 $ pip3 install things.py # or $ git clone https://github.com/thingsapi/things.py && cd things.py && make install 例子 >> > import things >> > things . tasks () [{ 'uuid' : '2Ukg8I2nLukhyEM7wYiBeb' , 'type' : 'task' , 'title' : 'Make reservation for dinner' , 'project' : { 'title' : 'Throw Birthday Party' , 'uuid' : 'bNj6TPdKYhY6fScvXW


【文件预览】:
things.py-main
----LICENSE(11KB)
----README.md(4KB)
----Makefile(3KB)
----tests()
--------__init__.py(0B)
--------demo.sqlite3(180KB)
--------test_things.py(1KB)
----.gitignore(105B)
----things()
--------__init__.py(89B)
--------database.py(31KB)
--------api.py(4KB)

网友评论