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:
10
README.md
10
README.md
@@ -2,8 +2,8 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://python.org)
|
||||
[](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python)
|
||||
[](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python/issues)
|
||||
[](https://gitea.hotserv.cloud/lmiranda/py-wikijs)
|
||||
[](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]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user