hammad-python 0.0.17__py3-none-any.whl → 0.0.18__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.
hammad/__init__.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """hammad-python"""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  from typing import TYPE_CHECKING
4
6
  from ._internal import create_getattr_importer as __hammad_importer__
5
7
 
@@ -104,7 +106,7 @@ if TYPE_CHECKING:
104
106
  )
105
107
 
106
108
 
107
- __all__ = (
109
+ __all__ = [
108
110
  # hammad.cache
109
111
  "cached",
110
112
  "Cache",
@@ -168,11 +170,11 @@ __all__ = (
168
170
  "run_web_search",
169
171
  "run_news_search",
170
172
  "extract_web_page_links",
171
- )
173
+ ]
172
174
 
173
175
 
174
176
  __getattr__ = __hammad_importer__(__all__)
175
177
 
176
178
 
177
179
  def __dir__() -> list[str]:
178
- return list(__all__)
180
+ return __all__
hammad/py.typed ADDED
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hammad-python
3
- Version: 0.0.17
3
+ Version: 0.0.18
4
4
  Author-email: Hammad Saeed <hammadaidev@gmail.com>
5
5
  License: MIT License
6
6
 
@@ -1,5 +1,6 @@
1
- hammad/__init__.py,sha256=oFJJe9k2BTTPxkvJwsbr7d_HejtUl9clSsgxsHPU_Mk,3619
1
+ hammad/__init__.py,sha256=UpuJ5PGj4xyr9kWfqz_WQODO9D9Va77d3YyY2aOGfmY,3649
2
2
  hammad/_internal.py,sha256=00ZXmXIlE3P_cewYrPsJuO38vYqhHY2XnFzFpzXgoyY,7871
3
+ hammad/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
4
  hammad/cache/__init__.py,sha256=29vI8UkVITtiEe7fTr9UR5Q0lV7tr_SVe7tLlJmm1Ks,954
4
5
  hammad/cache/base_cache.py,sha256=kYJS2IcQtxhzT7BQBFtOWnhw4VkvAapPhAVkfbW5IeY,6353
5
6
  hammad/cache/cache.py,sha256=bzDXxjSolrSdIxqES2VMfVZZGTk_8k4x9n0AW4tlifs,4621
@@ -104,7 +105,7 @@ hammad/web/openapi/__init__.py,sha256=JhJQ6_laBmB2djIYFc0vgGha2GsdUe4FP1LDdZCQ5J
104
105
  hammad/web/openapi/client.py,sha256=1pXz7KAO_0pN4kQZoWKWskXDYGiJ535TsPO1GGCiC0E,26816
105
106
  hammad/web/search/__init__.py,sha256=e9A6znPIiZCz-4secyHbUs0uUGf5yAqW6wGacgx961U,24
106
107
  hammad/web/search/client.py,sha256=T1--L-EWe8AA9nZPxEehhHTNmWkGCcbQrhZxY84zTYs,36964
107
- hammad_python-0.0.17.dist-info/METADATA,sha256=UC-OiRcJqQsvtA2NY2VCajkzzmfcuaBNnwuzkTW0qH4,6214
108
- hammad_python-0.0.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
109
- hammad_python-0.0.17.dist-info/licenses/LICENSE,sha256=h74yFUWjbBaodcWG5wNmm30npjl8obVcxD-1nQfUp2I,1069
110
- hammad_python-0.0.17.dist-info/RECORD,,
108
+ hammad_python-0.0.18.dist-info/METADATA,sha256=RLyB1JHMg0jblMI5WjkxImsIYTCnRphYzH4Sia_3U1E,6214
109
+ hammad_python-0.0.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
110
+ hammad_python-0.0.18.dist-info/licenses/LICENSE,sha256=h74yFUWjbBaodcWG5wNmm30npjl8obVcxD-1nQfUp2I,1069
111
+ hammad_python-0.0.18.dist-info/RECORD,,