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-3.0.0rc1.tar.gz (158.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-3.0.0rc1-py2.py3-none-any.whl (67.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file nameko-3.0.0rc1.tar.gz.

File metadata

  • Download URL: nameko-3.0.0rc1.tar.gz
  • Upload date:
  • Size: 158.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14

File hashes

Hashes for nameko-3.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 d36770f15aea0465b4ddfa4db96e6e8e33a542a200c58f7ad59393bdde5e7955
MD5 436dfc8a074ef8c000081d789e1d74d1
BLAKE2b-256 172ecb9fce0a5b492cb0d15f569fe1f0337766c7d22331b5d7b98cecfb05d4e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nameko-3.0.0rc1-py2.py3-none-any.whl
  • Upload date:
  • Size: 67.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14

File hashes

Hashes for nameko-3.0.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1558668bee465d2a9d10972740fe792c6fe23955733788ccf7bb9a40730f4ee8
MD5 3b79f4d05f9135c6a30d7a16b80f3070
BLAKE2b-256 6c7f10eaa4b4f305c9c0082616b84d44881bb7c32607074a3738b09dbffa05af

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