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_USERNAMEWANGLUOTONG_USERNAME
  • USTCWLT_PASSWORDWANGLUOTONG_PASSWORD
  • USTCWLT_TYPEWANGLUOTONG_TYPE
  • USTCWLT_EXPWANGLUOTONG_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)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>rename ustcwlt to wangluotong</issue_title> <issue_description>ustcwlt has been registered in the PyPI. I have to consider renaming ustcwlt to wangluotong. Please rename everything related.</issue_description>

Comments on the Issue (you are @copilot in this section)

  • Fixes njzjz/wangluotong#4

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Merge request reports

Loading