Nameko logo

Nameko

Nameko is a microservices framework for Python that provides tools for building, testing, and running services. It supports RPC over AMQP, HTTP endpoints, WebSocket connections, and timer-based workers, with built-in dependency injection and a testing framework that allows services to be tested in isolation or integration.

1 APIs 0 Features
AMQPDependency InjectionFrameworksMicroservicesPythonRPCTesting

APIs

Nameko

Nameko is a microservices framework for Python that provides tools for building, testing, and running services. It supports RPC over AMQP, HTTP endpoints, WebSocket connections,...

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
Getting Started
Getting Started
👥
GitHub Organization
GitHub Organization
👥
GitHub Repository
GitHub Repository
🔗
PyPI
PyPI

Sources

apis.yml Raw ↑
aid: nameko
name: Nameko
description: >-
  Nameko is a microservices framework for Python that provides tools for
  building, testing, and running services. It supports RPC over AMQP, HTTP
  endpoints, WebSocket connections, and timer-based workers, with built-in
  dependency injection and a testing framework that allows services to be
  tested in isolation or integration.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - AMQP
  - Dependency Injection
  - Frameworks
  - Microservices
  - Python
  - RPC
  - Testing
url: >-
  https://raw.githubusercontent.com/api-evangelist/nameko/refs/heads/main/apis.yml
created: '2026-03-26'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
  - aid: nameko:nameko
    name: Nameko
    description: >-
      Nameko is a microservices framework for Python that provides tools for
      building, testing, and running services. It supports RPC over AMQP, HTTP
      endpoints, WebSocket connections, and timer-based workers, with built-in
      dependency injection and a testing framework that allows services to be
      tested in isolation or integration.
    humanURL: https://github.com/nameko/nameko
    tags:
      - AMQP
      - Dependency Injection
      - Frameworks
      - Microservices
      - Python
      - RPC
      - Testing
    properties:
      - type: JSONSchema
        url: >-
          https://raw.githubusercontent.com/api-evangelist/nameko/refs/heads/main/json-schema/nameko-configuration.json
common:
  - type: Website
    url: https://github.com/nameko/nameko
  - type: Documentation
    url: https://nameko.readthedocs.io/
  - type: Getting Started
    url: https://nameko.readthedocs.io/en/stable/getting_started.html
  - type: GitHub Organization
    url: https://github.com/nameko
  - type: GitHub Repository
    url: https://github.com/nameko/nameko
  - type: PyPI
    url: https://pypi.org/project/nameko/
maintainers:
  - FN: Kin Lane
    email: [email protected]