python-readtime_3.0.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sat, 16 Nov 2024 17:44:28 +0100 |
Source: | python-readtime |
Binary: | python3-readtime |
Architecture: | source all |
Version: | 3.0.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Changed-By: | Edward Betts <edward@4angle.com> |
Description: | python3-readtime - Calculates reading time for text based on Medium's read time form |
Closes: | 1087648 |
Changes: | python-readtime (3.0.0-1) unstable; urgency=medium * Initial release. (Closes: #1087648) |
Files: | 303fa1be42a0f0c930a1ead635c5dea6 2252 python optional python-readtime_3.0.0-1.dsc 533acaaa3c3af6edc6d1a339d34c41fa 10845 python optional python-readtime_3.0.0.orig.tar.gz 09a3d5b9b841b670bd8c5e0e42d2c638 2548 python optional python-readtime_3.0.0-1.debian.tar.xz 0cd2cbaa337f0f232161471f9421ea09 7847 python optional python-readtime_3.0.0-1_amd64.buildinfo f562b4636c826c56d3b6f1ce28c753d5 7092 python optional python3-readtime_3.0.0-1_all.deb |
python-readtime_3.0.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | python-readtime |
Binary: | python3-readtime |
Architecture: | all |
Version: | 3.0.0-1 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Uploaders: | Edward Betts <edward@4angle.com>, |
Homepage: | https://github.com/alanhamlett/readtime |
Standards-Version: | 4.7.0 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/python-readtime |
Vcs-Git: | https://salsa.debian.org/python-team/packages/python-readtime.git |
Testsuite: | autopkgtest |
Testsuite-Triggers: | python3-all, python3-pytest |
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> |
Package-List: | python3-readtime deb python optional arch=all |
Files: | 533acaaa3c3af6edc6d1a339d34c41fa 10845 python-readtime_3.0.0.orig.tar.gz 09a3d5b9b841b670bd8c5e0e42d2c638 2548 python-readtime_3.0.0-1.debian.tar.xz |
control file for python3-readtime_3.0.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-readtime |
Source: | python-readtime |
Version: | 3.0.0-1 |
Architecture: | all |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 35 |
Depends: | python3-bs4, python3-markdown2, python3-pyquery, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/alanhamlett/readtime |
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. |
contents of python3-readtime_3.0.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2024-11-16 16:44 ./ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/lib/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/lib/python3/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/ -rw-r--r-- root/root 433 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/__about__.py -rw-r--r-- root/root 257 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/__init__.py -rw-r--r-- root/root 740 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/api.py -rw-r--r-- root/root 1638 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/result.py -rw-r--r-- root/root 2771 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime/utils.py drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime-3.0.0.dist-info/ -rw-r--r-- root/root 7 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime-3.0.0.dist-info/INSTALLER -rw-r--r-- root/root 3516 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime-3.0.0.dist-info/METADATA -rw-r--r-- root/root 91 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime-3.0.0.dist-info/WHEEL -rw-r--r-- root/root 9 2024-11-16 16:44 ./usr/lib/python3/dist-packages/readtime-3.0.0.dist-info/top_level.txt drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/share/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/share/doc/ drwxr-xr-x root/root 0 2024-11-16 16:44 ./usr/share/doc/python3-readtime/ -rw-r--r-- root/root 2461 2023-07-22 06:49 ./usr/share/doc/python3-readtime/README.md -rw-r--r-- root/root 163 2024-11-16 16:44 ./usr/share/doc/python3-readtime/changelog.Debian.gz -rw-r--r-- root/root 527 2023-07-22 06:49 ./usr/share/doc/python3-readtime/changelog.gz -rw-r--r-- root/root 1647 2024-11-16 16:40 ./usr/share/doc/python3-readtime/copyright |
copyright of python3-readtime_3.0.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: readtime Upstream-Contact: Alan Hamlett <alan.hamlett@gmail.com> Source: https://github.com/alanhamlett/readtime Files: * Copyright: 2016 by Alan Hamlett License: BSD-2-clause Files: debian/* Copyright: 2024 Edward Betts <edward@4angle.com> License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Timestamp: 16.11.2024 / 18:02:24 (UTC)