data service and python sdk for touchfish
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.0.tar.gz
(11.4 kB
view details)
Built Distribution
touchfish-1.0.0-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file touchfish-1.0.0.tar.gz
.
File metadata
- Download URL: touchfish-1.0.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b74db6043fe3efb384892e350a76de06aee01d2808c41eac09f5f5ad50a6520 |
|
MD5 | 2e2ab8841f66bf8f0dea0756c4e03aab |
|
BLAKE2b-256 | 943f677ac4d56a346d05cb53aa2d384039583052e738297f59cbd276c0718506 |
File details
Details for the file touchfish-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: touchfish-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.5 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 | ffa9d44ba6295e217358c0101066b6956904d26e9d9829ab57e26e5b82596e95 |
|
MD5 | 4d0c902b6d4ac836cf374d1fe8305dbb |
|
BLAKE2b-256 | c8c2302fc696afc02b8c228055f74fb45e3c98900b08bd5886780be611a31371 |