hkjc 0.3.0__py3-none-any.whl → 0.3.1__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.
hkjc/__init__.py CHANGED
@@ -6,7 +6,7 @@ from importlib.metadata import version as _version
6
6
 
7
7
  __all__ = ["live_odds", "qpbanker",
8
8
  "generate_all_qp_trades", "generate_pareto_qp_trades",
9
- "speedpro_df", "speedmap"]
9
+ "speedpro_df", "speedmap","harveille_model"]
10
10
 
11
11
  try:
12
12
  __version__ = _version(__name__)
@@ -15,4 +15,5 @@ except Exception: # pragma: no cover - best-effort version resolution
15
15
 
16
16
  from .live_odds import live_odds
17
17
  from .processing import generate_all_qp_trades, generate_pareto_qp_trades
18
- from .speedpro import speedmap, speedpro_df
18
+ from .speedpro import speedmap, speedpro_df
19
+ from . import harville_model
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hkjc
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Library for scrapping HKJC data and perform basic analysis
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: cachetools>=6.2.0
@@ -1,4 +1,4 @@
1
- hkjc/__init__.py,sha256=LPSYUYKnXLM7A6AC8Le8DJRP-D5smO6w9SXhYUJXbi8,572
1
+ hkjc/__init__.py,sha256=KBbWVwLXPPb93bk_h2Qt9t5OH8y6RrVUeH-ZYNKQAoQ,619
2
2
  hkjc/analysis.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  hkjc/harville_model.py,sha256=Kn9IeiaWBxDcbzZIGd3B6DAIA8MTaQuC5qBj-cSJfMM,12752
4
4
  hkjc/live_odds.py,sha256=i_g9ckQKA9GWbwPXNvbmNvm-dPbF9UJoGiWv6_bHzwA,4603
@@ -8,6 +8,6 @@ hkjc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  hkjc/qpbanker.py,sha256=vhvYb5_nGrKgYgre9gGF6tgswovca5C9pZVOPGxEP1Q,4804
9
9
  hkjc/speedpro.py,sha256=vKnSz9yY1rfVmRo7GVxXLjsiQN-YgwxSbV0B7yuszS4,1702
10
10
  hkjc/visualization.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- hkjc-0.3.0.dist-info/METADATA,sha256=BnJI1s0Xh5WE3z0B71Gb1fPKxVwnol30KnH8OODnif0,413
12
- hkjc-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- hkjc-0.3.0.dist-info/RECORD,,
11
+ hkjc-0.3.1.dist-info/METADATA,sha256=yn9N5730YazXG0HrUTWth92pbbwDjVdq_p_5Y4MnYAY,413
12
+ hkjc-0.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ hkjc-0.3.1.dist-info/RECORD,,
File without changes