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
Description: [![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 :)
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
