Metadata-Version: 2.1
Name: repology-client
Version: 0.0.1
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
License-File: LICENSE
Keywords: aiohttp,api,async,repology
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: aiohttp<4,>=3
Requires-Dist: pydantic<3,>=2
Provides-Extra: docs
Requires-Dist: aiohttp-theme; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-prompt; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-recording; extra == 'test'
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/python-repology/status.svg)](https://drone.tildegit.org/CyberTaIlor/python-repology)

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 [atom feed][atom] provided by GitHub.

[atom]: https://github.com/cybertailor/repology-client/releases.atom


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 prefer GitHub-style workflow, use the [mirror repo][gh] 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
[gh]: http://github.com/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
