Metadata-Version: 2.1
Name: kickerde_api_client
Version: 0.1.0
Summary: Unofficial Python bindings for the public kicker.de news API
Home-page: https://github.com/claui/kickerde-api-client
License: Apache-2.0
Author: Claudia Pellegrino
Author-email: clau@tiqua.de
Requires-Python: >=3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: German
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications
Classifier: Topic :: Home Automation
Requires-Dist: datetype
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: xmltodict (>=0.14.2,<0.15.0)
Project-URL: Documentation, https://kickerde-api-client.readthedocs.io/
Project-URL: Repository, https://github.com/claui/kickerde-api-client
Description-Content-Type: text/markdown

# API client for kicker.de

This library provides unofficial Python bindings for the public
[kicker.de](https://kicker.de) news API.

## Installation

### Installing from PyPI

To install this library from PyPI, open a shell and run:

```shell
pip install kickerde-api-client
```

If that doesn’t work, try:

```shell
python3 -m pip install kickerde-api-client
```

### Installing from the AUR

Direct your favorite
[AUR helper](https://wiki.archlinux.org/title/AUR_helpers) to the
`python-kickerde-api-client` package.

## Usage

Browse the [documentation on Read the Docs](https://kickerde-api-client.readthedocs.io/) for details.

## Contributing to this library

See [`CONTRIBUTING.md`](https://github.com/claui/kickerde-api-client/blob/main/CONTRIBUTING.md).

## License

Copyright (c) 2024 Claudia Pellegrino

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
For a copy of the License, see [LICENSE](LICENSE).

