pysportbot 0.0.18__tar.gz → 0.0.19__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 (23) hide show
  1. {pysportbot-0.0.18 → pysportbot-0.0.19}/PKG-INFO +11 -9
  2. {pysportbot-0.0.18 → pysportbot-0.0.19}/README.md +5 -4
  3. {pysportbot-0.0.18 → pysportbot-0.0.19}/pyproject.toml +24 -24
  4. {pysportbot-0.0.18 → pysportbot-0.0.19}/LICENSE +0 -0
  5. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/__init__.py +0 -0
  6. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/activities.py +0 -0
  7. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/authenticator.py +0 -0
  8. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/bookings.py +0 -0
  9. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/centres.py +0 -0
  10. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/endpoints.py +0 -0
  11. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/__init__.py +0 -0
  12. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/__main__.py +0 -0
  13. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/booking.py +0 -0
  14. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/config_loader.py +0 -0
  15. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/config_validator.py +0 -0
  16. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/scheduling.py +0 -0
  17. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/service.py +0 -0
  18. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/service/threading.py +0 -0
  19. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/session.py +0 -0
  20. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/utils/__init__.py +0 -0
  21. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/utils/errors.py +0 -0
  22. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/utils/logger.py +0 -0
  23. {pysportbot-0.0.18 → pysportbot-0.0.19}/pysportbot/utils/time.py +0 -0
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: pysportbot
3
- Version: 0.0.18
3
+ Version: 0.0.19
4
4
  Summary: A python-based bot for automatic resasports slot booking
5
+ License-File: LICENSE
5
6
  Author: Joshua Falco Beirer
6
7
  Author-email: jbeirer@cern.ch
7
8
  Requires-Python: >=3.10,<3.14
@@ -10,10 +11,10 @@ Classifier: Programming Language :: Python :: 3.10
10
11
  Classifier: Programming Language :: Python :: 3.11
11
12
  Classifier: Programming Language :: Python :: 3.12
12
13
  Classifier: Programming Language :: Python :: 3.13
13
- Requires-Dist: beautifulsoup4 (>=4.13.3,<5.0.0)
14
- Requires-Dist: pandas (>=2.2.3,<3.0.0)
14
+ Requires-Dist: beautifulsoup4 (>=4.13.5,<5.0.0)
15
+ Requires-Dist: pandas (>=2.3.2,<3.0.0)
15
16
  Requires-Dist: pytz (>=2025.2,<2026.0)
16
- Requires-Dist: requests (>=2.32.3,<3.0.0)
17
+ Requires-Dist: requests (>=2.32.5,<3.0.0)
17
18
  Description-Content-Type: text/markdown
18
19
 
19
20
  # No queues. Just gains.
