Metadata-Version: 2.1
Name: py-turbo
Version: 0.1.1
Summary: A pipeline system for efficient execution.
Home-page: https://github.com/Lijun-Yu/pyturbo
Author: Lijun Yu
Author-email: lijun@lj-y.com
License: GPL
Description: # Pyturbo Package
        
        [![PyPI version](https://badge.fury.io/py/py-turbo.svg)](https://badge.fury.io/py/py-turbo)
        ![Publish to PyPI](https://github.com/Lijun-Yu/pyturbo/workflows/Publish%20to%20PyPI/badge.svg)
        
        Author: Lijun Yu
        
        Email: lijun@lj-y.com
        
        A pipeline system for efficient execution.
        
        ## Installation
        
        ```sh
        pip install py-turbo
        ```
        
        ## Abstract
        
        ![abstract.png](docs/abstract.png)
        
        ## Demo
        
        ![abstract.png](docs/demo.gif)
        
        See [demo.py](demo.py).
        
        ## Version History
        
        See [version.md](docs/version.md).
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
