final commit
Some checks failed
Test Suite / lint (push) Has been cancelled
Test Suite / test (3.10) (push) Has been cancelled
Test Suite / test (3.11) (push) Has been cancelled
Test Suite / test (3.12) (push) Has been cancelled
Test Suite / test (3.8) (push) Has been cancelled
Test Suite / test (3.9) (push) Has been cancelled
Test Suite / security (push) Has been cancelled
Test Suite / package (push) Has been cancelled
Some checks failed
Test Suite / lint (push) Has been cancelled
Test Suite / test (3.10) (push) Has been cancelled
Test Suite / test (3.11) (push) Has been cancelled
Test Suite / test (3.12) (push) Has been cancelled
Test Suite / test (3.8) (push) Has been cancelled
Test Suite / test (3.9) (push) Has been cancelled
Test Suite / security (push) Has been cancelled
Test Suite / package (push) Has been cancelled
This commit is contained in:
14
README.md
14
README.md
@@ -2,8 +2,8 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://python.org)
|
||||
[](https://github.com/yourusername/wikijs-python-sdk/actions)
|
||||
[](https://codecov.io/gh/yourusername/wikijs-python-sdk)
|
||||
[](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python)
|
||||
[](https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python/issues)
|
||||
|
||||
**A professional Python SDK for Wiki.js API integration.**
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
### Installation
|
||||
```bash
|
||||
# Install directly from GitHub
|
||||
pip install git+https://github.com/yourusername/wikijs-python-sdk.git
|
||||
# Install directly from Gitea
|
||||
pip install git+https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
|
||||
|
||||
# Or clone and install locally
|
||||
git clone https://github.com/yourusername/wikijs-python-sdk.git
|
||||
git clone https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
|
||||
cd wikijs-python-sdk
|
||||
pip install -e .
|
||||
```
|
||||
@@ -117,8 +117,8 @@ We welcome contributions! This project showcases systematic development with pro
|
||||
|
||||
### Local Development
|
||||
```bash
|
||||
# Clone and setup (when repository is published)
|
||||
git clone https://github.com/yourusername/wikijs-python-sdk
|
||||
# Clone and setup
|
||||
git clone https://gitea.hotserv.cloud/lmiranda/wikijs-sdk-python.git
|
||||
cd wikijs-python-sdk
|
||||
pip install -e ".[dev]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user