docs: Update repository name from wikijs-sdk-python to py-wikijs

Updated all repository URL references to reflect the new repository name:
- setup.py: Updated project URLs
- pyproject.toml: Updated project URLs
- README.md: Updated badges and installation commands
- CLAUDE.md: Updated deployment strategy
- docs/wikijs_sdk_release_plan.md: Updated repository URL
- docs/CONTRIBUTING.md: Updated clone URLs and issue tracker links

Note: Python package name remains 'wikijs-python-sdk' for consistency
with pip naming conventions. Only repository name changed.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-10-23 15:36:19 +00:00
parent b3453bb6f6
commit 8e948d5cef
6 changed files with 19 additions and 19 deletions

View File

@@ -2,8 +2,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Support](https://img.shields.io/badge/python-3.8+-blue.svg)](https://python.org)
[![Repository](https://img.shields.io/badge/repo-Gitea-green.svg)](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python)
[![Issues](https://img.shields.io/badge/issues-Gitea-blue.svg)](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python/issues)
[![Repository](https://img.shields.io/badge/repo-Gitea-green.svg)](https://gitea.hotserv.cloud/lmiranda/py-wikijs)
[![Issues](https://img.shields.io/badge/issues-Gitea-blue.svg)](https://gitea.hotserv.cloud/lmiranda/py-wikijs/issues)
**A professional Python SDK for Wiki.js API integration.**
@@ -18,10 +18,10 @@
### Installation
```bash
# Install directly from Gitea
pip install git+https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
pip install git+https://gitea.hotserv.cloud/lmiranda/py-wikijs.git
# Or clone and install locally
git clone https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
git clone https://gitea.hotserv.cloud/lmiranda/py-wikijs.git
cd wikijs-python-sdk
pip install -e .
```
@@ -118,7 +118,7 @@ We welcome contributions! This project showcases systematic development with pro
### Local Development
```bash
# Clone and setup
git clone https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
git clone https://gitea.hotserv.cloud/lmiranda/py-wikijs.git
cd wikijs-python-sdk
pip install -e ".[dev]"