Metadata-Version: 2.1
Name: telguarder
Version: 1.0.1
Summary: An unofficial client library for using the telguarder API
Home-page: https://github.com/bendikrb/telguarder
License: MIT
Keywords: caller-id,api-client,unofficial
Author: Bendik R. Brenne
Author-email: bendik@konstant.no
Requires-Python: >=3.11,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: aiohttp (>=3.10.9,<4.0.0)
Requires-Dist: async-timeout (>=5.0.0,<6.0.0)
Requires-Dist: mashumaro (>=3.13.1,<4.0.0)
Requires-Dist: orjson (>=3.10.7,<4.0.0)
Requires-Dist: rich (>=13.9.2,<14.0.0)
Project-URL: Documentation, https://telguarder.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/bendikrb/telguarder
Description-Content-Type: text/markdown

# telguarder

[![GitHub Release][releases-shield]][releases]
[![Python Versions][py-versions-shield]][py-versions]
![Project Maintenance][maintenance-shield]
[![License][license-shield]][license]
![Made with Love in Norway][madewithlove-shield]

[![Build Status][build-shield]][build]
[![Code coverage][codecov-shield]][codecov]


Asynchronous Python client for the NRK Podcast/Radio API

## Installation

```bash
pip install telguarder
```

## Usage

TBD

## Contributing

If you'd like to contribute to the project, please submit a pull request or open an issue on the GitHub repository.

## License

telguarder is licensed under the MIT license. See the LICENSE file for more details.

## Contact

If you have any questions or need assistance with the library, you can contact the project maintainer at @bendikrb.


[license-shield]: https://img.shields.io/github/license/bendikrb/telguarder.svg
[license]: https://github.com/bendikrb/telguarder/blob/main/LICENSE.md
[releases-shield]: https://img.shields.io/pypi/v/telguarder
[releases]: https://github.com/bendikrb/telguarder/releases
[build-shield]: https://github.com/bendikrb/telguarder/actions/workflows/test.yaml/badge.svg
[build]: https://github.com/bendikrb/telguarder/actions/workflows/test.yaml
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[py-versions-shield]: https://img.shields.io/pypi/pyversions/telguarder
[py-versions]: https://pypi.org/project/telguarder/
[codecov-shield]: https://codecov.io/gh/bendikrb/telguarder/graph/badge.svg?token=011O5N9MKL
[codecov]: https://codecov.io/gh/bendikrb/telguarder
[madewithlove-shield]: https://madewithlove.now.sh/no?heart=true&colorB=%233584e4

