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

This version

2.7.0

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.7.0.tar.gz (152.5 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.7.0-py2.py3-none-any.whl (68.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.7.0.tar.gz
Algorithm Hash digest
SHA256 84a53ed4a3e7e0e08918f95173860945da21d165efba770b076da4a324047188
MD5 b3ddc24327e8fc45124585fb908a1d7b
BLAKE2b-256 fd9cf4b79f19c08b8b03f67c7f4cb9885fb2abe15417bfa24dfdf43ff541059f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf31a31f9881be0955b1d2d81af0d87d3efa6359eae7c78ba0eb234c61b324cb
MD5 d426b0d9edb5f6033df4b6c1dcaae14e
BLAKE2b-256 2edd3d4d6f7e38f92e3bc2179c5dc80724eda9c0a419ce23614ee0ff19483c3c

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