hjxdl 0.1.15__py3-none-any.whl → 0.1.16__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.
hdl/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.1.15'
16
- __version_tuple__ = version_tuple = (0, 1, 15)
15
+ __version__ = version = '0.1.16'
16
+ __version_tuple__ = version_tuple = (0, 1, 16)
@@ -13,8 +13,8 @@ def get_city_codes():
13
13
  / "datasets" \
14
14
  / "city_code.json"
15
15
  with code_file.open() as f:
16
- code = json.load(f)
17
- return code
16
+ codes = json.load(f)
17
+ return codes
18
18
 
19
19
 
20
20
  def get_html(code):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hjxdl
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: A collection of functions for Jupyter notebooks
5
5
  Home-page: https://github.com/huluxiaohuowa/hdl
6
6
  Author: Jianxing Hu
@@ -10,7 +10,9 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: jupyfuncs
13
+ Requires-Dist: beautifulsoup4
14
+ Requires-Dist: openai
15
+ Requires-Dist: tqdm
14
16
 
15
17
  # DL framework by Jianxing
16
18
 
@@ -1,5 +1,5 @@
1
1
  hdl/__init__.py,sha256=5sZZNySv08wwfzJcSDssGTqUn9wlmDsR6R4XB8J8mFM,70
2
- hdl/_version.py,sha256=ZKlmJ822TJ49YEqc2wCAMbrp81vFvzcFa9OTia84voM,413
2
+ hdl/_version.py,sha256=rA1LdDxj-8LJmPkCOu32O_el1jpvxISCr8X4yOogHgc,413
3
3
  hdl/args/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  hdl/args/loss_args.py,sha256=s7YzSdd7IjD24rZvvOrxLLFqMZQb9YylxKeyelSdrTk,70
5
5
  hdl/controllers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -129,8 +129,8 @@ hdl/utils/llm/extract.py,sha256=2sK_WJzmYIc8iuWaM9DA6Nw3_6q1O4lJ5pKpcZo-bBA,6512
129
129
  hdl/utils/schedulers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
130
  hdl/utils/schedulers/norm_lr.py,sha256=bDwCmdEK-WkgxQMFBiMuchv8Mm7C0-GZJ6usm-PQk14,4461
131
131
  hdl/utils/weather/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
- hdl/utils/weather/weather.py,sha256=H4f5wOojY28u_vtGkbPk_Nhe65R1Q9OZUPfVBY5AVAQ,2313
133
- hjxdl-0.1.15.dist-info/METADATA,sha256=w7Iq4P0m1_G0ZDIzBCKGxm1dtHllYZklxQge8dM5SvE,543
134
- hjxdl-0.1.15.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
135
- hjxdl-0.1.15.dist-info/top_level.txt,sha256=-kxwTM5JPhylp06z3zAVO3w6_h7wtBfBo2zgM6YZoTk,4
136
- hjxdl-0.1.15.dist-info/RECORD,,
132
+ hdl/utils/weather/weather.py,sha256=LiIgEX-XPZxltGWgrwJNXSvBuinF-VaBT3ohRWYDjPI,2315
133
+ hjxdl-0.1.16.dist-info/METADATA,sha256=8yEQaClAH1z9xw77MfSaZtEWhOjdW7NDRKAfbePA2lA,590
134
+ hjxdl-0.1.16.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
135
+ hjxdl-0.1.16.dist-info/top_level.txt,sha256=-kxwTM5JPhylp06z3zAVO3w6_h7wtBfBo2zgM6YZoTk,4
136
+ hjxdl-0.1.16.dist-info/RECORD,,
File without changes