quickspirit 2.0.1__py3-none-any.whl → 2.0.2__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.0.1
3
+ Version: 2.0.2
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
@@ -24,7 +24,7 @@ Requires-Dist: httpx (>=0.27.0)
24
24
  Project-URL: Repository, https://github.com/DroidZed/QuickSpirit-Async
25
25
  Description-Content-Type: text/markdown
26
26
 
27
- # Quick Spirit
27
+ # Quick Spirit 🐬
28
28
 
29
29
  An easy to use HTTP client with a fast downloader.
30
30
 
@@ -52,7 +52,7 @@ uv add quickspirit
52
52
 
53
53
  ## Usage:
54
54
 
55
- The library's getter function returns a bytes data repersenting the bytes coming in from the network. Since we don't know the shape of the data, I delegated the responsibility to you to figure out how to parse it to your liking.
55
+ The library's internal mechanism returns a bytes data repersenting the bytes coming in from the network. Since we don't know the shape of the data, I delegated the responsibility to you to figure out how to parse it to your liking.
56
56
 
57
57
  A sample code would look like this:
58
58
 
@@ -79,7 +79,7 @@ if __name__ == "__main__":
79
79
 
80
80
  ```
81
81
 
82
- A complete example can be found in the `example` directory.
82
+ A complete example can be found in the [`example`](https://github.com/DroidZed/QuickSpirit-Async/tree/main/example) directory.
83
83
 
84
84
  ## Testing:
85
85
 
@@ -89,13 +89,17 @@ Clone with git:
89
89
  git clone https://github.com/DroidZed/QuickSpirit-Async && cd QuickSpirit-Async
90
90
  ```
91
91
 
92
- Create a virtual env:
92
+ Create a virtual env and install the dependencies in it:
93
93
 
94
94
  ```sh
95
95
  python3 -m venv .venv && .venv/Scripts/activate
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
99
+
96
100
  ```
97
101
 
98
- Run the tests with pytest (install it first using your package manager of choice):
102
+ Run the tests with pytest:
99
103
 
100
104
  ```sh
101
105
  # Here I'm using uv to run the tests, but the command should be the same for other package manager:
@@ -103,4 +107,7 @@ Run the tests with pytest (install it first using your package manager of choice
103
107
  pytest -vs .
104
108
  ```
105
109
 
110
+ ## Licensing
111
+
112
+ The project is under the GPT-3.0 License, see the [`License`](https://github.com/DroidZed/QuickSpirit-Async/blob/main/LICENSE) file for details.
106
113
 
@@ -3,7 +3,7 @@ quickspirit/http_async_client.py,sha256=KFllZ4eYUgw9R_V9qajzHmwcCkui1BJEbix33fFH
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=nQGsnaerR1DIUoIdjNFSoLQUc16QMJVXnBa9qTDEKIo,188
6
- quickspirit-2.0.1.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
7
- quickspirit-2.0.1.dist-info/METADATA,sha256=gyrEZZ72QzGX6797QxqOny-TCN36k5lJoCz51Kux9PI,2725
8
- quickspirit-2.0.1.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
9
- quickspirit-2.0.1.dist-info/RECORD,,
6
+ quickspirit-2.0.2.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
7
+ quickspirit-2.0.2.dist-info/METADATA,sha256=gFb1h4qHcM7U7UycWDih7HWfmsIGHT3Y0JgUYcwc8Lg,3106
8
+ quickspirit-2.0.2.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
9
+ quickspirit-2.0.2.dist-info/RECORD,,