Metadata-Version: 2.1
Name: gluetool
Version: 1.27
Summary: Python framework for constructing command-line pipelines.
Home-page: https://gluetool.readthedocs.org/
License: BSD
Author: Miloš Prchlik
Author-email: mprchlik@redhat.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.9.*
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Sphinx (>=1.5.2,<1.6.0)
Requires-Dist: beautifulsoup4 (>=4.6.3,<5.0.0)
Requires-Dist: colorama (>=0.3.9,<0.4.0)
Requires-Dist: docutils (>=0.14,<0.15)
Requires-Dist: enum34 (>=1.1.6,<2.0.0)
Requires-Dist: future (==0.18.2); python_version >= "2.7" and python_version < "2.8"
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: ruamel.yaml.clib (==0.2.2); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: six (>=1.12.0,<2.0.0)
Requires-Dist: tabulate (>=0.8.2,<0.9.0)
Requires-Dist: typing (>=3.7.4,<4.0.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: urlnormalizer (>=1.2.0,<2.0.0)
Requires-Dist: zipp (==1.2.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: zipp (>=3.5.0,<4.0.0); python_version >= "3.6" and python_version < "4.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/

