Metadata-Version: 2.1
Name: pipeline-turing-system
Version: 1.0.0
Summary: Pipeline simplify multithread common use to few lines of code.
Home-page: UNKNOWN
Author: Vincent SALOME
Author-email: vincent.salome@turing-system.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# What does this library ?
It give a very simple way to multitreat process over all your processors.
I use it to treat very large dataset in just-in-time way (cross process stream).

# Licence (TL;DR; version)
This small program is safe to include in your projects, even commercial, and doesn't require to propagate the licence to projects that include it.
Details in the (LICENCE.md)[./LICENCE.md] (MIT licence)

# Get started
This library is very simple.
How have exemple usage in tests, you will figure it out without problem.

