Soco search plugin helper
Project description
SOCO-SEARCH Plugin Helper
soco-plugin-library
pip install soco-search-plugin
How to create a source distribution
python setup.py sdist
Twine is for the upload process, so first install twine via pip:
pip install twine
Then, run the following command:
twine upload dist/*
How to run grpc server
python3 -m soco_grpc.server --host 0.0.0.0 --port 8003 --workers 3
how to run http server
# main.py
import uvicorn
if __name__ == "__main__":
uvicorn.run("soco_grpc.server.app.server.app:app", host="0.0.0.0", port=8006, reload=True)
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
File details
Details for the file soco_search_plugin-0.0.9.tar.gz
.
File metadata
- Download URL: soco_search_plugin-0.0.9.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3ab6260f5536f7ccdfd8e973328d1429ff02aaac380ee270cb4b181a746426e |
|
MD5 | 3cdf8607f45e06e199ec95e8a7532950 |
|
BLAKE2b-256 | e3d4f7add0902869c0acaec0cfb6e6c34d148bb844c27cef34224319cccbc88a |