Metadata-Version: 2.1
Name: carrera
Version: 0.0.3
Summary: Concurrency Framework
Home-page: UNKNOWN
Author: Johanderson Mogollon
Author-email: johanderson@mogollon.com.ve
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: astroid (==2.2.5) ; extra == 'test'
Requires-Dist: atomicwrites (==1.3.0) ; extra == 'test'
Requires-Dist: attrs (==19.1.0) ; extra == 'test'
Requires-Dist: autopep8 (==1.4.4) ; extra == 'test'
Requires-Dist: coverage (==4.5.3) ; extra == 'test'
Requires-Dist: entrypoints (==0.3) ; extra == 'test'
Requires-Dist: flake8 (==3.7.7) ; extra == 'test'
Requires-Dist: importlib-metadata (==0.18) ; extra == 'test'
Requires-Dist: isort (==4.3.20) ; extra == 'test'
Requires-Dist: lazy-object-proxy (==1.4.1) ; extra == 'test'
Requires-Dist: mccabe (==0.6.1) ; extra == 'test'
Requires-Dist: more-itertools (==7.0.0) ; extra == 'test'
Requires-Dist: packaging (==19.0) ; extra == 'test'
Requires-Dist: pluggy (==0.12.0) ; extra == 'test'
Requires-Dist: py (==1.8.0) ; extra == 'test'
Requires-Dist: pycodestyle (==2.5.0) ; extra == 'test'
Requires-Dist: pyflakes (==2.1.1) ; extra == 'test'
Requires-Dist: pylint (==2.3.1) ; extra == 'test'
Requires-Dist: pyparsing (==2.4.0) ; extra == 'test'
Requires-Dist: pytest-cov (==2.7.1) ; extra == 'test'
Requires-Dist: pytest-flake8 (==1.0.4) ; extra == 'test'
Requires-Dist: pytest-sugar (==0.9.2) ; extra == 'test'
Requires-Dist: pytest (==4.6.3) ; extra == 'test'
Requires-Dist: six (==1.12.0) ; extra == 'test'
Requires-Dist: termcolor (==1.1.0) ; extra == 'test'
Requires-Dist: typed-ast (==1.4.0) ; extra == 'test'
Requires-Dist: wcwidth (==0.1.7) ; extra == 'test'
Requires-Dist: wrapt (==1.11.1) ; extra == 'test'
Requires-Dist: zipp (==0.5.1) ; extra == 'test'

[![Build Status](https://travis-ci.org/sonic182/carrera.svg?branch=master)](https://travis-ci.org/sonic182/carrera)
[![Coverage Status](https://coveralls.io/repos/github/sonic182/carrera/badge.svg?branch=master)](https://coveralls.io/github/sonic182/carrera?branch=master)
[![PyPI version](https://badge.fury.io/py/carrera.svg)](https://badge.fury.io/py/carrera)
[![Documentation Status](https://readthedocs.org/projects/carrera/badge/?version=latest)](https://carrera.readthedocs.io/en/latest/?badge=latest)

# Carrera

Concurrency Framework

# Diagram

![Diagram](./carrera.png)


# Development

Install package
```bash
pip install -e ".[test]"
```

Develop... an then run test with pytest
```bash
pytest
```

# Contribute

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

Thanks :)

