Metadata-Version: 2.4
Name: liblineage
Version: 1.6.1
Summary: LineageOS utils library
License: LGPL-3.0-or-later
Author: Sebastiano Barezzi
Author-email: seba@sebaubuntu.dev
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
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.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sebaubuntu-libs (>=1.6.0,<2.0.0)
Requires-Dist: sphinx (>=5.0.1,<8.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1,<4) ; extra == "docs"
Project-URL: Repository, https://github.com/sebaubuntu-python/liblineage
Description-Content-Type: text/markdown

# liblineage

[![PyPi version](https://img.shields.io/pypi/v/liblineage)](https://pypi.org/project/liblineage/)
[![Documentation Status](https://readthedocs.org/projects/liblineage/badge/?version=latest)](https://liblineage.readthedocs.io/en/latest/?badge=latest)

LineageOS utils library

Requires Python 3.9 or greater

## Installation

```sh
pip install liblineage
```

## Instructions

```sh
python -m liblineage
```

Complete documentation at [Read the Docs](https://liblineage.readthedocs.io)

## License

```
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
```

