Metadata-Version: 1.1
Name: pyassert
Version: 0.1.1
Summary: Rich assertions library for Python
Home-page: https://github.com/halimath/pyassert
Author: Alexander Metzner
Author-email: halimath.wilanthaou@gmail.com
License: Apache Software License
Description: 
        pyassert is an assertion library for the Python programming language. pyassert aims to provide assertions with provide
        
        * rich functionality: common assertions should be expressed easily
        * good readability: assertions should be easy to read and easy to understand to enhance the overall understandability of the test
        * independent of the test framework: pyassert assertions work with every Python test environment.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
