esuls 0.1.3__tar.gz → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: esuls
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Utility library for async database operations, HTTP requests, and parallel execution
5
5
  Author-email: IperGiove <ipergiove@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "esuls"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "Utility library for async database operations, HTTP requests, and parallel execution"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.14"
@@ -8,6 +8,8 @@ __version__ = "0.1.0"
8
8
  from .utils import run_parallel
9
9
  from .db_cli import AsyncDB, BaseModel
10
10
  from .request_cli import AsyncRequest, make_request, make_request_cffi, Response
11
+ from .download_icon import download_icon
12
+
11
13
 
12
14
  __all__ = [
13
15
  '__version__',
@@ -18,4 +20,5 @@ __all__ = [
18
20
  'make_request',
19
21
  'make_request_cffi',
20
22
  'Response',
23
+ 'download_icon'
21
24
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: esuls
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Utility library for async database operations, HTTP requests, and parallel execution
5
5
  Author-email: IperGiove <ipergiove@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes