Metadata-Version: 2.1
Name: py-appstream
Version: 0.1.3
Summary: Pure Python library to parse AppStream files
Home-page: https://github.com/phunh/py-appstream
Author: Phu Hung Nguyen
Author-email: phuhnguyen@outlook.com
License: LGPLv2+
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSES/CC0-1.0.txt
License-File: LICENSES/CC-BY-SA-4.0.txt
License-File: LICENSES/LGPL-2.1-or-later.txt

<!--
SPDX-FileCopyrightText: 2022 Phu Hung Nguyen <phuhnguyen@outlook.com>
SPDX-License-Identifier: CC-BY-SA-4.0
-->

# py-appstream

Pure Python library to parse AppStream files.

(Partly) compliant with AppStream 0.15.

### Install

```bash
pip install py-appstream
```


