Metadata-Version: 2.1
Name: gluetool
Version: 2.1
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 (>=2.10,<3.0)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: Sphinx (>=1.5.2,<1.6.0)
Requires-Dist: beautifulsoup4 (>=4.6.3,<5.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: configparser (>=4.0.2,<5.0.0)
Requires-Dist: docutils (>=0.14,<0.15)
Requires-Dist: lxml (>=4.2.4,<5.0.0)
Requires-Dist: mock (>=3.0.5,<4.0.0)
Requires-Dist: mypy-extensions (>=0.4.3,<0.5.0)
Requires-Dist: packaging (>=20.9,<21.0)
Requires-Dist: raven (>=6.9.0,<7.0.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: requests-toolbelt (>=0.8.0,<0.9.0)
Requires-Dist: ruamel.yaml (>=0.16.12,<0.17.0)
Requires-Dist: six (>=1.12.0,<2.0.0)
Requires-Dist: tabulate (>=0.8.2,<0.9.0)
Requires-Dist: urlnormalizer (>=1.2.0,<2.0.0)
Requires-Dist: zipp (>=3.5.0,<4.0.0)
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/

