File: control

package info (click to toggle)
python-readtime 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 246; makefile: 20; sh: 5
file content (38 lines) | stat: -rw-r--r-- 1,540 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
Source: python-readtime
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-markdown2 <!nocheck>,
 python3-pyquery <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/alanhamlett/readtime
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-readtime
Vcs-Git: https://salsa.debian.org/python-team/packages/python-readtime.git

Package: python3-readtime
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Calculates reading time for text based on Medium's read time formula
 This library determines the time it takes for an average reader to finish a
 given piece of text. Using Medium's read time formula, it calculates the
 reading duration by considering factors such as word count and the number of
 images present. The default speed is set to 265 words per minute for English
 text, with adjustments made for texts in other languages like Chinese,
 Japanese, and Korean, which are measured by character count. Image counts also
 play a role, affecting the overall time calculation to reflect a more accurate
 reading experience. Ideal for assessing text-based content, this tool accounts
 for word and image density to estimate how long readers might need to engage
 with material.