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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.4.3.tar.gz
Algorithm Hash digest
SHA256 9662aa461e78243db9514779221003a0c05cb4453ca1b2bb288625d8926b04ea
MD5 9a9af08e076279f4e4e6efb897142380
BLAKE2b-256 e4459955380ece16d30bc690187ee5bde489409d3069c144100d1339270d38ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.4.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f43f8c25b85778eae7e816845ac6bb23eaa7cf84065e0ded6cadd550f4e3e202
MD5 10fd68f17c30807e02f2edce873d9ad7
BLAKE2b-256 6c08c0edf6321afa6b34d3ec1ef9af8a82fb951c07697e7250ef5a81c837aee4

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