Metadata-Version: 2.1
Name: cmakeperf
Version: 0.4.0
Summary: Measure compilation performance from cmake compilation database
License: MIT
Author: Paul Gessinger
Author-email: hello@paulgessinger.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: psutil (>=6.0.0,<7.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
