Metadata-Version: 2.4
Name: repology-client
Version: 0.7.2
Summary: Asynchronous wrapper for Repology API
Project-URL: Home, https://repology-client.sysrq.in/
Project-URL: Source, https://git.sysrq.in/python/repology-client
Project-URL: Issues, https://bugs.sysrq.in/enter_bug.cgi?product=Python libraries&component=repology-client
Project-URL: Changelog, https://repology-client.sysrq.in/release-notes.html
Author-email: Anna <cyber@sysrq.in>
License-Expression: EUPL-1.2 AND CC-BY-SA-3.0
License-File: LICENSES/CC0-1.0.txt
License-File: LICENSES/EUPL-1.2.txt
Keywords: aiohttp,api,async,repology
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: aiohttp<4,>=3
Requires-Dist: pydantic-core<3,>=2
Requires-Dist: pydantic<3,>=2
Requires-Dist: yarl
Description-Content-Type: text/markdown

<!-- SPDX-FileCopyrightText: 2023-2024 Anna <cyber@sysrq.in> -->
<!-- SPDX-License-Identifier: CC0-1.0 -->

repology-client
===============

[![Build Status](https://drone.tildegit.org/api/badges/CyberTaIlor/repology-client/status.svg)](https://drone.tildegit.org/CyberTaIlor/repology-client)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8828/badge)](https://www.bestpractices.dev/projects/8828)

Asynchronous wrapper for [Repology API][repology-api].

> Note that API stability is currently not guaranteed - it may change at any
> moment.

[repology-api]: https://repology.org/api


Installing
----------

### Gentoo

```sh
eselect repository enable guru
emaint sync -r guru
emerge dev-python/repology-client
```

### Other systems

`pip install repology-client --user`


Packaging
---------

You can track new releases using an [RSS feed][rss] provided by PyPI.

[rss]: https://pypi.org/rss/project/repology-client/releases.xml


Contributing
------------

Patches and pull requests are welcome. Please use either [git-send-email(1)][1]
or [git-request-pull(1)][2], addressed to <cyber@sysrq.in>.

If you don't like the email-based workflow, use the [mirror repo][codeberg] to
send pull requests.

Your commit message should conform to the following standard:

```
file/changed: Concice and complete statement of the purpose

This is the body of the commit message.  The line above is the
summary.  The summary should be no more than 72 chars long.  The
body can be more freely formatted, but make it look nice.  Make
sure to reference any bug reports and other contributors.  Make
sure the correct authorship appears.
```

[1]: https://git-send-email.io/
[2]: https://git-scm.com/docs/git-request-pull
[codeberg]: https://codeberg.org/cybertailor/repology-client


IRC
---

You can join the `#repology-client` channel either on [OFTC][oftc] or
[via Matrix][matrix].

[oftc]: https://www.oftc.net/
[matrix]: https://matrix.to/#/#repology-client:sysrq.in


License
-------

European Union Public License 1.2
