Metadata-Version: 1.1
Name: cpplint
Version: 0.0.4
Summary: This is automated checker to make sure a C++ file follows Google's C++ style guide
Home-page: http://en.wikipedia.org/wiki/Cpplint
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/tkruse/cpplint
Description: This is automated checker to make sure a C++ file follows Google's C++ style
        guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it
        heavily relies on regular expressions, cpplint.py won't catch all violations of
        the style guide and will very occasionally report a false positive. There is a
        list of things we currently don't handle very well at the top of cpplint.py,
        and we welcome patches to improve it.
        Original SVN download URL: http://google-styleguide.googlecode.com/svn/trunk/cpplint/
Keywords: lint,python,c++
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: Freely Distributable
