Metadata-Version: 2.1
Name: aiojellyfin
Version: 0.7.0
Summary: Async library for Jellyfin
Author-email: John Carr <jc2k@users.noreply.github.com>
License: Apache-2.0
Platform: any
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: mashumaro
Provides-Extra: test
Requires-Dist: codespell ==2.3.0 ; extra == 'test'
Requires-Dist: isort ==5.13.2 ; extra == 'test'
Requires-Dist: mypy ==1.10.0 ; extra == 'test'
Requires-Dist: pre-commit ==3.7.1 ; extra == 'test'
Requires-Dist: pre-commit-hooks ==4.6.0 ; extra == 'test'
Requires-Dist: pylint ==3.2.3 ; extra == 'test'
Requires-Dist: pytest ==8.2.2 ; extra == 'test'
Requires-Dist: pytest-aiohttp ==1.0.5 ; extra == 'test'
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'test'
Requires-Dist: tomli ==2.0.1 ; extra == 'test'
Requires-Dist: ruff ==0.4.4 ; extra == 'test'

# aiojellyfin

Simple asyncio library for accessing Jellyfin.

NOTE: This library is meant to provide what is needed for Music Assistant. At this time it is *not* meant to be a thorough and complete Jellyfin wrapper.
