Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soco_search_plugin-0.0.9.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page