Metadata-Version: 2.1
Name: aionowplaying
Version: 0.10.0
Summary: A cross-platform Now Playing client
Home-page: https://github.com/BruceZhang1993/aionowplaying
License: GPL-3.0-only
Keywords: nowplaying,mpris
Author: Bruce Zhang
Author-email: zttt183525594@gmail.com
Maintainer: Bruce Zhang
Maintainer-email: zttt183525594@gmail.com
Requires-Python: >=3.7,<3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
Requires-Dist: dbus-next ; sys_platform == "linux"
Requires-Dist: pydantic
Requires-Dist: pyobjc-framework-Cocoa ; sys_platform == "darwin"
Requires-Dist: pyobjc-framework-MediaPlayer ; sys_platform == "darwin"
Requires-Dist: winsdk ; sys_platform == "win32"
Project-URL: Bug Tracker, https://github.com/BruceZhang1993/aionowplaying/issues
Project-URL: Repository, https://github.com/BruceZhang1993/aionowplaying
Description-Content-Type: text/markdown

[![GitHub Workflow Status][ci-shield]][ci-url]
[![GPL3.0 License][license-shield]][license-url]

# aionowplaying
A cross-platform Now Playing client

## Usage
```shell
# Using pip
pip install aionowplaying
# Using poetry
poetry add aionowplaying
```

## Documentation
_TODO_
see tests for now.

## Development
```shell
poetry install
poetry run pytest -v
```

## License
GPL-3.0

<!-- MARKDOWN LINKS & IMAGES -->
[ci-shield]: https://img.shields.io/github/actions/workflow/status/BruceZhang1993/aionowplaying/ci.yml?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/BruceZhang1993/aionowplaying.svg?style=for-the-badge
[ci-url]: https://github.com/BruceZhang1993/aionowplaying/actions/workflows/ci.yml
[license-url]: https://github.com/BruceZhang1993/aionowplaying/blob/master/LICENSE.txt

