summaryrefslogtreecommitdiff
path: root/jellyfin-apiclient-python/debian/control
blob: 38c7bd8d5cfbbf7693334445d54218ff0ad70faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: jellyfin-apiclient-python
Section: video
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   dh-python,
   python3-all-dev
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