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.3.tar.gz (138.7 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.3-py2.py3-none-any.whl (67.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.5.3.tar.gz
Algorithm Hash digest
SHA256 b085e1d128b9b872d0c7352b5fb0acbb9d8b982313fe32e1d6c4367620022b55
MD5 f687ed8e3963798a8a1df262f3808342
BLAKE2b-256 8612594217d0c2273d5c399bf068f790854e2c7b32158cf072018c4324360a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.5.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a59a322a749f3afaa22aeb4bd5bf07cbe28d646dd0f80a63acd3fd5f62da0338
MD5 20018e5912bcb2fc122789cc2b7e0bba
BLAKE2b-256 1715a2cc28ced9cf5ec699e29e2d09b7301efab64d083c23825797b0420909e2

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