Python Regius - A simple & friendly Python RPC framework.
Project description
Python Regius
A simple & friendly Python RPC framework.
Install
pip install python-regius
Server Usage
Write a file named __init__.py
in current directory.
def add(a, b):
return a + b
And Run
sanic regius:app
Client Usage
from regius import add
print(add(1, 2))
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
python_regius-0.2.0.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file python_regius-0.2.0.tar.gz
.
File metadata
- Download URL: python_regius-0.2.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a94ca2c3b0097a504b96fd8b9ac24ad2b84cc6ab8c2a2c690c0d27667c6984e2 |
|
MD5 | 209ccd91a89501a6cc6d1f1b9f2f087c |
|
BLAKE2b-256 | 1f1ddb9eac9142d1c8ec32f8a598772ce8c731c5be2b892fcd024a0eeb198be3 |
File details
Details for the file python_regius-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: python_regius-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 027f72eff911be80333c97f1be4ed7327b077747759545dc6202f323263cc16f |
|
MD5 | 8b3aaf8452be3e6e6d42b9be9ba09ed3 |
|
BLAKE2b-256 | 6049ae46b3368030cfa9cda436c055524c2e20a198f23f8e6d550c6e110219a2 |