summaryrefslogtreecommitdiff
path: root/jellyfin-apiclient-python/debian/control
blob: 06c8d58acdce367c1782a0de15f93275851a02b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: jellyfin-apiclient-python
Section: video
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   dh-python,
   python3-all-dev,
   python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/jellyfin/jellyfin-apiclient-python
Rules-Requires-Root: no

Package: jellyfin-apiclient-python
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: python API client for Jellyfin 
 API client from Jellyfin Kodi extracted as a python
 package so that other users may use the API without
 maintaining a fork of the API client. See also
 pip install jellyfin-apiclient-python
bgstack15