Initial commit: Harbor batch management tools

Add scripts for Harbor user and project management:
- register.py: Bulk user registration from Excel
- delete_users.py: Complete user deletion with resource cleanup
- delete_projects.py: Targeted deletion of student projects (stu01-stu49)
- CLAUDE.md: Project documentation and API guidance
- requirements.txt: Python dependencies

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-17 22:06:31 +08:00
commit e3401ec380
8 changed files with 810 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
pandas>=1.3.0
requests>=2.26.0
urllib3>=1.26.7
openpyxl>=3.0.9