简单智能官方实现
Project description
简单智能官方实现
官方网站 http://www.www.easysmart.top
安装方式
pip install easysmart
在其他脚本中使用
import easysmart as ezs
import threading
import pathlib
root_path = pathlib.Path(__file__).parent.absolute().joinpath('data')
main_server_thread = threading.Thread(target=ezs.start_server, args=(root_path,))
main_server_thread.daemon = True
main_server_thread.start()
HTTP API
https://console-docs.apipost.cn/preview/91b7075b8e535790/83ff4d1e5753d015
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easysmart-20231220203851.tar.gz
(11.1 kB
view details)
File details
Details for the file easysmart-20231220203851.tar.gz.
File metadata
- Download URL: easysmart-20231220203851.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58ffe9aed067c85195a9b9b9b0a1ed772199b75d10b60189e934d24c26221c9
|
|
| MD5 |
ac15c0fc290765a33a34f202e77cc12e
|
|
| BLAKE2b-256 |
30d93e08bab79cf1fe7a4e8eb8b40100beab912fc5e30c271a8ca1839e55c596
|