Metadata-Version: 2.1
Name: brunns-matchers
Version: 1.0.0
Summary: Custom PyHamcrest matchers
Home-page: https://github.com/brunns/brunns-matchers/
Author: Simon Brunning
Author-email: simon@brunningonline.net
License: UNKNOWN
Description: # brunns-matchers
        
        Various custom []PyHamcrest](https://pyhamcrest.readthedocs.io) matchers.
        
        [![Build Status](https://travis-ci.org/brunns/brunns-matchers.svg?branch=master)](https://travis-ci.org/brunns/brunns-matchers)
        
        ## Setup
        
        Install with pip:
        
            pip install brunns-matchers
        
        (As usual, use of a [venv](https://docs.python.org/3/library/venv.html) or [virtualenv](https://virtualenv.pypa.io) is recommended.)
        
        ## Developing
        
        Requires [tox](https://tox.readthedocs.io). Run `make precommit` tells you if you're OK to commit. For more options, run:
        
            make help
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=2.7
Description-Content-Type: text/markdown
