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:
    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")
'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

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.4.1.tar.gz (125.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.4.1-py2.py3-none-any.whl (66.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.4.1.tar.gz
Algorithm Hash digest
SHA256 bf865dc15eacefd6fb70493558eb46bfe8f87fea7b9af0093418aa387110c812
MD5 62ae8ae7c8ce177f51879f87a63a53f4
BLAKE2b-256 5cda709408df5eb34981963db0379070f7b33468abc21b79039e6f51433bb11f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cd1cc6ea78b77dab443b946ea7126bcf5c248c6aec6e1efeeb0bb29d98172bac
MD5 4d3e22e39ca4dd6d91ea3f5f3495024c
BLAKE2b-256 f8f7955f95dbcd8a939c8ec6e9d494e6c259f3f95cc266eb42db41fbb816a031

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