SDK for Open Matchmaking microservices in Python
Project description
SDK for Open Matchmaking microservices in Python
Features
Framework agnostic solution
Easy to write a new extension and use it later with your code
Base class for implementing AMQP workers
Register a new microservice in Open Matchmaking platform
Installation
This package should be installed using pip:
pip install sage-utils
Example
from sanic import Sanic
from sage_utils.extension import BaseExtension
class CustomExtension(BaseExtension):
extension_name = app_attribute = 'custom'
def hello(self, user):
print("Hello, {}!".format(user))
app = Sanic(__name__)
CustomExtension() # available via `app.custom` or `app.extensions['custom']`
app.custom.hello('world') # Hello, world!
License
The sage-utils-python is published under BSD license. For more details read LICENSE file.
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
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
File details
Details for the file sage-utils-0.5.6.tar.gz.
File metadata
- Download URL: sage-utils-0.5.6.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6981010fc832a33ac0ad8ef6497aceb0da23dab61c5dd72dd07813b91ef39f0e
|
|
| MD5 |
b31a95ea33952296208b19e6e083deda
|
|
| BLAKE2b-256 |
492ddd5e6d621e27071e7e7b1878fa0860c312ca9b9159f90262964c2befbe76
|
File details
Details for the file sage_utils-0.5.6-py2.py3-none-any.whl.
File metadata
- Download URL: sage_utils-0.5.6-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c3faa5b0a59342fbfaaa2b5b0fe6e2147934c9941dacc60731e07352b9646bc
|
|
| MD5 |
96dfab10a68d273f7d936b41a0a1f97c
|
|
| BLAKE2b-256 |
fc9fc2b226734ace669d3507ca97d80588a651156777c13ada13143b4dba5c43
|