Metadata-Version: 2.1
Name: headercount
Version: 1.0.0
Summary: Count directly and indirectly included headers in a C/C++ project
Home-page: https://github.com/troiganto/headercount
Author: Nico Madysa
Author-email: uebertreiber@gmx.de
License: Apache License, Version 2.0
Keywords: header include c c++ include
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.4

Headercount goes through a C or C++ project and
searches for #include directives. It recursively follows project header
includes and prints statistics about which header was included how many
times. This indicates which headers are depended on the most, which is
useful when debugging long compile times of medium-sized projects.


