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 43 44 45 46 47 48 49 50
|
Source: offpunk
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
less <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-setuptools,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>
Standards-Version: 4.7.1
Homepage: https://offpunk.net/
Vcs-Git: https://salsa.debian.org/python-team/packages/offpunk.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/offpunk.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: offpunk
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
less,
file
Recommends: xdg-utils,
python3-cryptography,
python3-feedparser,
python3-bs4,
python3-readability,
python3-requests,
python3-setproctitle,
python3-chardet
Suggests: chafa,
timg,
wl-clipboard,
xclip,
xsel
Description: CLI and offline-first smolnet browser for Gemini, Gopher, etc
Offpunk is a command-line browser and feed reader dedicated to browsing the
Web, Gemini, Gopher and Spartan. Thanks to its permanent cache, it is
optimised to be used offline with rare connections but works as well when
connected.
.
Offpunk is optimised for reading and supports readability mode, displaying
pictures, subscribing to pages or RSS feeds, managing complex lists of
bookmarks. Its integrated help and easy commands make it a perfect tool for
command-line novices while power-users will be amazed by its shell
integration.
|