Metadata-Version: 2.4
Name: libpipe
Version: 0.7
Summary: Pipeline orchestration and node management utilities
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Author: Florent Mertens
Author-email: florent.mertens@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: dev
Requires-Dist: asyncssh (>=2.0)
Requires-Dist: click (>=8.0)
Requires-Dist: progressbar2 (>=3.40)
Requires-Dist: pytest (>=8.0) ; extra == "dev"
Requires-Dist: pytest-cov (>=5.0) ; extra == "dev"
Requires-Dist: ruff (==0.16.1) ; extra == "dev"
Requires-Dist: toml (>=0.10)
Project-URL: Homepage, https://gitlab.com/flomertens/libpipe
Project-URL: Issues, https://gitlab.com/flomertens/libpipe/-/issues
Project-URL: Repository, https://gitlab.com/flomertens/libpipe
Description-Content-Type: text/markdown

Libpipe
=======

Common pipeline framework and library

Installation
------------

libpipe can be installed via pip:

    $ pip install libpipe

and requires Python 3.6.0 or higher.

