File: control

package info (click to toggle)
python-mastodon 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,684 kB
  • sloc: python: 8,823; sql: 203; makefile: 194; sh: 9
file content (41 lines) | stat: -rw-r--r-- 1,141 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
37
38
39
40
41
Source: python-mastodon
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Craig Small <csmall@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-cryptography,
 python3-dateutil,
 python3-decorator,
 python3-http-ece,
 python3-magic,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-mock,
 python3-pytest-vcr,
 python3-requests,
 python3-requests-mock,
 python3-retry,
 python3-setuptools,
 python3-tz,
Standards-Version: 4.7.0
Homepage: https://github.com/halcy/Mastodon.py
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mastodon
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mastodon.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-mastodon
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for the Mastodon API (Python 3)
 Mastodon is an ActivityPub and OStatus based twitter-like federated social
 network node. It has an API that allows you to interact with its every aspect.
 .
 This is a simple Python 3 module for that API.