Metadata-Version: 2.1
Name: testlog
Version: 0.0.1
Summary: CompatibL Test Log Library
Home-page: https://github.com/compatibl/testlog
Author: The Project Contributors
License: UNKNOWN
Project-URL: Source Code, https://github.com/compatibl/testlog
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pdoc (>=12.0.2)
Requires-Dist: pytest (>=6.1.1)

# CompatibL Test Log Library

## Overview

Lightweight support for regression testing with version control of
test baselines separately from the test itself.

## Quick Start Guide

Install using:

```shell
pip install testlog
```

## Licensing

The code in this project is licensed under Apache 2.0 license.
See [LICENSE](https://www.apache.org/licenses/LICENSE-2.0.html) for more information.

## Copyright

Each individual contributor holds copyright over their contributions to the
project. The project versioning is the sole means of recording all such
contributions and copyright details. Specifying corporate affiliation or
work email along with the commit shall have no bearing on copyright ownership
and does not constitute copyright assignment to the employer. Submitting a
contribution to this project constitutes your acceptance of these terms.

Because individual contributions are often changes to the existing code,
copyright notices in project files must specify The Project Contributors and
never an individual copyright holder.



