python-quanta 0.2.2__tar.gz → 0.2.3__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.
- {python_quanta-0.2.2 → python_quanta-0.2.3}/PKG-INFO +1 -1
- {python_quanta-0.2.2 → python_quanta-0.2.3}/pyproject.toml +1 -1
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/python_quanta.egg-info/PKG-INFO +1 -1
- python_quanta-0.2.3/src/quanta/__init__.py +0 -0
- python_quanta-0.2.2/src/quanta/__init__.py +0 -1
- {python_quanta-0.2.2 → python_quanta-0.2.3}/README.md +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/setup.cfg +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/python_quanta.egg-info/SOURCES.txt +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/python_quanta.egg-info/dependency_links.txt +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/python_quanta.egg-info/requires.txt +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/python_quanta.egg-info/top_level.txt +0 -0
- {python_quanta-0.2.2 → python_quanta-0.2.3}/src/quanta/duckui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-quanta
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A quantitative analysis project for financial data.
|
|
5
5
|
Author-email: Porco Rosso <porcorossobaojiel@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/porcorossobaojie/quanta.git
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# D:\codes\quanta\pyproject.toml
|
|
2
2
|
[project]
|
|
3
3
|
name = "python-quanta" # 你的项目名称,建议与你的顶级包名(例如 src/quanta)一致
|
|
4
|
-
version = "0.2.
|
|
4
|
+
version = "0.2.3" # 项目版本号
|
|
5
5
|
description = "A quantitative analysis project for financial data." # 项目的简短描述
|
|
6
6
|
readme = "README.md" # 指向你的 README 文件
|
|
7
7
|
requires-python = ">=3.9" # 项目所需的 Python 版本
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-quanta
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A quantitative analysis project for financial data.
|
|
5
5
|
Author-email: Porco Rosso <porcorossobaojiel@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/porcorossobaojie/quanta.git
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from .config._internal import settings, login_info
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|