akshare-one 0.3.4__tar.gz → 0.3.5__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.
Files changed (47) hide show
  1. {akshare_one-0.3.4 → akshare_one-0.3.5}/PKG-INFO +2 -2
  2. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/__init__.py +1 -1
  3. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one.egg-info/PKG-INFO +2 -2
  4. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one.egg-info/requires.txt +1 -1
  5. {akshare_one-0.3.4 → akshare_one-0.3.5}/pyproject.toml +39 -39
  6. {akshare_one-0.3.4 → akshare_one-0.3.5}/LICENSE +0 -0
  7. {akshare_one-0.3.4 → akshare_one-0.3.5}/README.md +0 -0
  8. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/indicators.py +0 -0
  9. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/cache.py +0 -0
  10. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/financial/base.py +0 -0
  11. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/financial/factory.py +0 -0
  12. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/financial/sina.py +0 -0
  13. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/historical/base.py +0 -0
  14. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/historical/eastmoney.py +0 -0
  15. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/historical/eastmoney_direct.py +0 -0
  16. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/historical/factory.py +0 -0
  17. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/historical/sina.py +0 -0
  18. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/indicators/__init__.py +0 -0
  19. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/indicators/base.py +0 -0
  20. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/indicators/factory.py +0 -0
  21. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/indicators/simple.py +0 -0
  22. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/indicators/talib.py +0 -0
  23. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/info/base.py +0 -0
  24. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/info/eastmoney.py +0 -0
  25. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/info/factory.py +0 -0
  26. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/insider/base.py +0 -0
  27. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/insider/factory.py +0 -0
  28. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/insider/xueqiu.py +0 -0
  29. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/news/base.py +0 -0
  30. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/news/eastmoney.py +0 -0
  31. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/news/factory.py +0 -0
  32. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/realtime/base.py +0 -0
  33. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/realtime/eastmoney.py +0 -0
  34. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/realtime/eastmoney_direct.py +0 -0
  35. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/realtime/factory.py +0 -0
  36. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/realtime/xueqiu.py +0 -0
  37. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one/modules/utils.py +0 -0
  38. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one.egg-info/SOURCES.txt +0 -0
  39. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one.egg-info/dependency_links.txt +0 -0
  40. {akshare_one-0.3.4 → akshare_one-0.3.5}/akshare_one.egg-info/top_level.txt +0 -0
  41. {akshare_one-0.3.4 → akshare_one-0.3.5}/setup.cfg +0 -0
  42. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_financial.py +0 -0
  43. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_indicators.py +0 -0
  44. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_info.py +0 -0
  45. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_insider.py +0 -0
  46. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_news.py +0 -0
  47. {akshare_one-0.3.4 → akshare_one-0.3.5}/tests/test_stock.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akshare-one
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://github.com/zwldarren/akshare-one
@@ -9,7 +9,7 @@ Keywords: akshare,financial-data,stock-data,quant
9
9
  Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: akshare>=1.17.20
12
+ Requires-Dist: akshare>=1.17.21
13
13
  Requires-Dist: cachetools>=5.5.2
14
14
  Provides-Extra: talib
15
15
  Requires-Dist: ta-lib>=0.6.4; extra == "talib"
@@ -92,7 +92,7 @@ def get_hist_data(
92
92
 
93
93
  def get_realtime_data(
94
94
  symbol: Optional[str] = None,
95
- source: Literal["eastmoney", "eastmoney_direct", "xueqiu"] = "xueqiu",
95
+ source: Literal["eastmoney", "eastmoney_direct", "xueqiu"] = "eastmoney_direct",
96
96
  ) -> pd.DataFrame:
97
97
  """Get real-time market quotes
98
98
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akshare-one
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://github.com/zwldarren/akshare-one
@@ -9,7 +9,7 @@ Keywords: akshare,financial-data,stock-data,quant
9
9
  Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: akshare>=1.17.20
12
+ Requires-Dist: akshare>=1.17.21
13
13
  Requires-Dist: cachetools>=5.5.2
14
14
  Provides-Extra: talib
15
15
  Requires-Dist: ta-lib>=0.6.4; extra == "talib"
@@ -1,4 +1,4 @@
1
- akshare>=1.17.20
1
+ akshare>=1.17.21
2
2
  cachetools>=5.5.2
3
3
 
4
4
  [talib]
@@ -1,39 +1,39 @@
1
- [project]
2
- name = "akshare-one"
3
- version = "0.3.4"
4
- description = "Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs"
5
- readme = "README.md"
6
- requires-python = ">=3.10"
7
- dependencies = [
8
- "akshare>=1.17.20",
9
- "cachetools>=5.5.2",
10
- ]
11
- license = "MIT"
12
- keywords = ["akshare", "financial-data", "stock-data", "quant"]
13
-
14
- [project.urls]
15
- Homepage = "https://github.com/zwldarren/akshare-one"
16
- Repository = "https://github.com/zwldarren/akshare-one.git"
17
-
18
- [project.optional-dependencies]
19
- talib = [
20
- "ta-lib>=0.6.4",
21
- ]
22
-
23
- [dependency-groups]
24
- dev = [
25
- "mkdocs-material>=9.6.15",
26
- "pre-commit>=4.2.0",
27
- "pytest>=8.4.1",
28
- "pytest-cov>=6.2.1",
29
- "ruff>=0.12.1",
30
- ]
31
-
32
- [tool.setuptools]
33
- packages = ["akshare_one"]
34
-
35
- [tool.pytest.ini_options]
36
- testpaths = ["tests"]
37
- python_files = "test_*.py"
38
- python_functions = "test_*"
39
- addopts = "-v --cov=akshare_one --cov-report=term-missing"
1
+ [project]
2
+ name = "akshare-one"
3
+ version = "0.3.5"
4
+ description = "Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = [
8
+ "akshare>=1.17.21",
9
+ "cachetools>=5.5.2",
10
+ ]
11
+ license = "MIT"
12
+ keywords = ["akshare", "financial-data", "stock-data", "quant"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/zwldarren/akshare-one"
16
+ Repository = "https://github.com/zwldarren/akshare-one.git"
17
+
18
+ [project.optional-dependencies]
19
+ talib = [
20
+ "ta-lib>=0.6.4",
21
+ ]
22
+
23
+ [dependency-groups]
24
+ dev = [
25
+ "mkdocs-material>=9.6.15",
26
+ "pre-commit>=4.2.0",
27
+ "pytest>=8.4.1",
28
+ "pytest-cov>=6.2.1",
29
+ "ruff>=0.12.1",
30
+ ]
31
+
32
+ [tool.setuptools]
33
+ packages = ["akshare_one"]
34
+
35
+ [tool.pytest.ini_options]
36
+ testpaths = ["tests"]
37
+ python_files = "test_*.py"
38
+ python_functions = "test_*"
39
+ addopts = "-v --cov=akshare_one --cov-report=term-missing"
File without changes
File without changes
File without changes