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.6.7.tar.gz (18.1 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.6.7-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for servc-1.6.7.tar.gz
Algorithm Hash digest
SHA256 572796382f392902b99a8431e55e495406509ee6dd8d457680f30968182816b8
MD5 95426abf01fe53c0d71513b0cbe8f32c
BLAKE2b-256 42a58f536f8c00a926f9817c1f8bd034acf47b4c7c8b112fa335c9bba949b4ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for servc-1.6.7-py3-none-any.whl
Algorithm Hash digest
SHA256 1027a194e16df82aeb4d27c91a281cdad219ffe1ac33c7db699800939f541612
MD5 cd979c1153872b26ea2ca8d2365c9c08
BLAKE2b-256 6657ac28fb2be254553695c0e5c663531acd273f78588bf0b90a1b61b7ebc7ab

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