Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albireox/asyncioactor
An actor framework based on asyncio
https://github.com/albireox/asyncioactor
Last synced: about 1 month ago
JSON representation
An actor framework based on asyncio
- Host: GitHub
- URL: https://github.com/albireox/asyncioactor
- Owner: albireox
- License: bsd-3-clause
- Created: 2018-01-19T22:11:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T20:11:52.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T23:47:42.578Z (3 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
asyncioActor
==============================A base actor that uses asyncio
| |Build Status|
| |Coverage Status|------------
This README describes the asyncioActor Python package. It should include things like a general description, installation instructions, and requirements. It should also include information badges for other services or packages used, e.g., Travis-CI and Coveralls, ReadtheDocs, Astropy, etc.
.. |Build Status| image:: https://travis-ci.org//asyncioActor.svg?branch=master
:target: https://travis-ci.org//asyncioActor.. |Coverage Status| image:: https://coveralls.io/repos/github//asyncioActor/badge.svg?branch=master
:target: https://coveralls.io/github//asyncioActor?branch=master