Metadata-Version: 2.4
Name: lob-hlpr
Version: 0.0.9
Summary: Simple python based helpers for lobaro tools.
Author-email: Kevin Weiss <weiss.kevin604@gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: testing
Requires-Dist: pytest~=9.0.2; extra == "testing"
Requires-Dist: pytest-cov~=7.0.0; extra == "testing"
Dynamic: license-file

## lob-hlpr

Simple python based helpers for lobaro tools.

This package does not have any dependencies and should easily integrate into
other packages.

## Installation

This package should be available in `pypi` and can be installed with `pip` or
as a dependency.

## Contributing

This package is really only meant for Lobaro, however, other may find it useful
and can contribute to it.
Before doing so read
[contributing guide](https://github.com/astral-sh/uv/blob/main/CONTRIBUTING.md)
to get started.
