webtoolkit 0.0.2__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/PKG-INFO +7 -2
- webtoolkit-0.0.3/README.md +5 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/pyproject.toml +2 -2
- webtoolkit-0.0.2/README.md +0 -1
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/LICENSE +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/__init__.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/contentmoderation.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/ipc.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/pages.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/remoteserver.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/urllocation.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/webconfig.py +0 -0
- {webtoolkit-0.0.2 → webtoolkit-0.0.3}/webtoolkit/webtools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: webtoolkit
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Web Toolkit
|
|
5
5
|
License: GPL3
|
|
6
6
|
Author: Iwan Grozny
|
|
@@ -17,7 +17,7 @@ Requires-Dist: beautifulsoup4 (>=4.13.5,<5.0.0)
|
|
|
17
17
|
Requires-Dist: brutefeedparser (>=0.10.5,<0.11.0)
|
|
18
18
|
Requires-Dist: feedparser (>=6.0.12,<7.0.0)
|
|
19
19
|
Requires-Dist: flask
|
|
20
|
-
Requires-Dist: lxml (>=5.
|
|
20
|
+
Requires-Dist: lxml (>=5.4.0,<6.0.0)
|
|
21
21
|
Requires-Dist: psutil
|
|
22
22
|
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
|
|
23
23
|
Requires-Dist: pytz (>=2024.2,<2025.0)
|
|
@@ -28,3 +28,8 @@ Requires-Dist: yt-dlp (>=2025.9.5,<2026.0.0)
|
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
|
|
30
30
|
# webtoolkit
|
|
31
|
+
|
|
32
|
+
- Tools necessary for web developers
|
|
33
|
+
- Status handling
|
|
34
|
+
- HTML and RSS page definitions
|
|
35
|
+
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "webtoolkit"
|
|
6
|
-
version = "0.0.
|
|
6
|
+
version = "0.0.3"
|
|
7
7
|
description = "Web Toolkit"
|
|
8
8
|
authors = ["Iwan Grozny <renegat@renegat0x0.ddns.net>"]
|
|
9
9
|
license = "GPL3"
|
|
@@ -16,7 +16,7 @@ python-dateutil = "^2.8.2"
|
|
|
16
16
|
yt-dlp = "^2025.9.5"
|
|
17
17
|
tldextract = "^5.1.2"
|
|
18
18
|
beautifulsoup4 = "^4.13.5"
|
|
19
|
-
lxml = "^5.
|
|
19
|
+
lxml = "^5.4.0"
|
|
20
20
|
brutefeedparser="^0.10.5"
|
|
21
21
|
pytz = "^2024.2"
|
|
22
22
|
psutil="*"
|
webtoolkit-0.0.2/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# webtoolkit
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|