Metadata-Version: 2.1
Name: gluetool
Version: 3.2
Summary: Python framework for constructing command-line pipelines.
Home-page: https://gluetool.readthedocs.org/
License: BSD
Author: Milos Prchlik
Author-email: mprchlik@redhat.com
Requires-Python: >=3.12,<3.13
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Utilities
Requires-Dist: Jinja2
Requires-Dist: MarkupSafe
Requires-Dist: Sphinx (>=5.0.0,<6.0.0)
Requires-Dist: attrs
Requires-Dist: beautifulsoup4
Requires-Dist: cattrs
Requires-Dist: colorama
Requires-Dist: docutils
Requires-Dist: lxml
Requires-Dist: mock
Requires-Dist: mypy-extensions
Requires-Dist: packaging
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: ruamel.yaml
Requires-Dist: sentry-sdk
Requires-Dist: six
Requires-Dist: tabulate
Requires-Dist: urlnormalizer
Requires-Dist: zipp
Project-URL: Repository, https://gitlab.com/testing-farm/gluetool
Description-Content-Type: text/x-rst

gluetool - A tool for gluing together one-file python modules in a sequential command-line pipeline
---------------------------------------------------------------------------------------------------

``gluetool`` is a command line centric generic framework useable for glueing modules into pipeline


.. image:: https://travis-ci.org/gluetool/gluetool.svg?branch=master
    :target: https://travis-ci.org/gluetool/gluetool

.. image:: https://codecov.io/gh/gluetool/gluetool/branch/master/graph/badge.svg
     :target: https://codecov.io/gh/gluetool/gluetool
     :alt: Code coverage

.. image:: https://requires.io/github/gluetool/gluetool/requirements.svg?branch=master
     :target: https://requires.io/github/gluetool/gluetool/requirements/?branch=master
     :alt: Requirements Status

.. image:: https://readthedocs.org/projects/gluetool/badge/?version=latest
     :target: http://gluetool.readthedocs.io/en/latest/?badge=latest
     :alt: Documentation Status


Documentation
-------------

For more information see documentation:

http://gluetool.readthedocs.io/

