Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 864 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 864 Bytes

Build Status Coverage Status PyPI version Documentation Status

Carrera

Concurrency Framework

TODO

  • Error handling layer for actors

Diagram

Diagram

Development

Install package

pip install -e ".[test]"

Develop... an then run test with pytest

pytest

Contribute

  1. Fork
  2. create a branch feature/your_feature
  3. commit - push - pull request

Thanks :)