Metadata-Version: 2.1
Name: QuickDataFlow
Version: 2.1.1
Summary: QuickDataFlow library is designed for messaging between programs written in c++ and python
Home-page: https://github.com/ilyajob05/QuickDataFlow
Author: ilyajob05
License: MIT
Keywords: DataFlow,cpp,c++,IPC,shared memory
Platform: manylinux2014_x86_64
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
License-File: LICENSE.txt

# QuickDataFlow

[![Build Status](https://travis-ci.com/ilyajob05/QuickDataFlow.svg?branch=main)](https://travis-ci.com/ilyajob05/QuickDataFlow)
[![codecov](https://codecov.io/gh/ilyajob05/QuickDataFlow/branch/main/graph/badge.svg?token=T2M14V6SK8)](https://codecov.io/gh/ilyajob05/QuickDataFlow)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ilyajob05_QickDataFlow&metric=alert_status)](https://sonarcloud.io/dashboard?id=ilyajob05_QickDataFlow)
[![CMake](https://github.com/ilyajob05/QuickDataFlow/actions/workflows/cmake.yml/badge.svg)](https://github.com/ilyajob05/QuickDataFlow/actions/workflows/cmake.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ilyajob05/QuickDataFlow/main/LICENSE)
![PyPI](https://img.shields.io/pypi/v/QuickDataFlow?label=pypi%20QuickDataFlow)
<!--- ![PyPI - Downloads](https://img.shields.io/pypi/dm/QuickDataFlow)
--->

This library is for building multithreaded and fast C++ applications

## Requirements
gtest

## Usage
### Build for C++
```
git clone https://github.com/ilyajob05/QuickDataFlow.git
cd QuickDataFlow
chmod +x build.sh
./build.sh
```
### Install from deb
Your need build library before install
```
sudo pdkg -i build/QuickDataFlow-2.1.0-Linux.deb
```

### Install from Pypi
```
pip install QuickDataFlow
```

![](./output.png)

The MIT License (MIT)

Copyright (c) 2021 ilyajob05

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
