[nah-meh-koh]
A microservices framework for Python that lets service developers concentrate on application logic and encourages testability.
A nameko service is just a class:
# helloworld.py
from nameko.rpc import rpc
class GreetingService:
name = "greeting_service"
@rpc
def hello(self, name):
return "Hello, {}!".format(name)
You can run it in a shell:
$ nameko run helloworld
starting services: greeting_service
...
And play with it from another:
$ nameko shell
>>> n.rpc.greeting_service.hello(name="ナメコ")
'Hello, ナメコ!'
Features
AMQP RPC and Events (pub-sub)
HTTP GET, POST & websockets
CLI for easy and rapid development
Utilities for unit and integration testing
Getting Started
Check out the documentation.
Support
For help, comments or questions, please go to https://discourse.nameko.io/.
For enterprise
Available as part of the Tidelift Subscription.
The maintainers of Nameko and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
Security contact information
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
Contribute
Fork the repository
Raise an issue or make a feature request
License
Apache 2.0. See LICENSE for details.
Release files for nameko 2.14.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nameko-2.14.1.tar.gz | 177.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nameko-2.14.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 254.3 kB
Release files / nameko-2.14.1.tar.gz
| Download URL | nameko-2.14.1.tar.gz |
|---|---|
| Size | 177.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2753578bb4dc6b92801aea334d2930b97dfb74486e705edd69198306a9468c88
|
|
BLAKE2b-256 checksum How to use checksums |
dd7ab6d006130ff6d755336b80895776804e4ee97cffbaa7c68238bb5d02c1b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
|
Release files / nameko-2.14.1-py2.py3-none-any.whl
| Download URL | nameko-2.14.1-py2.py3-none-any.whl |
|---|---|
| Size | 76.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3630254828ad3fe7230e8e7aa50ecd9f60dfe09c891ce11f458e70cc760698a5
|
|
BLAKE2b-256 checksum How to use checksums |
05bd755954359dd9477f9d8a257c844816137f70c3e8e3d6ce3e8d25eaf4ab92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
|