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.0.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.0-py3-none-any.whl
(23.9 kB
view details)
File details
Details for the file servc-1.4.0.tar.gz.
File metadata
- Download URL: servc-1.4.0.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 |
680f48a71c45a0e33a9f7656544c40fe493453f69ebf258eb71838104badc5a5
|
|
| MD5 |
8b7b3b5199d198c7d7def37d7e4c6ca4
|
|
| BLAKE2b-256 |
e330102d2f546bba19449b43713d07523e25c126d45d0ff2e97ef38cb3a2b772
|
File details
Details for the file servc-1.4.0-py3-none-any.whl.
File metadata
- Download URL: servc-1.4.0-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 |
764359b53f423579d049f6142cb26aacf9e0a0bd5e8150d233a5343522462c40
|
|
| MD5 |
451c344550692a61fda325318f813ced
|
|
| BLAKE2b-256 |
c6759efed20d032095f70a093e920926be7b2f323a3bada40d18575c6b504dae
|