hkjc 0.2.0__tar.gz → 0.2.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.2.0
3
+ Version: 0.2.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.2.0"
3
+ version = "0.2.1"
4
4
  description = "Library for scrapping HKJC data and perform basic analysis"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -5,7 +5,8 @@ This module re-exports commonly used symbols from the submodules.
5
5
  from importlib.metadata import version as _version
6
6
 
7
7
  __all__ = ["live_odds", "qpbanker",
8
- "generate_all_qp_trades", "generate_pareto_qp_trades"]
8
+ "generate_all_qp_trades", "generate_pareto_qp_trades",
9
+ "speedpro_df", "speedmap"]
9
10
 
10
11
  try:
11
12
  __version__ = _version(__name__)
@@ -14,3 +15,4 @@ except Exception: # pragma: no cover - best-effort version resolution
14
15
 
15
16
  from .live_odds import live_odds
16
17
  from .processing import generate_all_qp_trades, generate_pareto_qp_trades
18
+ from .speedpro import speedmap, speedpro_df
@@ -97,7 +97,7 @@ wheels = [
97
97
 
98
98
  [[package]]
99
99
  name = "hkjc"
100
- version = "0.2.0"
100
+ version = "0.2.1"
101
101
  source = { editable = "." }
102
102
  dependencies = [
103
103
  { name = "cachetools" },
hkjc-0.2.0/.pypirc DELETED
@@ -1,3 +0,0 @@
1
- [pypi]
2
- username = __token__
3
- password = pypi-AgEIcHlwaS5vcmcCJGE5YmQ1Yzk5LTc1ZWItNGY3ZC05NTI4LTVhYmI3NTM4ODJiMAACKlszLCIzYTBjMDk5Mi0wOWMwLTQyM2MtYmJlNy1iNzQ0Nzg0OTI0NDAiXQAABiAEoMJ9FkQWPptAjnP6UqkrcCuHfhKamypJ6H3jMiv5Eg
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