Metadata-Version: 2.1
Name: gluetool
Version: 2.3
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.7.2,<3.10
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Utilities
Requires-Dist: Jinja2 (>=3.0.0,<4.0.0)
Requires-Dist: MarkupSafe (>=2.0.0,<3.0.0)
Requires-Dist: Sphinx (>=5.0.0,<6.0.0)
Requires-Dist: beautifulsoup4
Requires-Dist: colorama
Requires-Dist: configparser
Requires-Dist: docutils
Requires-Dist: lxml
Requires-Dist: mock
Requires-Dist: mypy-extensions
Requires-Dist: packaging
Requires-Dist: raven
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: ruamel.yaml (>=0.16.12,<0.17.0)
Requires-Dist: six
Requires-Dist: tabulate
Requires-Dist: urlnormalizer
Requires-Dist: zipp
Project-URL: Repository, https://github.com/gluetool/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/

