[go: up one dir, main page]

File: control

package info (click to toggle)
toot 0.34.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: python: 4,858; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 953 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
Source: toot
Section: web
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-bs4,
               python3-requests,
               python3-wcwidth
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/ihabunek/toot
Vcs-Browser: https://salsa.debian.org/python-team/packages/toot
Vcs-Git: https://salsa.debian.org/python-team/packages/toot.git

Package: toot
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: mastodon cli client
 This client allows you to access mastodon servers
 from the command line.
 .
 You can authenticate, toot, follow, unfollow, mute, block,
 unblock, search and more.
 .
 It also contains an experimental curses client.