mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 18:04:20 +08:00
feat!: rename project from xmtdx to easy-tdx
- Package directory: src/xmtdx/ -> src/easy_tdx/ - Import path: from easy_tdx import ... - pip install easy-tdx - Add LICENSE (MIT) with upstream attribution (pytdx, xmtdx) - Add NOTICE with detailed attribution - Update all examples, tests, scripts, docs - Bump version to 1.0.0 BREAKING CHANGE: import path changed from `xmtdx` to `easy_tdx` Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
9c5672b4d2
commit
50491f9aae
@@ -6,12 +6,12 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from xmtdx.codec.frame import FrameHeader, decompress_body
|
||||
from xmtdx.commands.company_info import GetCompanyInfoCategoryCmd
|
||||
from xmtdx.commands.security_count import GetSecurityCountCmd
|
||||
from xmtdx.commands.xdxr_info import GetXdxrInfoCmd
|
||||
from xmtdx.exceptions import TdxDecodeError
|
||||
from xmtdx.models.enums import Market
|
||||
from easy_tdx.codec.frame import FrameHeader, decompress_body
|
||||
from easy_tdx.commands.company_info import GetCompanyInfoCategoryCmd
|
||||
from easy_tdx.commands.security_count import GetSecurityCountCmd
|
||||
from easy_tdx.commands.xdxr_info import GetXdxrInfoCmd
|
||||
from easy_tdx.exceptions import TdxDecodeError
|
||||
from easy_tdx.models.enums import Market
|
||||
|
||||
FIXTURES = Path(__file__).parent.parent / "fixtures"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user