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.
Files changed (53) hide show
  1. vk_scripts-1.0.4/.github/dependabot.yml +6 -0
  2. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.github/workflows/ci.yml +6 -7
  3. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/PKG-INFO +14 -4
  4. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/README.md +8 -0
  5. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/pyproject.toml +1 -2
  6. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/mutuals.sh +1 -1
  7. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/api.py +2 -2
  8. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/log.py +1 -1
  9. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/PKG-INFO +15 -5
  10. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/SOURCES.txt +1 -0
  11. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.gitattributes +0 -0
  12. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.gitignore +0 -0
  13. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/.pylintrc +0 -0
  14. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/LICENSE.txt +0 -0
  15. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/date.png +0 -0
  16. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/hour.png +0 -0
  17. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/user.png +0 -0
  18. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/images/weekday.png +0 -0
  19. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/mutuals.md +0 -0
  20. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/sessions.md +0 -0
  21. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/docs/status.md +0 -0
  22. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/setup.cfg +0 -0
  23. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/main.sh +0 -0
  24. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/sessions.sh +0 -0
  25. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/status.sh +0 -0
  26. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/bin/status_once.sh +0 -0
  27. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/lib/test.sh +0 -0
  28. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/test/share/test_db.csv +0 -0
  29. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/__init__.py +0 -0
  30. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/error.py +0 -0
  31. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/last_seen.py +0 -0
  32. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/mutuals.py +0 -0
  33. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/platform.py +0 -0
  34. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/__init__.py +0 -0
  35. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/__init__.py +0 -0
  36. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/__init__.py +0 -0
  37. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/csv.py +0 -0
  38. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/backend/null.py +0 -0
  39. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/format.py +0 -0
  40. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/meta.py +0 -0
  41. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/record.py +0 -0
  42. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/db/timestamp.py +0 -0
  43. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/sessions.py +0 -0
  44. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/tracking/status.py +0 -0
  45. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/user.py +0 -0
  46. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/__init__.py +0 -0
  47. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/bar_chart.py +0 -0
  48. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/utils/io.py +0 -0
  49. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk/version.py +0 -0
  50. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/dependency_links.txt +0 -0
  51. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/entry_points.txt +0 -0
  52. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/requires.txt +0 -0
  53. {vk_scripts-1.0.3 → vk_scripts-1.0.4}/vk_scripts.egg-info/top_level.txt +0 -0
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
@@ -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.7', '3.8', '3.9', '3.10', '3.11']
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@v3
28
+ uses: actions/checkout@v6
30
29
  with:
31
30
  fetch-depth: 0
32
31
  - name: Set up Python
33
- uses: actions/setup-python@v4
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@v3
51
+ uses: actions/checkout@v6
53
52
  with:
54
53
  fetch-depth: 0
55
54
  - name: Set up Python
56
- uses: actions/setup-python@v4
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@v3
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
1
+ Metadata-Version: 2.4
2
2
  Name: vk_scripts
3
- Version: 1.0.3
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 = {text = "MIT"}
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]
@@ -17,7 +17,7 @@ test_users() {
17
17
  }
18
18
 
19
19
  main() {
20
- test_users kreed58 maxkorzh_official
20
+ test_users kreed58 korya_mc
21
21
  }
22
22
 
23
23
  main
@@ -64,8 +64,8 @@ ACCESS_TOKEN = '9722cef09722cef09722cef071974b8cbe997229722cef0cbabfd816916af6c7
64
64
 
65
65
 
66
66
  class Version(Enum):
67
- V5_131 = '5.131'
68
- DEFAULT = V5_131
67
+ V5_199 = '5.199'
68
+ DEFAULT = V5_199
69
69
 
70
70
  def __str__(self):
71
71
  return self.value
@@ -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.1
2
- Name: vk-scripts
3
- Version: 1.0.3
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
 
@@ -4,6 +4,7 @@
4
4
  LICENSE.txt
5
5
  README.md
6
6
  pyproject.toml
7
+ .github/dependabot.yml
7
8
  .github/workflows/ci.yml
8
9
  docs/mutuals.md
9
10
  docs/sessions.md
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