Skip to main content

A microservices framework for Python that lets service developers concentrate on application logic and encourages testability.

Project description

https://secure.travis-ci.org/nameko/nameko.svg?branch=master

[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

Support

For help, comments or questions, please use the mailing list on google groups.

Contribute

  • Fork the repository

  • Raise an issue or make a feature request

License

Apache 2.0. See LICENSE for details.

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

nameko-2.5.2.tar.gz (138.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nameko-2.5.2-py2.py3-none-any.whl (66.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file nameko-2.5.2.tar.gz.

File metadata

  • Download URL: nameko-2.5.2.tar.gz
  • Upload date:
  • Size: 138.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nameko-2.5.2.tar.gz
Algorithm Hash digest
SHA256 41992b8579e22bd660cc7fb3ac81c0b43a28a9f3fc5d6ea69e97f5c8dacb90cf
MD5 94bb94d3085a686752621b0c3bcfadab
BLAKE2b-256 17a13825cc9339d614ad4e748d86527f96c1201c4631ff5649f7ae98a2916114

See more details on using hashes here.

File details

Details for the file nameko-2.5.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for nameko-2.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0ddacfcda3a6d444490c7c8da38e4baa9936990b13a35fa1b5c94815e76877b3
MD5 8276239561f9ddc0e2d341c9ca2e86f7
BLAKE2b-256 7fb0d297b3e0558f7079c927b6f63d88c7f9c915e5977f093266e456a6d88e50

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page