Metadata-Version: 2.1
Name: toolchest
Version: 0.0.7
Summary: toolchest is a collection of generic functions for release-depot.
Home-page: http://github.com/release-depot/toolchest
Author: Red Hat
Author-email: lhh@redhat.com
Maintainer: Lon Hohberger
Maintainer-email: lon@metamorphism.com
License: MIT
Description: =========
        toolchest
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/toolchest.svg
                :target: https://pypi.python.org/pypi/toolchest
        
        .. image:: https://img.shields.io/travis/release-depot/toolchest.svg
                :target: https://travis-ci.org/release-depot/toolchest
        
        .. image:: https://readthedocs.org/projects/toolchest/badge/?version=latest
                :target: https://toolchest.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        toolchest is a collection of generic functions for release-depot.
        
        Prerequisites
        -------------
        
        toolchest runs on Python 3. Prettytable can be used, but is optional.
        
        
        Installing
        ----------
        
        toolchest is available on PyPI; it can be installed by running:
        
          pip install toolchest
        
        Alternatively, one could simply clone this repository and run:
        
          python setup.py install
        
        Documentation
        -------------
        
        https://toolchest.readthedocs.io.
        
        Contributing
        ------------
        
        Please fork and issue pull requests.
        
        License
        -------
        
        This project is primarily licensed under the MIT license, although
        portions are licensed under the LGPL v2.1 as well - see the
        [LICENSE](LICENSE) file for details
        
        Acknowledgements
        ----------------
        
        This code contains a derivative work of 'rpmvercmp' from RPM 4.14.1.
        
        
        =======
        History
        =======
        
        0.0.2 (2018-09-28)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
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 :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides-Extra: test
Provides-Extra: docs
