A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 Metadata-Version: 1.0 2 Name: svnchecker 3 Version: 0.3 4 Summary: SVNChecker is a framework for Subversion hook scripts. 5 Home-page: http://svnchecker.tigris.org 6 Author: Deutsches Zentrum fuer Luft- und Raumfahrt e.V. (DLR) 7 Author-email: Andreas.Schreiber@dlr.de 8 License: UNKNOWN 9 Description: SVNChecker is a framework for Subversion pre-commit hooks in order to implement checks of the to be commited files before they are commited. For example, you can check for the code style or unit tests. The output of the checks can be send by mail or be written into a file or simply print to the console.. 10 Platform: UNKNOWN 11 Classifier: Development Status :: 2 - Pre-Alpha 12 Classifier: Environment :: Console 13 Classifier: Intended Audience :: Developers 14 Classifier: Intended Audience :: System Administrators 15 Classifier: License :: OSI Approved :: Apache Software License 16 Classifier: Operating System :: POSIX 17 Classifier: Programming Language :: Python 18 Classifier: Topic :: Software Development 19 Classifier: Topic :: Software Development :: Quality Assurance 20 Classifier: Topic :: Software Development :: Bug Tracking 21 Classifier: Topic :: Software Development :: Version Control