Metadata-Version: 1.1
Name: Pikzie
Version: 1.0.1
Summary: Pikzie is an easy to write/debug Unit Testing Framework for Python.
Home-page: http://pikzie.sourceforge.net/
Author: Kouhei Sutou
Author-email: kou@clear-code.com
License: LGPL
Download-URL: http://downloads.sourceforge.net/project/pikzie/pikzie/1.0.1/pikzie-1.0.1.tar.gz
Description: Pikzie is an easy to write/debug Unit Testing Framework for
        Python.
        
        Pikzie provides the following features that are lacked in
        unittest.py included in the standard Python distribution:
        
          * Pythonic API
          * a lot of assertions
          * outputs result with useful format for debugging.
        
        And Pikzie has the following features:
        
          * ...
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: Japanese
Classifier: Natural Language :: English
