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_library-0.0.9.tar.gz (7.5 kB view details)

Uploaded Source

File details

Details for the file soco_search_library-0.0.9.tar.gz.

File metadata

  • Download URL: soco_search_library-0.0.9.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8

File hashes

Hashes for soco_search_library-0.0.9.tar.gz
Algorithm Hash digest
SHA256 891e508827ce52c72495e7e947b0b1665206ef513a094563ddc65c235a880c9a
MD5 780b29c30fc9618981036ee271642152
BLAKE2b-256 687a9f216dfc9a178bb66485cea8f73ce99d169508e85844ba8017ed65b3057d

See more details on using hashes here.

Supported by

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