New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyuki

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyuki

Base library to create microservices with MQTT and HTTP REST API.

0.57.1
PyPI
Maintainers
2

! This package is not maintained anymore and the last version is 0.57.1 !

A lightweight library designed to build nyukis (Python 3.6 only!). It provides features that shall help developers with managing the following topics while developing a nyuki:

  • Expose features through the own nyuki RESTful API
  • Communication between nyukis (over HTTP and MQTT)
  • Helpers for asyncio-based programming

This library has been written with a focus on reliability and developer-friendliness. Its design promotes single-threaded and asynchronous coding style through the extensive use of the Python asyncio event loop. A single loop is used to manage HTTP and MQTT-based communications as well as executing internal logic.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts