Metadata-Version: 2.1
Name: fdroidrepoapi
Version: 0.1.1
Summary: lib for querying F-Droid repositories
Home-page: https://codeberg.org/uniqx/fdroidrepoapi
License: AGPL-3.0-or-later
Author: Michael Pöhn
Author-email: michael@poehn.at
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2025 Michael Pöhn <michael@poehn.at>
SPDX-License-Identifier: AGPL-3.0-or-later
-->

# F-Droid Repo API

A python module for querying F-Droid repositories as if they were a web API.

## code checking

This project uses some tools for making sure code qauality doesn't degrade.
Here's a helper script for running all checks:

```
tools/check
```

Always make sure this script doesn't find any issues before commiting.

