hkjc 0.3.0__tar.gz → 0.3.1__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: 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,6 +1,6 @@
1
1
  [project]
2
2
  name = "hkjc"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  description = "Library for scrapping HKJC data and perform basic analysis"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -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
@@ -97,7 +97,7 @@ wheels = [
97
97
 
98
98
  [[package]]
99
99
  name = "hkjc"
100
- version = "0.3.0"
100
+ version = "0.3.1"
101
101
  source = { editable = "." }
102
102
  dependencies = [
103
103
  { name = "cachetools" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes