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/onefinestay/nameko.png?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(object):
    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="Matt")
u'Hello, Matt!'

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

  • Join the mailing list

  • Find us on IRC

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.2.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.2.0.tar.gz (119.3 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.2.0-py2.py3-none-any.whl (63.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.2.0.tar.gz
Algorithm Hash digest
SHA256 5def84f977fc96ef9845d50e3f86a59dca517f145fa7443d8a653d28e94df08e
MD5 5bca3385b8f8b282525e88a97a65aff2
BLAKE2b-256 82c77fe6eb86f5d4061b0fcb33b2fc7d5aa4470918ed7b3a7db8fa47af927be5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 222d52e39eda20158802e307ddbaae0bbf2439b8d949d8cbe08f762423ad55c1
MD5 5016b3cd0f89017202abb5aa5ea59dd9
BLAKE2b-256 e1a93ed52c801391cb08db45aeae265bc170275b52b9fd8d8962ce817fe53dd2

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