Server implmentation of services for python
Project description
servc-python
Serv-C implmentation for Python. Documentation can be found https://docs.servc.io
Example
Here is the most simple example of use, starting a server to handle requests at the route my-route;
from servc.server import start_server
def inputProcessor(messageId, bus, cache, payload, components, emitEvent):
pass
# 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.4.1.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
servc-1.4.1-py3-none-any.whl
(23.9 kB
view details)
File details
Details for the file servc-1.4.1.tar.gz.
File metadata
- Download URL: servc-1.4.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9501185afbe3b7c1e19ab86ed4b6b2cc3d034685a4f5e997894e307295f41e
|
|
| MD5 |
0328f0abb1fb63f034e8a9e236e31026
|
|
| BLAKE2b-256 |
a8a361f4fbcc5ecf373d60ae45ff7eabbd902b165cc0961aba4df01cc11dda79
|
File details
Details for the file servc-1.4.1-py3-none-any.whl.
File metadata
- Download URL: servc-1.4.1-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87be9277efaaf553e24777ebc688dbd906557ca8c097b374937c53dcf9e92d20
|
|
| MD5 |
bb9535f84b524e22060369512c755bf7
|
|
| BLAKE2b-256 |
5f52d364a634247e2fff4d58780fd411c3784a89761c59ebfce85594ca196ff3
|