Metadata-Version: 2.1
Name: liblineage
Version: 1.2.0
Summary: LineageOS utils library
Home-page: https://github.com/sebaubuntu-python/liblineage
License: LGPL-3.0-or-later
Author: Sebastiano Barezzi
Author-email: barezzisebastiano@gmail.com
Requires-Python: >=3.8,<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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sebaubuntu-libs (>=1.2.0,<2.0.0)
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/)

LineageOS utils library

Requires Python 3.8 or greater

## Installation

```sh
pip3 install liblineage
```

## Instructions

```sh
python3 -m liblineage
```

## License

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

