pysportbot 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pysportbot
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: A python-based bot for automatic resasports slot booking
5
5
  Author: Joshua Falco Beirer
6
6
  Author-email: jbeirer@cern.ch
@@ -110,20 +110,21 @@ Let's say you would like to book Yoga next Monday at 18:00:00, but the execution
110
110
  }
111
111
  ```
112
112
 
113
- **Note:** By default, pysportbot will be attempt to execute *N* bookings in parallel, where *N* is the number of available cores on your machine.
113
+ **Note:** By default, PySportBot will attempt to execute *N* bookings in parallel, where *N* is the number of available cores on your machine.
114
114
 
115
115
  The service also provides various other options that can be inspected with
116
116
 
117
117
  ```bash
118
118
  python -m pysportbot.service --help
119
119
  ```
120
- Currently supported options include
121
- 1. ```--booking-delay``` sets a global delay in seconds before booking execution [default: 0]
122
- 2. ```--retry-attempts``` sets the number of retries attempted in case a booking attempt fails [default: 3]
123
- 3. ```--retry-delay``` sets the delay in seconds between booking retries [default: 5]
124
- 4. ```--time-zone``` sets the time zone for the service [default: Europe/Madrid]
125
- 5. ```--log-level``` sets the log-level of the service [default: INFO]
126
- 6. ```--max-threads``` limits the number of used threads for parallel bookings [default: -1]
120
+ Currently supported options include:
121
+
122
+ 1. `--booking-delay`: sets a global delay in seconds before booking execution [default: 0]
123
+ 2. `--retry-attempts`: sets the number of retries attempted in case a booking attempt fails [default: 3]
124
+ 3. `--retry-delay`: sets the delay in seconds between booking retries [default: 5]
125
+ 4. `--time-zone`: sets the time zone for the service [default: Europe/Madrid]
126
+ 5. `--log-level`: sets the log-level of the service [default: INFO]
127
+ 6. `--max-threads`: limits the number of used threads for parallel bookings [default: -1]
127
128
 
128
129
  ## LICENSE
129
130
 
@@ -17,7 +17,7 @@ pysportbot/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
17
17
  pysportbot/utils/errors.py,sha256=mpTeKjOUIxJbOqL6A6apdMb7Cpto86DkrKHWfROXjMc,4979
18
18
  pysportbot/utils/logger.py,sha256=BfR1COAmVr5v0T5JX-6-MsMXOx2XVzfib4Td1sSWYjI,5379
19
19
  pysportbot/utils/time.py,sha256=VZSW8AxFIoFD5ZSmLUPcwawp6PmpkcxNjP3Db-Hl_fw,1244
20
- pysportbot-0.0.8.dist-info/LICENSE,sha256=6ov3DypdEVYpp2pn_B1MniKWO5C9iDA4O6PGcbork6c,1077
21
- pysportbot-0.0.8.dist-info/METADATA,sha256=-7JBOQq4lVwvVhwdr21JrdnTr_vG9v_V-wt2Yy5imTM,5228
22
- pysportbot-0.0.8.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
23
- pysportbot-0.0.8.dist-info/RECORD,,
20
+ pysportbot-0.0.9.dist-info/LICENSE,sha256=6ov3DypdEVYpp2pn_B1MniKWO5C9iDA4O6PGcbork6c,1077
21
+ pysportbot-0.0.9.dist-info/METADATA,sha256=AsgMiQqkPUFHjrTt_cN7HatrZd0ZipnyeoR8WeDUwpg,5209
22
+ pysportbot-0.0.9.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
23
+ pysportbot-0.0.9.dist-info/RECORD,,