@@ -24,10 +25,11 @@ Description-Content-Type: text/markdown
24
25
  [![Release](https://img.shields.io/github/v/release/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/releases)
25
26
  [![Build status](https://img.shields.io/github/actions/workflow/status/jbeirer/resasports-bot/main.yml?branch=main)](https://github.com/jbeirer/resasports-bot/actions/workflows/main.yml?query=branch%3Amain)
26
27
  [![codecov](https://codecov.io/gh/jbeirer/resasports-bot/graph/badge.svg?token=ZCJV384TXF)](https://codecov.io/gh/jbeirer/resasports-bot)
27
- [![Commit activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/commits/main/)
28
+ [![Activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot?label=activity)](https://github.com/jbeirer/resasports-bot/commits/main/)
28
29
  [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/blob/main/LICENSE)
29
30
  [![Documentation](https://img.shields.io/badge/api-docs-blue)](https://jbeirer.github.io/resasports-bot/)
30
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/jbeirer/resasports-bot/blob/main/CODE_OF_CONDUCT.md)
31
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?label=Contributing)](https://github.com/jbeirer/resasports-bot/blob/main/CODE_OF_CONDUCT.md)
32
+ [![Downloads](https://static.pepy.tech/badge/pysportbot)](https://pepy.tech/projects/pysportbot)
31
33
 
32
34
  PySportBot empowers you to programmatically book fitness classes at any sports center that uses the [Resasports](https://social.resasports.com/en/) booking management software.
33
35
 
@@ -154,10 +156,10 @@ jobs:
154
156
 
155
157
  steps:
156
158
  - name: Check out repository
157
- uses: actions/checkout@v2
159
+ uses: actions/checkout@v5
158
160
 
159
161
  - name: Set up Python 3.12
160
- uses: actions/setup-python@v2
162
+ uses: actions/setup-python@v6
161
163
  with:
162
164
  python-version: '3.12'
163
165
 
@@ -6,10 +6,11 @@
6
6
  [![Release](https://img.shields.io/github/v/release/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/releases)
7
7
  [![Build status](https://img.shields.io/github/actions/workflow/status/jbeirer/resasports-bot/main.yml?branch=main)](https://github.com/jbeirer/resasports-bot/actions/workflows/main.yml?query=branch%3Amain)
8
8
  [![codecov](https://codecov.io/gh/jbeirer/resasports-bot/graph/badge.svg?token=ZCJV384TXF)](https://codecov.io/gh/jbeirer/resasports-bot)
9
- [![Commit activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/commits/main/)
9
+ [![Activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot?label=activity)](https://github.com/jbeirer/resasports-bot/commits/main/)
10
10
  [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/blob/main/LICENSE)
11
11
  [![Documentation](https://img.shields.io/badge/api-docs-blue)](https://jbeirer.github.io/resasports-bot/)
12
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/jbeirer/resasports-bot/blob/main/CODE_OF_CONDUCT.md)
12
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?label=Contributing)](https://github.com/jbeirer/resasports-bot/blob/main/CODE_OF_CONDUCT.md)
13
+ [![Downloads](https://static.pepy.tech/badge/pysportbot)](https://pepy.tech/projects/pysportbot)
13
14
 
14
15
  PySportBot empowers you to programmatically book fitness classes at any sports center that uses the [Resasports](https://social.resasports.com/en/) booking management software.
15
16
 
@@ -136,10 +137,10 @@ jobs:
136
137
 
137
138
  steps:
138
139
  - name: Check out repository
139
- uses: actions/checkout@v2
140
+ uses: actions/checkout@v5
140
141
 
141
142
  - name: Set up Python 3.12
142
- uses: actions/setup-python@v2
143
+ uses: actions/setup-python@v6
143
144
  with:
144
145
  python-version: '3.12'
145
146
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pysportbot"
3
- version = "v0.0.18"
3
+ version = "v0.0.19"
4
4
  description = "A python-based bot for automatic resasports slot booking"
5
5
  authors = [
6
6
  { name = "Joshua Falco Beirer", email = "jbeirer@cern.ch" }
@@ -15,29 +15,29 @@ dynamic = ["requires-python", "dependencies"]
15
15
 
16
16
  [tool.poetry.dependencies]
17
17
  python = ">=3.10,<3.14"
18
- requests = "^2.32.3"
19
- beautifulsoup4 = "^4.13.3"
20
- pandas = "^2.2.3"
18
+ requests = "^2.32.5"
19
+ beautifulsoup4 = "^4.13.5"
20
+ pandas = "^2.3.2"
21
21
  pytz = "^2025.2"
22
22
 
23
23
  [tool.poetry.group.dev.dependencies]
24
- pytest = "^8.3.5"
25
- pytest-cov = "^6.0.0"
26
- deptry = "^0.23.0"
27
- mypy = "^1.15.0"
28
- pre-commit = "^4.2.0"
29
- tox = "^4.24.2"
30
- ipykernel = "^6.29.5"
31
- types-pytz = "^2025.1.0.20250318"
32
- types-requests = "^2.32.0.20250306"
24
+ pytest = "^8.4.2"
25
+ pytest-cov = "^7.0.0"
26
+ deptry = "^0.23.1"
27
+ mypy = "^1.18.1"
28
+ pre-commit = "^4.3.0"
29
+ tox = "^4.30.2"
30
+ ipykernel = "^6.30.1"
31
+ types-pytz = "^2025.2.0.20250809"
32
+ types-requests = "^2.32.4.20250913"
33
33
 
34
34
  [tool.poetry.group.docs.dependencies]
35
35
  mkdocs = "^1.6.1"
36
- mkdocs-material = "^9.6.9"
37
- mkdocstrings = {extras = ["python"], version = "^0.29.0"}
36
+ mkdocs-material = "^9.6.20"
37
+ mkdocstrings = {extras = ["python"], version = "^0.30.0"}
38
38
 
39
39
  [build-system]
40
- requires = ["poetry-core>=2.1.3"]
40
+ requires = ["poetry-core>=2.2.0"]
41
41
  build-backend = "poetry.core.masonry.api"
42
42
 
43
43
  [tool.black]
@@ -47,14 +47,14 @@ preview = true
47
47
 
48
48
  [tool.mypy]
49
49
  files = ["pysportbot"]
50
- disallow_untyped_defs = "True"
51
- no_implicit_optional = "True"
52
- check_untyped_defs = "True"
53
- warn_return_any = "True"
54
- warn_unused_ignores = "True"
55
- show_error_codes = "True"
56
- ignore_missing_imports= "True"
57
- disallow_any_unimported = "False"
50
+ disallow_untyped_defs = true
51
+ no_implicit_optional = true
52
+ check_untyped_defs = true
53
+ warn_return_any = true
54
+ warn_unused_ignores = true
55
+ show_error_codes = true
56
+ ignore_missing_imports= true
57
+ disallow_any_unimported = false
58
58
 
59
59
 
60
60
  [tool.pytest.ini_options]
File without changes