Metadata-Version: 1.1
Name: pytesting_utils
Version: 0.2.dev2
Summary: Utilites for the PyTesting project
Home-page: https://github.com/pytesting/utils
Author: Stephan Lukasczyk
Author-email: python-test-runner@googlegroups.com
License: GNU General Public License (GPLv3)
Description: # PyTesting Utils
        
        PyTesting utils is a collection of utilities for the 
        [PyTesting](https://github.com/pytesting) project.
        
        [![Build Status](https://travis-ci.com/pytesting/utils.svg?branch=master)](https://travis-ci.com/pytesting/utils)
        [![codecov](https://codecov.io/gh/pytesting/utils/branch/master/graph/badge.svg)](https://codecov.io/gh/pytesting/utils)
        [![License LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        [![PyPI version](https://badge.fury.io/py/pytesting-utils.svg)](https://badge.fury.io/py/pytesting-utils)
        
        ## License
        
        `pytesting_utils` is free software: you can redistribute it and/or modify it
        under the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        `pytesting_utils` is distributed in the hope that it will be useful but
        WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS OF A PARTICULAR PURPOSE.  See the
        GNU Lesser General Public License for more details.
        
        Your should have received a [copy](LICENSE.txt) of the
        GNU Lesser General Public License
        along with `pytesting_utils`.  If not, see
        [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).
        
Keywords: test runner unittest nose pytest utils
Platform: Linux
Platform: macOS
Platform: POSIX
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Utilities
