Metadata-Version: 2.1
Name: lcovparser
Version: 0.0.1
Summary: A pure Python parser for LCOV info files
Home-page: https://github.com/ChrisTimperley/lcovparser.py
License: Apache-2.0
Keywords: LCOV,coverage,trace file,parser
Author: Chris Timperley
Author-email: christimperley@googlemail.com
Requires-Python: >=3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: sourcelocation (>=1.0.2,<2.0.0)
Project-URL: Repository, https://github.com/ChrisTimperley/lcovparser.py
Description-Content-Type: text/x-rst

lcovparser.py
=============

Provides a pure Python parser for LCOV trace files.

