Closed Umpire2018 closed 10 months ago
Refactor package structure for PyPI readiness
Update README with Poetry usage instructions
Add .idea to .gitignore
.idea
.gitignore
Replace yaml configuration with toml for enhanced consistency and readability.
Integrate tomlkit for efficient config parsing and manipulation.
Adapt file paths to absolute for reliable root directory execution.
Introduce 'configure' and 'run' commands to the CLI, enabling dynamic configuration updates and command execution.
运行正常
TODO:
CONFIG
解决方案:
tomlkit
Pydantic-settings
api-key
Refactor package structure for PyPI readiness
Update README with Poetry usage instructions
Add
.idea
to.gitignore
Replace yaml configuration with toml for enhanced consistency and readability.
Integrate tomlkit for efficient config parsing and manipulation.
Adapt file paths to absolute for reliable root directory execution.
Introduce 'configure' and 'run' commands to the CLI, enabling dynamic configuration updates and command execution.
运行正常