quickspirit 2.1.1__py3-none-any.whl → 2.2.0__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,12 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: quickspirit
3
- Version: 2.1.1
3
+ Version: 2.2.0
4
4
  Summary: Fast, Async Network & File Downloader Client In Python
5
- Home-page: https://github.com/DroidZed/QuickSpirit-Async
6
5
  License: GPL-3.0-or-later
6
+ License-File: LICENSE
7
7
  Keywords: api,speed,fast,library,networking
8
8
  Author: DroidZed
9
- Author-email: 41507665+DroidZed@users.noreply.github.com
9
+ Author-email: DroidZed@noreply.codeberg.org
10
10
  Requires-Python: >=3.9
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -19,9 +19,11 @@ Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
22
23
  Requires-Dist: aiofiles (>=24.1.0)
23
24
  Requires-Dist: httpx (>=0.27.0)
24
- Project-URL: Repository, https://github.com/DroidZed/QuickSpirit-Async
25
+ Project-URL: Homepage, https://codeberg.org/DroidZed/QuickSpirit-Async
26
+ Project-URL: Repository, https://codeberg.org/DroidZed/QuickSpirit-Async
25
27
  Description-Content-Type: text/markdown
26
28
 
27
29
  # Quick Spirit 🐬
@@ -79,14 +81,14 @@ if __name__ == "__main__":
79
81
 
80
82
  ```
81
83
 
82
- A complete example can be found in the [`example`](https://github.com/DroidZed/QuickSpirit-Async/tree/main/example) directory.
84
+ A complete example can be found in the [`example`](https://codeberg.org/DroidZed/QuickSpirit-Async/src/branch/main/example/json-anime-api.py) directory.
83
85
 
84
86
  ## Testing:
85
87
 
86
88
  Clone with git:
87
89
 
88
90
  ```bash
89
- git clone https://github.com/DroidZed/QuickSpirit-Async && cd QuickSpirit-Async
91
+ git clone https://codeberg.org/DroidZed/QuickSpirit-Async && cd QuickSpirit-Async
90
92
  ```
91
93
 
92
94
  Create a virtual env and install the dependencies in it:
@@ -113,5 +115,5 @@ python -m pytest -vs .
113
115
 
114
116
  ## Licensing
115
117
 
116
- The project is under the GPT-3.0 License, see the [`License`](https://github.com/DroidZed/QuickSpirit-Async/blob/main/LICENSE) file for details.
118
+ The project is under the GPT-3.0 License, see the [`License`](https://codeberg.org/DroidZed/QuickSpirit-Async/blob/main/LICENSE) file for details.
117
119
 
@@ -0,0 +1,9 @@
1
+ quickspirit/__init__.py,sha256=Cnf-1Wy-QBzuk4OjsszSVW5PmbNRzE--uBTrmpLS5GU,289
2
+ quickspirit/http_async_client.py,sha256=EFGaJq-JhCaLSrj42uuFMV3C-Mn6DzuP3ieCwaAyLw8,8002
3
+ quickspirit/http_async_downloader.py,sha256=4HUFmsn1ELLQmLoajkwZO-tFHDXtHNa8NEfxuehR_wI,1749
4
+ quickspirit/http_errors.py,sha256=2vA5IaK9eyScm4IbtII7sK_M12-tNKVxGYi39Ex13CU,262
5
+ quickspirit/models.py,sha256=ITVQ8deSonORrCpSKoov2PKgM3NXJBj5hHJzQ09RtVo,188
6
+ quickspirit-2.2.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
7
+ quickspirit-2.2.0.dist-info/METADATA,sha256=b72Pm8kWV7d48w50aAapUy9587AVMxVA62It1QaB0_o,3186
8
+ quickspirit-2.2.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
9
+ quickspirit-2.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.0
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any