data service and python sdk for touchfish #7009d00b03b81b08a9828409d84db6eeff102614
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.2.tar.gz
(12.3 kB
view details)
Built Distribution
touchfish-1.0.2-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file touchfish-1.0.2.tar.gz
.
File metadata
- Download URL: touchfish-1.0.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6746f93026ec2fe58d8185c3dcd38f7295fab8e77ef40fb5bdcbb9fd088ed006 |
|
MD5 | 0793701d43a0f9b243f3a3496dcc73cc |
|
BLAKE2b-256 | 65c35c6b329280ba60ca2ac6207852a2febfdabac1a866ee1dfa4fb1be9d317b |
File details
Details for the file touchfish-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: touchfish-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.1 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 | 54587da47da26f8383d4bddd6a8e778c2b10b3575d90111e70597728a1fbb098 |
|
MD5 | c9e928b1b435a26cab86c041389647f1 |
|
BLAKE2b-256 | 747943cf2381d7d6542b44479f6ed1ec7014a611906f4bdfb7a8acf8c13b7d61 |