quickspirit 2.1.0__py3-none-any.whl → 2.1.1__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: quickspirit
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Fast, Async Network & File Downloader Client In Python
5
5
  Home-page: https://github.com/DroidZed/QuickSpirit-Async
6
6
  License: GPL-3.0-or-later
@@ -68,10 +68,10 @@ async def main():
68
68
  if result.Error:
69
69
  raise result.Error
70
70
 
71
-
72
71
  data: dict[str, Any] = loads(result.Data)
73
72
 
74
73
  # do whatever you need now that you have the data...
74
+ print(data)
75
75
 
76
76
 
77
77
  if __name__ == "__main__":
@@ -94,17 +94,21 @@ Create a virtual env and install the dependencies in it:
94
94
  ```sh
95
95
  python3 -m venv .venv && .venv/Scripts/activate
96
96
 
97
- # I built the project using poetry, so you may want to have that inside of your venv ! No need to install it in your global python install.
98
- poetry install --no-root
97
+ # I built the project using poetry,
98
+ # so you may want to have that inside of your venv !
99
+ # No need to install it in your global python install
99
100
 
101
+ pip install poetry
102
+ poetry install --no-root
100
103
  ```
101
104
 
102
105
  Run the tests with pytest:
103
106
 
104
107
  ```sh
105
- # Here I'm using uv to run the tests, but the command should be the same for other package manager:
106
108
 
107
- pytest -vs .
109
+ # At the root of the project:
110
+
111
+ python -m pytest -vs .
108
112
  ```
109
113
 
110
114
  ## Licensing
@@ -3,7 +3,7 @@ quickspirit/http_async_client.py,sha256=5Y2JhT2LOi226aW5j33WY2LXcDtEZIwsdwfVeRp_
3
3
  quickspirit/http_async_downloader.py,sha256=poOvyS8YjMo_E17LiI-klYStrLgRezSq7P0Y5MoQ7Tg,1073
4
4
  quickspirit/http_errors.py,sha256=_Hsj_OAfllFjZkW5NjN9c4Qw8zsSg5M4eOnNyepOKCU,272
5
5
  quickspirit/models.py,sha256=zresHK7qd4ns51bbTIjz6MOvafixAqmMwujIeF89oOI,198
6
- quickspirit-2.1.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
7
- quickspirit-2.1.0.dist-info/METADATA,sha256=AamSJn0xSvmcXFV2WLJvb8IkDCYRNe-bYGltbhHavUM,3106
8
- quickspirit-2.1.0.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
9
- quickspirit-2.1.0.dist-info/RECORD,,
6
+ quickspirit-2.1.1.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
7
+ quickspirit-2.1.1.dist-info/METADATA,sha256=3jH1XRdnh1wOoPXKyS8VjpQu5H1GTaeO0Arpn33ohWM,3080
8
+ quickspirit-2.1.1.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
9
+ quickspirit-2.1.1.dist-info/RECORD,,