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.0rc3.tar.gz (160.7 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.0rc3-py2.py3-none-any.whl (68.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for nameko-3.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 dba6c0af25a8e5ff07dcd29c19102957d7c030efe2ea5c70c3e2fea7f6fe79ba
MD5 4ef72b56bb92657f53dcbb79262eeffd
BLAKE2b-256 8cc72d5fa271187d09ed9941565c62360af86543788eac3734187bf62fcb657e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for nameko-3.0.0rc3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4ac16dd1880a6c24e7206c346583f5e93c54668b7192012ad231dd251cdf64ea
MD5 e0423140a6cf23e3a8e3edfe7b06ee53
BLAKE2b-256 84e79f816b1b93a7a32e7e8e45421fca884d591c8d6c1be356460433cc869359

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