changed to github deployment for the first version.
This commit is contained in:
15
README.md
15
README.md
@@ -1,8 +1,7 @@
|
||||
# Wiki.js Python SDK
|
||||
|
||||
[](https://badge.fury.io/py/wikijs-python-sdk)
|
||||
[](https://pypi.org/project/wikijs-python-sdk/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://python.org)
|
||||
[](https://github.com/yourusername/wikijs-python-sdk/actions)
|
||||
[](https://codecov.io/gh/yourusername/wikijs-python-sdk)
|
||||
|
||||
@@ -18,8 +17,13 @@
|
||||
|
||||
### Installation
|
||||
```bash
|
||||
# Coming soon - not yet published
|
||||
pip install wikijs-python-sdk
|
||||
# Install directly from GitHub
|
||||
pip install git+https://github.com/yourusername/wikijs-python-sdk.git
|
||||
|
||||
# Or clone and install locally
|
||||
git clone https://github.com/yourusername/wikijs-python-sdk.git
|
||||
cd wikijs-python-sdk
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
### Basic Usage
|
||||
@@ -84,7 +88,6 @@ new_page = client.pages.create(PageCreate(
|
||||
### **For Maintainers**
|
||||
- **[Architecture](docs/wikijs_sdk_architecture.md)**: Technical design and patterns
|
||||
- **[Development Plan](docs/wikijs_sdk_release_plan.md)**: Complete roadmap and milestones
|
||||
- **[PyPI Publishing](docs/PIP_INSTRUCTIONS.md)**: Complete guide to publishing on PyPI
|
||||
- **[AI Coordination](CLAUDE.md)**: AI-assisted development workflow
|
||||
|
||||
---
|
||||
@@ -159,7 +162,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
||||
## 🙏 Acknowledgments
|
||||
|
||||
- **Wiki.js**: The excellent knowledge management platform this SDK supports
|
||||
- **Claude (Anthropic)**: AI assistant powering the complete development process
|
||||
- **leomiranda**: Developer who created this SDK with AI assistance
|
||||
- **Python Community**: For exceptional tools and development standards
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user