Metadata-Version: 1.1
Name: yamlish
Version: 0.7
Summary: Python implementation of YAMLish
Home-page: https://gitorious.org/yamlish
Author: Matěj Cepl
Author-email: mcepl@redhat.com
License: UNKNOWN
Description: 
        YAMLish is a small subset of YAML that TAP producers may use to embed machine readable
        information in TAP diagnostics. See TAP diagnostic syntax for information about how
        YAMLish embeds in TAP.
        
        ----------------------------
        Based on Data-YAML version 0.0.6 (Copyright (C) 2007, Andy Armstrong), but it
        is so thoroughly rewritten that I don't consider it derived work and I don't
        feel the need to resolve what "This library is free software; you can
        redistribute it and/or modify it under the same terms as Perl itself." actually
        means.
        
        Whole this package is licensed under MIT/X11 license (see header of yamlish.py
        for details).
        
Keywords: TAP,YAML,yamlish
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Requires: PyYAML (>=3.09)
Requires: unittest2
