pysportbot 0.0.2__tar.gz → 0.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 (22) hide show
  1. {pysportbot-0.0.2 → pysportbot-0.0.4}/PKG-INFO +6 -5
  2. {pysportbot-0.0.2 → pysportbot-0.0.4}/README.md +5 -4
  3. {pysportbot-0.0.2 → pysportbot-0.0.4}/pyproject.toml +1 -1
  4. {pysportbot-0.0.2 → pysportbot-0.0.4}/LICENSE +0 -0
  5. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/__init__.py +0 -0
  6. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/activities.py +0 -0
  7. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/authenticator.py +0 -0
  8. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/bookings.py +0 -0
  9. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/centres.py +0 -0
  10. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/endpoints.py +0 -0
  11. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/__init__.py +0 -0
  12. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/__main__.py +0 -0
  13. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/booking.py +0 -0
  14. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/config_loader.py +0 -0
  15. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/config_validator.py +0 -0
  16. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/scheduling.py +0 -0
  17. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/service/service.py +0 -0
  18. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/session.py +0 -0
  19. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/utils/__init__.py +0 -0
  20. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/utils/errors.py +0 -0
  21. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/utils/logger.py +0 -0
  22. {pysportbot-0.0.2 → pysportbot-0.0.4}/pysportbot/utils/time.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pysportbot
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: A python-based bot for automatic resasports slot booking
5
5
  Home-page: https://github.com/jbeirer/resasports-bot
6
6
  Author: Joshua Falco Beirer
@@ -25,12 +25,13 @@ Description-Content-Type: text/markdown
25
25
  <img src=https://github.com/jbeirer/resasports-bot/raw/main/docs/logo.png alt="Logo" width="250">
26
26
 
27
27
 
28
- [![Release](https://img.shields.io/github/v/release/jbeirer/resasports-bot)](https://img.shields.io/github/v/release/jbeirer/resasports-bot)
28
+ [![Release](https://img.shields.io/github/v/release/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/releases)
29
29
  [![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)
30
30
  [![codecov](https://codecov.io/gh/jbeirer/resasports-bot/graph/badge.svg?token=ZCJV384TXF)](https://codecov.io/gh/jbeirer/resasports-bot)
31
- [![Commit activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)
32
- [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://img.shields.io/github/license/jbeirer/resasports-bot)
33
-
31
+ [![Commit activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/commits/main/)
32
+ [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot?tab=MIT-1-ov-file)
33
+ [![Documentation](https://img.shields.io/badge/api-docs-blue)](https://jbeirer.github.io/resasports-bot/)
34
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
34
35
 
35
36
  Welcome to pysportbot!
36
37
 
@@ -3,12 +3,13 @@
3
3
  <img src=https://github.com/jbeirer/resasports-bot/raw/main/docs/logo.png alt="Logo" width="250">
4
4
 
5
5
 
6
- [![Release](https://img.shields.io/github/v/release/jbeirer/resasports-bot)](https://img.shields.io/github/v/release/jbeirer/resasports-bot)
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://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)
10
- [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://img.shields.io/github/license/jbeirer/resasports-bot)
11
-
9
+ [![Commit activity](https://img.shields.io/github/commit-activity/m/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot/commits/main/)
10
+ [![License](https://img.shields.io/github/license/jbeirer/resasports-bot)](https://github.com/jbeirer/resasports-bot?tab=MIT-1-ov-file)
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)](CODE_OF_CONDUCT.md)
12
13
 
13
14
  Welcome to pysportbot!
14
15
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pysportbot"
3
- version = "v0.0.2"
3
+ version = "v0.0.4"
4
4
  description = " A python-based bot for automatic resasports slot booking"
5
5
  authors = ["Joshua Falco Beirer <jbeirer@cern.ch>"]
6
6
  repository = "https://github.com/jbeirer/resasports-bot"
File without changes