Metadata-Version: 2.1
Name: aplay
Version: 0.1.3
Summary: asyncio actor model implemention for easy use
Home-page: https://github.com/aohan237/aplay
Author: aohan237
Author-email: aohan237@gmail.com
License: MIT
Platform: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

# aplay
[![Downloads](https://pepy.tech/badge/aplay)](https://pepy.tech/project/aplay)
[![PyPI version](https://badge.fury.io/py/aplay.svg)](https://badge.fury.io/py/aplay)

## **python actor model(live in a Play,LOL) implement using asyncio**


### Install

--------------

pip install aplay


### Usage

refer to the example dirs



Requirements
------------

* Python_ 3.5+  https://www.python.org

License
-------

The aplay is offered under MIT license.


