Commit Graph

2 Commits

Author SHA1 Message Date
Claude
59cdf5ee01 refactor: Rename package from wikijs-python-sdk to py-wikijs and migrate to GitHub
Complete package renaming and platform migration:

Package Name Changes:
- Rename package from 'wikijs-python-sdk' to 'py-wikijs'
- Update setup.py package name
- Update pyproject.toml package name
- Users can now install with: pip install py-wikijs

URL Migration (Gitea → GitHub):
- Replace all Gitea URLs with GitHub URLs
- Update repository: github.com/l3ocho/py-wikijs
- Update issue tracker: github.com/l3ocho/py-wikijs/issues
- Update documentation links
- Fix URL path format (/src/branch/main/ → /blob/main/)

Documentation Updates:
- Update README.md badges (PyPI, GitHub)
- Update installation instructions (pip install py-wikijs)
- Update all doc references to new package name
- Update all examples with GitHub URLs
- Update DEPLOYMENT_READY.md with new package name
- Update deployment.md with new package name

Testing:
- Successfully built py_wikijs-0.1.0.tar.gz (138 KB)
- Successfully built py_wikijs-0.1.0-py3-none-any.whl (66 KB)
- Package installs correctly: pip install py-wikijs
- Imports work: from wikijs import WikiJSClient
- Package metadata correct (Home-page: github.com/l3ocho/py-wikijs)

Breaking Changes:
- Package name changed from wikijs-python-sdk to py-wikijs
- Repository migrated from Gitea to GitHub
- All URLs updated to GitHub

Users should now:
pip install py-wikijs  # Instead of wikijs-python-sdk

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 20:23:50 +00:00
Claude
4720401ce5 docs: Add comprehensive improvement plan based on code analysis
Created IMPROVEMENT_PLAN_2.md with detailed implementation roadmap:

Phase 2.5 (1 week - CRITICAL):
- Fix 4 failing tests (mock configuration)
- Increase coverage from 81% to 90%+
- Add missing dependencies (pydantic[email], aiohttp)
- Comprehensive test validation

Phase 2.6 (2-3 weeks - HIGH):
- Structured logging (JSON + text formats)
- Metrics & telemetry (requests, latency, errors)
- Rate limiting (token bucket algorithm)
- PyPI publication
- Security policy (SECURITY.md)

Phase 3 (3-4 weeks - MEDIUM):
- Advanced CLI tool with Click + Rich
- Auto-generated API docs with Sphinx
- Performance benchmarks
- Migration guides from competitors

Phase 4 (4-6 weeks - FUTURE):
- Plugin architecture
- Webhook server support
- GraphQL query builder
- Redis cache backend

Each task includes:
- Priority level and estimated time
- Implementation strategy with code examples
- Success criteria and validation steps
- Documentation and testing requirements

Organized improvement plans into dedicated docs/plans/ folder.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 16:10:58 +00:00