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.8.3.tar.gz (153.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.8.3-py2.py3-none-any.whl (69.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.8.3.tar.gz
Algorithm Hash digest
SHA256 63812906636968c5acab2758bf5d5ddf2fa71d57645e7b5ba09c7f30b4fd5a65
MD5 8d8144911fd880f1b44fd613b2199c1e
BLAKE2b-256 9338f17b7725db261258361cc0487bca55567841f6f13213b82a4ceb7246cdf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.8.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2f36ecdfeeb76e837cc993ca09a22c1937cfe8adb252561e0ba67f7c419dce22
MD5 39a14681f57d8b5000a03b43b1fc9af1
BLAKE2b-256 173c6f7f87a258bc0bdfdbd4de46437c8057710b03d6cb148bf44a3c18743528

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