Skip to main content

Server implmentation of services for python

Project description

servc-python

Serv-C implmentation for Python. Documentation can be found here

PyPI version Serv-C Serv-C Compliancy PyPI - Downloads Docker Pulls

Example

Here is the most simple example of use, starting a server to handle requests at the route my-route;

from typing import Any

from servc.server import start_server
from servc.svc.com.worker.types import RESOLVER_CONTEXT, RESOLVER_RETURN_TYPE

def inputProcessor(
  messageId: str,
  payload: Any,
  context: RESOLVER_CONTEXT,
) -> RESOLVER_RETURN_TYPE:
  return True

# the method 'methodA' will be resolved by inputProcessor
start_server(
  resolver={
    "methodA": inputProcessor
  }
)

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

servc-1.11.1.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

servc-1.11.1-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file servc-1.11.1.tar.gz.

File metadata

  • Download URL: servc-1.11.1.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for servc-1.11.1.tar.gz
Algorithm Hash digest
SHA256 dbbb2ff7428c01b3fef0f83626c98f6b86304db6db95d3f6b16b311c5a7ae63d
MD5 f38229951994458ffc5c20b999d676be
BLAKE2b-256 046b92b2df6353520b9bb0174cc9018bb0b9843cede23e369a120c0a33afa5e3

See more details on using hashes here.

File details

Details for the file servc-1.11.1-py3-none-any.whl.

File metadata

  • Download URL: servc-1.11.1-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for servc-1.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48c001d81e758290ed07979e765e835a53751bd35664f03aed63f53ad138e013
MD5 e306c71b0c3166a57c3a28e4c0892783
BLAKE2b-256 ac50bada62076ae589195ce75f01add471f334778036ade45c1ca230b461d190

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