File: control

package info (click to toggle)
python-lti 0.9.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 2,400; sh: 6; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-lti
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-django <!nocheck>,
 python3-httmock <!nocheck>,
 python3-lxml,
 python3-pytest <!nocheck>,
 python3-requests,
 python3-requests-oauthlib,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/pylti/lti/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lti
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lti.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
X-Style: black

Package: python3-lti
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Learning Tools Interoperability implementation (Python3 version)
 The primary goal of this library is to provide classes for building Python LTI
 tool providers (LTI apps). It is designed to be generic but can easily
 integrated into frameworks like Django or Flask.
 .
 This package contains the Python 3 version of the library.