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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-2.8.2.tar.gz
Algorithm Hash digest
SHA256 32f10e60ebbf7a67ba502a7082f18d29b5f7842750b577547efac53488c12563
MD5 dc09e9a8d7640bc03ad32068b2d892e8
BLAKE2b-256 809cf6dc2d76d6aca102b629ec266a2a5882646065a4ee346f6bf7673f9f9e5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nameko-2.8.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 dc15a60930880bea7ce103c97b6b61900bb6a2879241db50f19f0adf07407e92
MD5 44b0816961fb39ce98bc53910637b627
BLAKE2b-256 f961542caeee874d0b7df61cecd34164161f24b944185763a54aa4c174a1c1f6

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