refactor: rename ustcwlt to wangluotong
The package name ustcwlt is already registered on PyPI, requiring a rename to wangluotong.
Changes
Package rename
- Directory:
ustcwlt/→wangluotong/ - Package name in
pyproject.toml - CLI entry point command
- Repository URL
Environment variables
-
USTCWLT_USERNAME→WANGLUOTONG_USERNAME -
USTCWLT_PASSWORD→WANGLUOTONG_PASSWORD -
USTCWLT_TYPE→WANGLUOTONG_TYPE -
USTCWLT_EXP→WANGLUOTONG_EXP
Usage
# Before
pip install ustcwlt
ustcwlt --username <user> --password <pass>
# After
pip install wangluotong
wangluotong --username <user> --password <pass>
All imports, tests, and documentation updated accordingly.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
-
wlt.ustc.edu.cn- Triggering command:
/home/REDACTED/work/wangluotong/wangluotong/.venv/bin/python3 /home/REDACTED/work/wangluotong/wangluotong/.venv/bin/wangluotong(dns block)
- Triggering command:
If you need me to access, download, or install something from one of these locations, you can either:
- Configure Actions setup steps to set up my environment, which run before the firewall is enabled
- Add the appropriate URLs or hosts to the custom allowlist in this repository's Copilot coding agent settings (admins only)
Original prompt
This section details on the original issue you should resolve
<issue_title>rename
ustcwlttowangluotong</issue_title> <issue_description>ustcwlthas been registered in the PyPI. I have to consider renamingustcwlttowangluotong. Please rename everything related.</issue_description>Comments on the Issue (you are
@copilotin this section)
- Fixes njzjz/wangluotong#4