File: control

package info (click to toggle)
rebound 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,408 kB
  • sloc: python: 682; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,209 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
42
Source: rebound
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13),
               python3,
               python3-setuptools,
               dh-python
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://github.com/shobrook/rebound
Vcs-Browser: https://salsa.debian.org/debian/rebound
Vcs-Git: https://salsa.debian.org/debian/rebound.git

Package: rebound
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3,
         python3-bs4,
         python3-requests,
         python3-urllib3,
         python3-urwid
Description: Command-line tool to fetch Stack Overflow results when program execution error
 Rebound is a command-line tool that instantly fetches
 Stack Overflow results when getting a program execution
 error in multiple programming languages. This tool will
 execute the program, pull the error message if needed,
 and display related Stack Overflow questions and answers
 without leaving the terminal.
 .
 Features
 .
  - Supported file types:
    - Python
    - Node.js
    - Java
    - Golang
    - Ruby
  - View answers in command line mode
  - Open browser for GUI
 .