data service and python sdk for touchfish #b7ddf862598f2eaffc0c3b6755180abae489944d
Project description
the data service for the touchfish app, which contains two part:
- tfdataservice: running data service (a web server)
from touchfish import tfdataservice
tfdataservice.run(workpath='', port=2233)
- tfoperator: the python sdk for data service
from touchfish import tfoperator
# init the operator
tfop = tfoperator(host='', port=2233)
# add a fish
tfop.add_fish('testtest', type='txt', description='', tags=[['test']])
# search fish
res = tfop.search_fish(tags=[['test']])
res.data
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
touchfish-1.0.1.tar.gz
(11.8 kB
view details)
Built Distribution
touchfish-1.0.1-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file touchfish-1.0.1.tar.gz
.
File metadata
- Download URL: touchfish-1.0.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9d785184fe1c41059bad38ba62d1c6275396ee2ee0286243eb3c58514a634bd |
|
MD5 | 9dab038d6067742b166396f4e7290f12 |
|
BLAKE2b-256 | c44352501c615f7bc227a902e0bc29e0ddee4c0ebfc3fcbb5f083eba34e31315 |
File details
Details for the file touchfish-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: touchfish-1.0.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f2bb616e9ea54835b57847406e56402fe15b3c9c14d3e6099c72f04aaa87ae9 |
|
MD5 | 878f696cd2ca9abca01064db411236ad |
|
BLAKE2b-256 | 535d83265870c0c2ce223ba45f9264eef35b821e865937c579ff20e6b615e961 |