Metadata-Version: 2.4
Name: lob-hlpr
Version: 0.0.4
Summary: Simple python based helpers for lobaro tools.
Author-email: Kevin Weiss <weiss.kevin604@gmail.com>
License: The MIT License (MIT)
        
        Copyright (c) 2025 Lobaro GmbH
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: testing
Requires-Dist: pytest~=8.3.4; extra == "testing"
Requires-Dist: pytest-cov~=6.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.
