Metadata-Version: 1.1
Name: nyuki
Version: 0.24.0
Summary: Allowing the creation of independent unit to deal with stream processing while exposing an XMPP and REST API.
Home-page: http://www.surycat.com
Author: Optiflows R&D
Author-email: rand@surycat.com
License: Apache 2.0
Description: A lightweight library designed to build nyukis (Python 3.4 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 XMPP)
        * 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](https://docs.python.org/3/library/asyncio.html) event loop. A single loop is used to manage HTTP and XMPP-based communications as well as executing internal logic.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
