vk-scripts 1.0.3__tar.gz → 1.0.4__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.
- vk_scripts-1.0.4/.github/dependabot.yml +6 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.github/workflows/ci.yml +6 -7
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/PKG-INFO +14 -4
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/README.md +8 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/pyproject.toml +1 -2
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/mutuals.sh +1 -1
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/api.py +2 -2
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/log.py +1 -1
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/PKG-INFO +15 -5
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/SOURCES.txt +1 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.gitattributes +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.gitignore +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.pylintrc +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/LICENSE.txt +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/date.png +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/hour.png +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/user.png +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/weekday.png +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/mutuals.md +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/sessions.md +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/status.md +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/setup.cfg +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/main.sh +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/sessions.sh +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/status.sh +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/status_once.sh +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/lib/test.sh +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/share/test_db.csv +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/__init__.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/error.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/last_seen.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/mutuals.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/platform.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/__init__.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/__init__.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/__init__.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/csv.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/null.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/format.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/meta.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/record.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/timestamp.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/sessions.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/status.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/user.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/__init__.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/bar_chart.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/io.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/version.py +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/dependency_links.txt +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/entry_points.txt +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/requires.txt +0 -0
- {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,6 @@ on:
|
|
|
5
5
|
paths-ignore:
|
|
6
6
|
- 'docs/**'
|
|
7
7
|
- 'README.md'
|
|
8
|
-
pull_request:
|
|
9
8
|
schedule:
|
|
10
9
|
# Weekly, at 6:45 AM on Thursday (somewhat randomly chosen).
|
|
11
10
|
- cron: '45 6 * * 4'
|
|
@@ -19,18 +18,18 @@ jobs:
|
|
|
19
18
|
test:
|
|
20
19
|
strategy:
|
|
21
20
|
matrix:
|
|
22
|
-
python-version: ['3.
|
|
21
|
+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
|
|
23
22
|
# Random number to prevent exceeding the request frequency limit.
|
|
24
23
|
max-parallel: 3
|
|
25
24
|
runs-on: ubuntu-latest
|
|
26
25
|
name: 'Python ${{ matrix.python-version }}'
|
|
27
26
|
steps:
|
|
28
27
|
- name: Checkout
|
|
29
|
-
uses: actions/checkout@
|
|
28
|
+
uses: actions/checkout@v6
|
|
30
29
|
with:
|
|
31
30
|
fetch-depth: 0
|
|
32
31
|
- name: Set up Python
|
|
33
|
-
uses: actions/setup-python@
|
|
32
|
+
uses: actions/setup-python@v6
|
|
34
33
|
with:
|
|
35
34
|
python-version: '${{ matrix.python-version }}'
|
|
36
35
|
- name: 'Install package & dependencies'
|
|
@@ -49,11 +48,11 @@ jobs:
|
|
|
49
48
|
name: Publish
|
|
50
49
|
steps:
|
|
51
50
|
- name: Checkout
|
|
52
|
-
uses: actions/checkout@
|
|
51
|
+
uses: actions/checkout@v6
|
|
53
52
|
with:
|
|
54
53
|
fetch-depth: 0
|
|
55
54
|
- name: Set up Python
|
|
56
|
-
uses: actions/setup-python@
|
|
55
|
+
uses: actions/setup-python@v6
|
|
57
56
|
with:
|
|
58
57
|
python-version: '3.x'
|
|
59
58
|
- name: Verify package can be installed
|
|
@@ -63,7 +62,7 @@ jobs:
|
|
|
63
62
|
- name: Build package
|
|
64
63
|
run: python -m build
|
|
65
64
|
- name: Publish as artifact
|
|
66
|
-
uses: actions/upload-artifact@
|
|
65
|
+
uses: actions/upload-artifact@v7
|
|
67
66
|
with:
|
|
68
67
|
name: dist
|
|
69
68
|
path: dist
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: vk_scripts
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Scripts to stalk people on VK
|
|
5
5
|
Author-email: Egor Tensin <Egor.Tensin@gmail.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/egor-tensin/vk-scripts
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/egor-tensin/vk-scripts/issues
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Requires-Python: >=3.4
|
|
12
11
|
Description-Content-Type: text/markdown
|
|
13
12
|
License-File: LICENSE.txt
|
|
13
|
+
Requires-Dist: importlib-metadata~=4.0; python_version < "3.8"
|
|
14
|
+
Requires-Dist: matplotlib
|
|
15
|
+
Dynamic: license-file
|
|
14
16
|
|
|
15
17
|
VK scripts
|
|
16
18
|
==========
|
|
@@ -53,6 +55,14 @@ Requires [Pylint].
|
|
|
53
55
|
|
|
54
56
|
[Pylint]: https://www.pylint.org/
|
|
55
57
|
|
|
58
|
+
### Releases
|
|
59
|
+
|
|
60
|
+
Make a git tag:
|
|
61
|
+
|
|
62
|
+
git tag "v$( python -m setuptools_scm --strip-dev )"
|
|
63
|
+
|
|
64
|
+
You can then review that the tag is fine and push w/ `git push --tags`.
|
|
65
|
+
|
|
56
66
|
License
|
|
57
67
|
-------
|
|
58
68
|
|
|
@@ -39,6 +39,14 @@ Requires [Pylint].
|
|
|
39
39
|
|
|
40
40
|
[Pylint]: https://www.pylint.org/
|
|
41
41
|
|
|
42
|
+
### Releases
|
|
43
|
+
|
|
44
|
+
Make a git tag:
|
|
45
|
+
|
|
46
|
+
git tag "v$( python -m setuptools_scm --strip-dev )"
|
|
47
|
+
|
|
48
|
+
You can then review that the tag is fine and push w/ `git push --tags`.
|
|
49
|
+
|
|
42
50
|
License
|
|
43
51
|
-------
|
|
44
52
|
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "vk_scripts"
|
|
7
7
|
description = "Scripts to stalk people on VK"
|
|
8
|
-
license =
|
|
8
|
+
license = "MIT"
|
|
9
9
|
dynamic = ["version"]
|
|
10
10
|
authors = [{name = "Egor Tensin", email = "Egor.Tensin@gmail.com"}]
|
|
11
11
|
readme = "README.md"
|
|
@@ -18,7 +18,6 @@ dependencies = [
|
|
|
18
18
|
|
|
19
19
|
classifiers = [
|
|
20
20
|
"Development Status :: 4 - Beta",
|
|
21
|
-
"License :: OSI Approved :: MIT License",
|
|
22
21
|
]
|
|
23
22
|
|
|
24
23
|
[project.urls]
|
|
@@ -15,7 +15,7 @@ class Writer(meta.Writer):
|
|
|
15
15
|
handler = logging.StreamHandler(fd)
|
|
16
16
|
handler.setFormatter(logging.Formatter(
|
|
17
17
|
fmt='[%(asctime)s] %(message)s',
|
|
18
|
-
datefmt='%Y-%m-%d %H:%M:%S'))
|
|
18
|
+
datefmt='%Y-%m-%d %H:%M:%S%z'))
|
|
19
19
|
self._logger.addHandler(handler)
|
|
20
20
|
|
|
21
21
|
self._reset_last_notification()
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 1.0.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vk_scripts
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Scripts to stalk people on VK
|
|
5
5
|
Author-email: Egor Tensin <Egor.Tensin@gmail.com>
|
|
6
|
-
License: MIT
|
|
6
|
+
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/egor-tensin/vk-scripts
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/egor-tensin/vk-scripts/issues
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Requires-Python: >=3.4
|
|
12
11
|
Description-Content-Type: text/markdown
|
|
13
12
|
License-File: LICENSE.txt
|
|
13
|
+
Requires-Dist: importlib-metadata~=4.0; python_version < "3.8"
|
|
14
|
+
Requires-Dist: matplotlib
|
|
15
|
+
Dynamic: license-file
|
|
14
16
|
|
|
15
17
|
VK scripts
|
|
16
18
|
==========
|
|
@@ -53,6 +55,14 @@ Requires [Pylint].
|
|
|
53
55
|
|
|
54
56
|
[Pylint]: https://www.pylint.org/
|
|
55
57
|
|
|
58
|
+
### Releases
|
|
59
|
+
|
|
60
|
+
Make a git tag:
|
|
61
|
+
|
|
62
|
+
git tag "v$( python -m setuptools_scm --strip-dev )"
|
|
63
|
+
|
|
64
|
+
You can then review that the tag is fine and push w/ `git push --tags`.
|
|
65
|
+
|
|
56
66
|
License
|
|
57
67
|
-------
|
|
58
68
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|