Metadata-Version: 2.1
Name: pytesting-utils
Version: 0.1.dev0
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)
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
Requires-Dist: virtualenv
Requires-Dist: pypandoc
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: lxml
Requires-Dist: coverage
Requires-Dist: flake8
Requires-Dist: black
Requires-Dist: twine

# 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 GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


